From 61ac7296625250ea057ef3891f5f65d57136bc08 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 12 Apr 2016 17:46:53 +0200 Subject: [PATCH] android: Define a new color scheme This mainly changes the color of the appbar (colorPrimary), the color of the status bar (colorPrimaryDark) is black like the default. The accent color (colorAccent) used for controls like buttons and check boxes is a slightly toned down version of the default. --- .../android/app/src/main/res/values/colors.xml | 15 ++++++++++++--- .../android/app/src/main/res/values/styles.xml | 4 ++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/frontends/android/app/src/main/res/values/colors.xml b/src/frontends/android/app/src/main/res/values/colors.xml index 4af28b4d4..6377d8fb0 100644 --- a/src/frontends/android/app/src/main/res/values/colors.xml +++ b/src/frontends/android/app/src/main/res/values/colors.xml @@ -1,7 +1,7 @@ + #96BDC2 + + #A2042C + + #000000 + #D9192C @@ -25,7 +34,7 @@ name="success_text">#99CC00 #333333 + name="panel_background">#444444 #5a5a5a diff --git a/src/frontends/android/app/src/main/res/values/styles.xml b/src/frontends/android/app/src/main/res/values/styles.xml index aa77e54ee..82a957813 100644 --- a/src/frontends/android/app/src/main/res/values/styles.xml +++ b/src/frontends/android/app/src/main/res/values/styles.xml @@ -16,10 +16,14 @@