wxr
2022-12-06 289875f44d14d61acd74e1f93cb8bee24f004258
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/c53" />
    <corners android:radius="0.0dip" />
</shape>