summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_drawer_main.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-03-17 00:37:45 +0100
committercyBerta <cyberta@riseup.net>2020-03-17 00:37:45 +0100
commitad25528b1863447588a36e4471a0cb61363733ae (patch)
tree2b351a562acc3b9223c3a2604b71cba7d854f0b0 /app/src/main/res/layout/f_drawer_main.xml
parent05205190ee65a5fa14f18d12f86f5427368bea44 (diff)
switch to AndroidX
Diffstat (limited to 'app/src/main/res/layout/f_drawer_main.xml')
-rw-r--r--app/src/main/res/layout/f_drawer_main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml
index 7e6291b7..5a0977da 100644
--- a/app/src/main/res/layout/f_drawer_main.xml
+++ b/app/src/main/res/layout/f_drawer_main.xml
@@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="150dp">
- <android.support.v7.widget.AppCompatImageView
+ <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -29,7 +29,7 @@
android:scaleType="fitXY"
app:srcCompat="@drawable/background_drawer" />
- <android.support.v7.widget.AppCompatImageView
+ <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/foreground"
android:layout_width="match_parent"
android:layout_height="match_parent"