I have items in my View which are displayd on click and does not show up on that start of the activity. Now everything works fine but when i use the graphical layout tool i see those items and it makes working with it harder.
Meaning, i have a ListView with items, i see those items on top of everything.
How can i hide those elements? setting the visibility programaticlly dosen't help. Should i do something like setting alpha to 0 and then add it instead of making items invisible? Seems like a dumb idea, there must be some option i'm missing.
Help anyone?
Thanks, Eric