Android: Custom Title Bar

后端 未结 5 1580
失恋的感觉
失恋的感觉 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

    This one is the only one for me, which prevents the default-title before my custom title is initiated:

    
    
    
        
    
        
    
    
    

提交回复
热议问题