mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Add set_ringtone button in menu_group
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
<item
|
||||||
|
android:id="@+id/assign_ringtone_to_group"
|
||||||
|
android:icon="@drawable/ic_bell_vector"
|
||||||
|
android:title="@string/ringtone"
|
||||||
|
app:showAsAction="ifRoom" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/send_sms_to_group"
|
android:id="@+id/send_sms_to_group"
|
||||||
android:icon="@drawable/ic_sms_vector"
|
android:icon="@drawable/ic_sms_vector"
|
||||||
|
Reference in New Issue
Block a user