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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -