From 953fd8f5efc93ba1caf1c94319dbd4ac5c9a2ac2 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 9 Jun 2010 02:50:38 +0000 Subject: [PATCH] Fade out the bottom edge of message previews in the touch view --- res/layout/message_list_item_touchable.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/message_list_item_touchable.xml b/res/layout/message_list_item_touchable.xml index 195318e8f..8a94d3a40 100644 --- a/res/layout/message_list_item_touchable.xml +++ b/res/layout/message_list_item_touchable.xml @@ -75,6 +75,7 @@ android:layout_marginLeft="1dip" android:layout_marginRight="0dip" android:singleLine="false" + android:fadingEdge="vertical" android:bufferType="spannable" android:textColor="?android:attr/textColorTertiary" android:textAppearance="?android:attr/textAppearanceSmall" />