通话记录号码添加复制功能

This commit is contained in:
ZhanGSKen
2025-07-06 16:02:45 +08:00
parent ea2d38defc
commit a6699262f8
3 changed files with 48 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/item_phonenumber_copy"
android:title="Copy"/>
</menu>