Attempting to scroll some text horizontally on a button, not bothered if it has focus or not. Just want to scroll the text. Right now, got the button to appear, but only text I see is "My button.."
<Button
android:layout_width="150dip"
android:layout_height="wrap_content"
android:text="My button with a long text for marquee as a example source code"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="1"/>