Home > Software engineering >  Special dot character in string resource
Special dot character in string resource

Time:01-15

I was checking some sample string resources and I a found this dots that I can't seem to reproduce on my keyboard. All I can do is cut and paste them.

Does anyone know how I can create type these.

<string name="account_redacted">• • • • • • • • • • • • • </string>

CodePudding user response:

You have to use the right character encoding to accomplish this effect. You could try with &#8226;

http://xahlee.info/comp/unicode_index.html?q=bullet

CodePudding user response:

You can do with this shortcut Option 8 if you use Mac and using British keyboard. Or you have to look your keyboard shortcuts settings according to your language.

  • Related