apkfuckery/com.discord/res/drawable/drawable_bg_command_param_highlight.xml
2020-11-23 19:18:07 +00:00

6 lines
No EOL
199 B
XML

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