Files
moshidon/mastodon/src/main/res/drawable/empty_8dp.xml
2022-12-16 10:30:42 -03:00

5 lines
179 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="8dp"/>
<solid android:color="#00000000"/>
</shape>