aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_share_locaction.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
commitb26b5d01feef6feb06f2414e7034e6cb5e648406 (patch)
treea27105b5b48ce62ff01680dfdef91ffc1dde6749 /src/main/res/layout/activity_share_locaction.xml
parente0989e7a82f65c32d655db266f67fcdc90dba77b (diff)
migrate to AndroidX
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_share_locaction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_share_locaction.xml b/src/main/res/layout/activity_share_locaction.xml
index 23fe1a4d1..493be34b7 100644
--- a/src/main/res/layout/activity_share_locaction.xml
+++ b/src/main/res/layout/activity_share_locaction.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/snackbarCoordinator"
android:layout_width="match_parent"
@@ -63,4 +63,4 @@
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
-</android.support.design.widget.CoordinatorLayout> \ No newline at end of file
+</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file