Files
moshidon/mastodon/src/main/res/drawable/bg_note_edit.xml
2023-01-17 21:26:44 -03:00

5 lines
205 B
XML

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