I had made a gallery view with images over a background image and I noticed that they seemed transparent. I was wondering if there is a way to make then 100% opaque in the XML. Thanks in advance
-Ben
|
|
|
The Gallery class has a method setUnselectAlpha(float alpha). Have fun with that. |
|||||||
|
|
Here's a snippet to make any view transparent in api level 4+.
|
|||
|
|