discord-jadx/app/src/main/res/drawable/bg_bot_ui_component_select_pill.xml
2021-06-27 22:44:35 +02:00

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>