increase the icon spacing

This commit is contained in:
tibbi 2021-03-21 10:08:57 +01:00
parent 05f0028d3c
commit b4f42511d1
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
android:id="@+id/pick_launchers_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/small_margin"
android:padding="@dimen/medium_margin"
android:scrollbars="vertical"
app:layoutManager="com.simplemobiletools.commons.views.MyGridLayoutManager"
app:spanCount="@integer/column_count" />

View File

@ -15,7 +15,8 @@
android:id="@+id/launcher_icon"
android:layout_width="match_parent"
android:layout_height="@dimen/launcher_icon_size"
android:layout_gravity="center" />
android:layout_gravity="center"
android:padding="@dimen/tiny_margin" />
<TextView
android:id="@+id/launcher_label"