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

Commit 5f4f1b81 authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Refine the ProgressCategory" into oc-dev

parents 3efc5028 d5e20e14
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>