aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/create_user.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-01-08 17:00:11 -0600
committerIván Ávalos <avalos@disroot.org>2023-01-08 17:00:11 -0600
commitc6879f14223a82f9e67767fd7299606f6d43703a (patch)
treed47765638cbb886ef1f74e367890cc798aea2c7b /app/src/main/res/layout/create_user.xml
parentf14affd3ca86202b9cb5eb627264618c6ab8f0c2 (diff)
downloaddsub-c6879f14223a82f9e67767fd7299606f6d43703a.tar.gz
dsub-c6879f14223a82f9e67767fd7299606f6d43703a.tar.bz2
dsub-c6879f14223a82f9e67767fd7299606f6d43703a.zip
Migrate to AndroidX
Diffstat (limited to 'app/src/main/res/layout/create_user.xml')
-rw-r--r--app/src/main/res/layout/create_user.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/create_user.xml b/app/src/main/res/layout/create_user.xml
index 7d77ade9..8a97ad5a 100644
--- a/app/src/main/res/layout/create_user.xml
+++ b/app/src/main/res/layout/create_user.xml
@@ -70,7 +70,7 @@
android:textColor="?android:textColorPrimary"/>
</LinearLayout>
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/settings_list"
android:layout_width="fill_parent"
android:layout_height="0dip"