Advertisement
ms_olin

Untitled

Apr 22nd, 2017
1,959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <gradient
  4.        android:type="radial"
  5.        android:startColor="#343030"
  6.        android:endColor="#151515"
  7.        android:gradientRadius="300"
  8.        android:angle="280"
  9.        android:centerY="0.3"/>
  10. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement