Mofe Ejegi
02/19/2024, 1:53 PM<string name="email_address_question">What\u0027s your email address?</string>
To show an apostrophe (') using composeResources strings.
Escaping the apostrophe using the usual \' displays both the backslash and the apostrophe as literal strings when used.
Has anyone found a better way of doing this?Jacob Ras
02/19/2024, 1:58 PM<string name="doctor_evil_quote">"One 'million' dollars"</string>
. Does that work?Mofe Ejegi
02/19/2024, 2:01 PMmattinger
02/20/2024, 7:48 PMA string, which can include styling tags. Beware that you must escape apostrophes and quotation marks.