aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-08-26 23:48:48 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-28 21:33:19 +0200
commitb3b3475e93a9b08f9e35edbf74673728b560ad3b (patch)
treefc72bfce668b358310061c0a94736a0bd14e8b5d /src/main/res/menu
parent1f7f535d37b844dbd87447e1872c270edbca1302 (diff)
compress videos bigger than 10 MB before sending
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/attachment_choices.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/menu/attachment_choices.xml b/src/main/res/menu/attachment_choices.xml
index 6e8fc51d3..e2b0798ee 100644
--- a/src/main/res/menu/attachment_choices.xml
+++ b/src/main/res/menu/attachment_choices.xml
@@ -18,6 +18,10 @@
android:title="@string/attach_choose_picture"/>
<item
+ android:id="@+id/attach_choose_video"
+ android:title="@string/attach_choose_video"/>
+
+ <item
android:id="@+id/attach_choose_file"
android:title="@string/choose_file"/>