marquee Example in Android
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:id="@+id/MarqueeText" android:layout_width="fill_parent" android:layout_height="wrap_content" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" android:freezesText="true" android:marqueeRepeatLimit="marquee_forever" android:textSize="30dp" android:scrollHorizontally="true" android:singleLine="true" android:text="hai friends Distance is aaaaaaaaaaaa aaaaaaaaa" > </TextView> </LinearLayout>
Wednesday, 21 November 2012
marquee Example in Android
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment