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

Commit 7bc03e0d authored by Evan Laird's avatar Evan Laird Committed by Android (Google) Code Review
Browse files

Merge "Move percentage to left of battery"

parents 2b8534bf 09ebefda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
        android:textColor="?android:attr/textColorPrimary"
        android:gravity="center_vertical|start"
        android:paddingStart="@dimen/battery_level_padding_start"
        android:paddingEnd="@dimen/battery_level_padding_start"
        />
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ public class BatteryMeterView extends LinearLayout implements
                if (mTextColor != 0) mBatteryPercentView.setTextColor(mTextColor);
                updatePercentText();
                addView(mBatteryPercentView,
                        0,
                        new ViewGroup.LayoutParams(
                                LayoutParams.WRAP_CONTENT,
                                LayoutParams.MATCH_PARENT));