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
To resolve this issue, provide an
android:id="@+id/search_edit_frame"
attribute to a parent view such as
android.support.design.widget.AppBarLayout
or any ViewGroup that is parent to your SearchView.
For example: