I done a marquee text. I did this by
<TextView
android:id="@+id/scrolltext"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#000"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:padding="5dip"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="@string/scrolltext"
android:textColor="#F4CE6B" />
Problem is it is not working properly in phones like samsung Galaxy s3. The complete text is not displayed. Instead of that only few dotes are there.
0 comments:
Post a Comment