Why AppCompat does not support the current theme features windowActionBar: false

前端 未结 3 1512
闹比i
闹比i 2021-01-16 22:09

Why AppCompat does not support the current theme features { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay:

3条回答
  •  旧时难觅i
    2021-01-16 22:26

    You need to check both styles files styles.xml and styles.xml(v21) in case you have it in your code.

    Both styles files must have a parent theme based on the Theme.AppCompat theme, or a child of it.

    
    

提交回复
热议问题