apkfuckery/com.discord/res/drawable/bg_stream_preview.xml

6 lines
199 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
2019-12-18 09:41:56 +00:00
<solid android:color="@color/black" />
<corners android:radius="4.0dip" />
2019-07-24 11:27:29 +00:00
</shape>