Issue
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.
Solution
The Gallery class has a method setUnselectAlpha(float alpha). Have fun with that.
Answered By - pumpkee
Answer Checked By - Timothy Miller (JavaFixing Admin)