Clone https://gitea.winboll.cc/Studio/WinBoLL_Bck20260112_122031_590.git WinBoLL 项目基础框架。
This commit is contained in:
9
winboll/src/main/res/values/attrs.xml
Normal file
9
winboll/src/main/res/values/attrs.xml
Normal 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>
|
||||
|
||||
6
winboll/src/main/res/values/colors.xml
Normal file
6
winboll/src/main/res/values/colors.xml
Normal 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>
|
||||
10
winboll/src/main/res/values/dimens.xml
Normal file
10
winboll/src/main/res/values/dimens.xml
Normal 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>
|
||||
13
winboll/src/main/res/values/strings.xml
Normal file
13
winboll/src/main/res/values/strings.xml
Normal 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>
|
||||
5
winboll/src/main/res/values/styles.xml
Normal file
5
winboll/src/main/res/values/styles.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<resources>
|
||||
<style name="MyAppTheme" parent="AESTheme">
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user