[android-developers] Re: Android theme inheritance relation implied by name?

2009-04-21 Thread jking
Hi Dianne, Thanks for your answer. Further more, I wonder if the explicit 'parent' attribute is assigned, the implicit inheritance will be overrided, for example:

[android-developers] Android theme inheritance relation implied by name?

2009-04-21 Thread jking
Hi, When I search across the source of framework resources packages, I found the theme definitions in themes.xml using the naming pattern like this: Theme Theme.Black Theme.Dialog Does it implied that the Theme.Black is derived from Theme? As it is another way to set implied inheritance re