diff --git a/AutoPlayer/AndroidManifest.xml b/AutoPlayer/AndroidManifest.xml index 733c84b..2cc2d4d 100644 --- a/AutoPlayer/AndroidManifest.xml +++ b/AutoPlayer/AndroidManifest.xml @@ -13,7 +13,8 @@ + android:label="@string/app_name" + android:theme="@style/MyTheme" > @@ -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" > diff --git a/AutoPlayer/res/values-v11/theme.xml b/AutoPlayer/res/values-v11/theme.xml new file mode 100644 index 0000000..93d26e1 --- /dev/null +++ b/AutoPlayer/res/values-v11/theme.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/AutoPlayer/res/values/theme.xml b/AutoPlayer/res/values/theme.xml new file mode 100644 index 0000000..8089821 --- /dev/null +++ b/AutoPlayer/res/values/theme.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file