在res/values-v11/styles.xml,我无法使用,Theme.Holo.Light.NoActionBar因为它是在API级别13中添加的.我可以使用Theme.Light.NoTitleBar,而没有视觉差异吗?据我所知,他们应该都有白色背景,状态和导航栏,没有别的.
res/values-v11/styles.xml
Theme.Holo.Light.NoActionBar
Theme.Light.NoTitleBar
android android-theme
android ×1
android-theme ×1