diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 5c77a5d29..8e6ff5a89 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -110,7 +110,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" - android:background="?attr/color_background_primary" + android:background="?attr/color_background_secondary" android:clickable="true" android:paddingBottom="2dp" android:paddingLeft="2dp" @@ -123,7 +123,7 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_toLeftOf="@+id/textSendButton" - android:background="?attr/color_background_secondary" + android:background="@drawable/message_bubble_sent_blue" android:ems="10" android:imeOptions="flagNoExtractUi|actionSend" android:inputType="textShortMessage|textMultiLine|textCapSentences" @@ -145,7 +145,7 @@ android:layout_height="48dp" android:layout_alignParentRight="true" android:layout_centerVertical="true" - android:background="?attr/color_background_primary" + android:background="?attr/color_background_secondary" android:contentDescription="@string/send_message" android:src="@drawable/ic_send_text_offline" /> </RelativeLayout> |