Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <corners android:radius="@dimen/rounded_button_radius" />
- <stroke
- android:width="1px"
- android:color="@color/buttonBackground" />
- <gradient
- android:angle="180"
- android:endColor="#489352"
- android:startColor="#55c364"
- android:type="linear" />
- </shape>
Advertisement
Add Comment
Please, Sign In to add comment