Yes, yes, this is a very old problem. Nevertheless I would like to find a 
fix for it.

Some of my buttons have text that technically is too large for the size of 
the button. This works just fine for anything 1.6+.  But on Cupcake the 
poor button is feeling obliged to render a vertical scrollbar inside its 
content. I have tried to tell it not to do that but so far haven't 
succeeded. Any guidance is appreciated. Here's the layout I am using.

<Button android:id="@+id/speed" android:layout_width="110dp"
        android:layout_height="80dp" android:layout_alignParentTop="true"
        android:layout_alignParentLeft="true" android:textSize="48dp"
        android:textStyle="bold" android:hapticFeedbackEnabled="true" 
        android:scrollbars="none" android:scrollbarSize="0dp" />

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

Reply via email to