add some spacing inside the launcher picker dialog

This commit is contained in:
tibbi 2020-03-09 21:19:29 +01:00
parent 37b2690f17
commit eddc299a8d
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -7,10 +7,10 @@
android:background="?attr/selectableItemBackground" android:background="?attr/selectableItemBackground"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:paddingBottom="@dimen/small_margin"
android:paddingLeft="@dimen/small_margin" android:paddingLeft="@dimen/small_margin"
android:paddingTop="@dimen/medium_margin"
android:paddingRight="@dimen/small_margin" android:paddingRight="@dimen/small_margin"
android:paddingTop="@dimen/medium_margin"> android:paddingBottom="@dimen/small_margin">
<ImageView <ImageView
android:id="@+id/launcher_icon" android:id="@+id/launcher_icon"