summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-11-05 11:55:04 -0500
committerJohn Spurlock <jspurlock@google.com>2013-11-05 11:55:04 -0500
commitd8595fd8feca567d48c4e271070a75c576a7dfbf (patch)
tree4740890781e2c159d1c9d90682d0afd2152b960a /packages/SystemUI/res/layout
parenta89727c85ef79c1384818e14d8b1151c99f82318 (diff)
downloadframeworks_base-d8595fd8feca567d48c4e271070a75c576a7dfbf.zip
frameworks_base-d8595fd8feca567d48c4e271070a75c576a7dfbf.tar.gz
frameworks_base-d8595fd8feca567d48c4e271070a75c576a7dfbf.tar.bz2
Battery icon tweaks.
Fix bottom padding, better bolt placement on non-HH devices. Bug:11412369 Change-Id: I102a5ece73b2fcb5f78305c925fc2ed5fe9b2884
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/status_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml
index d7312df..eb66908 100644
--- a/packages/SystemUI/res/layout/status_bar.xml
+++ b/packages/SystemUI/res/layout/status_bar.xml
@@ -95,12 +95,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
- <!-- battery must be padded below by 2px to match assets -->
+ <!-- battery must be padded below to match assets -->
<com.android.systemui.BatteryMeterView
android:id="@+id/battery"
android:layout_height="16dp"
android:layout_width="10.5dp"
- android:layout_marginBottom="2px"
+ android:layout_marginBottom="0.33dp"
android:layout_marginStart="4dip"
/>
</LinearLayout>