Like I said, you can't, you need to entirely supply your own graphics.  If
you go down this route, you'll probably look at the platform style
definitions for how they are organized, and make your own styles that
inherit from the ones in the framework but override the widget graphics with
your own.

In other words: this unfortunately is not at all easy to do, both in
requiring to draw graphics, and having to construct a fairly complicated
theme.  I'm not going to be able to give you a few lines of code to
magically give you what you want.

On Wed, Sep 30, 2009 at 7:14 PM, sdphil <[email protected]> wrote:

>
> so in my "style" how do I specify background focus color or drawable?
>
> On Sep 30, 7:07 pm, Dianne Hackborn <[email protected]> wrote:
> > A View doesn't draw anything itself, so there is nothing to change.  If
> you
> > want to change a specific widget, you will need to make your own style
> that
> > uses your own graphics.
> >
> >
> >
> > On Wed, Sep 30, 2009 at 7:04 PM, sdphil <[email protected]>
> wrote:
> >
> > > okay, just saw this --
> >
> > >http://groups.google.com/group/android-developers/browse_thread/threa.
> ..
> >
> > > so how do you change it for a "view" ?
> >
> > > On Sep 30, 7:02 pm, sdphil <[email protected]> wrote:
> > > > haven't heard anything on this, just wanted to reply to see if anyone
> > > > had some thoughts...
> >
> > > > On Sep 30, 8:15 am, sdphil <[email protected]> wrote:
> >
> > > > > is there a way to change the default orange selection color/image?
> >
> > > > > I'd like to do this app wide and it would be nice not to have to do
> it
> > > > > for every control!
> >
> > > > > tia.
> >
> > --
> > Dianne Hackborn
> > Android framework engineer
> > [email protected]
> >
> > Note: please don't send private questions to me, as I don't have time to
> > provide private support, and so won't reply to such e-mails.  All such
> > questions should be posted on public forums, where I and others can see
> and
> > answer them.
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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