Skip to content

Commit 7ce0b11

Browse files
style: Fix formatting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 08fad89 commit 7ce0b11

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8"?><!--
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
23
~ Nextcloud - Android Client
34
~
45
~ SPDX-FileCopyrightText: 2026 Alper Ozturk <alper.ozturk@nextcloud.com>
56
~ SPDX-License-Identifier: AGPL-3.0-or-later
67
-->
7-
<com.google.android.material.materialswitch.MaterialSwitch
8-
xmlns:android="http://schemas.android.com/apk/res/android"
8+
<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
99
android:id="@+id/switch_widget"
1010
android:layout_width="wrap_content"
1111
android:layout_height="wrap_content"
12-
android:focusable="false"
12+
android:background="@null"
1313
android:clickable="false"
14-
android:background="@null" />
14+
android:focusable="false" />

0 commit comments

Comments
 (0)