
[英]How to make a custom tite bar without changing the AppTheme to CustomTheme?
[英]How to create application with AppTheme and without action bar ? [duplicate]
在style.xml中進行以下更改
styles.xml:
<style name="AppBaseTheme" parent="Theme.AppCompat.Light" >
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
</style>
聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.