commit | c99803aa81693f336d1e777af8d6b0895b8fb2a1 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Mon Jul 25 18:37:26 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jul 25 18:37:26 2011 -0700 |
tree | 64609209e18985f17e05624b4328ad74e86b6f26 | |
parent | 5b168fd48a318d0274083128eeabd073e2191500 [diff] | |
parent | bf25999e6ac42f0f3a09d948488deebce30e60d6 [diff] |
Merge "Fix for 5067464, portal text not aligned in landscape"
diff --git a/res/values/styles.xml b/res/values/styles.xml index 33a1d10..6ed830a 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml
@@ -65,6 +65,7 @@ <style name="WorkspaceIcon.Landscape.Folder"> <item name="android:drawablePadding">0dp</item> <item name="android:paddingTop">0dp</item> + <item name="android:layout_marginTop">-6dp</item> </style> <style name="WorkspaceIcon.Portrait.AppsCustomize">