aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-12-11 11:37:45 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-12-11 11:37:45 +0000
commit06d1d028ebd482607762cdf87f958710d773eec1 (patch)
tree641e9557750c58416ab561c0bf4912c80eb7c5cf /app/src/main/res/menu
parentc3b2ffa65308ca14969a82e490f0c662f1794425 (diff)
downloadinfinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar.gz
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar.bz2
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar.lz
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar.xz
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.tar.zst
infinity-for-reddit-06d1d028ebd482607762cdf87f958710d773eec1.zip
Prepare to add post filter.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/customize_post_filter_activity.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/menu/customize_post_filter_activity.xml b/app/src/main/res/menu/customize_post_filter_activity.xml
new file mode 100644
index 00000000..87b5521a
--- /dev/null
+++ b/app/src/main/res/menu/customize_post_filter_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_save_customize_post_filter_activity"
+ android:orderInCategory="1"
+ android:title="@string/action_save"
+ android:icon="@drawable/ic_check_circle_toolbar_24dp"
+ app:showAsAction="ifRoom" />
+</menu> \ No newline at end of file