aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_status_base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_status_base.xml')
-rw-r--r--app/src/main/res/layout/item_status_base.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_status_base.xml b/app/src/main/res/layout/item_status_base.xml
index 1479ca24..fb9fa853 100644
--- a/app/src/main/res/layout/item_status_base.xml
+++ b/app/src/main/res/layout/item_status_base.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"
@@ -137,4 +137,4 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/imageview_status_icon"
app:layout_constraintTop_toBottomOf="@+id/textview_status_footer" />
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>