Add v2x day and night skin

This commit is contained in:
董宏宇
2020-08-31 10:59:26 +08:00
parent 94c9c5cbc6
commit bf83159b4a
3 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,23 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value>
<package name="java.util" alias="false" withSubpackages="false" />
<package name="kotlinx.android.synthetic" alias="false" withSubpackages="true" />
<package name="io.ktor" alias="false" withSubpackages="true" />
</value>
</option>
<option name="PACKAGES_IMPORT_LAYOUT">
<value>
<package name="" alias="false" withSubpackages="true" />
<package name="java" alias="false" withSubpackages="true" />
<package name="javax" alias="false" withSubpackages="true" />
<package name="kotlin" alias="false" withSubpackages="true" />
<package name="" alias="true" withSubpackages="true" />
</value>
</option>
</JetCodeStyleSettings>
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />

View File

@@ -31,7 +31,8 @@ android {
res.srcDirs = [
'src/main/res',
'src/main/module-apps-res',
'src/main/module-extensions-res'
'src/main/module-extensions-res',
'src/main/module-v2x-res',
]
}
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="module_v2x_bkg_color_light">#FFFFFF</color>
</resources>