diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/menu/post_fragment.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/menu/post_fragment.xml b/app/src/main/res/menu/post_fragment.xml index fc648460..2616a6cd 100644 --- a/app/src/main/res/menu/post_fragment.xml +++ b/app/src/main/res/menu/post_fragment.xml @@ -11,4 +11,10 @@ android:orderInCategory="101" android:title="@string/filter_posts" app:showAsAction="never" /> + + <item + android:id="@+id/action_more_options_post_fragment" + android:orderInCategory="102" + android:title="@string/action_more_options" + app:showAsAction="never" /> </menu>
\ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 97f22c9f..251b53c2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -96,6 +96,7 @@ <string name="action_go_to_wiki">Go to Wiki</string> <string name="action_playback_speed">Playback Speed</string> <string name="action_contact_mods">Contact Mods</string> + <string name="action_more_options">More Options</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> |