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:
authorStefan Niedermann <info@niedermann.it>2021-04-26 22:53:10 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-26 22:53:10 +0300
commit363ff809cbe5d07ac97e3ac589b52cae840ed42d (patch)
tree9d8859cdb0c8584602b48252e9f053e760076475 /News-Android-App/src/main/res/menu
parent8d72679deb26e8c104b4c9396557a253303015d1 (diff)
#865 Use white as primary color for toolbar
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 9ac399f9..6d003782 100644
--- a/News-Android-App/src/main/res/menu/news_detail.xml
+++ b/News-Android-App/src/main/res/menu/news_detail.xml
@@ -31,7 +31,7 @@
<item
android:id="@+id/action_playPodcast"
app:showAsAction="always"
- android:icon="@drawable/ic_play_arrow_white"
+ android:icon="@drawable/ic_baseline_play_arrow_24_theme_aware"
android:title="@string/action_playPodacst"/>
<item