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
Post a Comment