首先查看AndroidManifest.xml中,android:theme的屬性,預設為"@style/AppTheme" ,代表桌面的設定位於styles.xml中的<style name="AppTheme"></style>,增加item屬性例如:
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowNoTitle">true</item><!--隱藏Title-->
<item name="android:windowFullscreen">true</item><!--全螢幕顯示-->
</style>
沒有留言:
張貼留言