aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/page_fragment_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/page_fragment_list.xml')
-rw-r--r--app/src/main/res/layout/page_fragment_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/page_fragment_list.xml b/app/src/main/res/layout/page_fragment_list.xml
index e8133506..0238dad4 100644
--- a/app/src/main/res/layout/page_fragment_list.xml
+++ b/app/src/main/res/layout/page_fragment_list.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"
android:layout_width="match_parent"
@@ -41,4 +41,4 @@
<include layout="@layout/page_fragment_refreshable_timeline" />
</FrameLayout>
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>