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

Commit 87dbdeab authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Enlarge touch target size on settings spinner" into qt-dev

parents 9c0f0db7 42b20ebe
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"/>