Input fields on a form include EditText & Label views. I would like both types of views to have a consistent appearance (background & text colors) for all Android versions (and/or devices).
The Labels' appearance I set from the Designer and they remain consistent, but the EditText's appearance is different across devices. I can't see how to set the EditText's appearance from the designer and could not find an example of how to set it by code.
Any assistance would be much appreciated!!
The Labels' appearance I set from the Designer and they remain consistent, but the EditText's appearance is different across devices. I can't see how to set the EditText's appearance from the designer and could not find an example of how to set it by code.
Any assistance would be much appreciated!!