Permalink
Please sign in to comment.
Showing
with
5 additions
and 8 deletions.
| @@ -1,11 +1,7 @@ | ||
| <resources> | ||
| <!-- Base application theme. --> | ||
| <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | ||
| <!-- Customize your theme here. --> | ||
| <item name="colorPrimary">@color/colorPrimary</item> | ||
| <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | ||
| <item name="colorAccent">@color/colorAccent</item> | ||
| <style name="AppTheme" parent="android:Theme.Light"> | ||
| </style> | ||
| </resources> |
0 comments on commit
41b4fce