[android-developers] Gallery with Adapter witch is return layouts

2011-05-28 Thread Károly Holczhauser
Hi all ! I would like to make my custrom gallery, but when I'm implementing the adapter it have to be return an View. I would like to use the gallery to display my own LinearLayout-s, so the adapter have to return these ! Any idea how can I use gallery to display my own , custrom linearlayouts

Re: [android-developers] Gallery with Adapter witch is return layouts

2011-05-28 Thread B Lyon
LinearLayout is a view, isn't it? View -- ViewGroup -- Linearlayout 2011/5/28 Károly Holczhauser holczhau...@gmail.com: Hi all !  I would like to make my custrom gallery, but when I'm implementing the adapter it have to be return an View. I would like to use the gallery to display my own