getActionBar() 返回为null 解决办法1.版本问题,最小改为112.manifest.xml文件中设置了该activity的样式为透明 android:theme="@style/Transparent"(调试很长时间)