Rendering Problems Couldn't resolve resource @id/search_edit_frame

后端 未结 6 1392
时光说笑
时光说笑 2021-02-20 17:10

Rendering Problems Couldn\'t resolve resource @id/search_edit_frame

This is the rendering error I\'m getting in my xml file. I think it has

6条回答
  •  无人共我
    2021-02-20 17:27

        android:id="@+id/search_edit_frame"
    

    add above line to parent layout that did the trick for me

提交回复
热议问题