Added dynamic theme
uses Holo for api =>11 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyTheme" >
|
||||
<activity
|
||||
android:name=".AutoPlayerActivity"
|
||||
android:label="@string/app_name" >
|
||||
@@ -46,7 +47,7 @@
|
||||
android:name="ConfirmDialog"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@android:style/Theme.Dialog" >
|
||||
android:theme="@style/MyDialogTheme" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user