cannot combine custom titles with other title features

后端 未结 6 730
孤街浪徒
孤街浪徒 2020-12-03 14:40

I am getting this error when calling the setContentView() after

    requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
    getWindow().setFeatureInt(Window.F         


        
6条回答
  •  情书的邮戳
    2020-12-03 15:23

    Maybe this question up to this time is already solved, but i post this answer for those who are having this error...i had a very similar problem, and changing the manifest file didn't work at all, but what it worked for me was go to the gradle Scripts and go to the build.gradle(Module:app) in this file, i changed the minSdkVersion and the targetSdkVersion with the same in both of them in this case for example 7, and the app runs correctly!

提交回复
热议问题