diff options
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..6b849c8 --- /dev/null +++ b/app/src/main/res/values/styles.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <resources> | ||
2 | <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | ||
3 | <item name="colorPrimary">@color/colorPrimary</item> | ||
4 | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | ||
5 | <item name="colorAccent">@color/colorAccent</item> | ||
6 | </style> | ||
7 | |||
8 | <style name="AppTheme.NoActionBar"> | ||
9 | <item name="windowActionBar">false</item> | ||
10 | <item name="windowNoTitle">true</item> | ||
11 | </style> | ||
12 | |||
13 | <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/> | ||
14 | |||
15 | <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/> | ||
16 | </resources> | ||