添加通话记录和联系人

This commit is contained in:
ZhanGSKen
2025-02-26 14:10:16 +08:00
parent d4135f0104
commit 2f0293103c
20 changed files with 469 additions and 167 deletions

View File

@@ -6,10 +6,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Text"
android:id="@+id/page_text"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/contacts_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>