I have finished coding the logic of my application, which contains a GridView, a few TextViews and a few dialogs.
I now wish to style these views, as the default theme is somewhat ugly.
I’ve had a look at the provided Android themes, and tried out a few of them but they didn’t really offer much.
Therefore, I’m wondering if there are any resources available that would allow me to quickly apply a pre-defined thene and I could then tweak it accordingly?
The ability to switch between a few stylish themes to get ideas and tweak them would be very beneficial as I am not the most graphical-minded.
Thanks
Here what I do to style my dialogs differently. I first define a shape which gives be a gradient filled background and rounded edges:
filled_roundededges_box.xml
I then create a style using this shape:
styles.xml:
Finally I apply this style to my button:
Alternatively you can apply the style as a theme to the who app using: