aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-08 19:30:21 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-08 19:30:21 +0100
commitae09585ce2ebc97cad21df69b90753f7236990b6 (patch)
treefb0eb35d64b78de3b7f4240aaa434e3eaea759df /src/main/res/layout
parente96467e5ad9e001086be19cb6521c0f59ab8fd64 (diff)
add preferece to use unicolored background
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/fragment_conversation.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index 768c38647..d7f177514 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/conversations_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/chatbg"