|
@@ -1,24 +1,17 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?><!--
|
|
|
- ownCloud Android client application
|
|
|
-
|
|
|
- Copyright (C) 2012 Bartek Przybylski
|
|
|
- Copyright (C) 2015 ownCloud Inc.
|
|
|
- Copyright (C) 2019 Chris Narkiewicz <hello@ezaquarii.com>
|
|
|
-
|
|
|
- This program is free software: you can redistribute it and/or modify
|
|
|
- it under the terms of the GNU General Public License version 2,
|
|
|
- as published by the Free Software Foundation.
|
|
|
-
|
|
|
- This program is distributed in the hope that it will be useful,
|
|
|
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
- GNU General Public License for more details.
|
|
|
-
|
|
|
- You should have received a copy of the GNU General Public License
|
|
|
- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<!--
|
|
|
+ ~ Nextcloud - Android Client
|
|
|
+ ~
|
|
|
+ ~ SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
|
|
|
+ ~ SPDX-FileCopyrightText: 2016-2022 Andy Scherzinger <info@andy-scherzinger.de>
|
|
|
+ ~ SPDX-FileCopyrightText: 2020 Joris Bodin <joris.bodin@infomaniak.com>
|
|
|
+ ~ SPDX-FileCopyrightText: 2017-2020 Tobias Kaminsky <tobias@kaminsky.me>
|
|
|
+ ~ SPDX-FileCopyrightText: 2019 Chris Narkiewicz <hello@ezaquarii.com>
|
|
|
+ ~ SPDX-FileCopyrightText: 2015 ownCloud Inc.
|
|
|
+ ~ SPDX-FileCopyrightText: 2012 Bartosz Przybylski
|
|
|
+ ~ SPDX-License-Identifier: GPL-2.0-only AND AGPL-3.0-or-later
|
|
|
-->
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
- <!-- General ownCloud app style -->
|
|
|
<style name="BaseTheme.ownCloud" parent="Theme.Material3.DayNight">
|
|
|
<item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
|
|
<item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|