Yeah I commented that line out because I decided to just set it in my xml file <net.schwiz.dnd.worksheet.customViews.ItemList android:background="@color/white" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="100dip" android:layout_margin="1dip"/> The Layout is showing up fine because I can see the black outline, its just the textviews inside still aren't showing up.
On Feb 9, 11:40 pm, TreKing <[email protected]> wrote: > On Tue, Feb 9, 2010 at 6:09 PM, schwiz <[email protected]> wrote: > > Here is my revised > > codehttp://pastebin.com/f1fb834ce right now I have my own textView > > class in there that I plan to override onLongClick for but I have > > tried this with a regular textView as well just to be sure, and it > > still doesn't work. > > Are you sure the width you're using for the layout parameters is accurate? > Maybe try WRAP_CONTENT or FILL_PARENT and see if that works? > You commented out setOrientation so the LinearLayout will default to > horizontal. Is this what you want? > > --------------------------------------------------------------------------- > ---------------------- > TreKing - Chicago transit tracking app for Android-powered > deviceshttp://sites.google.com/site/rezmobileapps/treking -- 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

