Reduce margins between items in UnitConverterPicker

This commit is contained in:
Ensar Sarajčić
2023-09-13 15:34:37 +02:00
parent 403471fd74
commit bc7a5cc388

View File

@@ -4,7 +4,7 @@
android:layout_height="@dimen/unit_type_size" android:layout_height="@dimen/unit_type_size"
android:id="@+id/unit_background" android:id="@+id/unit_background"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_margin="@dimen/small_margin" android:layout_marginTop="@dimen/small_margin"
android:background="@drawable/unit_type_background" android:background="@drawable/unit_type_background"
android:padding="@dimen/normal_margin" android:padding="@dimen/normal_margin"
android:gravity="center" android:gravity="center"