[android-developers] Custom label and text box in ListView?

2012-02-09 Thread Mark Winchester
I'm trying to find a bit of sample code that I'm having trouble with. Hoping someone here could help me. I've got a Listview in my app that I want each row of to have a label and a text box (TextView and EditText). I've got to create these and add them dynamically. That much hasn't been too

Re: [android-developers] Custom label and text box in ListView?

2012-02-09 Thread poncho
According to the following thread ListView isn't really meant to handle that type of UI with editable entries. http://groups.google.com/group/android-developers/browse_thread/thread/50f0fc185da8fe4d?pli=1 The suggested solution is to use vertical LinearLayout wrapped in a ScrollView,