I have strange problem with TextView, it cuts off part of the text at the end. My layout looks like
Set below properties in layout file. It works fine for me
android:singleLine="true" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" android:focusableInTouchMode="true"