We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fad89 commit 7ce0b11Copy full SHA for 7ce0b11
1 file changed
app/src/main/res/layout/themeable_switch.xml
@@ -1,14 +1,14 @@
1
-<?xml version="1.0" encoding="utf-8"?><!--
+<?xml version="1.0" encoding="utf-8"?>
2
+<!--
3
~ Nextcloud - Android Client
4
~
5
~ SPDX-FileCopyrightText: 2026 Alper Ozturk <alper.ozturk@nextcloud.com>
6
~ SPDX-License-Identifier: AGPL-3.0-or-later
7
-->
-<com.google.android.material.materialswitch.MaterialSwitch
8
- xmlns:android="http://schemas.android.com/apk/res/android"
+<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
9
android:id="@+id/switch_widget"
10
android:layout_width="wrap_content"
11
android:layout_height="wrap_content"
12
- android:focusable="false"
+ android:background="@null"
13
android:clickable="false"
14
- android:background="@null" />
+ android:focusable="false" />
0 commit comments