Android 4.4 实现状态栏(status bar)透明效果

<style name="MyCusTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar" >
        <item name="android:windowTranslucentStatus">true</item>
    </style>



tip:在Activity的Theme中添加该属性即可。

猜你喜欢

转载自jxw3042.iteye.com/blog/2220236