M manjula.ramasamy Lurker May 1, 2010 #1 Hi , I tried marquee or text view . but it's not working .Please any help
B Boogs Member May 2, 2010 #2 Whew, as Johnny 5 might say, "Need more input." We need a little more information about your problem to help you (i.e. sample code, what exactly is going on, etc.)
Whew, as Johnny 5 might say, "Need more input." We need a little more information about your problem to help you (i.e. sample code, what exactly is going on, etc.)
M manjula.ramasamy Lurker May 3, 2010 #3 <TextView android:layout_width="fill_parent" android:layout_height="0dip" android:text="ICICI BANK PROVIDES INTERNET BANKING" android:ellipsize="marquee" android:focusable="true" android:singleLine="true" android:layout_marginTop="200px" /> this is the code. in this marquee is not working . i want to create running text . please help me
<TextView android:layout_width="fill_parent" android:layout_height="0dip" android:text="ICICI BANK PROVIDES INTERNET BANKING" android:ellipsize="marquee" android:focusable="true" android:singleLine="true" android:layout_marginTop="200px" /> this is the code. in this marquee is not working . i want to create running text . please help me
P phaniteja Lurker Mar 26, 2012 #4 Hey friend how about trying this... <TextView android:id="@+id/textview2" android:singleLine="true" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" android:scrollHorizontally="true" android:focusable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#00FF00" android:text="This Is The Ad Space" />
Hey friend how about trying this... <TextView android:id="@+id/textview2" android:singleLine="true" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" android:scrollHorizontally="true" android:focusable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#00FF00" android:text="This Is The Ad Space" />