Android: Custom Title Bar

后端 未结 5 1588
失恋的感觉
失恋的感觉 2020-11-28 11:08

I have a custom title bar

 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
 setContentView(R.layout.activities);
 getWindow().setFeatureInt(Window.FEATURE         


        
5条回答
  •  一个人的身影
    2020-11-28 11:29

    I had the same issue as you.

    The issue is with something you have in your style.

    Try this out:

    
    
        
    
    

提交回复
热议问题