问题是应用程序无法在旋转时保留操作栏的标签颜色。
将屏幕旋转到横向时,不会应用样式,并且颜色会应用于明亮的白色构图。我想知道颜色保持旋转的方法。
main.java
getActionBar().setStackedBackgroundDrawable(getResources().getDrawable(
R.drawable.background));
style.xml
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">