OSDN Git Service

Fixes #1841298.
authorRomain Guy <romainguy@android.com>
Thu, 4 Jun 2009 21:55:51 +0000 (14:55 -0700)
committerRomain Guy <romainguy@android.com>
Thu, 4 Jun 2009 21:55:51 +0000 (14:55 -0700)
Prevents the text from "jumping" after a scroll. This is due to a weird interaction between RelativeLayout and TextView. This change simply removes the marquee from a TextView that does not need it.

res/layout-finger/contacts_list_item.xml

index e695f90..713ac33 100644 (file)
@@ -44,7 +44,6 @@
         android:layout_marginTop="-8dip"
 
         android:singleLine="true"
-        android:ellipsize="marquee"
         android:textAppearance="?android:attr/textAppearanceSmall"
         android:textStyle="bold"
     />