On Tue, Feb 9, 2010 at 6:09 PM, schwiz <[email protected]> wrote: > Here is my revised > code http://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 devices http://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

