mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 05:19:17 +01:00
9 lines
319 B
XML
9 lines
319 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:color="@color/gray_button">
|
||
|
<item android:id="@android:id/mask">
|
||
|
<shape android:shape="oval">
|
||
|
<solid android:color="@color/gray_button" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
</ripple>
|