diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-08-26 10:19:59 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-08-26 10:19:59 +0200 |
commit | f931c08da7fba912592fe7be495bfd47a4069178 (patch) | |
tree | e95ace84e02dd73cdc091a5efd42479d5d4d3ae7 /src/main/res/layout/fragment_conversation.xml | |
parent | b52f07929255f4cb43c97d6c2a0a019b0386fcb0 (diff) |
add snackbar for request presence subscription
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 6a621287..9f54fc42 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -2,7 +2,8 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/color_background_secondary"> <ListView android:id="@+id/messages_view" |