diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2020-02-18 19:44:49 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2020-02-18 19:44:49 +0100 |
commit | ad9f8fde90b7f08d128e64d6b8d0e27e6c0f4648 (patch) | |
tree | 937e5c5a873e87d45a75646d97c409f048f2ab0e /src/main/res/layout | |
parent | d941ec1926c2864881bbd21d1a6311a49c3a7bec (diff) |
update chat background immediately after opening chat
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index d7f177514..9748a6b22 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -6,7 +6,6 @@ android:id="@+id/conversations_fragment" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/chatbg" android:clickable="false"> <ListView |