Commit 3915de3d authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set background color for root parent layout messages to white

parent d9d678b2
......@@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@android:color/white"
android:theme="@style/AppTheme">
<include layout="@layout/list_item_message_newday" />
......
......@@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@android:color/white"
android:theme="@style/AppTheme">
<include layout="@layout/list_item_message_newday" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment