Switch action bar colors to what they should be

ugly-unit-test
DjBushido 2014-04-16 13:23:18 -04:00
parent e8fa4b4257
commit 9bf99db956
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="statusbar">#ffdddddd</color>
<color name="actionbar">#dddddddd</color>
<color name="statusbar">#dddddd</color>
<color name="actionbar">#dddddd</color>
</resources>