bg_migration_cling.xml 303 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval" >
  4. <gradient
  5. android:endColor="#00ffeb3a"
  6. android:gradientRadius="50%p"
  7. android:startColor="#80ffeb3a"
  8. android:type="radial" />
  9. </shape>