How to design android widgets -


in android there widgets button etc., when define button in xml graphically, looks in form, grey colour black text , px's of curves. don't design , want change .how can that. please let me know steps.

thank :)

many visual aspects of android's built-in widgets can controlled via styles , themes described here in official documentation.

if need more customization, can create own subclasses of existing widgets or create own view classes described here in official documentation.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

javascript - Using jquery append to add option values into a select element not working -