From 779abebc631a36f0726e53240ac5b4ee314e425b Mon Sep 17 00:00:00 2001 From: Bonian Chen Date: Fri, 4 Oct 2019 17:08:00 +0800 Subject: [PATCH] [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 --- res/layout/data_usage_bytes_editor.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/data_usage_bytes_editor.xml b/res/layout/data_usage_bytes_editor.xml index 2878c3e4560..a72352dbf45 100644 --- a/res/layout/data_usage_bytes_editor.xml +++ b/res/layout/data_usage_bytes_editor.xml @@ -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 @@