aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-07 20:15:56 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-07 20:15:56 +0100
commitc91f28ea314bb9d8e2697adf0da878f4a9ee76d0 (patch)
tree1b9ba37e2eff64d64d02d6b0354e2cf93134fde1 /src/main/res/layout
parent8dd82436bb831174334b7fbf12c2da1569f79451 (diff)
update chat background
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/fragment_conversation.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index 46019a289..768c38647 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -5,7 +5,7 @@
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/color_background_tertiary"
+ android:background="@drawable/chatbg"
android:clickable="false">
<ListView
@@ -16,7 +16,6 @@
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
- android:background="?attr/color_background_tertiary"
android:divider="@null"
android:dividerHeight="0dp"
android:listSelector="@android:color/transparent"
@@ -66,7 +65,6 @@
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
- android:background="?attr/color_background_tertiary"
android:clickable="true"
android:paddingStart="2dp"
android:paddingLeft="2dp"
@@ -80,7 +78,7 @@
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
- android:background="?attr/color_background_tertiary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/attach_record_voice"
android:src="@drawable/ic_send_voice_offline"
android:visibility="gone" />
@@ -149,7 +147,7 @@
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:background="?attr/color_background_tertiary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/send_message"
android:src="@drawable/ic_send_text_offline" />
</RelativeLayout>