I need to create a String using the Formater to display some double values in application. I'm not clear on how to code it. Here is what I have:
<string name="diseaseMessage">You have %s message, Unread %s</string>
i get this error:
error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
error: Unexpected end tag string strings.xml /TSMS Pro/res/values line 70 Android AAPT Problem