diff options
Diffstat (limited to 'current/support/v7/appcompat')
-rw-r--r-- | current/support/v7/appcompat/libs/android-support-v7-appcompat.jar | bin | 442379 -> 442381 bytes | |||
-rw-r--r-- | current/support/v7/appcompat/res/values-v21/themes_base.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar Binary files differindex 4874d0a..fda9e45 100644 --- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar +++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar diff --git a/current/support/v7/appcompat/res/values-v21/themes_base.xml b/current/support/v7/appcompat/res/values-v21/themes_base.xml index 1e1da5f..57cc258 100644 --- a/current/support/v7/appcompat/res/values-v21/themes_base.xml +++ b/current/support/v7/appcompat/res/values-v21/themes_base.xml @@ -204,10 +204,16 @@ <style name="Base.ThemeOverlay.AppCompat.Dark" parent="android:ThemeOverlay.Material.Dark"> <item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item> + + <!-- Used by MediaRouter --> + <item name="isLightTheme">false</item> </style> <style name="Base.ThemeOverlay.AppCompat.Light" parent="android:ThemeOverlay.Material.Light"> <item name="searchViewStyle">@style/Widget.AppCompat.Light.SearchView</item> + + <!-- Used by MediaRouter --> + <item name="isLightTheme">true</item> </style> <style name="Base.ThemeOverlay.AppCompat.ActionBar" parent="android:ThemeOverlay.Material.ActionBar"> @@ -215,6 +221,9 @@ <style name="Base.ThemeOverlay.AppCompat.Dark.ActionBar" parent="android:ThemeOverlay.Material.Dark.ActionBar"> <item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item> + + <!-- Used by MediaRouter --> + <item name="isLightTheme">false</item> </style> </resources> |