mirror of
https://github.com/oliexdev/openScale.git
synced 2025-02-12 03:44:09 +01:00
Use material theme and move colors to colors.xml
This commit is contained in:
parent
d7dd525806
commit
4ea32a4298
@ -3,4 +3,8 @@
|
|||||||
<color name="blue_pressed">@android:color/holo_blue_dark</color>
|
<color name="blue_pressed">@android:color/holo_blue_dark</color>
|
||||||
<color name="blue_normal">@android:color/holo_blue_light</color>
|
<color name="blue_normal">@android:color/holo_blue_light</color>
|
||||||
<color name="gray_disabled">#ccc</color>
|
<color name="gray_disabled">#ccc</color>
|
||||||
|
|
||||||
|
<color name="primaryColor">#000000</color>
|
||||||
|
<color name="primaryLightColor">@android:color/holo_blue_light</color>
|
||||||
|
<color name="primaryDarkColor">#000000</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Application theme. -->
|
<!-- Application theme. -->
|
||||||
<style name="AppTheme_Light" parent="Theme.Design.Light.NoActionBar">
|
<style name="AppTheme_Light" parent="Theme.AppCompat.Light.NoActionBar">
|
||||||
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
<item name="colorPrimary">@color/primaryColor</item>
|
||||||
<item name="colorPrimary">#000000</item>
|
<item name="colorPrimaryDark">@color/primaryDarkColor</item>
|
||||||
<item name="colorPrimaryDark">#000000</item>
|
<item name="colorAccent">@color/primaryLightColor</item>
|
||||||
<item name="colorAccent">@android:color/holo_blue_light</item>
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="AppTheme_Dark" parent="Theme.Design.NoActionBar">
|
<style name="AppTheme_Dark" parent="Theme.AppCompat.NoActionBar">
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user