I have this in strings.xml:
<string name="function_varname">F</string>
and I want to have a TextView with the Text "F = ". is that possible? (only using xml and not just making a 2nd string)
Something like that:
android:text="@string/function_varname"+" = "