summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2012-03-06 11:39:49 -0800
committerAndrew Flynn <flynn@google.com>2012-03-06 13:31:44 -0800
commitbc239a15464f543a41b960b946aa77258454efaf (patch)
tree00885d354285fe7f7c73f9f8d439ea27d299d7c9 /res/values-sw600dp-land
parent9d852533dedb556bd3072b4af5d4ccf6828de63b (diff)
downloadandroid_packages_apps_Trebuchet-bc239a15464f543a41b960b946aa77258454efaf.tar.gz
android_packages_apps_Trebuchet-bc239a15464f543a41b960b946aa77258454efaf.tar.bz2
android_packages_apps_Trebuchet-bc239a15464f543a41b960b946aa77258454efaf.zip
Scale icons down for sw600dp-land mode.
Cached icons are statically all the same size, so we need to do it on the fly. Change-Id: Iae294ff4668f987db8fe5127bae724bf08363542
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r--res/values-sw600dp-land/dimens.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values-sw600dp-land/dimens.xml b/res/values-sw600dp-land/dimens.xml
index 0e7d63cd2..882de23ce 100644
--- a/res/values-sw600dp-land/dimens.xml
+++ b/res/values-sw600dp-land/dimens.xml
@@ -15,8 +15,9 @@
-->
<resources>
- <dimen name="app_icon_size">65dp</dimen>
- <dimen name="app_icon_padding_top">2dp</dimen>
+ <dimen name="app_icon_padding_top">0dp</dimen>
+ <dimen name="app_icon_drawable_padding_land">0dp</dimen>
+ <integer name="app_icon_scale_percent">90</integer>
<!-- Hotseat -->
<dimen name="hotseat_cell_width">75dp</dimen>
@@ -27,6 +28,7 @@
<dimen name="workspace_cell_height">86dp</dimen>
<dimen name="workspace_width_gap">32dp</dimen>
<dimen name="workspace_height_gap">0dp</dimen>
+ <dimen name="workspace_icon_text_size">11sp</dimen>
<!-- Folders -->
<!-- The size of the image which sits behind the preview of the folder contents -->