78 lines
3.3 KiB
XML
78 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ This file is part of LSPosed.
|
|
~
|
|
~ LSPosed is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ LSPosed 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 LSPosed. If not, see <https://www.gnu.org/licenses/>.
|
|
~
|
|
~ Copyright (C) 2021 LSPosed Contributors
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="Base.AppTheme.Light" parent="Theme.Material3.DynamicColors.Light.Rikka">
|
|
<item name="android:windowLightStatusBar">true</item>
|
|
<item name="colorPrimaryVariant">@color/primary_dark_light_light_status_bar</item>
|
|
|
|
<item name="android:statusBarColor">?android:colorBackground</item>
|
|
<item name="android:windowActionBar">false</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
<!-- Preference title -->
|
|
<item name="android:textAppearanceListItem">?textAppearanceSubtitle1</item>
|
|
<!-- Preference category title -->
|
|
<item name="android:colorAccent">?colorPrimary</item>
|
|
<!-- Preference switch -->
|
|
<item name="android:colorControlActivated">?colorPrimary</item>
|
|
</style>
|
|
|
|
<style name="Theme.Light" parent="Base.AppTheme.Light" />
|
|
|
|
<style name="Base.AppTheme" parent="Theme.Material3.DynamicColors.Dark.Rikka">
|
|
<item name="android:windowActionBar">false</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
<!-- Preference title -->
|
|
<item name="android:textAppearanceListItem">?textAppearanceSubtitle1</item>
|
|
<!-- Preference category title -->
|
|
<item name="android:colorAccent">?colorPrimary</item>
|
|
<!-- Preference switch -->
|
|
<item name="android:colorControlActivated">?colorPrimary</item>
|
|
</style>
|
|
|
|
<style name="Theme" parent="Base.AppTheme" />
|
|
|
|
<style name="DeviceInfoDialogLabel">
|
|
<item name="android:textAlignment">viewStart</item>
|
|
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Body1</item>
|
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
</style>
|
|
|
|
<style name="DeviceInfoDialogValue">
|
|
<item name="android:textAlignment">viewStart</item>
|
|
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Body2</item>
|
|
<item name="android:paddingBottom">24dp</item>
|
|
</style>
|
|
|
|
<style name="Widget.App.Button.OutlinedButton.IconOnly" parent="Widget.Material3.Button.OutlinedButton">
|
|
<item name="iconPadding">0dp</item>
|
|
<item name="android:paddingLeft">@dimen/mtrl_btn_icon_btn_padding_left</item>
|
|
<item name="android:paddingRight">@dimen/mtrl_btn_icon_btn_padding_left</item>
|
|
<item name="android:minWidth">36dp</item>
|
|
</style>
|
|
|
|
</resources>
|