Loading packages/SystemUI/res/layout/system_icons.xml +9 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,13 @@ android:layout_height="14.5dp" android:layout_width="9.5dp" android:layout_marginBottom="@dimen/battery_margin_bottom"/> <com.android.systemui.BatteryLevelTextView android:id="@+id/battery_level_text" android:layout_height="match_parent" android:layout_width="wrap_content" android:gravity="center" android:layout_gravity="center_vertical" android:textColor="#ffffff" android:textSize="@dimen/battery_level_text_size" android:layout_marginStart="7dp"/> </LinearLayout> Loading
packages/SystemUI/res/layout/system_icons.xml +9 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,13 @@ android:layout_height="14.5dp" android:layout_width="9.5dp" android:layout_marginBottom="@dimen/battery_margin_bottom"/> <com.android.systemui.BatteryLevelTextView android:id="@+id/battery_level_text" android:layout_height="match_parent" android:layout_width="wrap_content" android:gravity="center" android:layout_gravity="center_vertical" android:textColor="#ffffff" android:textSize="@dimen/battery_level_text_size" android:layout_marginStart="7dp"/> </LinearLayout>