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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user