hi all,

first create TextView with attribute:
...

                android:ellipsize="marquee"

                android:marqueeRepeatLimit="marquee_forever"

                android:singleLine="true"
...


After user 
TextView text =  (TextView) findContentViewById(R.id.text)
text.selected(true);

goog luck

Vào 02:51:34 UTC+7 Chủ nhật, ngày 25 tháng ba năm 2012, Max918 đã viết:
>
> Hi everyone, 
> i am trying to add a very long message to the notification bar. 
> but it only show little word on the screen. 
> i tried to create a remote view and follow the step from the google 
> search "android notification marquee" 
> seems it can not fix the problem. 
>
> Anyone can give me some example or tutorial link to fix this problem ? 
>
> Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to