-1down votefavorite
<http://android.stackexchange.com/questions/150839/textview-marquee-not-scrolling-in-lollipop-version#>
Textview text marquee are scolling in pre lolliop versions but not support
for lollipop and after that..please help me . following are code for xml
and added code in java also setselected(true). Please Reply.
Thanks.
Following are code fro that.
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@+id/textView1"
android:layout_gravity="center_horizontal"
android:ellipsize="marquee"
android:singleLine="true"
android:layout_marginTop="-12dp"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:textColor="@color/white"
android:background="#00AEEF"
android:focusable="true"
android:focusableInTouchMode="true"
android:fadingEdge="horizontal"
android:freezesText="true"
/>
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/3690c8fa-2c87-402d-a9fe-e9e4ed0022f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.