embrace the darkness, don't open quickcontact for groups

// FREEBIE
This commit is contained in:
Jake McGinty
2014-02-19 12:29:00 -08:00
parent 19dddd7adf
commit 0cdc6fd87d
17 changed files with 152 additions and 26 deletions

View File

@@ -38,13 +38,13 @@
android:layout_height="15dp"
android:layout_marginTop="12dp"
android:layout_alignRight="@id/contact_photo"
android:background="@drawable/conversation_item_received_triangle_shape" />
android:background="?conversation_item_received_triangle_background" />
<LinearLayout android:id="@+id/conversation_item_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_toRightOf="@id/triangle_tick"
android:background="@drawable/conversation_item_received_shape"
android:background="?conversation_item_received_background"
android:orientation="vertical">
<LinearLayout