mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 20:02:03 +00:00
embrace the darkness, don't open quickcontact for groups
// FREEBIE
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="?conversation_sent_text_primary_color">
|
||||
android:background="?conversation_editor_background">
|
||||
|
||||
<org.thoughtcrime.securesms.components.EmojiToggle
|
||||
android:id="@+id/emoji_toggle"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
android:background="@drawable/conversation_item_sent_shape"
|
||||
android:background="?conversation_item_sent_background"
|
||||
android:paddingRight="10dip"
|
||||
android:paddingLeft="10dip"
|
||||
android:layout_marginLeft="50dp"
|
||||
@@ -171,7 +171,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:background="@drawable/conversation_item_sent_triangle_shape"
|
||||
android:background="?conversation_item_sent_triangle_background"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_marginTop="12dp"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
android:drawSelectorOnTop="false"
|
||||
android:scrollbarStyle="insideOverlay"
|
||||
android:fadingEdgeLength="16dip"
|
||||
android:divider="@drawable/conversation_list_divider_shape"
|
||||
android:divider="?conversation_list_item_divider"
|
||||
android:dividerHeight="1px" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user