Fixes #1841298.
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.
diff --git a/res/layout-finger/contacts_list_item.xml b/res/layout-finger/contacts_list_item.xml
index e695f90..713ac33 100644
--- a/res/layout-finger/contacts_list_item.xml
+++ b/res/layout-finger/contacts_list_item.xml
@@ -44,7 +44,6 @@
android:layout_marginTop="-8dip"
android:singleLine="true"
- android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textStyle="bold"
/>