tachiyomi/app/src/main/res/drawable/round_ripple.xml
Jay 4c5d33b1fe Added category hopper to bottom of library
settings for it coming soon
2020-05-06 03:07:58 -04:00

9 lines
327 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="oval">
<solid android:color="@color/fullRippleColor" />
</shape>
</item>
</ripple>