mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
63 lines
2.4 KiB
XML
63 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- 全局主题属性 -->
|
|
<attr name="themeDebug" format="reference"/>
|
|
|
|
<!-- AboutView 样式属性 -->
|
|
<declare-styleable name="AboutView">
|
|
<attr name="app_name" format="string" />
|
|
<attr name="app_apkfoldername" format="string" />
|
|
<attr name="app_apkname" format="string" />
|
|
<attr name="app_gitname" format="string" />
|
|
<attr name="app_gitowner" format="string" />
|
|
<attr name="app_gitappbranch" format="string" />
|
|
<attr name="app_gitappsubprojectfolder" format="string" />
|
|
<attr name="appdescription" format="string" />
|
|
<attr name="appicon" format="reference" />
|
|
<attr name="is_adddebugtools" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<!-- AboutViewStyle 样式属性 -->
|
|
<declare-styleable name="AboutViewStyle">
|
|
<attr name="aboutViewBackgroundColor" format="color" />
|
|
<attr name="aboutViewTextColor" format="color" />
|
|
<attr name="aboutViewTitleColor" format="color" />
|
|
<attr name="aboutViewDividerColor" format="color" />
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<!-- DialogStyle 样式属性 -->
|
|
<declare-styleable name="DialogStyle">
|
|
<attr name="dialogBackgroundColor" format="color" />
|
|
<attr name="dialogTextColor" format="color" />
|
|
</declare-styleable>
|
|
|
|
<!-- 窗体/控件通用背景色属性 -->
|
|
<attr name="toolbarBackgroundColor" format="color"/>
|
|
<attr name="textViewBackgroundColor" format="color"/>
|
|
<attr name="editTextBackgroundColor" format="color"/>
|
|
<attr name="scrollViewBackgroundColor" format="color"/>
|
|
|
|
<!-- 窗体/控件通用文字色属性 -->
|
|
<attr name="toolbarTextColor" format="color"/>
|
|
<attr name="textViewTextColor" format="color"/>
|
|
<attr name="editTextTextColor" format="color"/>
|
|
|
|
<!-- ActivityStyle 样式属性 -->
|
|
<attr name="activityBackgroundColor" format="color"/>
|
|
<attr name="activityTextColor" format="color"/>
|
|
|
|
<!-- MainWindowStyle 主窗口样式属性 -->
|
|
<attr name="mainWindowBackgroundColor" format="color"/>
|
|
<attr name="mainWindowTextColor" format="color"/>
|
|
|
|
<!-- MainWindowDarkStyle 深色模式主窗口样式属性 -->
|
|
<attr name="mainWindowDarkBackgroundColor" format="color"/>
|
|
<attr name="mainWindowDarkTextColor" format="color"/>
|
|
|
|
<!-- DebugLogStyle 应用调试日志样式属性 -->
|
|
<attr name="debugTextColor" format="color"/>
|
|
|
|
</resources> |