aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dialog_edit_tweets_page.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_edit_tweets_page.xml')
-rw-r--r--app/src/main/res/layout/dialog_edit_tweets_page.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/dialog_edit_tweets_page.xml b/app/src/main/res/layout/dialog_edit_tweets_page.xml
index 674145ab..f4b7f667 100644
--- a/app/src/main/res/layout/dialog_edit_tweets_page.xml
+++ b/app/src/main/res/layout/dialog_edit_tweets_page.xml
@@ -1,18 +1,18 @@
-<android.support.design.widget.CoordinatorLayout
+<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <android.support.design.widget.FloatingActionButton
+ <com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:src="@drawable/ic_add_black_24dp" />
-</android.support.design.widget.CoordinatorLayout>
+</androidx.coordinatorlayout.widget.CoordinatorLayout>