Skip to content

Commit 5a4dae2

Browse files
committed
Fix settings_notification.xml indentation
1 parent 9220e32 commit 5a4dae2

1 file changed

Lines changed: 55 additions & 56 deletions

File tree

Lines changed: 55 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<androidx.constraintlayout.widget.ConstraintLayout
43
xmlns:android="http://schemas.android.com/apk/res/android"
54
xmlns:app="http://schemas.android.com/apk/res-auto"
@@ -8,64 +7,64 @@
87
android:paddingTop="16dp">
98

109
<org.schabi.newpipe.views.NewPipeTextView
11-
android:id="@+id/textView"
12-
android:layout_width="0dp"
13-
android:layout_height="wrap_content"
14-
android:layout_marginStart="16dp"
15-
android:layout_marginEnd="16dp"
16-
android:clickable="false"
17-
android:focusable="false"
18-
android:gravity="center"
19-
android:text="@string/notification_actions_summary"
20-
app:layout_constraintEnd_toEndOf="parent"
21-
app:layout_constraintHorizontal_bias="0.0"
22-
app:layout_constraintStart_toStartOf="parent"
23-
app:layout_constraintTop_toTopOf="parent" />
10+
android:id="@+id/textView"
11+
android:layout_width="0dp"
12+
android:layout_height="wrap_content"
13+
android:layout_marginStart="16dp"
14+
android:layout_marginEnd="16dp"
15+
android:clickable="false"
16+
android:focusable="false"
17+
android:gravity="center"
18+
android:text="@string/notification_actions_summary"
19+
app:layout_constraintEnd_toEndOf="parent"
20+
app:layout_constraintHorizontal_bias="0.0"
21+
app:layout_constraintStart_toStartOf="parent"
22+
app:layout_constraintTop_toTopOf="parent" />
2423

25-
<include
26-
android:id="@+id/notificationAction0"
27-
layout="@layout/settings_notification_action"
28-
android:layout_width="0dp"
29-
android:layout_height="wrap_content"
30-
android:layout_marginTop="8dp"
31-
app:layout_constraintEnd_toEndOf="parent"
32-
app:layout_constraintStart_toStartOf="parent"
33-
app:layout_constraintTop_toBottomOf="@+id/textView" />
24+
<include
25+
android:id="@+id/notificationAction0"
26+
layout="@layout/settings_notification_action"
27+
android:layout_width="0dp"
28+
android:layout_height="wrap_content"
29+
android:layout_marginTop="8dp"
30+
app:layout_constraintEnd_toEndOf="parent"
31+
app:layout_constraintStart_toStartOf="parent"
32+
app:layout_constraintTop_toBottomOf="@+id/textView" />
3433

35-
<include
36-
android:id="@+id/notificationAction1"
37-
layout="@layout/settings_notification_action"
38-
android:layout_width="0dp"
39-
android:layout_height="wrap_content"
40-
app:layout_constraintEnd_toEndOf="parent"
41-
app:layout_constraintStart_toStartOf="parent"
42-
app:layout_constraintTop_toBottomOf="@+id/notificationAction0" />
34+
<include
35+
android:id="@+id/notificationAction1"
36+
layout="@layout/settings_notification_action"
37+
android:layout_width="0dp"
38+
android:layout_height="wrap_content"
39+
app:layout_constraintEnd_toEndOf="parent"
40+
app:layout_constraintStart_toStartOf="parent"
41+
app:layout_constraintTop_toBottomOf="@+id/notificationAction0" />
4342

44-
<include
45-
android:id="@+id/notificationAction2"
46-
layout="@layout/settings_notification_action"
47-
android:layout_width="0dp"
48-
android:layout_height="wrap_content"
49-
app:layout_constraintEnd_toEndOf="parent"
50-
app:layout_constraintStart_toStartOf="parent"
51-
app:layout_constraintTop_toBottomOf="@+id/notificationAction1" />
43+
<include
44+
android:id="@+id/notificationAction2"
45+
layout="@layout/settings_notification_action"
46+
android:layout_width="0dp"
47+
android:layout_height="wrap_content"
48+
app:layout_constraintEnd_toEndOf="parent"
49+
app:layout_constraintStart_toStartOf="parent"
50+
app:layout_constraintTop_toBottomOf="@+id/notificationAction1" />
5251

53-
<include
54-
android:id="@+id/notificationAction3"
55-
layout="@layout/settings_notification_action"
56-
android:layout_width="0dp"
57-
android:layout_height="wrap_content"
58-
app:layout_constraintEnd_toEndOf="parent"
59-
app:layout_constraintStart_toStartOf="parent"
60-
app:layout_constraintTop_toBottomOf="@+id/notificationAction2" />
52+
<include
53+
android:id="@+id/notificationAction3"
54+
layout="@layout/settings_notification_action"
55+
android:layout_width="0dp"
56+
android:layout_height="wrap_content"
57+
app:layout_constraintEnd_toEndOf="parent"
58+
app:layout_constraintStart_toStartOf="parent"
59+
app:layout_constraintTop_toBottomOf="@+id/notificationAction2" />
6160

62-
<include
63-
android:id="@+id/notificationAction4"
64-
layout="@layout/settings_notification_action"
65-
android:layout_width="0dp"
66-
android:layout_height="wrap_content"
67-
app:layout_constraintEnd_toEndOf="parent"
68-
app:layout_constraintStart_toStartOf="parent"
69-
app:layout_constraintTop_toBottomOf="@+id/notificationAction3" />
61+
<include
62+
android:id="@+id/notificationAction4"
63+
layout="@layout/settings_notification_action"
64+
android:layout_width="0dp"
65+
android:layout_height="wrap_content"
66+
app:layout_constraintEnd_toEndOf="parent"
67+
app:layout_constraintStart_toStartOf="parent"
68+
app:layout_constraintTop_toBottomOf="@+id/notificationAction3" />
7069

71-
</androidx.constraintlayout.widget.ConstraintLayout>
70+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)