diff options
author | Adam Cohen <adamcohen@google.com> | 2011-08-17 20:16:53 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-08-17 21:19:12 -0700 |
commit | c4fc006429bcd13a117702d2890f7e3a33e9c9b5 (patch) | |
tree | c9d348b1f46e6dab32cb83eb350c9946416fd7a3 /res | |
parent | b0fa3529edf7c4f6ce088d23d80461dcad43aa15 (diff) | |
download | packages_apps_trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.zip packages_apps_trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.tar.gz packages_apps_trebuchet-c4fc006429bcd13a117702d2890f7e3a33e9c9b5.tar.bz2 |
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.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 3934237..a516424 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 --> |