1

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"+" = "
1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.