Fade out the bottom edge of message previews in the touch view

This commit is contained in:
Jesse Vincent 2010-06-09 02:50:38 +00:00
parent 504f1b7e17
commit 953fd8f5ef
1 changed files with 1 additions and 0 deletions

View File

@ -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" />