summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chaohui Wang <chaohuiw@google.com> 2023-10-19 14:49:18 +0800
committer Chaohui Wang <chaohuiw@google.com> 2023-10-23 08:41:37 +0000
commit95a5e13d76ad5222346fd20e527821208069ff5c (patch)
tree91fa82986b0a7bdd1ea392e6f050b36a7147fd35
parentfb54dc0b9785e97ce15be08bd85417a169f5ae42 (diff)
Align AppPreference's progress bar height to spec
Item progress height is 4dp Fix: 306303762 Test: manually - data usage page Change-Id: I63d2e3619738f4993a5f8fe022dfcaf2a72a90d1
-rw-r--r--packages/SettingsLib/AppPreference/res/layout-v33/preference_app.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/AppPreference/res/layout-v33/preference_app.xml b/packages/SettingsLib/AppPreference/res/layout-v33/preference_app.xml
index 897585729596..47ce58735048 100644
--- a/packages/SettingsLib/AppPreference/res/layout-v33/preference_app.xml
+++ b/packages/SettingsLib/AppPreference/res/layout-v33/preference_app.xml
@@ -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"/>