Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-12-13 10:39:52 +01:00
parent 6719d0c7bd
commit ff820553a2
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
~ Nextcloud - Android Client ~ Nextcloud - Android Client
~ ~
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <alper.ozturk@nextcloud.com> ~ SPDX-FileCopyrightText: 2024 Alper Ozturk <alper.ozturk@nextcloud.com>
~ SPDX-License-Identifier: AGPL-3.0-or-later ~ SPDX-License-Identifier: GPL-3.0-or-later
--> -->
<com.google.android.material.materialswitch.MaterialSwitch <com.google.android.material.materialswitch.MaterialSwitch
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
@ -12,4 +12,4 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:focusable="false" android:focusable="false"
android:clickable="false" android:clickable="false"
android:background="@null" /> android:background="@null" />

View file

@ -2,7 +2,7 @@
~ Nextcloud - Android Client ~ Nextcloud - Android Client
~ ~
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <alper.ozturk@nextcloud.com> ~ SPDX-FileCopyrightText: 2024 Alper Ozturk <alper.ozturk@nextcloud.com>
~ SPDX-License-Identifier: AGPL-3.0-or-later ~ SPDX-License-Identifier: GPL-3.0-or-later
--> -->
<resources> <resources>