Hide or remove Action Bar on specific Activity | Android

后端 未结 6 2066
深忆病人
深忆病人 2020-12-16 12:33

How I can remove Action Bar on specific activity not for all application, for example I have Sign Up activity and for this activity I want to remove Action Bar

6条回答
  •  一整个雨季
    2020-12-16 13:06

    In your AndroidManifest.xml use NoActionBar theme for your Activity like this:

    
    

    and in your styles.xml

    
    

提交回复
热议问题