Skip to content

Commit

Permalink
Remove attributes that were causing style key with bad entry errors/w…
Browse files Browse the repository at this point in the history
…arnings
  • Loading branch information
aaronjwood committed Sep 7, 2015
1 parent 27f3dcf commit facbe4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/values/styles.xml
Expand Up @@ -17,8 +17,6 @@
<item name="colorPrimaryDark">@color/black</item>
<item name="colorAccent">@color/icsblue</item>
<item name="android:background">#000000</item>
<item name="android:windowNoTitle">false</item>
<item name="android:titleTextColor">@color/white</item>
<item name="android:gravity">center</item>
</style>
</resources>

0 comments on commit facbe4b

Please sign in to comment.