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

Commit 6a032a3a authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't project ripple for adequately tall spinners

Bug: 24674907
Change-Id: I1674c14f321600a40ca20adab1d40459963d2d1b
parent 575b629e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -17,18 +17,18 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
            android:paddingMode="stack"
            android:paddingStart="0dp"
            android:paddingEnd="24dp"
            android:paddingEnd="48dp"
            android:paddingLeft="0dp"
            android:paddingRight="0dp">
    <item
        android:gravity="end|center_vertical"
        android:width="24dp"
        android:height="24dp"
        android:gravity="end|fill_vertical"
        android:width="48dp"
        android:drawable="@drawable/control_background_40dp_material" />

    <item
        android:drawable="@drawable/ic_spinner_caret"
        android:gravity="end|center_vertical"
        android:width="24dp"
        android:height="24dp" />
        android:height="24dp"
        android:end="12dp" />
</layer-list>