aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-12 16:05:38 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-12 16:05:38 +0000
commitde4b53ddf0f6128a82f62515c811c97fc49c48a6 (patch)
tree13a995eab0073940d19fce2b04e47d68f11ab5c3 /app/src/main/res/menu
parent8c55fbbde9927cf01d7f7d2236bb6fb89eb2c67c (diff)
downloadinfinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar.gz
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar.bz2
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar.lz
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar.xz
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.tar.zst
infinity-for-reddit-de4b53ddf0f6128a82f62515c811c97fc49c48a6.zip
Preparing to submit image posts.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/post_image_activity.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/menu/post_image_activity.xml b/app/src/main/res/menu/post_image_activity.xml
new file mode 100644
index 00000000..1525a802
--- /dev/null
+++ b/app/src/main/res/menu/post_image_activity.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/action_send_post_image_activity"
+ android:orderInCategory="1"
+ android:title="@string/action_send"
+ android:icon="@drawable/ic_send_white_24dp"
+ app:showAsAction="ifRoom" />
+</menu> \ No newline at end of file