Co-authored-by: Alvin Francis <nivlafx@gmail.com> Co-authored-by: Joey Huab <jhuab@edukasyon.ph> Co-authored-by: AnierinB <anierin@evolution-x.org> Co-authored-by: 0xsharkboy <achille@0xsharkboy.dev> Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
12 lines
387 B
XML
12 lines
387 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple android:color="?android:colorControlHighlight"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
|
<item>
|
|
<shape>
|
|
<solid android:color="#66000000" />
|
|
<corners android:radius="20.0dip" />
|
|
</shape>
|
|
</item>
|
|
</ripple>
|