summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-09-08 23:57:20 +0200
committerJorim Jaggi <jjaggi@google.com>2014-09-09 16:35:17 +0200
commitc737b9bd5a0bc60fd92150d55f8ddb530697b987 (patch)
tree1790b7e97e49b7ac139bd1831c1bcdc3d6bb5269 /packages/SystemUI/res/values/dimens.xml
parent457a10d29c151664fc274c06be7e44f813b12767 (diff)
downloadframeworks_base-c737b9bd5a0bc60fd92150d55f8ddb530697b987.zip
frameworks_base-c737b9bd5a0bc60fd92150d55f8ddb530697b987.tar.gz
frameworks_base-c737b9bd5a0bc60fd92150d55f8ddb530697b987.tar.bz2
Fix padding between R and wifi icon
Also adds some padding for the type and the signal strength icon in LTE, 3G, 4G and 1x case. Bug: 17421452 Change-Id: Ib3e6d2983397833958bca1fd33eb8b8c69e7c7fd
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 8cd4ce6..4495318 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -476,4 +476,12 @@
<fraction name="battery_subpixel_smoothing_right">0%</fraction>
<dimen name="battery_margin_bottom">0dp</dimen>
+
+ <!-- Extra padding between the mobile data type icon and the strength indicator when the data
+ type icon is wide. -->
+ <dimen name="wide_type_icon_start_padding">2dp</dimen>
+
+ <!-- Extra padding between the mobile data type icon and the strength indicator when the data
+ type icon is wide for the tile in quick settings. -->
+ <dimen name="wide_type_icon_start_padding_qs">3dp</dimen>
</resources>