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:
relan 2015-08-17 14:25:58 +03:00
parent f25dafe913
commit 83c8d6d303
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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>