Fix colour behind snackbar

Stephen Paul Weber created

Change summary

src/main/res/layout/fragment_conversation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/layout/fragment_conversation.xml 🔗

@@ -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"