aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/list_item_event.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/list_item_event.xml')
-rw-r--r--app/src/main/res/layout/list_item_event.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/list_item_event.xml b/app/src/main/res/layout/list_item_event.xml
index 4ca345e6..69e7039c 100644
--- a/app/src/main/res/layout/list_item_event.xml
+++ b/app/src/main/res/layout/list_item_event.xml
@@ -6,7 +6,7 @@
android:descendantFocusability="blocksDescendants"
android:foreground="?android:attr/selectableItemBackground">
- <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"
@@ -64,5 +64,5 @@
app:layout_constraintTop_toBottomOf="@+id/textview_status_text"
app:layout_goneMarginBottom="5dp"
tools:text="2017-01-01 00:00:00" />
- </android.support.constraint.ConstraintLayout>
+ </androidx.constraintlayout.widget.ConstraintLayout>
</net.lacolaco.smileessence.view.TweetStateFrameLayout>