diff options
Diffstat (limited to 'current/support/v7/appcompat/res/values/attrs.xml')
-rw-r--r-- | current/support/v7/appcompat/res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/current/support/v7/appcompat/res/values/attrs.xml b/current/support/v7/appcompat/res/values/attrs.xml index 8b0d824..501bb69 100644 --- a/current/support/v7/appcompat/res/values/attrs.xml +++ b/current/support/v7/appcompat/res/values/attrs.xml @@ -597,6 +597,7 @@ <!-- Whether this spinner should mark child views as enabled/disabled when the spinner itself is enabled/disabled. --> <attr name="disableChildrenWhenDisabled" format="boolean" /> + <attr name="android:background" /> </declare-styleable> <declare-styleable name="SearchView"> @@ -750,6 +751,7 @@ <declare-styleable name="PopupWindow"> <!-- Whether the popup window should overlap its anchor view. --> <attr name="overlapAnchor" format="boolean" /> + <attr name="android:popupBackground" /> </declare-styleable> <declare-styleable name="DrawerArrowToggle"> |