History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ContextThemeWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f933672168f6deff5e3636584bec735416b5a93b 28-Apr-2015 Chris Banes <chrisbanes@google.com> Update AppCompatSpinner with popup theme

This is done by handling the dropdown popup
ourselves in AppCompatSpinner. This enables
us to control the context.

Also removed the old copy-pasta SpinnerCompat
implementation moving us to the new AppCompatSpinner
everywhere.

BUG: 17625714

Change-Id: Ic2ded027898cf441241b6a22eb1a6d62fd77dcee
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ContextThemeWrapper.java
878ed08a784cafb112a5d350573b0d1e81c554db 11-Dec-2014 Chris Banes <chrisbanes@google.com> Fix DarkActionBar on HTC-Sense

Seems that HTC have changed ContextThemeWrapper, which results
in us modifying the Activity's theme unintentionally. We fix
this by using our own ContextThemeWrapper impl.

Also fixed views inheriting the sub decor's context.

BUG: 18714638
Change-Id: Iea30757e1521f50bc6fb5171e531d183626a8579
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ContextThemeWrapper.java