Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de26b884 authored by LuK1337's avatar LuK1337 Committed by Gerrit Code Review
Browse files

SystemUI: Use smaller battery padding

Change-Id: I70ee56d3281ea7e8cf0380824784d2c2cee4b021
parent 71995301
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@

    <!-- 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="0.33dp"
        android:layout_marginStart="4dip"/>
        android:layout_height="14.5dp"
        android:layout_width="9.5dp"
        android:layout_marginBottom="@dimen/battery_margin_bottom"
        android:layout_marginStart="@dimen/signal_cluster_battery_padding"/>
</LinearLayout>
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
    android:layout_width="wrap_content"
    android:gravity="center_vertical"
    android:orientation="horizontal"
    android:paddingEnd="@dimen/signal_cluster_battery_padding"
    >
    <ImageView
        android:id="@+id/vpn"
+2 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
    <com.android.systemui.BatteryMeterView android:id="@+id/battery"
        android:layout_height="14.5dp"
        android:layout_width="9.5dp"
        android:layout_marginBottom="@dimen/battery_margin_bottom"/>
        android:layout_marginBottom="@dimen/battery_margin_bottom"
        android:layout_marginStart="@dimen/signal_cluster_battery_padding"/>

</LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -532,7 +532,7 @@
    <dimen name="fake_shadow_size">8dp</dimen>

    <!-- Padding between signal cluster and battery icon -->
    <dimen name="signal_cluster_battery_padding">7dp</dimen>
    <dimen name="signal_cluster_battery_padding">4dp</dimen>

    <!-- Padding for signal cluster and battery icon when there are not icons in signal cluster -->
    <dimen name="no_signal_cluster_battery_padding">3dp</dimen>