Skip to content

pantoken / platforms/android/src / GenerateAndroidOptions

接口: GenerateAndroidOptions

实验性

用于 generateAndroid / toAndroid 的选项。

属性

outDir

outDir: string

实验性

The output directory; files are written under <outDir>/res/values.


theme?

optional theme?: Theme

实验性

要生成的主题(默认:"rebrand")。


mode?

optional mode?: Mode

实验性

解析哪个 light-dark() 模式(默认:"light")。


icons?

optional icons?: string[]

实验性

res/drawable 下也要作为 VectorDrawable 导出的图标名称(默认:无)。