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>
|
||||
|
|
Reference in a new issue