Fix colour behind snackbar
1 files changed, 1 insertions(+), 1 deletions(-) M src/main/res/layout/fragment_conversation.xml
M src/main/res/layout/fragment_conversation.xml => src/main/res/layout/fragment_conversation.xml +1 -1
@@ 26,7 26,7 @@ android:layout_below="@id/tab_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="?attr/color_background_primary"> + android:background="?attr/color_background_secondary"> <RelativeLayout android:layout_width="fill_parent"