Enlarge touch target size on settings spinner
Add top/bottom padding around the actual shape. Test: Visual Fixes: 131060416 Change-Id: I0d5880776ca956b0dc8b178cfc7e9e6f1329d7c3
This commit is contained in:
@@ -15,9 +15,13 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:paddingMode="stack">
|
||||
<item>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:paddingMode="stack">
|
||||
|
||||
<item
|
||||
android:top="8dp"
|
||||
android:bottom="8dp">
|
||||
<shape>
|
||||
<corners
|
||||
android:radius="20dp"/>
|
||||
|
||||
Reference in New Issue
Block a user