I'm trying to apply a gradient bg color to a WebView... I'm use many sample code but not display gradient color... if anyone know the ans post me..
feedback
|
|
A WebView has a default background color of white, drawn in front of any drawables. You'll need to use the following code to make it transparent:
Then apply a gradient background as follows: Create a file called gradient-bg.xml in your /res/drawable-mdpi folder. Add:
Then in your layout files you can add the drawable to any view or layout via the background property:
| |||||||||||||
feedback
|
|
put this in the drawable folder as a XML file, and then use it as a background for some Widget.
| |||||||
feedback
|
|
Try this.. Just add this XML file in ur drawable as gradient_box.xml
| |||||||
feedback
|