refactor: increase border radius of inline buttons
This commit is contained in:
parent
222c3a2526
commit
ae11e78d78
|
@ -3,7 +3,7 @@
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="?colorPollVoted"/>
|
<solid android:color="?colorPollVoted"/>
|
||||||
<corners android:radius="4dp"/>
|
<corners android:radius="8dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</ripple>
|
</ripple>
|
Loading…
Reference in New Issue