example of declared Themes, note the changes in the pointing color...
How do I use this than so that my view points to the item
"colorListItemBottom"??

    <!-- Light Skin -->
    <style name="Theme.Skin.DayTime">
        <item name="colorListItemBottom">@color/color_semi_white</item>
    </style>

    <!-- Dark Skin -->
    <style name="Theme.Skin.NightTime">
        <item name="colorListItemBottom">@color/color_semi_black</item>
    </style>


On May 27, 6:51 pm, Moto <[email protected]> wrote:
> I guess this is new topic... :(
>
> On May 27, 3:20 pm, Moto <[email protected]> wrote:
>
> > I'm currently trying to create skins for my app, and the simplest way
> > to do it, it seems is by creatingThemesfor each skin.  I'm getting
> > confused with how to use a specified item which points to a declared
> > color from my Theme to a particular shape I create via xml.
>
> > I hope I make sense...
>
> > Thanks for any help I can get!
> > -Moto
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to