diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-18 17:32:20 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-18 17:32:20 +0200 |
commit | 590e2403ab6d9d8f3b0158bf5218802216e9cd50 (patch) | |
tree | 717985d47b4dd9f98112618dba960ed5f078eb1e /res/menu | |
parent | e857cf979d719d18b0d0a858413ceeb0a4ef5305 (diff) |
bind and session request more compatible
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/attachment_choices.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/menu/attachment_choices.xml b/res/menu/attachment_choices.xml index 7e3ebbea..6a4f295a 100644 --- a/res/menu/attachment_choices.xml +++ b/res/menu/attachment_choices.xml @@ -9,5 +9,6 @@ android:title="@string/attach_take_picture"/> <item android:id="@+id/attach_record_voice" - android:title="@string/attach_record_voice" /> + android:title="@string/attach_record_voice" + android:visible="false"/> </menu>
\ No newline at end of file |