Reduces left margin in transformation list item

Reduces the left margin of the transformation list item
This commit is contained in:
Hafiz 2025-06-16 10:48:18 -05:00
parent c1d2907844
commit b8859b7b70

View file

@ -30,7 +30,7 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:orientation="vertical"