mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 20:15:09 +01:00
Rounded ripple for filter text boxes
This commit is contained in:
parent
d4e839f555
commit
4162b57b24
@ -3,6 +3,7 @@
|
||||
android:color="@color/gray_button">
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="@color/gray_button" />
|
||||
</shape>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user