summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7610e133..da3d15ef 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,14 +8,14 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/product_logo_wallpapers_launcher_color_48"
android:label="@string/app_name"
- android:theme="@style/WallpaperTheme"
+ android:theme="@style/CustomizationTheme"
android:requiredForAllUsers="true"
android:restoreAnyVersion="true"
android:supportsRtl="true">
<activity android:name="com.android.theme.picker.ThemePickerActivity"
android:label="@string/app_name"
- android:theme="@style/WallpaperTheme"
+ android:theme="@style/CustomizationTheme.NoActionBar"
android:resizeableActivity="true">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER"/>