Files
moshidon/mastodon/src/main/res/drawable/bg_poll_option.xml
2022-02-13 16:16:20 +03:00

5 lines
199 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?android:colorBackground"/>
<corners android:radius="10dp"/>
</shape>