[android-developers] ListView in custom preference

2011-01-18 Thread Eric Crump
I need to put a ListView in a custom preference. It needs to look similiar to the WiFi settings in the OS preferences. My problem is I am unable to make it take fill the space. It only takes up the space given to a normal preferece item. How do I make the LinearLayout I return from onCreateView

Re: [android-developers] ListView in custom preference

2011-01-19 Thread kavitha b
Use Custom List View Item extending Base Adapter On Wed, Jan 19, 2011 at 8:31 AM, Eric Crump wrote: > I need to put a ListView in a custom preference. It needs to look > similiar to the WiFi settings in the OS preferences. My problem is I > am unable to make it take fill the space. It only ta