summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-11-05 20:48:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-05 20:48:42 +0000
commit47c46dd56dc0414ebf6220481f04cc8767268b5c (patch)
treea4968ca8c88cf56959a3d5fe069ff64606badd0d /packages/SystemUI/res
parent5f4affdab8ff25d3657075a0b3ae10697aae77da (diff)
parentd8595fd8feca567d48c4e271070a75c576a7dfbf (diff)
downloadframeworks_base-47c46dd56dc0414ebf6220481f04cc8767268b5c.zip
frameworks_base-47c46dd56dc0414ebf6220481f04cc8767268b5c.tar.gz
frameworks_base-47c46dd56dc0414ebf6220481f04cc8767268b5c.tar.bz2
Merge "Battery icon tweaks." into klp-dev
Diffstat (limited to 'packages/SystemUI/res')
-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>