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