apkfuckery/com.discord/res/drawable/drawable_user_count_background.xml
2019-02-04 21:05:16 +01:00

6 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/theme_white_alpha_10" />
<corners android:radius="3.0dip" />
</shape>