Skip to content

Instantly share code, notes, and snippets.

@WSAyan
Created April 22, 2017 06:09
Show Gist options
  • Save WSAyan/3ecfcf156cc93632abce41fbdc2d3edd to your computer and use it in GitHub Desktop.
Save WSAyan/3ecfcf156cc93632abce41fbdc2d3edd to your computer and use it in GitHub Desktop.
Multi color glowing background for android
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:startColor="#81C784"
android:centerColor="#4CAF50"
android:endColor="#2E7D32"
android:type="linear"
android:angle="135"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment