diff options
Diffstat (limited to 'searchview/src/main/res')
-rw-r--r-- | searchview/src/main/res/layout/kau_search_iitem.xml | 4 | ||||
-rw-r--r-- | searchview/src/main/res/layout/kau_search_view.xml | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/searchview/src/main/res/layout/kau_search_view.xml b/searchview/src/main/res/layout/kau_search_view.xml index c975dad..cfcb2ed 100644 --- a/searchview/src/main/res/layout/kau_search_view.xml +++ b/searchview/src/main/res/layout/kau_search_view.xml @@ -43,7 +43,7 @@ android:focusable="true" android:scaleType="centerInside" /> - <android.support.v7.widget.AppCompatEditText + <androidx.appcompat.widget.AppCompatEditText android:id="@id/kau_search_edit_text" android:layout_width="0dp" android:layout_height="match_parent" @@ -98,7 +98,7 @@ android:layout_height="@dimen/kau_search_divider" android:background="?android:attr/listDivider" /> - <android.support.v7.widget.RecyclerView + <androidx.recyclerview.widget.RecyclerView android:id="@id/kau_search_recycler" android:layout_width="match_parent" android:layout_height="wrap_content" |