Add margin to unit converter grid

This commit is contained in:
Ensar Sarajčić 2023-09-13 11:33:41 +02:00
parent 6ac47fa464
commit 7a658dbdab
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize"
android:layout_marginStart="@dimen/activity_margin"
android:layout_marginEnd="@dimen/activity_margin"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:itemCount="20"
tools:listitem="@layout/item_unit_type"