aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/menu_web.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-29 02:52:13 -0700
committerAllan Wang <me@allanwang.ca>2019-09-29 02:52:13 -0700
commita75176f963e1fed7e99389b84170da058072128f (patch)
tree5f063a0be2962ea96f4bd49088623841da46cd53 /app/src/main/res/menu/menu_web.xml
parent14573f9ac4cb9cfb799e1cd20d78202599d55e25 (diff)
parent8932e9f5eb9995729f674ebe02464a6f20f4d1ec (diff)
downloadfrost-a75176f963e1fed7e99389b84170da058072128f.tar.gz
frost-a75176f963e1fed7e99389b84170da058072128f.tar.bz2
frost-a75176f963e1fed7e99389b84170da058072128f.zip
Update changelog
Diffstat (limited to 'app/src/main/res/menu/menu_web.xml')
-rw-r--r--app/src/main/res/menu/menu_web.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/src/main/res/menu/menu_web.xml b/app/src/main/res/menu/menu_web.xml
index 5baefa1b..15394c75 100644
--- a/app/src/main/res/menu/menu_web.xml
+++ b/app/src/main/res/menu/menu_web.xml
@@ -5,14 +5,17 @@
<item
android:id="@+id/action_copy_link"
- android:orderInCategory="100"
android:title="@string/copy_link"
- app:showAsAction="ifRoom" />
+ app:showAsAction="never" />
<item
android:id="@+id/action_share"
- android:orderInCategory="200"
android:title="@string/kau_share"
- app:showAsAction="ifRoom" />
+ app:showAsAction="never" />
+
+ <item
+ android:id="@+id/action_open_in_browser"
+ android:title="@string/open_in_browser"
+ app:showAsAction="never" />
</menu>