Refine the ProgressCategory
1. Make the progressbar align with settings gear 2. Make text vertical center Bug: 37190885 Test: Screenshot Change-Id: Ib69b949179a0e097b78717cbe93c39aa0064ea9e
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
|
||||
|
||||
<LinearLayout
|
||||
@@ -56,6 +56,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="16dip"
|
||||
android:minWidth="32dp"
|
||||
android:text="@string/progress_scanning"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user