Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 92e243d

Browse files
committed
add some padding to the list items
1 parent 3fe7903 commit 92e243d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/res/layout/activity_download_map_selection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4-
android:layout_height="match_parent"
5-
android:padding="2dp">
4+
android:layout_height="match_parent">
65

76
<include
87
layout="@layout/toolbar"
@@ -23,6 +22,7 @@
2322
android:id="@+id/map_download_list"
2423
android:layout_width="match_parent"
2524
android:layout_height="wrap_content"
25+
android:padding="20sp"
2626
android:layout_below="@id/download_provider_info" />
2727

2828
</RelativeLayout>

src/main/res/layout/activity_theme_selection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
android:id="@+id/theme_list"
2525
android:layout_width="match_parent"
2626
android:layout_height="wrap_content"
27+
android:padding="20sp"
2728
android:layout_below="@id/progressBar" />
2829

2930
</RelativeLayout>

0 commit comments

Comments
 (0)