hasancse1991

gradient-button

Jan 7th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2.    android:shape="rectangle">
  3.     <corners android:radius="@dimen/rounded_button_radius" />
  4.     <stroke
  5.        android:width="1px"
  6.        android:color="@color/buttonBackground" />
  7.     <gradient
  8.        android:angle="180"
  9.        android:endColor="#489352"
  10.        android:startColor="#55c364"
  11.        android:type="linear" />
  12. </shape>
Advertisement
Add Comment
Please, Sign In to add comment