From af29184aa883be64854c5af09376728ac66c994d Mon Sep 17 00:00:00 2001 From: archroid Date: Wed, 2 Feb 2022 19:49:16 +0330 Subject: [PATCH] Fixed minor bugs --- app/src/main/res/values-v23/themes.xml | 36 ++++++++++++++++++++++++++ app/src/main/res/values/themes.xml | 2 -- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/values-v23/themes.xml diff --git a/app/src/main/res/values-v23/themes.xml b/app/src/main/res/values-v23/themes.xml new file mode 100644 index 000000000..8a2af24cb --- /dev/null +++ b/app/src/main/res/values-v23/themes.xml @@ -0,0 +1,36 @@ + + + + + \ 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 71b2593f0..4305984cb 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -28,8 +28,6 @@ @color/md_theme_light_inverseSurface @color/md_theme_light_primaryInverse - @android:color/transparent - true @android:color/transparent \ No newline at end of file