home_right_top_blue_bg.xml 292 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <solid android:color="@color/text_color_3485e9" />
  5. <corners
  6. android:topRightRadius="10dp"
  7. android:topLeftRadius="10dp" />
  8. </shape>