diff options
author | pacien | 2018-08-07 00:10:26 +0200 |
---|---|---|
committer | pacien | 2018-08-07 00:10:26 +0200 |
commit | 123d40dbf3921c5b39938f3b18460eb4a11bf3d6 (patch) | |
tree | 1c17bf2ee5b2a96eacec181b25d775c0dfe47349 /app/src/main/res/values | |
parent | 4079a18706ca817d40c66d5f31573800c7121815 (diff) | |
download | tincapp-123d40dbf3921c5b39938f3b18460eb4a11bf3d6.tar.gz |
New app color scheme
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 14 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 10 |
2 files changed, 13 insertions, 11 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 2d686cc..71a04b7 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml | |||
@@ -19,12 +19,14 @@ | |||
19 | --> | 19 | --> |
20 | 20 | ||
21 | <resources> | 21 | <resources> |
22 | <color name="textPrimary">#FFFFFFFF</color> | 22 | <color name="headerBackgroundPrimary">#13af96</color> |
23 | <color name="colorPrimary">#424242</color> | 23 | <color name="headerBackgroundPrimaryDark">#007f68</color> |
24 | <color name="colorPrimaryDark">#212121</color> | 24 | |
25 | <color name="colorPrimaryLight">#757575</color> | 25 | <color name="textTitle">#FFFFFFFF</color> |
26 | <color name="colorPrimaryLighter">#d9d9d9</color> | 26 | <color name="textAccent">#007f68</color> |
27 | <color name="colorAccent">#f9a825</color> | 27 | <color name="textSecondary">#212121</color> |
28 | |||
29 | <color name="separator">#d9d9d9</color> | ||
28 | 30 | ||
29 | <color name="backgroundPrimary">#FFFFFF</color> | 31 | <color name="backgroundPrimary">#FFFFFF</color> |
30 | <color name="backgroundSecondary">#d9d9d9</color> | 32 | <color name="backgroundSecondary">#d9d9d9</color> |
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 445326b..859d4ee 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -20,9 +20,9 @@ | |||
20 | 20 | ||
21 | <resources> | 21 | <resources> |
22 | <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | 22 | <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> |
23 | <item name="colorPrimary">@color/colorPrimary</item> | 23 | <item name="colorPrimary">@color/headerBackgroundPrimary</item> |
24 | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | 24 | <item name="colorPrimaryDark">@color/headerBackgroundPrimaryDark</item> |
25 | <item name="colorAccent">@color/colorAccent</item> | 25 | <item name="colorAccent">@color/textAccent</item> |
26 | </style> | 26 | </style> |
27 | 27 | ||
28 | <style name="AppTheme.NoActionBar"> | 28 | <style name="AppTheme.NoActionBar"> |
@@ -35,7 +35,7 @@ | |||
35 | <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/> | 35 | <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/> |
36 | 36 | ||
37 | <style name="AppTheme.SectionTitle"> | 37 | <style name="AppTheme.SectionTitle"> |
38 | <item name="android:textColor">@color/colorAccent</item> | 38 | <item name="android:textColor">@color/textAccent</item> |
39 | <item name="android:layout_width">match_parent</item> | 39 | <item name="android:layout_width">match_parent</item> |
40 | <item name="android:layout_height">wrap_content</item> | 40 | <item name="android:layout_height">wrap_content</item> |
41 | <item name="android:paddingLeft">@dimen/activity_horizontal_margin</item> | 41 | <item name="android:paddingLeft">@dimen/activity_horizontal_margin</item> |
@@ -79,6 +79,6 @@ | |||
79 | <style name="AppTheme.BlockContent"> | 79 | <style name="AppTheme.BlockContent"> |
80 | <item name="android:layout_width">match_parent</item> | 80 | <item name="android:layout_width">match_parent</item> |
81 | <item name="android:layout_height">wrap_content</item> | 81 | <item name="android:layout_height">wrap_content</item> |
82 | <item name="android:textColor">@color/colorPrimaryLight</item> | 82 | <item name="android:textColor">@color/textSecondary</item> |
83 | </style> | 83 | </style> |
84 | </resources> | 84 | </resources> |