From 47e12c4c3b711f78321c54442fdcbfda94d7e218 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Sat, 8 Jan 2022 02:24:35 +0300 Subject: [PATCH] slider teal theme --- app/src/main/res/values-night/themes.xml | 5 +++++ app/src/main/res/values/themes.xml | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index bc51711..8577fa7 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -12,5 +12,10 @@ ?attr/colorPrimaryVariant + @style/Widget.App.Slider + + + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 45a2f04..60bed95 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -12,5 +12,24 @@ ?attr/colorPrimaryVariant + @style/Widget.App.Slider + + + + + + + + + \ No newline at end of file