always show "open in browser" in actionbar - fix #293

This commit is contained in:
David Development 2015-01-10 19:11:02 +01:00
parent a69e4bb94b
commit 95df796890
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -24,7 +24,7 @@
<item
android:id="@+id/action_openInBrowser"
app:showAsAction="ifRoom"
app:showAsAction="always"
android:icon="@android:drawable/ic_menu_set_as"
android:title="@string/action_openInBrowser"/>