summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2010-12-09 21:04:15 -0800
committerAdam Lesinski <adamlesinski@google.com>2010-12-13 14:51:15 -0800
commit2a898a0ac54beab0ae56c97eeccc017b02d61453 (patch)
tree72d2baf2f6a815b3ef9024f1020843792159bb62 /res/values-xlarge
parent4c4b20f7c356774995f117e3322e7ab5fc0f10f0 (diff)
downloadandroid_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.gz
android_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.bz2
android_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.zip
Update Wallpaper picker and fix bug
-Fixed b/3271838 -On a phone, Fragment would not remember its previous state and crash on rotation Change-Id: Ida923fba0c7f4622b090e2838fd932328ad68c63
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/config.xml4
-rw-r--r--res/values-xlarge/dimens.xml3
2 files changed, 6 insertions, 1 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index 55a96f6e9..c254eb396 100644
--- a/res/values-xlarge/config.xml
+++ b/res/values-xlarge/config.xml
@@ -51,4 +51,8 @@
<!-- The slope, in percent, of the drag movement needed to drag an item out of the customization
drawer (y / x * 100%) -->
<integer name="config_customizationDrawerDragSlopeThreshold">150</integer>
+
+ <style name="config_orientation">
+ <item name="@android:screenOrientation">unspecified</item>
+ </style>
</resources>
diff --git a/res/values-xlarge/dimens.xml b/res/values-xlarge/dimens.xml
index a9ba1d512..89722e466 100644
--- a/res/values-xlarge/dimens.xml
+++ b/res/values-xlarge/dimens.xml
@@ -51,5 +51,6 @@
<dimen name="delete_zone_padding">20dip</dimen>
<!-- dimensions for the wallpaper picker wallpaper thumbnail width -->
- <dimen name="wallpaper_small_width">170dp</dimen>
+ <dimen name="wallpaper_chooser_grid_width">230dp</dimen>
+ <dimen name="wallpaper_chooser_grid_height">185dp</dimen>
</resources>