diff options
| author | Adam Powell <adamp@google.com> | 2010-11-10 12:11:47 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-10 12:11:47 -0800 |
| commit | cf7ae94bce227e86aa5534ec36691a2611572ef9 (patch) | |
| tree | 633e8e144034a3410ae2faf6e2c7b73e993545f2 /core | |
| parent | bb69143ef5dcfddd8bbf04070cf6ba690e2674bb (diff) | |
| parent | a4dba7f51547f34fa762668824adf7339531a034 (diff) | |
| download | frameworks_base-cf7ae94bce227e86aa5534ec36691a2611572ef9.zip frameworks_base-cf7ae94bce227e86aa5534ec36691a2611572ef9.tar.gz frameworks_base-cf7ae94bce227e86aa5534ec36691a2611572ef9.tar.bz2 | |
Merge "Fix bug 3183378 - make theme attribute selectableItemBackground public."
Diffstat (limited to 'core')
| -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" /> |
