Do Android controls/widgets have choice of styles? -
i have column of checkboxes , associated edittexts , want 1 pair of these have distinct appearance because has distinct significance.
short of writing custom controls, or using custom drawables, android have way style or alter appearance of basic controls buttons, checkboxes, etc, in xml control declared? or there 1 native style or appearance android checkboxes, buttons, edittexts, etc?
thanks in advance.
you can custom related style:
http://developer.android.com/guide/topics/ui/themes.html
in fact, android button textview different style. in source code, button extend textview no overriding.
Comments
Post a Comment