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"+" = "
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…