[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
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:minWidth="48dip"
|
android:minWidth="48dip"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
<Spinner
|
<Spinner
|
||||||
android:id="@+id/size_spinner"
|
android:id="@+id/size_spinner"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:entries="@array/bytes_picker_sizes" />
|
android:entries="@array/bytes_picker_sizes" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user