草庐IT

AppBaseTheme

全部标签

android - AppBaseTheme在Android应用中做什么

我无法理解AppBaseTheme在Android中会发生什么。在styles.xml中我有以下代码@layout/header_gradient5dip40dip@style/mycolor在AndroidManifest.xml中,当我使用android:theme="@style/myParentTheme"时,标题的颜色和大小设置为我想要设置的。但是文本字段的样式更改为旧的常规文本框。当我使用android:theme="@style/AppTheme"时,UI看起来非常“像Android”,但我对标题的特定设置没有任何效果。删除parent="AppBaseTheme"会使A