Conny,

The first line should have "android:id", yours has "android.id". The symbol between "android" and "id" should be ":", not ".".

But wouldn't it be better to use a ListView - it recycles item views, so as not to hog memory?

-- Kostya

12.07.2010 14:15, Conny пишет:
<TextView android.id="@+id/price"
                                        android:layout_width="wrap_content"
android:layout_height="wrap_content"
                                        android:textSize="12dip"
                                        android:text="$ 9999999.99">
                                </TextView>


--
Kostya Vasilev -- WiFi Manager + pretty widget -- 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