标签: android styles themes items
我想知道是否可以在样式中添加自定义项目。
例如:
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="color5">@color/myColor</item> </style>