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>
This commit is contained in:
Taesu Lee
2020-02-10 18:25:07 +09:00
parent e8827131fc
commit f3ae4c19fb

View File

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