diff options
author | Adam Powell <adamp@google.com> | 2010-11-10 12:07:44 -0800 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2010-11-10 12:07:44 -0800 |
commit | a4dba7f51547f34fa762668824adf7339531a034 (patch) | |
tree | e624baf44047cb2a63b3e5086ad5b370b9c6dacd /core/res | |
parent | 403f16ae0b4c0e89714425725c1fc597a311ae4b (diff) | |
download | frameworks_base-a4dba7f51547f34fa762668824adf7339531a034.zip frameworks_base-a4dba7f51547f34fa762668824adf7339531a034.tar.gz frameworks_base-a4dba7f51547f34fa762668824adf7339531a034.tar.bz2 |
Fix bug 3183378 - make theme attribute selectableItemBackground public.
This will always be a reference to a state list drawable that shows
proper pressed/focused/etc background highlights for the current
theme.
Change-Id: I60671e581ad0fa8cc2f6a808beafa506784112de
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/public.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index fe39b4c..ef609a2 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1362,6 +1362,7 @@ <public type="attr" name="homeAsUpIndicator" /> <public type="attr" name="enterFadeDuration" /> <public type="attr" name="exitFadeDuration" /> + <public type="attr" name="selectableItemBackground" /> <public type="anim" name="animator_fade_in" /> <public type="anim" name="animator_fade_out" /> |