Reputation: 2621
Hey I would like to know how i can added such a faded color effect
to my layout any help is appreciated. An example here:
Thanks
Upvotes: 0
Views: 232
Reputation: 3473
You can create a Shape Drawable with your desired gradient and set it as a background for your information view at the bottom
Upvotes: 1
Reputation: 1090
You can use setAlpha() method to adjust alpha level for your views and thereby get a faded effect.For handling this in xml you can use android:alpha attribute for your view.
Upvotes: 0