On Wednesday, July 13, 2016 at 4:29:30 PM UTC+5:30, [email protected] wrote: > > > > down 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/ede14d9a-3144-4714-9751-83d983b29d89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

