[android-developers] Re: Textview not scrolling marquee in lollipop version and above

2016-07-14 Thread thepooja93


On Wednesday, July 13, 2016 at 4:29:30 PM UTC+5:30, thepo...@gmail.com 
wrote:
>
>
>
> down votefavorite 
> 
>
> 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.
>
>
>  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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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.


[android-developers] Textview not scrolling marquee in lollipop version and above

2016-07-13 Thread thepooja93

-1down votefavorite 


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.




-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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.