discord-jadx/app/src/main/res/drawable/drawable_pill_background_te...

6 lines
238 B
XML

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