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

6 lines
229 B
XML

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