mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
8 lines
236 B
XML
8 lines
236 B
XML
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:color="@color/ripple_material_light">
|
||
|
|
||
|
<item
|
||
|
android:id="@android:id/mask"
|
||
|
android:drawable="@drawable/round_selector_mask" />
|
||
|
|
||
|
</ripple>
|