Material theme: new styles

This commit is contained in:
str4d
2014-10-19 09:44:31 +00:00
parent 0588c245c5
commit 839bdec79a
5 changed files with 20 additions and 39 deletions

View File

@@ -16,7 +16,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/Theme.Bote" >
<service android:name=".service.BoteService" />
<activity