Question

It's a very simple question.

I've published an app , and in the description I have some bullets that need to have indentation.

How do I add indentation to the app's description on the play store?

Was it helpful?

Solution

OK, I've found a workaround:

for empty space, use "&#8195"; . just put this string as it is inside the play store description.

For example, if you wish to put a bullet with 2 spaces before it, use (without the '"') .

"  •"

This is based on this post.

Also, you can just put the real character instead (without the '"'):

" "

OTHER TIPS

Looking through the description of even Google published apps, this doesn't appear to be possible via markup - you simply have to do the bullets yourself, which looks ok for one level, but as you have found not very extendable to multi level bullets.

For example

I suggest that rather than use bullets and then hyphens as your 2 levels, you try how you think bullets and two bullet characters look as your two levels.

EDIT: A previous answer detailed the HTML tags you can use, so one possible workaround is to have your first level bullets say be bold (using <b>) and the second level bullets normal or italic (Using <i>).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top