bg_user_evaluate_label.xml 245 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners
  4. android:bottomRightRadius="2dp"
  5. android:topRightRadius="2dp" />
  6. <solid android:color="#633B00" />
  7. </shape>