aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-28 07:02:08 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-28 07:02:08 +0200
commit41eb2aa0afe0fad2e23387a702b29f2eef8fec6c (patch)
treebe480f2eec98cb2e0e5101bbdf17e0d6ddddcf22 /main/res/menu
parent9dd3dc16cdd31a22b0633ca3d8c08a1c5209ce12 (diff)
downloadcgeo-41eb2aa0afe0fad2e23387a702b29f2eef8fec6c.zip
cgeo-41eb2aa0afe0fad2e23387a702b29f2eef8fec6c.tar.gz
cgeo-41eb2aa0afe0fad2e23387a702b29f2eef8fec6c.tar.bz2
#3903: send button in actionbar, signature as template
Diffstat (limited to 'main/res/menu')
-rw-r--r--main/res/menu/abstract_logging_activity.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/res/menu/abstract_logging_activity.xml b/main/res/menu/abstract_logging_activity.xml
index a7841a5..7577cde 100644
--- a/main/res/menu/abstract_logging_activity.xml
+++ b/main/res/menu/abstract_logging_activity.xml
@@ -3,10 +3,11 @@
xmlns:cgeo="http://schemas.android.com/apk/res-auto">
<item
- android:id="@+id/menu_signature"
- android:icon="@drawable/ic_menu_edit"
- android:title="@string/init_signature"
- cgeo:showAsAction="ifRoom|withText">
+ android:id="@+id/menu_send"
+ android:icon="@drawable/ic_menu_send"
+ android:title="@string/send"
+ android:enabled="true"
+ cgeo:showAsAction="ifRoom|withText"> <!-- enabled=true, we show a message if logging is not possible -->
</item>
<item
android:id="@+id/menu_templates"