document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient
  4.    android:startColor="@color/colorPrimary"
  5.    android:endColor="@color/colorAccent"
  6.    android:angle="-90"
  7.    />
  8. </shape>
  9.  
');