ic_launcher_background.xml raw

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <shape xmlns:android="http://schemas.android.com/apk/res/android">
   3      <solid android:color="#fff" />
   4      <gradient
   5          android:type="linear"
   6          android:angle="45"
   7          android:startColor="#2962FF"
   8          android:endColor="#29cdff" />
   9  </shape>
  10