diff options
author | pacien | 2018-08-20 00:53:22 +0200 |
---|---|---|
committer | pacien | 2018-08-20 00:53:22 +0200 |
commit | b5884b3ad4964d6bdbbb92c160bed84cdbb059a1 (patch) | |
tree | c479a86d1a1d349f11ea6474c0a8ee3e3754c31d /app/src/main/res/values/styles.xml | |
parent | daf8d2fe48f1e2d5cef79b978ad73991bf1f0011 (diff) | |
download | tincapp-b5884b3ad4964d6bdbbb92c160bed84cdbb059a1.tar.gz |
Split status activity into tabs
Refactoring the underlying code to use lifecycle-aware classes
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 9 |
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> |