Merge "Update Memory progressbar style in Developer options" into sc-v2-dev am: 2919585538

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15605517

Change-Id: Ice9b8dcd8c0499752b38358ec5f8705718338483
This commit is contained in:
TreeHugger Robot
2021-08-23 18:22:21 +00:00
committed by Automerger Merge Worker

View File

@@ -30,7 +30,7 @@
android:layout_marginBottom="5dp" android:layout_marginBottom="5dp"
android:fontFamily="@*android:string/config_headlineFontFamily" android:fontFamily="@*android:string/config_headlineFontFamily"
android:paddingTop="0dp" android:paddingTop="0dp"
android:textColor="?android:attr/colorAccent" android:textColor="?android:attr/textColorPrimary"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Display1" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Display1"
/> />
@@ -45,9 +45,9 @@
<ProgressBar <ProgressBar
android:id="@+id/color_bar" android:id="@+id/color_bar"
style="?android:attr/progressBarStyleHorizontal" style="?android:attr/progressBarStyleHorizontal"
android:scaleY="1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"/>
android:progressDrawable="@drawable/color_bar_progress"/>
<LinearLayout <LinearLayout
android:id="@+id/label_bar" android:id="@+id/label_bar"