Add a backgroud drawabled for fasttrack presence.

BUG: 2053500
This commit is contained in:
satok 2009-09-24 01:41:09 +09:00
parent 9d43de5d12
commit da35b1f187
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

View File

@ -32,7 +32,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="5dip"
android:baselineAlignBottom="true" />
android:baselineAlignBottom="true"
android:background="@drawable/fasttrack_presence_bg" />
<TextView
android:id="@+id/from"
android:textAppearance="?android:attr/textAppearanceMedium"