How to align text at the center

It is possible. Here is a sample form:
centerText.xlsx (6.1 KB)

However there are some limitations:

  • we don't support styling groups: https://github.com/getodk/collect/issues/3433
  • the centered text will be centered horizontally but not vertically (it's more a bug in one of Android's classes but we can handle it so I'll try to fix the bug soon)

Edit: I created a pull request to fix that extra space which is added when centering is used:

2 Likes