tachiyomi/app/src/main/res/drawable/square_ripple.xml
Jay 1ef2c6e67c MD2'ified the category list hopper
Also library recycler now scrolls a bit to match the padding when exposing the list
2020-05-05 01:12:19 -04:00

10 lines
377 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/fullRippleColor">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
<corners android:radius="4dp" />
<solid android:color="@color/fullRippleColor" />
</shape>
</item>
</ripple>