Hi,

I am using Custom Listview , that contains Image View,TextView,
TextView designed using RelativeLayout.

My Issue is to truncate the second TextView  if the textview length is
longer than the width then truncate and makes ...

It is not working.

If i use TextView independently it works. How to get that  in Custom
layout.

I applied   the  following attributes to the TextView

<TextView android:id="@+id/personName" android:layout_width="100dip"
                        android:layout_height="100dip"
                        android:textSize="16dip"
                       android:layout_centerHorizontal="true"

                        android:inputType="text" android:textColor="#feee65"
                        android:layout_alignParentTop="true" 
android:layout_toRightOf="@+id/
removeItem"
                        android:singleLine="true" android:ellipsize="marquee"
                        android:marqueeRepeatLimit="marquee_forever"
                        android:scrollHorizontally="true"
 android:focusable="true"
                        android:focusableInTouchMode="true">
</TextView>

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

Reply via email to