From 9baaf824c67020f14a9b82da1f48263c90eadcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Thu, 28 Mar 2019 00:15:02 +0100 Subject: [PATCH] Start working on amoled / true black theme #32 --- app/src/main/res/layout/activity_edit_entry.xml | 2 ++ app/src/main/res/layout/bottom_sheet_edit_entry.xml | 7 ++++--- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/styles.xml | 10 ++++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_edit_entry.xml b/app/src/main/res/layout/activity_edit_entry.xml index 34cdb4f9..200821a6 100644 --- a/app/src/main/res/layout/activity_edit_entry.xml +++ b/app/src/main/res/layout/activity_edit_entry.xml @@ -2,6 +2,8 @@ #a7a7a7 #FF5252 #212121 + #000000 #f4511e #42000000 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8cb6118b..5c6e5007 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -66,6 +66,16 @@ @color/colorSwirlPrimaryDark @color/colorSwirlErrorDark + + +