Fix margin on call log item.

This commit is contained in:
Alex Hart
2025-10-22 14:13:45 -03:00
committed by Greyson Parrelli
parent ea70d68ecc
commit d763baa270

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="12dp"
android:paddingEnd="12dp"
android:layout_marginVertical="2dp"
android:animateLayoutChanges="true"
android:background="@drawable/conversation_list_item_background"