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:
authorDaniel Schaal <daniel@schaal.email>2015-07-04 22:20:25 +0300
committerDaniel Schaal <daniel@schaal.email>2015-07-19 09:31:45 +0300
commit0c9fc6bb54a67befe4e749e845828c0e24e67ed7 (patch)
tree91f3ae44d0c3d75d9fbbdd7637cae9063a29e687 /News-Android-App/src/main/res/menu
parentadd943a4db2297174d0322e0d00078348fd0c8cf (diff)
Add SwipeToRefresh to Detail List
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_reader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/menu/news_reader.xml b/News-Android-App/src/main/res/menu/news_reader.xml
index 39922255..01618541 100644
--- a/News-Android-App/src/main/res/menu/news_reader.xml
+++ b/News-Android-App/src/main/res/menu/news_reader.xml
@@ -4,7 +4,7 @@
<item android:id="@+id/menu_update"
android:title="@string/menu_update"
android:icon="@drawable/ic_action_refresh"
- app:showAsAction="always" />
+ app:showAsAction="never" />
<item android:id="@+id/menu_StartImageCaching"
android:title="@string/menu_StartImageCaching"