Re: [android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-26 Thread social hub
try setting maxlines to 1 android:maxLines see if that works android:scrollHorizontallyhttp://developer.android.com/reference/android/widget/TextView.html#attr_android:scrollHorizontallyI am not sure whether this shud be set as well On Fri, Apr 23, 2010 at 1:46 AM, Kumar Bibek

Re: [android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-23 Thread ravindra singhai
Hi Kumar, Thanks for your reply :) There is one property supported for TextView named * android:ellipsize=marquee* I read in android dev-guide/forums that it works only when TextView is in focus in home screen, but i am not able to find any api or way to set TextView as focused item/view so i

[android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-23 Thread Kumar Bibek
Ummm, well, on the widget , this can't be done. Because you dont have a reference to that TextView. Thanks and Regards, Kumar Bibek On Apr 23, 11:00 am, ravindra singhai singhai.ravin...@gmail.com wrote: Hi Kumar, Thanks for your reply :) There is one property supported for TextView named  

[android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-22 Thread Kumar Bibek
Scrolling is not supported on the Widget Framework right now. So, you cannot do this. Thanks and Regards, Kumar Bibek On Apr 21, 3:18 pm, Ravi singhai.ravin...@gmail.com wrote: Hi All, I have created a widget to be displayed on android emulator's home screen to display some long text. In my