Modification of the default style
This commit is contained in:
parent
bff0256243
commit
290e59be27
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#008577</color>
|
||||
<color name="colorPrimaryDark">#00574B</color>
|
||||
<color name="colorAccent">#D81B60</color>
|
||||
<color name="colorPrimary">#0072bc</color>
|
||||
<color name="colorPrimaryDark">#000000</color> <!-- #d7d7d7 -->
|
||||
<color name="colorAccent">#0072bc</color>
|
||||
<color name="colorControlNormal">#d7d7d7</color>
|
||||
<color name="colorBackground">#fafafa</color>
|
||||
<color name="textColorPrimary">#ffffff</color>
|
||||
</resources>
|
||||
|
@ -6,6 +6,9 @@
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="android:colorBackground">@color/colorBackground</item>
|
||||
<item name="colorControlNormal">@color/colorControlNormal</item>
|
||||
<item name="android:textColorPrimary">@color/textColorPrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.NoActionBar">
|
||||
|
Loading…
x
Reference in New Issue
Block a user