0
所以這是我的strings.xml文件:如何添加 「佈局」 中的Android資源文件的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'。「
感謝您的時間
但在我的佈局文件是可以添加「佈局」屬性
嘿,我想同樣的,無法找到同樣的東西。你有沒有得到任何答案?謝謝。 –