Converted Ringer Information Activity Menu to XML
The save option is shown as an action when ever possible closes #68 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
10
LocationRinger/res/menu/ringer_info_menu.xml
Normal file
10
LocationRinger/res/menu/ringer_info_menu.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/save"
|
||||
android:icon="@android:drawable/ic_menu_save"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/save_ringer"/>
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user