I am wondering if there is a way to repeat all the views in the layout and change the font of all types having text (i.e. TextView, CheckBox, EditText, etc.). I have a layout that I call setContentView (), and wondered if there is an easy way to do this.
I could go through and manually do this with findViewById (), but I would prefer a simple way to iterate through them.
Thanks, -clark -
clark
source share