Merge "Fix wrong margin on widget conversation view"

This commit is contained in:
Treehugger Robot
2020-02-11 22:14:56 +00:00
committed by Gerrit Code Review

View File

@@ -104,7 +104,7 @@
android:background="@drawable/widget_hr" android:background="@drawable/widget_hr"
android:importantForAccessibility="no" android:importantForAccessibility="no"
android:contentDescription="@null" android:contentDescription="@null"
android:layout_marginTop="-24dp" android:layout_marginTop="-2dp"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
/> />
</RelativeLayout> </RelativeLayout>