Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2016-01-26 00:44:30 +0300
committerDavid Development <david-dev@live.de>2016-01-26 00:44:30 +0300
commitb257e1fdb9c49f18380bf22b15232e9de09975fa (patch)
tree933fcbef50f41ca185d2167d1f0db1fee960c7a7 /News-Android-App/src/main/res/menu
parent4881074d06f5c79f05ec1970280b76cb1ff7b73d (diff)
Fix #479 - Add option/menu to select the action bar icons to show
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_detail.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/menu/news_detail.xml b/News-Android-App/src/main/res/menu/news_detail.xml
index 4e09d351..ec401026 100644
--- a/News-Android-App/src/main/res/menu/news_detail.xml
+++ b/News-Android-App/src/main/res/menu/news_detail.xml
@@ -24,7 +24,7 @@
<item
android:id="@+id/action_openInBrowser"
- app:showAsAction="always"
+ app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_open_in_browser"
android:title="@string/action_openInBrowser"/>