summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-03-04 09:48:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-04 09:48:32 +0000
commit0c255a946788499d7f169429890d5a423426593b (patch)
tree979a8fafd7e6cd474a458ef14ee93a703f231956 /AndroidManifest.xml
parent7da05a506cdc651a77df918ec20d6aa881ca51b2 (diff)
parentffed65886ecd83f52dc1c052897511c95a5f371a (diff)
downloadandroid_packages_apps_Trebuchet-0c255a946788499d7f169429890d5a423426593b.tar.gz
android_packages_apps_Trebuchet-0c255a946788499d7f169429890d5a423426593b.tar.bz2
android_packages_apps_Trebuchet-0c255a946788499d7f169429890d5a423426593b.zip
Merge "Changed behaviour of the wallpaper picker." into ub-now-lunchbox
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index be3a28b1c..d4cd6a2be 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -106,7 +106,7 @@
<activity
android:name="com.android.launcher3.LauncherWallpaperPickerActivity"
- android:theme="@style/Theme.WallpaperCropper"
+ android:theme="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"
android:icon="@mipmap/ic_launcher_wallpaper"
android:finishOnCloseSystemDialogs="true"