summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaesu Lee <taesu82.lee@samsung.com>2020-02-10 18:25:07 +0900
committerLuca Stefani <luca.stefani.ge1@gmail.com>2020-02-12 14:19:47 +0100
commitdbab52c0952221acee2468fba1cb36d61fe57774 (patch)
treef5d0b067884a339f3b4b9b1392c80953685f7979
parent23c53d98e861cb2aee78f0d38ee88d77354982fb (diff)
downloadpackages_apps_Messaging-dbab52c0952221acee2468fba1cb36d61fe57774.tar.gz
packages_apps_Messaging-dbab52c0952221acee2468fba1cb36d61fe57774.tar.bz2
packages_apps_Messaging-dbab52c0952221acee2468fba1cb36d61fe57774.zip
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>
-rw-r--r--res/layout/widget_conversation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widget_conversation.xml b/res/layout/widget_conversation.xml
index eaf1dcf..9037a6f 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>