summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/system_icons.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout/system_icons.xml')
-rw-r--r--packages/SystemUI/res/layout/system_icons.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/system_icons.xml b/packages/SystemUI/res/layout/system_icons.xml
index 82e0667..1f3f810 100644
--- a/packages/SystemUI/res/layout/system_icons.xml
+++ b/packages/SystemUI/res/layout/system_icons.xml
@@ -34,14 +34,14 @@
<!-- battery must be padded below to match assets -->
<com.android.systemui.BatteryMeterView android:id="@+id/battery"
- android:layout_height="14.5dp"
- android:layout_width="9.5dp"
+ android:layout_height="18dp"
+ android:layout_width="18dp"
android:layout_marginBottom="@dimen/battery_margin_bottom"
android:layout_marginStart="@dimen/signal_cluster_battery_padding"/>
<com.android.systemui.DockBatteryMeterView android:id="@+id/dock_battery"
- android:layout_height="14.5dp"
- android:layout_width="9.5dp"
+ android:layout_height="18dp"
+ android:layout_width="18dp"
android:layout_marginBottom="@dimen/battery_margin_bottom"
android:layout_marginStart="@dimen/signal_cluster_battery_padding"
android:visibility="gone"/>