apkfuckery/com.discord/res/drawable/voice_user_limit_view_right...

6 lines
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/primary_dark_660" />
<corners android:topRightRadius="64.0dip" android:bottomRightRadius="64.0dip" />
</shape>