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

6 lines
272 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="@color/primary_dark_660"/>
<corners android:topRightRadius="64dp" android:bottomRightRadius="64dp"/>
</shape>