Re: [android-beginners] Re: Custom Themes

2010-04-20 Thread Chirayu Dalwadi
Thanks all :) -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to

[android-beginners] Re: Custom Themes

2010-04-19 Thread cnbishop
do you mean custom views? if so, i have been following the hello views tutorials to see how you can lay out different items on the screen: http://developer.android.com/guide/tutorials/views/hello-linearlayout.html http://developer.android.com/guide/tutorials/views/hello-relativelayout.html if

Re: [android-beginners] Re: Custom Themes

2010-04-19 Thread Justin Anderson
Custom views are not the same thing as custom themes. More info can be found here: http://developer.android.com/guide/topics/ui/themes.html Hope that helps, Justin -- There are only 10 types of people in the world... Those who

Re: [android-beginners] Re: Custom Themes

2010-04-19 Thread Justin Anderson
http://developer.android.com/guide/topics/ui/themes.html There are examples in this link (which is the same link I provided before). A theme is nothing more than a style applied to an entire activity or application. -- There are