OSDN Git Service

Fixes hotspot list transitions, update to use a single hotspot
authorAlan Viverette <alanv@google.com>
Sun, 1 Jun 2014 22:58:04 +0000 (15:58 -0700)
committerAlan Viverette <alanv@google.com>
Sun, 1 Jun 2014 22:58:04 +0000 (15:58 -0700)
commit4d2f2483f6d9e2eb25d843d676981f4ebc9c79e5
tree54ee4e9f3f16654dc90c3ff3f6fd3963f23a759b
parent377801463ef75d7c14f3ef6a346d8ddccb2a4045
Fixes hotspot list transitions, update to use a single hotspot

Also updates background and button colors to match spec, removes
dependency on bouncycastle Arrays. Vastly simplifies ripple drawing.
Adds APIs for maximum ripple radius. Makes selectableItemBackground
bounded by default and adds an unbounded version and theme attribute.

BUG: 15315168
BUG: 15314684
BUG: 15314830
BUG: 15316768
BUG: 15333033
BUG: 15344050
Change-Id: Ib0619587ce78e43056b66571bae185e0f1613185
15 files changed:
api/current.txt
core/java/android/widget/AbsListView.java
core/res/res/color/btn_default_quantum_dark.xml
core/res/res/color/btn_default_quantum_light.xml
core/res/res/drawable/item_background_borderless_quantum.xml [moved from core/res/res/drawable/list_selector_quantum.xml with 83% similarity]
core/res/res/drawable/item_background_quantum.xml
core/res/res/values/attrs.xml
core/res/res/values/colors_quantum.xml
core/res/res/values/public.xml
core/res/res/values/styles_quantum.xml
core/res/res/values/themes.xml
core/res/res/values/themes_quantum.xml
graphics/java/android/graphics/drawable/LayerDrawable.java
graphics/java/android/graphics/drawable/Ripple.java
graphics/java/android/graphics/drawable/RippleDrawable.java