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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-04-05 15:46:30 +0300
committerMarcel Hibbe <dev@mhibbe.de>2022-04-08 10:21:09 +0300
commitb66474dcb5e621a2c7b8b6f2a74d8bc4e18eb490 (patch)
tree0f02e7ecfdacea5f7a4299b7b82cfc130fbbc343 /app/src/main/res/values-night
parent06f42a4c000d74c202a49ec6625146dea3c9fca6 (diff)
update bottom sheet design to latest material3, including icon tinting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r--app/src/main/res/values-night/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index ee62ad4ff..ceb5e3acd 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -40,6 +40,9 @@
<color name="low_emphasis_text">#61ffffff</color>
<color name="high_emphasis_text_inverse">#de000000</color>
+ <!-- bottom sheet specific icon default color -->
+ <color name="high_emphasis_menu_icon">#8Affffff</color>
+
<color name="bg_default">#121212</color>
<color name="bg_default_semitransparent">#99121212</color>
<color name="bg_inverse">@color/grey950</color>