aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/page_fragment_compose.xml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-03-23 04:35:37 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-03-24 01:55:10 +0900
commit73a7ab78a51b8a24f52201fa703c9076020b0be5 (patch)
treeb7614d6efe6a0d52d18737ddf49055c138e6d7b3 /app/src/main/res/layout/page_fragment_compose.xml
parent248ccc391c2568a80032b8524fb057c502ee074d (diff)
downloadSmileEssence-73a7ab78a51b8a24f52201fa703c9076020b0be5.tar.gz
wip updating dependencies
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>