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"
Markup

to

`android:layout_below="@+id/toolbar_layout"
Markup
Buy Me A Coffee
profile-sample1
profile-image

Ankush JainSoftware Engineer

Recent Posts