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

Commit 44754008 authored by Timi Rautamäki's avatar Timi Rautamäki
Browse files

Eleven: remove double-ripple from list item more-button

The class org.lineageos.eleven.widgets.PopupMenuButton sets
background resource as bordered ripple. Overwrite it with
borderless ripple instead of reapplying another ripple to
foreground.

Change-Id: I68230aade36f6b4e673052acee1df80020f0cdb4
parent 00a6e304
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
            android:id="@+id/popup_menu_button"
            android:layout_width="@dimen/overflow_width"
            android:layout_height="@dimen/overflow_height"
            android:foreground="?android:selectableItemBackgroundBorderless"
            android:background="?android:selectableItemBackgroundBorderless"
            android:src="@drawable/menu_button" />
    </LinearLayout>
</merge>