aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 859d4ee..813b040 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -19,6 +19,7 @@
19--> 19-->
20 20
21<resources> 21<resources>
22
22 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> 23 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
23 <item name="colorPrimary">@color/headerBackgroundPrimary</item> 24 <item name="colorPrimary">@color/headerBackgroundPrimary</item>
24 <item name="colorPrimaryDark">@color/headerBackgroundPrimaryDark</item> 25 <item name="colorPrimaryDark">@color/headerBackgroundPrimaryDark</item>
@@ -81,4 +82,12 @@
81 <item name="android:layout_height">wrap_content</item> 82 <item name="android:layout_height">wrap_content</item>
82 <item name="android:textColor">@color/textSecondary</item> 83 <item name="android:textColor">@color/textSecondary</item>
83 </style> 84 </style>
85
86 <style name="AppTheme.TabLayout" parent="Widget.Design.TabLayout">
87 <item name="android:background">@color/backgroundSecondary</item>
88 <item name="android:layout_height">wrap_content</item>
89 <item name="android:layout_width">match_parent</item>
90 <item name="tabGravity">fill</item>
91 </style>
92
84</resources> 93</resources>