mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 01:25:07 +01:00
4c5d33b1fe
settings for it coming soon
9 lines
327 B
XML
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> |