Loading packages/SystemUI/res/layout/battery_percentage_view.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)); Loading Loading
packages/SystemUI/res/layout/battery_percentage_view.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" />
packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)); Loading