apkfuckery/com.discord/res/drawable/rounded_rectangle_8dp_radius_top.xml
2020-09-09 19:21:20 +00:00

6 lines
No EOL
264 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/white" />
<corners android:topLeftRadius="8.0dip" android:topRightRadius="8.0dip" />
</shape>