diff options
author | cyBerta <cyberta@riseup.net> | 2017-12-14 19:01:28 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-12-14 19:01:28 +0100 |
commit | 25d215400d500bdb7537e604ed91ced586821ef2 (patch) | |
tree | cb29df26bec196f8628947897a5fe9977b00a229 /app/src/main/res/values/themes.xml | |
parent | b84f9942a3f87f9d1e589221ed2eb3900518d8d9 (diff) | |
parent | 18e24819eed388d349dbf6d7cd21534d7074bf5d (diff) |
Update constants renaming
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-rw-r--r-- | app/src/main/res/values/themes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 00000000..80607409 --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <item name="colorPrimary">@color/colorPrimary</item> + <item name="colorPrimaryDark">@color/colorPrimary</item> + </style> + <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> + <item name="colorPrimary">@color/colorPrimary</item> + <item name="colorPrimaryDark">@color/colorPrimary</item> + <item name="android:windowBackground">@drawable/splash_page</item> + </style> +</resources> |