Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-07-01 20:26:46 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-01 20:26:46 +0300
commit8c282fc53c05d450c50efb0b8c6bda876cd5d943 (patch)
tree48729fac3aae8e314286b511d12643f6e3fcd9b8 /app/src/main/res
parent3218a8695b1106edffbea0f98d33e098afe02c31 (diff)
#525 Adjust design to new style of Nextcloud app
- Change background of check icon to default Nextcloud-Blue - Dark mode: Make bg_card_wrapper match primary color
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/drawable/selected.xml2
-rw-r--r--app/src/main/res/values-night/colors.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/drawable/selected.xml b/app/src/main/res/drawable/selected.xml
index cb301fd84..f28dd14cd 100644
--- a/app/src/main/res/drawable/selected.xml
+++ b/app/src/main/res/drawable/selected.xml
@@ -4,7 +4,7 @@
<layer-list>
<item>
<shape android:shape="oval">
- <solid android:color="@android:color/holo_green_light" />
+ <solid android:color="@color/defaultBrand" />
<stroke android:width="1dp" android:color="@android:color/white" />
</shape>
</item>
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index e04f238c2..32248bd5a 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -6,7 +6,7 @@
<color name="bg_highlighted">#2a2a2a</color>
<color name="bg_info_box">#222222</color>
<color name="bg_card">#2a2a2a</color>
- <color name="bg_card_wrapper">@android:color/black</color>
+ <color name="bg_card_wrapper">@color/primary</color>
<color name="widget_background">#cc212121</color>
<color name="widget_foreground">#ccf5f5f5</color>