History log of /frameworks/base/core/res/res/drawable/list_selector_background_light.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6fdab076b75b1ea470a216cba84f1015e77abfd0 15-Mar-2012 Dianne Hackborn <hackbod@google.com> Remove fade animations from framework drawables.

Change-Id: Ic4115ba779e88a405b5d2cd927db99c43def3704
/frameworks/base/core/res/res/drawable/list_selector_background_light.xml
079e23575024e103358c982152afb7a720ae1a8a 19-Oct-2010 Dianne Hackborn <hackbod@google.com> Add new fade in/out feature for drawable containers.

This is used to allow list view's pressed and activated indicators
to fade in an out, though of course it can be used elsewhere as well.

There is a lot of complexity in supporting this in list view. The
two main things that are being dealt with:

- When recycling views, we need to make sure that the view's drawable
state doesn't get animated from an old row's state. The recycler
now keeps track of which position a view was last in, and if it is
reused at a new position there is a new View/Drawable API to tell
it to jump to its current state instead of animating.

- For the pressed indicator to fade out, we need to keep displaying it
after it is hidden. There are new variables and code to keep track
of this state, and tweaks in various places to be able to remember
the last selected position and continue updating the drawable bounds
as needed.

Change-Id: Ic96aa1a3c05e519665abf3098892ff2cc4f0ef2f
/frameworks/base/core/res/res/drawable/list_selector_background_light.xml
8f39c64bf10f0427dbc50030062f501162b80689 19-Oct-2010 Dianne Hackborn <hackbod@google.com> Fix activated state in holo theme.

The background showing the activated state needs to be a
state list so it can change. Also remove the new default
drawable in the selector that appeared, since it is redundant
with the original default of being transparent.

Change-Id: I90b23883af73da05e4b314725ef6a8e374019565
/frameworks/base/core/res/res/drawable/list_selector_background_light.xml
96ca16a9a877c4d161933100edbb5f1232b4d415 11-Aug-2010 Gilles Debunne <debunne@google.com> New UI style in ListViews.

Introduces simple_selectable_list_item for new Holo theme list selection.
Also fixes bug http://b/issue?id=2942491 for colors.

Change-Id: I966a4f612a784557797bfa76bae019b2515724f2
/frameworks/base/core/res/res/drawable/list_selector_background_light.xml