Hi, these are corrections to the compilation errors the my previous PR.
The changes are made around the android theme. If nothing is specified (example is the first tab in sample app), the form adopts the current theme. Note that 2 themes are included, just change the app theme in Manifest to see.
In the 3rd tab of sample app, specific text appearances and colors are applied to the form. So to change the form UI, just add themes and color attributes to the app theme (if not standard, compared to the normal app theme), then apply them when building the form.
Hi, these are corrections to the compilation errors the my previous PR.
The changes are made around the android theme. If nothing is specified (example is the first tab in sample app), the form adopts the current theme. Note that 2 themes are included, just change the app theme in Manifest to see.
In the 3rd tab of sample app, specific text appearances and colors are applied to the form. So to change the form UI, just add themes and color attributes to the app theme (if not standard, compared to the normal app theme), then apply them when building the form.
Hope this helps Philippe