You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added themes
All files (that used styles) were refactored to use styles directly so themes can only actually adjust colors - Elaborate themes would be super hard to maintain and would certainly break over time
This commit is contained in:
@@ -7,84 +7,6 @@
|
||||
<attr name="colorControl" format="reference" />
|
||||
<!--endregion-->
|
||||
|
||||
<!--region Widgets-->
|
||||
|
||||
<!--Appbar-->
|
||||
<attr name="styleAppbar" format="reference" />
|
||||
|
||||
<!--Toolbar-->
|
||||
<attr name="styleToolbar" format="reference" />
|
||||
|
||||
<!--Card-->
|
||||
<attr name="styleCardNormal" format="reference" />
|
||||
<attr name="styleCardVariant" format="reference" />
|
||||
<attr name="styleCardElevated" format="reference" />
|
||||
<attr name="styleCardOnPrimary" format="reference" />
|
||||
|
||||
<!--Button-->
|
||||
<attr name="styleButtonDefault" format="reference" />
|
||||
<attr name="styleButtonDefaultOnPrimary" format="reference" />
|
||||
<attr name="styleButtonOutlined" format="reference" />
|
||||
<attr name="styleButtonOutlinedOnPrimary" format="reference" />
|
||||
<attr name="styleButtonFlat" format="reference" />
|
||||
<attr name="styleButtonFlatOnPrimary" format="reference" />
|
||||
<attr name="styleButtonText" format="reference" />
|
||||
<attr name="styleButtonTextSecondary" format="reference" />
|
||||
<attr name="styleButtonTextOnPrimary" format="reference" />
|
||||
<attr name="styleButtonError" format="reference" />
|
||||
|
||||
<!--Icon-->
|
||||
<attr name="styleIconNormal" format="reference" />
|
||||
<attr name="styleIconPrimary" format="reference" />
|
||||
<attr name="styleIconOnPrimary" format="reference" />
|
||||
<attr name="styleIconError" format="reference" />
|
||||
|
||||
<!--Image-->
|
||||
<attr name="styleImageBig" format="reference" />
|
||||
<attr name="styleImageNormal" format="reference" />
|
||||
<attr name="styleImageSmall" format="reference" />
|
||||
|
||||
<!--Checkbox-->
|
||||
<attr name="styleCheckboxNormal" format="reference" />
|
||||
|
||||
<!--RadioButton-->
|
||||
<attr name="styleRadioNormal" format="reference" />
|
||||
|
||||
<!--Progress-->
|
||||
<attr name="styleProgressDeterminate" format="reference" />
|
||||
<attr name="styleProgressIndeterminate" format="reference" />
|
||||
<attr name="styleProgressIndeterminateCircular" format="reference" />
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
<!--region Texts-->
|
||||
|
||||
<!--Display-->
|
||||
<attr name="appearanceTextDisplayNormal" format="reference" />
|
||||
<attr name="appearanceTextDisplayVariant" format="reference" />
|
||||
<attr name="appearanceTextDisplayOnPrimary" format="reference" />
|
||||
<attr name="appearanceTextDisplayOnPrimaryVariant" format="reference" />
|
||||
|
||||
<!--Title-->
|
||||
<attr name="appearanceTextTitleNormal" format="reference" />
|
||||
<attr name="appearanceTextTitleVariant" format="reference" />
|
||||
<attr name="appearanceTextTitleOnPrimary" format="reference" />
|
||||
<attr name="appearanceTextTitleOnPrimaryVariant" format="reference" />
|
||||
|
||||
<!--Body-->
|
||||
<attr name="appearanceTextBodyNormal" format="reference" />
|
||||
<attr name="appearanceTextBodyVariant" format="reference" />
|
||||
<attr name="appearanceTextBodyOnPrimary" format="reference" />
|
||||
<attr name="appearanceTextBodyOnPrimaryVariant" format="reference" />
|
||||
|
||||
<!--Caption-->
|
||||
<attr name="appearanceTextCaptionNormal" format="reference" />
|
||||
<attr name="appearanceTextCaptionVariant" format="reference" />
|
||||
<attr name="appearanceTextCaptionOnPrimary" format="reference" />
|
||||
<attr name="appearanceTextCaptionOnPrimaryVariant" format="reference" />
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
<!--region Colors-->
|
||||
|
||||
<!--Static-->
|
||||
|
||||
Reference in New Issue
Block a user