Set channel dialog switches to 48dp height
Makes them meet minimum touch target size requirements Test: whatever automated accessibility scanner filed the bug initially Fixes: 134894086 Change-Id: I524a044ff22e0e3cb23af69bf16fea57d918e1ee
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
<Switch
|
||||
android:id="@+id/toggle"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:padding="8dp" />
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
<Switch
|
||||
android:id="@+id/toggle"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:padding="8dp"
|
||||
|
||||
Reference in New Issue
Block a user