shape_blue_normal.xml 271 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <corners android:radius="2dp"/>
  5. <gradient
  6. android:endColor="#1369E2"
  7. android:startColor="#1369E4"/>
  8. </shape>