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 @@