mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 05:59:19 +01:00
1ef2c6e67c
Also library recycler now scrolls a bit to match the padding when exposing the list
10 lines
377 B
XML
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> |