Advertisement
Guest User

Untitled

a guest
May 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
  3.     <corners
  4.        android:radius="14dp"
  5.        />
  6.     <gradient
  7.        android:angle="45"
  8.        android:centerX="35%"
  9.        android:centerColor="#198CFF"
  10.        android:startColor="#449DEF"
  11.        android:endColor="#2F6699"
  12.        android:type="linear"
  13.        />
  14.     <padding
  15.        android:left="0dp"
  16.        android:top="0dp"
  17.        android:right="0dp"
  18.        android:bottom="0dp"
  19.        />
  20.     <stroke
  21.        android:width="1dp"
  22.        android:color="#878787"
  23.        />
  24. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement