Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42b20ebe authored by tmfang's avatar tmfang
Browse files

Enlarge touch target size on settings spinner

Add top/bottom padding around the actual shape.

Test: Visual
Fixes: 131060416
Change-Id: I0d5880776ca956b0dc8b178cfc7e9e6f1329d7c3
parent ae230878
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -15,9 +15,13 @@
  limitations under the License.
  -->

<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
<layer-list
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:paddingMode="stack">
    <item>

    <item
        android:top="8dp"
        android:bottom="8dp">
        <shape>
            <corners
                android:radius="20dp"/>