Aashir
Aashir

Reputation: 2621

How may I add a faded colour effect (screenshot shown)

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:

https://lh6.ggpht.com/m3pFLge29-CgEmjHu_X_exurwNL4TqTlMedvFne7IANudDle-bFaqZl0BwKAG19pO-1L=h900

Thanks

Upvotes: 0

Views: 232

Answers (2)

Dominic
Dominic

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

nikvs
nikvs

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

Related Questions