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:
tmfang
2019-04-24 16:08:21 +08:00
parent ae230878ca
commit 42b20ebe83

View File

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