Skip to content

Commit a8cb3e4

Browse files
committed
Adjust padding around settings items
1 parent 148c379 commit a8cb3e4

File tree

1 file changed

+18
-25
lines changed

1 file changed

+18
-25
lines changed

app/src/main/res/layout/more_settings.xml

+18-25
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
android:layout_width="wrap_content"
4747
android:layout_height="wrap_content"
4848
android:layout_marginVertical="12dp"
49-
android:layout_marginStart="68dp"
49+
android:layout_marginStart="78dp"
5050
android:text="@string/general" />
5151

5252
<LinearLayout
@@ -57,9 +57,8 @@
5757
android:clickable="true"
5858
android:focusable="true"
5959
android:orientation="horizontal"
60-
android:paddingStart="10dp"
6160
android:paddingTop="8dp"
62-
android:paddingEnd="6dp"
61+
android:paddingHorizontal="16dp"
6362
android:paddingBottom="10dp">
6463

6564
<ImageView
@@ -74,7 +73,7 @@
7473
<LinearLayout
7574
android:layout_width="0dp"
7675
android:layout_height="wrap_content"
77-
android:layout_marginEnd="4dp"
76+
android:layout_marginHorizontal="4dp"
7877
android:layout_weight="1"
7978
android:orientation="vertical">
8079

@@ -116,9 +115,8 @@
116115
android:clickable="true"
117116
android:focusable="true"
118117
android:orientation="horizontal"
119-
android:paddingStart="10dp"
120118
android:paddingTop="8dp"
121-
android:paddingEnd="6dp"
119+
android:paddingHorizontal="16dp"
122120
android:paddingBottom="10dp">
123121

124122
<ImageView
@@ -133,7 +131,7 @@
133131
<LinearLayout
134132
android:layout_width="0dp"
135133
android:layout_height="wrap_content"
136-
android:layout_marginEnd="4dp"
134+
android:layout_marginHorizontal="4dp"
137135
android:layout_weight="1"
138136
android:orientation="vertical">
139137

@@ -180,7 +178,7 @@
180178
android:layout_width="wrap_content"
181179
android:layout_height="wrap_content"
182180
android:layout_marginVertical="12dp"
183-
android:layout_marginStart="68dp"
181+
android:layout_marginStart="78dp"
184182
android:text="@string/photo" />
185183

186184
<LinearLayout
@@ -251,9 +249,8 @@
251249
android:clickable="true"
252250
android:focusable="true"
253251
android:orientation="horizontal"
254-
android:paddingStart="10dp"
255252
android:paddingTop="8dp"
256-
android:paddingEnd="6dp"
253+
android:paddingHorizontal="16dp"
257254
android:paddingBottom="10dp">
258255

259256
<ImageView
@@ -268,7 +265,7 @@
268265
<LinearLayout
269266
android:layout_width="0dp"
270267
android:layout_height="wrap_content"
271-
android:layout_marginEnd="4dp"
268+
android:layout_marginHorizontal="4dp"
272269
android:layout_weight="1"
273270
android:orientation="vertical">
274271

@@ -310,9 +307,8 @@
310307
android:clickable="true"
311308
android:focusable="true"
312309
android:orientation="horizontal"
313-
android:paddingStart="10dp"
314310
android:paddingTop="8dp"
315-
android:paddingEnd="6dp"
311+
android:paddingHorizontal="16dp"
316312
android:paddingBottom="10dp">
317313

318314
<ImageView
@@ -327,7 +323,7 @@
327323
<LinearLayout
328324
android:layout_width="0dp"
329325
android:layout_height="wrap_content"
330-
android:layout_marginEnd="4dp"
326+
android:layout_marginHorizontal="4dp"
331327
android:layout_weight="1"
332328
android:orientation="vertical">
333329

@@ -395,9 +391,8 @@
395391
android:clickable="true"
396392
android:focusable="true"
397393
android:orientation="horizontal"
398-
android:paddingStart="10dp"
399394
android:paddingTop="8dp"
400-
android:paddingEnd="6dp"
395+
android:paddingHorizontal="16dp"
401396
android:paddingBottom="10dp">
402397

403398
<ImageView
@@ -412,7 +407,7 @@
412407
<LinearLayout
413408
android:layout_width="0dp"
414409
android:layout_height="wrap_content"
415-
android:layout_marginEnd="4dp"
410+
android:layout_marginHorizontal="4dp"
416411
android:layout_weight="1"
417412
android:orientation="vertical">
418413

@@ -459,7 +454,7 @@
459454
android:layout_width="wrap_content"
460455
android:layout_height="wrap_content"
461456
android:layout_marginVertical="12dp"
462-
android:layout_marginStart="68dp"
457+
android:layout_marginStart="78dp"
463458
android:text="@string/video_setting_title" />
464459

465460
<LinearLayout
@@ -470,9 +465,8 @@
470465
android:clickable="true"
471466
android:focusable="true"
472467
android:orientation="horizontal"
473-
android:paddingStart="10dp"
474468
android:paddingTop="8dp"
475-
android:paddingEnd="6dp"
469+
android:paddingHorizontal="16dp"
476470
android:paddingBottom="10dp">
477471

478472
<ImageView
@@ -487,7 +481,7 @@
487481
<LinearLayout
488482
android:layout_width="0dp"
489483
android:layout_height="wrap_content"
490-
android:layout_marginEnd="4dp"
484+
android:layout_marginHorizontal="4dp"
491485
android:layout_weight="1"
492486
android:orientation="vertical">
493487

@@ -534,7 +528,7 @@
534528
android:layout_width="wrap_content"
535529
android:layout_height="wrap_content"
536530
android:layout_marginVertical="12dp"
537-
android:layout_marginStart="68dp"
531+
android:layout_marginStart="78dp"
538532
android:text="@string/storage" />
539533

540534
<LinearLayout
@@ -545,9 +539,8 @@
545539
android:clickable="true"
546540
android:focusable="true"
547541
android:orientation="horizontal"
548-
android:paddingStart="10dp"
549542
android:paddingTop="8dp"
550-
android:paddingEnd="6dp"
543+
android:paddingHorizontal="16dp"
551544
android:paddingBottom="10dp">
552545

553546
<ImageView
@@ -562,7 +555,7 @@
562555
<LinearLayout
563556
android:layout_width="0dp"
564557
android:layout_height="wrap_content"
565-
android:layout_marginEnd="4dp"
558+
android:layout_marginHorizontal="4dp"
566559
android:layout_weight="1"
567560
android:orientation="vertical">
568561

0 commit comments

Comments
 (0)