mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-16 11:31:01 +01:00
Add margin to unit converter grid
This commit is contained in:
parent
6ac47fa464
commit
7a658dbdab
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user