I was wondering, what would be the best way to make a gradient background for a LinearLayout in java ( not xml ) ?
Any ideas?
Thanks!
Set here startColor and endColor as your requirement and save this file in drawable folder
and in LinearLayout you can set this as setBackground="@drawable/your gradient filename"
setBackground="@drawable/your gradient filename"
Using java code you can do same thing using GradientDrawable