summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-08-17 20:16:53 -0700
committerAdam Cohen <adamcohen@google.com>2011-08-17 21:19:12 -0700
commitc4fc006429bcd13a117702d2890f7e3a33e9c9b5 (patch)
treec9d348b1f46e6dab32cb83eb350c9946416fd7a3 /res
parentb0fa3529edf7c4f6ce088d23d80461dcad43aa15 (diff)
downloadandroid_packages_apps_Trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.tar.gz
android_packages_apps_Trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.tar.bz2
android_packages_apps_Trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.zip
Adding 3 dips of padding (left and right) and 1 dip (top and bottom) to widgets on phones
-> This should be tested with a representative suite of widgets (both internal and external) to determine the fallout Change-Id: I8f04d50efcec16efa8b61b4f0b1a61583242d15d
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 39342377d..a51642435 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -83,10 +83,10 @@
<dimen name="dragViewOffsetY">-8dp</dimen>
<!-- Padding applied to AppWidgets -->
- <dimen name="app_widget_padding_left">0dp</dimen>
- <dimen name="app_widget_padding_right">0dp</dimen>
- <dimen name="app_widget_padding_top">0dp</dimen>
- <dimen name="app_widget_padding_bottom">0dp</dimen>
+ <dimen name="app_widget_padding_left">3dp</dimen>
+ <dimen name="app_widget_padding_right">3dp</dimen>
+ <dimen name="app_widget_padding_top">1dp</dimen>
+ <dimen name="app_widget_padding_bottom">1dp</dimen>
<!-- Folders -->
<!-- The size of the image which sits behind the preview of the folder contents -->