This commit is contained in:
2026-01-12 13:03:03 +08:00
commit e01f48c9cc
132 changed files with 9803 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CustomToolbar">
<attr name="toolbarTitle" format="string" />
<attr name="toolbarTitleColor" format="color" />
<attr name="toolbarBackgroundColor" format="color" />
</declare-styleable>
</resources>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#009688</color>
<color name="colorPrimaryDark">#00796B</color>
<color name="colorAccent">#FF9800</color>
</resources>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
<dimen name="toolbar_height">60dp</dimen>
<dimen name="slide_width">76dp</dimen>
<dimen name="text_content_size">18dp</dimen>
<dimen name="text_title_size">24dp</dimen>
<dimen name="text_subtitle_size">16dp</dimen>
-->
</resources>

View File

@@ -0,0 +1,13 @@
<resources>
<string name="app_name">WinBoLL</string>
<string name="app_name_cn1">筋斗云</string>
<string name="app_name_cn2">金抖云</string>
<string name="switchto_en1">WinBoLL</string>
<string name="switchto_cn1">筋斗云</string>
<string name="switchto_cn2">金抖云</string>
<string name="en1_switch_disabled">WinBoLL X</string>
<string name="cn1_switch_disabled">筋斗云 X</string>
<string name="cn2_switch_disabled">金抖云 X</string>
<string name="tileservice_name">WinBoLL</string>
<string name="toolbar_icon_description">WinBoLL APP</string>
</resources>

View File

@@ -0,0 +1,5 @@
<resources>
<style name="MyAppTheme" parent="AESTheme">
</style>
</resources>