I have reffered to this on making my textview scrollable but it does not seem to work for me. What am I doing wrong? My textView is part of a RemoteView
, if it matters at all...
code
<TextView
android:ellipsize="marquee"
android:scrollHorizontally="true"
android:textColor="@color/black"
android:layout_gravity="left"
android:id="@+id/status_bar_track_name"
android:focusable="true"
android:fadingEdge="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
/>