The first choice proved problematic because the Resource parser didn't
like a file in the layout folder that didn't have a layout in it. The
second choice is working great. Thanks!

> Now, you have two choices:
>
> 1. Get rid of the LinearLayout from your row XML, since it is doing
> you no good, and have your layout purely be a TextView. Then, pass
> R.layout.whateverthebloodyhellitis to the constructor.
>
> 2. Switch to the ArrayAdapter(Context context, int resource, int
> textViewResourceId) constructor, where you tell it *both* the
> R.layout.whateverthebloodyhellitis and R.id.chooseTableRowTextView to
> the constructor.
>
> To put it another way, if you aren't telling the ArrayAdapter to use
> this layout file, how do you think it is going to know to use it?
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training in London:http://skillsmatter.com/go/os-mobile-server

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to