I'd like to create two columns of ListViews in Android.  Is this
possible?

This is giving me errors with the id naming:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/
android"
                                android:layout_width="fill_parent"
                                android:layout_height="fill_parent">

        <ListView       android:id="@android:id/list"
                                android:layout_width="100px"
                        android:layout_height="fill_parent" />

        <ListView       android:id="@android:id/list2"
android:layout_toRight="@android:id/list"
                                android:layout_width="100px"
                        android:layout_height="fill_parent" />
</RelativeLayout>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to