app namespace not found in styles.xml in res folder

后端 未结 2 1091
醉话见心
醉话见心 2020-12-08 19:03

I\'m writing my own toolbar with an android.support.v7.widget.Toolbar widget and I want to put as much as possible into a styles.xml in my res folder.

Part of a file

2条回答
  •  借酒劲吻你
    2020-12-08 19:45

    You can't use an app namespace in your style file, and you should refer to style attribute wihtout app namespace in your layout.

    You can do somenthing like this:

    
    

    Style:

    
    

提交回复
热议问题