diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 083cc060..e6745f7b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -26,8 +26,9 @@ THE SOFTWARE. android:versionName="1.0.33" android:versionCode="1033" android:installLocation="auto"> - + + @@ -149,6 +150,8 @@ THE SOFTWARE. android:name="TabOrderActivity" /> + diff --git a/project.properties b/project.properties index b11c6cd7..6f612321 100644 --- a/project.properties +++ b/project.properties @@ -10,7 +10,7 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-21 +target=android-23 ## do not enable: breaks settings in SDK15 ##proguard.config=proguard.config diff --git a/res/values-v21/colors.xml b/res/values-v21/colors.xml new file mode 100644 index 00000000..2cf29017 --- /dev/null +++ b/res/values-v21/colors.xml @@ -0,0 +1,30 @@ + + + + #ffeeeeee + #bdbdbd + #ffa3a3a3 + #ff757575 + #ff212121 + #ffd6d7d7 + #ff5a595b + + + #ff37474f + #ff263238 + #ff3e677a + + + @color/vanillaAccent + @color/material_grey_600 + + + @color/vanillaAccent + + + #ffeeeeee + #f000 + + #ff303030 + #ffffffff + diff --git a/res/values-v21/theme.xml b/res/values-v21/theme.xml index e019dd9a..5aa044bf 100644 --- a/res/values-v21/theme.xml +++ b/res/values-v21/theme.xml @@ -17,34 +17,13 @@ Copyright (C) 2015 Adrian Ulrich --> - - #ffeeeeee - #bdbdbd - #ffa3a3a3 - #ff757575 - #ff212121 - #ffd6d7d7 - #ff5a595b - - - #ff37474f - #ff263238 - #ff3e677a - - - @color/vanillaAccent - @color/material_grey_600 - - - @color/vanillaAccent -