mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-10-21 19:10:50 +08:00
Initial commit
This commit is contained in:
5
samples/module/src/main/res/values/colors.xml
Normal file
5
samples/module/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="black">#FF000000</color>
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
</resources>
|
3
samples/module/src/main/res/values/strings.xml
Normal file
3
samples/module/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">YukiHook</string>
|
||||
</resources>
|
9
samples/module/src/main/res/values/themes.xml
Normal file
9
samples/module/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.YukiHook" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Customize your light theme here. -->
|
||||
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
||||
</style>
|
||||
|
||||
<style name="Theme.YukiHookModule" parent="Base.Theme.YukiHook" />
|
||||
</resources>
|
Reference in New Issue
Block a user