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:
authorfabienli <fab@lisiecki.fr>2021-06-11 17:28:36 +0300
committerfabienli <fab@lisiecki.fr>2021-06-16 13:49:12 +0300
commitb72f15f110f9f426c300c640ad1edff36633e667 (patch)
tree6258e094bab8a0045103a7d9e6a803b896c5666a /News-Android-App/src/main/res/menu
parent4117c76ca5e1fae75f262cc9a61ad8ec6e1546cd (diff)
dark and light theme for save icons
Signed-off-by: fabienli <fab@lisiecki.fr>
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/sync_interval_selector.xml2
1 files changed, 1 insertions, 1 deletions
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 6ed5efd3..e5d92a60 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_action_save"
+ android:icon="@drawable/ic_action_save_dark"
app:showAsAction="always" />
</menu>