Fix wrong margin on widget conversation view
Change layout_marginTop as -2dp to enclose message_list between top_line
and bottom_line.
Test: Check a widget for conversations.
Change-Id: I097303134e8ea079de39ac18746a51e1937b92c3
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
diff --git a/res/layout/widget_conversation.xml b/res/layout/widget_conversation.xml
index a9cda98..2c7edee 100644
--- a/res/layout/widget_conversation.xml
+++ b/res/layout/widget_conversation.xml
@@ -104,7 +104,7 @@
android:background="@drawable/widget_hr"
android:importantForAccessibility="no"
android:contentDescription="@null"
- android:layout_marginTop="-24dp"
+ android:layout_marginTop="-2dp"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>