I had this working at one point, so I think I\'m just referencing something wrong. _regionListView seems to be returning OK. I thought the array inside the ArrayList was the pro
Remove LinearLayout from search_list.xml and use only textview and put this in textview itself
xmlns:android="http://schemas.android.com/apk/res/android"
There is no need of LinearLayou there and also you can set android:layout_height="wrap_content" .Then it will work. :)