Hi there,
In fragment_crime.xml, it said “cannot reolve symbol @string_crim_details_label”, am I missing an import package or?
Much thanks
Hi there,
In fragment_crime.xml, it said “cannot reolve symbol @string_crim_details_label”, am I missing an import package or?
Much thanks
you put @string/ “your_text”. Because, attributes of string.xml access in the value folder.
your code should be as I wrote : “@string/crime_details_label”