discord-jadx/app/src/main/res/drawable/system_cta_bg.xml

6 lines
234 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="?attr/colorBackgroundAccent"/>
<corners android:radius="4dp"/>
</shape>