Question:
I prescribe this value:
holder.txt_version.setText("version : " + item.getVersion_name()); The app displays approx.
vesion: 7.2.0
But, after trying to infer from @string /
holder.txt_version.setText("@string/txt_version" + item.getVersion_name()); The app displays approx.
"@ string / txt_version": 7.2.0
Tell me what the error is, if it is written in string.xml
<string name="txt_version">version :</string>