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-27 18:21:19 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-27 18:21:19 +0300
commit3ab0dce3eb6f6edbb6f737df8fd3d5dd39275a97 (patch)
treeec62db7b8eef78465cceff8b5c97233519f1b7e7 /News-Android-App/src/main/res/values-night
parentf07b56ae797cde8c5f53462ea571675de69d3e6a (diff)
#865 Fix button styles in feed alert dialog
Diffstat (limited to 'News-Android-App/src/main/res/values-night')
-rw-r--r--News-Android-App/src/main/res/values-night/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-night/colors.xml b/News-Android-App/src/main/res/values-night/colors.xml
index bd1c1aaa..5f4870aa 100644
--- a/News-Android-App/src/main/res/values-night/colors.xml
+++ b/News-Android-App/src/main/res/values-night/colors.xml
@@ -38,6 +38,7 @@
<!-- override libs -->
<color name="chglib_background_default_divider_color">#00000000</color>
+ <color name="button_ripple">@color/material_grey_800</color>
<color name="widget_background">#dd000000</color>
<color name="widget_foreground">#d8d8d8</color>