Adjust storage item progress bar height.

Bug: 235773310
Change-Id: I85c7f56411ee62e701adbda74d9303cca59d6b22
Test: visual
This commit is contained in:
Edgar Wang
2022-06-13 16:59:45 +00:00
parent 795b7ac055
commit 8a4e2c6bf9

View File

@@ -68,7 +68,7 @@
<ProgressBar
android:id="@android:id/progress"
android:layout_width="match_parent"
android:layout_height="8dp"
android:layout_height="4dp"
android:layout_marginTop="12dp"
android:layout_marginBottom="4dp"
android:max="100"