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

Commit 95a5e13d authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Align AppPreference's progress bar height to spec

Item progress height is 4dp

Fix: 306303762
Test: manually - data usage page
Change-Id: I63d2e3619738f4993a5f8fe022dfcaf2a72a90d1
parent fb54dc0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
            android:id="@android:id/progress"
            style="?android:attr/progressBarStyleHorizontal"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="4dp"
            android:layout_marginTop="4dp"
            android:max="100"
            android:visibility="gone"/>