Fix ripple effect of the send button.
This commit is contained in:
parent
4007982db6
commit
c1cb23d728
@ -1,6 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<item>
|
||||||
android:shape="oval">
|
<shape android:shape="oval">
|
||||||
<solid android:color="@color/riotx_accent" />
|
<solid android:color="@color/riotx_accent" />
|
||||||
</shape>
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item android:drawable="?attr/selectableItemBackground" />
|
||||||
|
</layer-list>
|
Loading…
x
Reference in New Issue
Block a user