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 <farbing@web.de>2015-06-26 16:29:46 +0300
committerDaniel Schaal <farbing@web.de>2015-06-26 21:48:09 +0300
commitbcbcf005c5806a8a360528cf6a8dfeda9fe75342 (patch)
tree357d771f6f30f57b7de0f209dc6562ed3de7ff20 /News-Android-App/src/main/res/menu
parent6f1d3826784b10fb880c3b2e7a0b9945d7d600d4 (diff)
Use material icons
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_detail.xml2
-rw-r--r--News-Android-App/src/main/res/menu/news_reader.xml4
-rw-r--r--News-Android-App/src/main/res/menu/sync_interval_selector.xml2
3 files changed, 4 insertions, 4 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 fa094211..4e09d351 100644
--- a/News-Android-App/src/main/res/menu/news_detail.xml
+++ b/News-Android-App/src/main/res/menu/news_detail.xml
@@ -25,7 +25,7 @@
<item
android:id="@+id/action_openInBrowser"
app:showAsAction="always"
- android:icon="@android:drawable/ic_menu_set_as"
+ android:icon="@drawable/ic_action_open_in_browser"
android:title="@string/action_openInBrowser"/>
<item
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 6ee41934..39922255 100644
--- a/News-Android-App/src/main/res/menu/news_reader.xml
+++ b/News-Android-App/src/main/res/menu/news_reader.xml
@@ -3,7 +3,7 @@
<item android:id="@+id/menu_update"
android:title="@string/menu_update"
- android:icon="@drawable/ic_menu_refresh"
+ android:icon="@drawable/ic_action_refresh"
app:showAsAction="always" />
<item android:id="@+id/menu_StartImageCaching"
@@ -58,4 +58,4 @@
android:visible="false"/>
-</menu> \ No newline at end of file
+</menu>
diff --git a/News-Android-App/src/main/res/menu/sync_interval_selector.xml b/News-Android-App/src/main/res/menu/sync_interval_selector.xml
index 4d4fd47a..6ed5efd3 100644
--- a/News-Android-App/src/main/res/menu/sync_interval_selector.xml
+++ b/News-Android-App/src/main/res/menu/sync_interval_selector.xml
@@ -12,6 +12,6 @@
<item android:id="@+id/action_save"
android:title="@string/action_save"
- android:icon="@drawable/ic_menu_save"
+ android:icon="@drawable/ic_action_save"
app:showAsAction="always" />
</menu>