diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-05-26 22:28:31 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2015-06-19 23:11:44 +0200 |
commit | a73ce32e272675d899b5029b63233b4e5ef616c9 (patch) | |
tree | 2cdda057a950d2c1c76c2972c21a478702bdc267 /src/main/res/layout | |
parent | b3b4a2902e37fb072e800f5dff0392755f5d4501 (diff) |
Status color added to "create conversation" (refers to ticket #22 in flyspray)
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/contact.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index 69545c25..f0ef5d94 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -11,8 +11,15 @@ android:layout_height="48dp" android:layout_alignParentLeft="true" android:scaleType="centerCrop" - android:src="@drawable/ic_profile" > - </ImageView> + android:src="@drawable/ic_profile" /> + <TextView + android:layout_width="48dp" + android:layout_height="4dp" + android:textAppearance="?android:attr/textAppearanceSmall" + android:id="@+id/contact_status" + android:layout_below="@+id/contact_photo" + android:paddingTop="8dp" + android:paddingRight="8dp"/> <LinearLayout android:layout_width="wrap_content" |