How to insert &ldquo;<<&rdquo; text in TextView?

ovyyy

New Member
I need to insert "<<" in \[code\]android:text = "<<"\[/code\] but there are raise problem with:\[code\]Multiple annotations found at this line: - [I18N] Hardcoded string "<<", should use @string resource - The value of attribute "android:text" associated with an element type "Button" must not contain the '<' character.\[/code\]Can you tell me how can I insert \[code\]<<\[/code\] in xml file \[code\]TextView\[/code\] text?
 
Back
Top