在values裡面的 styles.xml  內容改為

 

<style name="AppTheme" parent="AppBaseTheme">

<item name="android:windowNoTitle">true</item>

<item name="android:windowFullscreen">true</item>

</style>

然後manifest裡的application改為
<application
android:icon="@drawable/ic_launcher"

android:label="@string/app_name"

android:theme="@style/AppTheme">
 
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Deyu 的頭像
    Deyu

    西瓜是肥貓

    Deyu 發表在 痞客邦 留言(0) 人氣()