Files
moshidon/mastodon/src/main/res/drawable/bg_popup.xml
2022-03-17 00:12:58 +03:00

6 lines
250 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"/>
<padding android:top="8dp" android:bottom="8dp"/>
</shape>