[android-developers] Change item in Listview after clicking

2010-04-10 Thread Pinheiro
Hi! I've created a rather complex layout for listview rows where only the first line is visible (the rest use android:visibility=hidden). When an item is selected, I want all the invisible objects to appear (selected.setVisibility(1)) - checking first if I have to hide again the previous

Re: [android-developers] Change item in Listview after clicking

2010-04-10 Thread Mark Murphy
Pinheiro wrote: Hi! I've created a rather complex layout for listview rows where only the first line is visible (the rest use android:visibility=hidden). When an item is selected, I want all the invisible objects to appear (selected.setVisibility(1)) - checking first if I have to hide again