diff options
author | pacien | 2018-02-16 19:04:27 +0100 |
---|---|---|
committer | pacien | 2018-02-16 19:04:27 +0100 |
commit | 3d52c26bc211c6544a6941aafe4cc0945c846f80 (patch) | |
tree | c10011547af5d49a0ea41671cbf4145c1c56efd2 | |
parent | d360837d494a86930b8323a99691dc52925eb7ea (diff) | |
download | tincapp-3d52c26bc211c6544a6941aafe4cc0945c846f80.tar.gz |
Remove unused stylesheet
-rw-r--r-- | app/src/main/res/values-v21/styles.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml deleted file mode 100644 index f7b496e..0000000 --- a/app/src/main/res/values-v21/styles.xml +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | <resources> | ||
2 | |||
3 | <style name="AppTheme.NoActionBar"> | ||
4 | <item name="windowActionBar">false</item> | ||
5 | <item name="windowNoTitle">true</item> | ||
6 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> | ||
7 | <item name="android:statusBarColor">@android:color/transparent</item> | ||
8 | </style> | ||
9 | </resources> | ||
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 0b3ed77..8a9089a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -1,5 +1,4 @@ | |||
1 | <resources> | 1 | <resources> |
2 | |||
3 | <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | 2 | <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> |
4 | <item name="colorPrimary">@color/colorPrimary</item> | 3 | <item name="colorPrimary">@color/colorPrimary</item> |
5 | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | 4 | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> |