aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-11 08:32:27 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-11 08:32:27 +0000
commitd8669c94e88345e1ed55468ba60aa5570bb1b745 (patch)
tree49556a508720a46c86324660e9c6d66769596b39 /app/src/main/res/menu
parent36d24523b68e4ebecab02e7afff044b1625b80c9 (diff)
downloadinfinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.gz
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.bz2
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.lz
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.xz
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.zst
infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.zip
Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/post_text_activity.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/menu/post_text_activity.xml b/app/src/main/res/menu/post_text_activity.xml
new file mode 100644
index 00000000..94650918
--- /dev/null
+++ b/app/src/main/res/menu/post_text_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_text_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