quemb / QMBForm

Create simple Android forms
MIT License
180 stars 43 forks source link

Compilation errors with the previous PR #25

Closed hiworld75018 closed 8 years ago

hiworld75018 commented 8 years ago

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

tonimoeckel commented 8 years ago

Thank you for updating the build and Travis CI config!!