This commit is contained in:
ZhanGSKen
2025-02-26 15:09:29 +08:00
parent 2f0293103c
commit a15f6bad8f
7 changed files with 141 additions and 43 deletions

View File

@@ -6,6 +6,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:id="@+id/search_edit_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Search contacts"
android:padding="16dp"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/contacts_recycler_view"
android:layout_width="match_parent"