diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-03 16:06:59 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-03 16:06:59 +0100 |
commit | be7de054be6b31b82947b9c641c8b1d5bbefb284 (patch) | |
tree | 31c7f444f0a2c8a655a436cda804d53485263e22 /src/main/res | |
parent | 960b7343d3bf2511be4a6da838b9cf4a0f0a3c43 (diff) |
record voice and attachment refactor
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/attachment_choices.xml | 5 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/menu/attachment_choices.xml b/src/main/res/menu/attachment_choices.xml index 12b37c08..5139272c 100644 --- a/src/main/res/menu/attachment_choices.xml +++ b/src/main/res/menu/attachment_choices.xml @@ -7,8 +7,11 @@ <item android:id="@+id/attach_take_picture" android:title="@string/attach_take_picture"/> + <item + android:id="@+id/attach_record_voice" + android:title="@string/attach_record_voice"/> <item - android:id="@+id/attach_record_voice" + android:id="@+id/attach_choose_file" android:title="@string/choose_file"/> </menu>
\ No newline at end of file diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 73259228..45174cd8 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -405,4 +405,5 @@ <string name="password_should_not_be_empty">Password should not be empty</string> <string name="enable_all_accounts">Enable all accounts</string> <string name="disable_all_accounts">Disable all accounts</string> + <string name="perform_action_with">Perform action with</string> </resources> |