add paddings to static layouts

... to improve edge to edge design.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-06-13 11:36:51 +02:00
parent 177fa1ea84
commit dbc274bf63
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 9 additions and 3 deletions

View File

@ -553,7 +553,7 @@
android:layout_marginTop="@dimen/standard_quarter_margin"
android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal"
android:padding="@dimen/standard_padding">
android:padding="@dimen/standard_half_padding">
<ImageView
android:layout_width="24dp"
@ -579,7 +579,7 @@
android:layout_marginTop="@dimen/standard_quarter_margin"
android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal"
android:padding="@dimen/standard_padding">
android:padding="@dimen/standard_half_padding">
<ImageView
android:layout_width="24dp"
@ -605,7 +605,7 @@
android:layout_marginTop="@dimen/standard_quarter_margin"
android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal"
android:padding="@dimen/standard_padding">
android:padding="@dimen/standard_half_padding">
<ImageView
android:layout_width="24dp"
@ -625,6 +625,9 @@
</LinearLayout>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="50dp" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>

View File

@ -906,6 +906,9 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="50dp" />
</LinearLayout>
</ScrollView>
</LinearLayout>