nag
nag

Reputation: 930

Android app styling

i want to make my android apps very stylish, i.e. styling controls like EditText, Button, spinner, etc... can anyone provide me samples to do this.

Thanks, nag.

Upvotes: 2

Views: 3089

Answers (2)

Egor
Egor

Reputation: 40193

Here is an excellent post about anything you can do to style your application. However, not everything can be styled, but most parts of the UI can surely be changed. Hope this helps.

Upvotes: 4

Randroid
Randroid

Reputation: 3698

If u want to have your apps very stylish just add your required resources(.png Images) in res/drawable and use wherever u want as a background(layouts,edittexts,buttons etc) so that you can have a better look and feel.

Upvotes: 2

Related Questions