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

Commit 779abebc authored by Bonian Chen's avatar Bonian Chen
Browse files

[Settings UX] Enlarge data usage clickable area

Orignal clickable area within data usage editor is too small.
Enlarge it through changing the configuration of layout.

Bug: 131268240
Test: manual testing following the steps provided in issue.
Change-Id: I2cb8dba635ec0bd74c837c2425895ff39ceed13c
parent ab1277f6
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" />