|
@@ -0,0 +1,40 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<!--
|
|
|
+ Nextcloud Android client application
|
|
|
+
|
|
|
+ @author Alper Ozturk
|
|
|
+ Copyright (C) 2024 Alper Ozturk
|
|
|
+
|
|
|
+ This program is free software: you can redistribute it and/or modify
|
|
|
+ it under the terms of the GNU Affero General Public License as published by
|
|
|
+ the Free Software Foundation, either version 3 of the License, or
|
|
|
+ (at your option) any later version.
|
|
|
+
|
|
|
+ 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 Affero General Public License for more details.
|
|
|
+
|
|
|
+ You should have received a copy of the GNU Affero General Public License
|
|
|
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+-->
|
|
|
+<resources>
|
|
|
+
|
|
|
+ <style name="BaseTheme.ownCloud.Toolbar" parent="Theme.Material3.Dark">
|
|
|
+ <item name="alertDialogTheme">@style/ownCloud.AlertDialog</item>
|
|
|
+ <item name="android:alertDialogTheme">@style/Theme.ownCloud.Dialog</item>
|
|
|
+ <item name="android:colorBackground">@color/bg_default</item>
|
|
|
+ <item name="android:windowBackground">@color/bg_default</item>
|
|
|
+ <item name="colorAccent">@color/color_accent</item>
|
|
|
+ <item name="colorPrimary">@color/primary</item>
|
|
|
+ <item name="colorPrimaryDark">@color/primary</item>
|
|
|
+ <item name="searchViewStyle">@style/ownCloud.SearchView</item>
|
|
|
+ <item name="windowActionBar">false</item>
|
|
|
+ <item name="windowActionModeOverlay">true</item>
|
|
|
+ <item name="windowNoTitle">true</item>
|
|
|
+ <item name="textInputStyle">@style/Widget.App.TextInputLayout</item>
|
|
|
+ <item name="popupMenuStyle">@style/Nextcloud.Widget.PopupMenu</item>
|
|
|
+ <item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item>
|
|
|
+ <item name="actionModeStyle">@style/App.ActionMode</item>
|
|
|
+ </style>
|
|
|
+</resources>
|