CoderJony

no resource found that matches the given name (at 'layout_below' with value

Solution:

Just change @id to @+id while defining or referencing an id. This will fix your issue.

For me, I just changed

android:layout_below="@id/toolbar_layout"

to

`android:layout_below="@+id/toolbar_layout"
Buy Me A Coffee