aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
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
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')
-rw-r--r--main/res/drawable-mdpi/ic_menu_send.pngbin0 -> 920 bytes
-rw-r--r--main/res/layout/logcache_activity.xml4
-rw-r--r--main/res/menu/abstract_logging_activity.xml9
-rw-r--r--main/res/values/strings.xml1
4 files changed, 6 insertions, 8 deletions
diff --git a/main/res/drawable-mdpi/ic_menu_send.png b/main/res/drawable-mdpi/ic_menu_send.png
new file mode 100644
index 0000000..06b4717
--- /dev/null
+++ b/main/res/drawable-mdpi/ic_menu_send.png
Binary files differ
diff --git a/main/res/layout/logcache_activity.xml b/main/res/layout/logcache_activity.xml
index 28e5eb9..f38795d 100644
--- a/main/res/layout/logcache_activity.xml
+++ b/main/res/layout/logcache_activity.xml
@@ -125,10 +125,6 @@
style="@style/button_full"
android:text="@string/log_image_attach" />
- <Button
- android:id="@+id/post"
- style="@style/button_full"
- android:text="@string/log_post" />
<RelativeLayout style="@style/separator_horizontal_layout" >
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"
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index bd7ef2b..ab41c29 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -1289,5 +1289,6 @@
<!-- shortcuts -->
<string name="cgeo_shortcut">c:geo shortcut</string>
<string name="create_shortcut">Create shortcut</string>
+ <string name="send">Send</string>
</resources>