mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Rounded ripple for filter text boxes
This commit is contained in:
parent
d4e839f555
commit
4162b57b24
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue