summaryrefslogtreecommitdiff
path: root/res/layout/message_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/message_list_item.xml')
-rw-r--r--res/layout/message_list_item.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml
index 0b1cad0b..a2347427 100644
--- a/res/layout/message_list_item.xml
+++ b/res/layout/message_list_item.xml
@@ -23,11 +23,10 @@
android:id="@+id/msg_list_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@drawable/listitem_background"
+ android:background="#00000000"
android:orientation="horizontal">
<LinearLayout android:id="@+id/mms_layout_view_parent"
- android:paddingLeft="5dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -39,6 +38,7 @@
android:layout_height="wrap_content"/>
<RelativeLayout
+ android:background="@drawable/listitem_background"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -52,20 +52,22 @@
android:background="@color/text_hairline" />
<android.widget.QuickContactBadge
- android:layout_marginLeft="0dip"
- android:layout_marginRight="5dip"
- android:layout_marginTop="5dip"
- android:layout_marginBottom="5dip"
android:layout_alignParentLeft="true"
- android:layout_width="64dip"
+ android:layout_width="80dip"
+ android:layout_height="80dip"
android:id="@+id/avatar"
style="?android:attr/quickContactBadgeStyleWindowSmall" />
+ <View
+ android:id="@+id/divit"
+ android:layout_alignParentLeft="true"
+ android:layout_width="80dip"
+ android:layout_height="80dip" />
+
<TextView android:id="@+id/text_view"
android:autoLink="all"
android:paddingTop="6dip"
android:paddingBottom="3dip"
- android:paddingRight="10dip"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
@@ -86,15 +88,15 @@
android:layout_toLeftOf="@+id/status_icons"
android:layout_below="@id/text_view"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingRight="10dip"
android:paddingTop="1dip"
- android:textColor="#ffc1c1c1" />
+ android:textColor="@color/text_hairline" />
<LinearLayout android:id="@id/status_icons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/text_view"
android:layout_marginBottom="8dip"
+ android:background="@drawable/listitem_background"
android:orientation="horizontal" >
<ImageView