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

Commit ae14e82c authored by Bonian Chen's avatar Bonian Chen Committed by Android (Google) Code Review
Browse files

Merge "[Settings UX] Enlarge data usage clickable area"

parents 4fd6f5c7 779abebc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:minWidth="48dip"
        android:minHeight="48dp"
        android:layout_gravity="center_vertical"
        android:focusable="true"
        android:focusableInTouchMode="true"
@@ -36,7 +37,7 @@
    <Spinner
        android:id="@+id/size_spinner"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="center_vertical"
        android:entries="@array/bytes_picker_sizes" />