mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-05-28 09:34:23 +02:00
increase the icon spacing
This commit is contained in:
parent
05f0028d3c
commit
b4f42511d1
@ -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" />
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user