* fix: show multiline poll options * fix resources not found exception * don't force height on poll options --------- Co-authored-by: sk <sk22@mailbox.org>
15 lines
439 B
XML
15 lines
439 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?android:colorControlHighlight">
|
|
<item>
|
|
<shape>
|
|
<stroke android:width="1dp" android:color="?colorM3Outline"/>
|
|
<corners android:radius="20dp"/>
|
|
</shape>
|
|
</item>
|
|
<item android:id="@android:id/mask">
|
|
<shape>
|
|
<solid android:color="#000"/>
|
|
<corners android:radius="20dp"/>
|
|
</shape>
|
|
</item>
|
|
</ripple> |