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

6 lines
264 B
XML

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