15.05.2011 22:28, luiX_ пишет:
<ListView android:id="@id/android:list" // android:id="@+id/som_id"

AFAIK, "@id/android:list" is not valid ID syntax.

It's either:

"@id/your_application_package_id"

"@+id/your_application_package_id"

or

"@android:id/predefined_android_id"

For ListActivity, that should be

"@android:id/list"

-- Kostya

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

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

Reply via email to