Move common res to main (#2681)

This commit is contained in:
Howard Wu 2023-08-10 13:40:34 +08:00 committed by GitHub
parent 1f9055b29b
commit 99f3217237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 50 deletions

View File

@ -1,23 +0,0 @@
<!--
~ 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) 2022 LSPosed Contributors
-->
<resources>
<color name="ic_launcher_foreground">#F06292</color>
<color name="ic_launcher_background">#E1F5FE</color>
</resources>

View File

@ -1,23 +0,0 @@
<!--
~ 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) 2022 LSPosed Contributors
-->
<resources>
<color name="ic_launcher_foreground">#FFFFFF</color>
<color name="ic_launcher_background">#F48FB1</color>
</resources>

View File

@ -15,7 +15,7 @@
~ You should have received a copy of the GNU General Public License ~ You should have received a copy of the GNU General Public License
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>. ~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~ ~
~ Copyright (C) 2022 LSPosed Contributors ~ Copyright (C) 2023 LSPosed Contributors
--> -->
<resources> <resources>

View File

@ -14,7 +14,7 @@
~ You should have received a copy of the GNU General Public License ~ You should have received a copy of the GNU General Public License
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>. ~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~ ~
~ Copyright (C) 2021 LSPosed Contributors ~ Copyright (C) 2023 LSPosed Contributors
--> -->
<resources> <resources>
@ -26,4 +26,7 @@
<color name="primary_text_material">@color/abc_primary_text_material_dark</color> <color name="primary_text_material">@color/abc_primary_text_material_dark</color>
<color name="secondary_text_material">@color/abc_secondary_text_material_dark</color> <color name="secondary_text_material">@color/abc_secondary_text_material_dark</color>
<color name="ic_launcher_foreground">#F06292</color>
<color name="ic_launcher_background">#E1F5FE</color>
</resources> </resources>

View File

@ -15,7 +15,7 @@
~ You should have received a copy of the GNU General Public License ~ You should have received a copy of the GNU General Public License
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>. ~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~ ~
~ Copyright (C) 2022 LSPosed Contributors ~ Copyright (C) 2023 LSPosed Contributors
--> -->
<resources> <resources>

View File

@ -15,7 +15,7 @@
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>. ~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~ ~
~ Copyright (C) 2020 EdXposed Contributors ~ Copyright (C) 2020 EdXposed Contributors
~ Copyright (C) 2021 LSPosed Contributors ~ Copyright (C) 2023 LSPosed Contributors
--> -->
<resources> <resources>
@ -27,4 +27,7 @@
<color name="primary_text_material">@color/abc_primary_text_material_light</color> <color name="primary_text_material">@color/abc_primary_text_material_light</color>
<color name="secondary_text_material">@color/abc_secondary_text_material_light</color> <color name="secondary_text_material">@color/abc_secondary_text_material_light</color>
<color name="ic_launcher_foreground">#FFFFFF</color>
<color name="ic_launcher_background">#F48FB1</color>
</resources> </resources>