所以这是我的 strings.xml 文件:
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res/com.draw.map"
xmlns:tools="http://schemas.android.com/tools">
<style name="dialogBottomIncludeStyle" >
<item name="tools:layout">@layout/include_dialog_bottom</item>
</style>
也试过
<style name="dialogBottomIncludeStyle" >
<item name="layout">@layout/include_dialog_bottom</item>
</style>
出现错误提示“错误:错误:未找到与给定名称匹配的资源:attr 'tools:layout'。 ”
谢谢你的时间
但在我的布局文件中可以添加“布局”属性