Files
moshidon/mastodon/src/main/res/drawable/bg_popup.xml
2022-11-20 00:01:53 +01:00

6 lines
247 B
XML

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