Use Holo as theme

This commit is contained in:
Tobias Brunner
2012-08-13 11:00:24 +02:00
parent da9bb5044f
commit 3a32ba7111
2 changed files with 23 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
android:label="@string/app_name"
android:theme="@style/ApplicationTheme" >
<activity
android:name=".ui.MainActivity"
android:label="@string/app_name"