Yes, marquee_forever also work in case of fixed width for TextView. (e.g. android:layout_width="120dp")
Must required attributes are:
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:singleLine="true" // if it's missing text appear in multiple line.
Working code: