diff options
author | Winson Chung <winsonc@google.com> | 2011-11-08 15:47:17 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-11-08 15:54:45 -0800 |
commit | 6032e7ed8e6208348a6b3f8bc1a7ecafc7951af8 (patch) | |
tree | 8965bff597a779f7f742b9bb23f96094983b8073 /res/values/dimens.xml | |
parent | acec6719208a59ccf32bfd4f46e383c9400945d9 (diff) | |
download | packages_apps_trebuchet-6032e7ed8e6208348a6b3f8bc1a7ecafc7951af8.zip packages_apps_trebuchet-6032e7ed8e6208348a6b3f8bc1a7ecafc7951af8.tar.gz packages_apps_trebuchet-6032e7ed8e6208348a6b3f8bc1a7ecafc7951af8.tar.bz2 |
Fixing issue where AllApps labels were getting clipped (Bug: 5490118)
- Tweaking the AllApps grid spacing
Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r-- | res/values/dimens.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 967ef66..7c20d81 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -54,6 +54,8 @@ <dimen name="toolbar_external_icon_height">36dp</dimen> <!-- AllApps/Customize/AppsCustomize --> + <integer name="apps_customize_maxCellCountX">-1</integer> + <integer name="apps_customize_maxCellCountY">-1</integer> <!-- The height of the tab bar - if this changes, we should update the external icon width/height above to compensate --> <dimen name="apps_customize_tab_bar_height">52dp</dimen> |