quemb / QMBForm

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

Additional refactoring and addition of cell config system #16

Open pmaccamp opened 9 years ago

pmaccamp commented 9 years ago

I added a system to modify the most commonly used styles (typeface, color, alignment) on any View inside a cell using reflection.

Let me know if you have any feedback/questions.

-Patrick