Android Replace "..." with ellipsis character

Android warning in strings.xml - Replace "..." with ellipsis character (..., …) ?


So if you have a string such as
        
 <string name="some_hint">
  Type here to filter...
 </string>

Then just make it
       
 <string name="some_hint">
  Type here to filter&#8230;
 </string>

No comments:

Post a Comment

NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.