Move the red color constant from styles.xml to colors.xml
Because this is the proper place for colors definitions.
This commit is contained in:
parent
f25dafe913
commit
83c8d6d303
@ -3,6 +3,7 @@
|
|||||||
<color name="signed">#ffcccccc</color>
|
<color name="signed">#ffcccccc</color>
|
||||||
<color name="unsigned">#ffCC0000</color>
|
<color name="unsigned">#ffCC0000</color>
|
||||||
<color name="unverified">#ff999999</color>
|
<color name="unverified">#ff999999</color>
|
||||||
|
<color name="red">#FFFF0000</color>
|
||||||
|
|
||||||
<color name="fdroid_blue">#ff1976d2</color>
|
<color name="fdroid_blue">#ff1976d2</color>
|
||||||
<color name="fdroid_blue_dark">#ff0d47a1</color>
|
<color name="fdroid_blue_dark">#ff0d47a1</color>
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<color name="red">#FFFF0000</color>
|
|
||||||
|
|
||||||
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
||||||
<!-- customizations that are not API-level specific go here. -->
|
<!-- customizations that are not API-level specific go here. -->
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user