mihon/app/src/main/res/drawable/ripple_background.xml

6 lines
217 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2021-05-22 18:02:49 +02:00
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?attr/rippleColor">
<item android:drawable="?android:attr/colorBackground" />
2021-05-22 18:02:49 +02:00
</ripple>