diff options
author | John Spurlock <jspurlock@google.com> | 2014-05-21 13:04:22 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-05-21 17:24:44 -0400 |
commit | 4bf31983d247a76142937c01bc2800b7f98d0281 (patch) | |
tree | 47b71eb2e6e255f1d14876d5a85b76f22b831423 /packages/SystemUI/res/values-land | |
parent | 5639828a62d2b382e6ea46eae0fe9d2fc1fd73ba (diff) | |
download | frameworks_base-4bf31983d247a76142937c01bc2800b7f98d0281.zip frameworks_base-4bf31983d247a76142937c01bc2800b7f98d0281.tar.gz frameworks_base-4bf31983d247a76142937c01bc2800b7f98d0281.tar.bz2 |
QuickSettings: fix text alignment.
- Abandon dynamic sizing, give each tile a fixed height.
- Align the baselines of the first line of each tile in a row.
- Clean up dimension resources.
- Center the touch feedback on the icon center, and dial it down.
Bug:15120277
Change-Id: If43986f80ef6d01722b60b6feedb278eed27e936
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/dimens.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values-land/dimens.xml b/packages/SystemUI/res/values-land/dimens.xml index 76e7784..39ce0a2 100644 --- a/packages/SystemUI/res/values-land/dimens.xml +++ b/packages/SystemUI/res/values-land/dimens.xml @@ -38,9 +38,6 @@ <dimen name="status_bar_recents_app_icon_left_margin">8dp</dimen> <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen> - <!-- The fixed height of each tile --> - <dimen name="quick_settings_cell_height">100dp</dimen> - <!-- Width of the zen mode interstitial dialog. --> <dimen name="zen_mode_dialog_width">384dp</dimen> </resources> |