view_graph_gradation.xml 254 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient android:startColor="#eb652b"
  4. android:angle="270"
  5. android:endColor="#e25163"/>
  6. </shape>