summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/d_list_selection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/d_list_selection.xml')
-rw-r--r--app/src/main/res/layout/d_list_selection.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/d_list_selection.xml b/app/src/main/res/layout/d_list_selection.xml
index ef963303..d9a1b013 100644
--- a/app/src/main/res/layout/d_list_selection.xml
+++ b/app/src/main/res/layout/d_list_selection.xml
@@ -10,7 +10,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical">
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tvTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -23,7 +23,7 @@
android:textStyle="bold"
/>
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/user_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -34,7 +34,7 @@
android:textSize="17sp"
/>
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/selection_list_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"