aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/page_fragment_compose.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/page_fragment_compose.xml')
-rw-r--r--app/src/main/res/layout/page_fragment_compose.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/page_fragment_compose.xml b/app/src/main/res/layout/page_fragment_compose.xml
index 77542ba9..dd4451c0 100644
--- a/app/src/main/res/layout/page_fragment_compose.xml
+++ b/app/src/main/res/layout/page_fragment_compose.xml
@@ -1,4 +1,4 @@
-<android.support.constraint.ConstraintLayout
+<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
@@ -71,7 +71,7 @@
app:layout_constraintEnd_toEndOf="@id/post_edit_text"
tools:text="000" />
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/media_recycler_view"
android:layout_width="0dp"
android:layout_height="wrap_content"
@@ -105,4 +105,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/attach_media" />
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>