apkfuckery/com.discord/res/drawable/drawable_bg_primary_light_2...

6 lines
250 B
XML

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