diff options
Diffstat (limited to 'searchview/src/main/res/layout/kau_search_iitem.xml')
-rw-r--r-- | searchview/src/main/res/layout/kau_search_iitem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searchview/src/main/res/layout/kau_search_iitem.xml b/searchview/src/main/res/layout/kau_search_iitem.xml index 16df945..53e33ef 100644 --- a/searchview/src/main/res/layout/kau_search_iitem.xml +++ b/searchview/src/main/res/layout/kau_search_iitem.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@id/kau_search_item_frame" android:layout_width="match_parent" @@ -58,4 +58,4 @@ app:layout_constraintStart_toEndOf="@id/kau_search_icon" app:layout_constraintTop_toBottomOf="@id/kau_search_title" /> -</android.support.constraint.ConstraintLayout>
\ No newline at end of file +</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file |