Files
moshidon/mastodon/src/main/res/drawable/bg_settings_update.xml
2022-10-31 09:26:17 +03:00

5 lines
189 B
XML

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