<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:android="http://schemas.android.com/apk/res/android" targetNamespace="http://schemas.android.com/apk/res/android" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType name="color">
    <xs:restriction base="xs:string" />
  </xs:simpleType>
  <xs:simpleType name="reference">
    <xs:restriction base="xs:string" />
  </xs:simpleType>
  <xs:simpleType name="dimension">
    <xs:restriction base="xs:string" />
  </xs:simpleType>
  <xs:simpleType name="fraction">
    <xs:restriction base="xs:string" />
  </xs:simpleType>
  <xs:attribute name="isLightTheme" type="xs:boolean" />
  <xs:attribute name="colorForeground" type="android:color" />
  <xs:attribute name="colorForegroundInverse" type="android:color" />
  <xs:attribute name="colorBackground" type="android:color" />
  <xs:attribute name="colorBackgroundFloating" type="android:color" />
  <xs:attribute name="colorBackgroundCacheHint" type="android:color" />
  <xs:attribute name="colorPressedHighlight" type="android:color" />
  <xs:attribute name="colorLongPressedHighlight" type="android:color" />
  <xs:attribute name="colorFocusedHighlight" type="android:color" />
  <xs:attribute name="colorActivatedHighlight" type="android:color" />
  <xs:attribute name="colorMultiSelectHighlight" type="android:color" />
  <xs:attribute name="autofilledHighlight" type="android:reference" />
  <xs:attribute name="autofillDatasetPickerMaxWidth" type="android:reference" />
  <xs:attribute name="autofillDatasetPickerMaxHeight" type="android:reference" />
  <xs:attribute name="disabledAlpha" type="xs:float" />
  <xs:attribute name="primaryContentAlpha" type="xs:float" />
  <xs:attribute name="secondaryContentAlpha" type="xs:float" />
  <xs:attribute name="colorError" type="android:reference" />
  <xs:attribute name="backgroundDimAmount" type="xs:float" />
  <xs:attribute name="backgroundDimEnabled" type="xs:boolean" />
  <xs:attribute name="textAppearance" type="android:reference" />
  <xs:attribute name="textAppearanceInverse" type="android:reference" />
  <xs:attribute name="textColorPrimary" type="android:reference" />
  <xs:attribute name="textColorSecondary" type="android:reference" />
  <xs:attribute name="textColorTertiary" type="android:reference" />
  <xs:attribute name="textColorPrimaryInverse" type="android:reference" />
  <xs:attribute name="textColorSecondaryInverse" type="android:reference" />
  <xs:attribute name="textColorTertiaryInverse" type="android:reference" />
  <xs:attribute name="textColorHintInverse" type="android:reference" />
  <xs:attribute name="textColorPrimaryDisableOnly" type="android:reference" />
  <xs:attribute name="textColorPrimaryInverseDisableOnly" type="android:reference" />
  <xs:attribute name="textColorPrimaryNoDisable" type="android:reference" />
  <xs:attribute name="textColorSecondaryNoDisable" type="android:reference" />
  <xs:attribute name="textColorPrimaryInverseNoDisable" type="android:reference" />
  <xs:attribute name="textColorSecondaryInverseNoDisable" type="android:reference" />
  <xs:attribute name="textColorPrimaryActivated" type="android:reference" />
  <xs:attribute name="textColorSecondaryActivated" type="android:reference" />
  <xs:attribute name="textColorSearchUrl" type="android:reference" />
  <xs:attribute name="textColorHighlightInverse" type="android:reference" />
  <xs:attribute name="textColorLinkInverse" type="android:reference" />
  <xs:attribute name="textColorAlertDialogListItem" type="android:reference" />
  <xs:attribute name="searchWidgetCorpusItemBackground" type="android:reference" />
  <xs:attribute name="textAppearanceLarge" type="android:reference" />
  <xs:attribute name="textAppearanceMedium" type="android:reference" />
  <xs:attribute name="textAppearanceSmall" type="android:reference" />
  <xs:attribute name="textAppearanceLargeInverse" type="android:reference" />
  <xs:attribute name="textAppearanceMediumInverse" type="android:reference" />
  <xs:attribute name="textAppearanceSmallInverse" type="android:reference" />
  <xs:attribute name="textAppearanceSearchResultTitle" type="android:reference" />
  <xs:attribute name="textAppearanceSearchResultSubtitle" type="android:reference" />
  <xs:attribute name="textAppearanceButton" type="android:reference" />
  <xs:attribute name="textAppearanceLargePopupMenu" type="android:reference" />
  <xs:attribute name="textAppearanceSmallPopupMenu" type="android:reference" />
  <xs:attribute name="textAppearancePopupMenuHeader" type="android:reference" />
  <xs:attribute name="textAppearanceEasyCorrectSuggestion" type="android:reference" />
  <xs:attribute name="textAppearanceMisspelledSuggestion" type="android:reference" />
  <xs:attribute name="textAppearanceAutoCorrectionSuggestion" type="android:reference" />
  <xs:attribute name="textUnderlineColor" type="android:reference" />
  <xs:attribute name="textUnderlineThickness" type="android:reference" />
  <xs:attribute name="editTextColor" type="android:reference" />
  <xs:attribute name="editTextBackground" type="android:reference" />
  <xs:attribute name="errorMessageBackground" type="android:reference" />
  <xs:attribute name="errorMessageAboveBackground" type="android:reference" />
  <xs:attribute name="candidatesTextStyleSpans" type="android:reference" />
  <xs:attribute name="textCheckMark" type="android:reference" />
  <xs:attribute name="textCheckMarkInverse" type="android:reference" />
  <xs:attribute name="listChoiceIndicatorMultiple" type="android:reference" />
  <xs:attribute name="listChoiceIndicatorSingle" type="android:reference" />
  <xs:attribute name="listChoiceBackgroundIndicator" type="android:reference" />
  <xs:attribute name="activatedBackgroundIndicator" type="android:reference" />
  <xs:attribute name="buttonStyle" type="android:reference" />
  <xs:attribute name="buttonStyleSmall" type="android:reference" />
  <xs:attribute name="buttonStyleInset" type="android:reference" />
  <xs:attribute name="buttonStyleToggle" type="android:reference" />
  <xs:attribute name="galleryItemBackground" type="android:reference" />
  <xs:attribute name="listPreferredItemHeight" type="android:dimension" />
  <xs:attribute name="listPreferredItemHeightSmall" type="android:dimension" />
  <xs:attribute name="listPreferredItemHeightLarge" type="android:dimension" />
  <xs:attribute name="searchResultListItemHeight" type="android:dimension" />
  <xs:attribute name="listPreferredItemPaddingLeft" type="android:dimension" />
  <xs:attribute name="listPreferredItemPaddingRight" type="android:dimension" />
  <xs:attribute name="textAppearanceListItem" type="android:reference" />
  <xs:attribute name="textAppearanceListItemSecondary" type="android:reference" />
  <xs:attribute name="textAppearanceListItemSmall" type="android:reference" />
  <xs:attribute name="listDivider" type="android:reference" />
  <xs:attribute name="listDividerAlertDialog" type="android:reference" />
  <xs:attribute name="listSeparatorTextViewStyle" type="android:reference" />
  <xs:attribute name="expandableListPreferredItemPaddingLeft" type="android:dimension" />
  <xs:attribute name="expandableListPreferredChildPaddingLeft" type="android:dimension" />
  <xs:attribute name="expandableListPreferredItemIndicatorLeft" type="android:dimension" />
  <xs:attribute name="expandableListPreferredItemIndicatorRight" type="android:dimension" />
  <xs:attribute name="expandableListPreferredChildIndicatorLeft" type="android:dimension" />
  <xs:attribute name="expandableListPreferredChildIndicatorRight" type="android:dimension" />
  <xs:attribute name="dropdownListPreferredItemHeight" type="android:dimension" />
  <xs:attribute name="listPreferredItemPaddingStart" type="android:dimension" />
  <xs:attribute name="listPreferredItemPaddingEnd" type="android:dimension" />
  <xs:attribute name="windowBackground" type="android:reference" />
  <xs:attribute name="windowBackgroundFallback" type="android:reference" />
  <xs:attribute name="windowFrame" type="android:reference" />
  <xs:attribute name="windowNoTitle" type="xs:boolean" />
  <xs:attribute name="windowFullscreen" type="xs:boolean" />
  <xs:attribute name="windowOverscan" type="xs:boolean" />
  <xs:attribute name="windowIsFloating" type="xs:boolean" />
  <xs:attribute name="windowIsTranslucent" type="xs:boolean" />
  <xs:attribute name="windowShowWallpaper" type="xs:boolean" />
  <xs:attribute name="windowContentOverlay" type="android:reference" />
  <xs:attribute name="windowTitleSize" type="android:dimension" />
  <xs:attribute name="windowTitleStyle" type="android:reference" />
  <xs:attribute name="windowTitleBackgroundStyle" type="android:reference" />
  <xs:attribute name="windowAnimationStyle" type="android:reference" />
  <xs:attribute name="windowActionBar" type="xs:boolean" />
  <xs:attribute name="windowActionBarOverlay" type="xs:boolean" />
  <xs:attribute name="windowActionModeOverlay" type="xs:boolean" />
  <xs:simpleType name="windowSoftInputMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="stateUnspecified" />
      <xs:enumeration value="stateUnchanged" />
      <xs:enumeration value="stateHidden" />
      <xs:enumeration value="stateAlwaysHidden" />
      <xs:enumeration value="stateVisible" />
      <xs:enumeration value="stateAlwaysVisible" />
      <xs:enumeration value="adjustUnspecified" />
      <xs:enumeration value="adjustResize" />
      <xs:enumeration value="adjustPan" />
      <xs:enumeration value="adjustNothing" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="windowSoftInputMode">
    <xs:simpleType>
      <xs:list itemType="android:windowSoftInputMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="windowDisablePreview" type="xs:boolean" />
  <xs:attribute name="windowNoDisplay" type="xs:boolean" />
  <xs:attribute name="windowEnableSplitTouch" type="xs:boolean" />
  <xs:attribute name="windowCloseOnTouchOutside" type="xs:boolean" />
  <xs:attribute name="windowTranslucentStatus" type="xs:boolean" />
  <xs:attribute name="windowTranslucentNavigation" type="xs:boolean" />
  <xs:attribute name="windowSwipeToDismiss" type="xs:boolean" />
  <xs:attribute name="windowContentTransitions" type="xs:boolean" />
  <xs:attribute name="windowContentTransitionManager" type="android:reference" />
  <xs:attribute name="windowActivityTransitions" type="xs:boolean" />
  <xs:attribute name="windowEnterTransition" type="android:reference" />
  <xs:attribute name="windowReturnTransition" type="android:reference" />
  <xs:attribute name="windowExitTransition" type="android:reference" />
  <xs:attribute name="windowReenterTransition" type="android:reference" />
  <xs:attribute name="windowSharedElementEnterTransition" type="android:reference" />
  <xs:attribute name="windowSharedElementReturnTransition" type="android:reference" />
  <xs:attribute name="windowSharedElementExitTransition" type="android:reference" />
  <xs:attribute name="windowSharedElementReenterTransition" type="android:reference" />
  <xs:attribute name="windowAllowEnterTransitionOverlap" type="xs:boolean" />
  <xs:attribute name="windowAllowReturnTransitionOverlap" type="xs:boolean" />
  <xs:attribute name="windowSharedElementsUseOverlay" type="xs:boolean" />
  <xs:attribute name="windowActionBarFullscreenDecorLayout" type="android:reference" />
  <xs:attribute name="windowTransitionBackgroundFadeDuration" type="xs:integer" />
  <xs:attribute name="floatingToolbarCloseDrawable" type="android:reference" />
  <xs:attribute name="floatingToolbarForegroundColor" type="android:reference" />
  <xs:attribute name="floatingToolbarItemBackgroundBorderlessDrawable" type="android:reference" />
  <xs:attribute name="floatingToolbarItemBackgroundDrawable" type="android:reference" />
  <xs:attribute name="floatingToolbarOpenDrawable" type="android:reference" />
  <xs:attribute name="floatingToolbarPopupBackgroundDrawable" type="android:reference" />
  <xs:attribute name="floatingToolbarDividerColor" type="android:reference" />
  <xs:attribute name="alertDialogStyle" type="android:reference" />
  <xs:attribute name="alertDialogButtonGroupStyle" type="android:reference" />
  <xs:attribute name="alertDialogCenterButtons" type="xs:boolean" />
  <xs:attribute name="detailsElementBackground" type="android:reference" />
  <xs:attribute name="fingerprintAuthDrawable" type="android:reference" />
  <xs:attribute name="panelBackground" type="android:reference" />
  <xs:attribute name="panelFullBackground" type="android:reference" />
  <xs:attribute name="panelColorForeground" type="android:reference" />
  <xs:attribute name="panelColorBackground" type="android:reference" />
  <xs:attribute name="panelTextAppearance" type="android:reference" />
  <xs:attribute name="panelMenuIsCompact" type="xs:boolean" />
  <xs:attribute name="panelMenuListWidth" type="android:dimension" />
  <xs:attribute name="panelMenuListTheme" type="android:reference" />
  <xs:attribute name="absListViewStyle" type="android:reference" />
  <xs:attribute name="autoCompleteTextViewStyle" type="android:reference" />
  <xs:attribute name="checkboxStyle" type="android:reference" />
  <xs:attribute name="checkedTextViewStyle" type="android:reference" />
  <xs:attribute name="dropDownListViewStyle" type="android:reference" />
  <xs:attribute name="editTextStyle" type="android:reference" />
  <xs:attribute name="expandableListViewStyle" type="android:reference" />
  <xs:attribute name="expandableListViewWhiteStyle" type="android:reference" />
  <xs:attribute name="galleryStyle" type="android:reference" />
  <xs:attribute name="gestureOverlayViewStyle" type="android:reference" />
  <xs:attribute name="gridViewStyle" type="android:reference" />
  <xs:attribute name="imageButtonStyle" type="android:reference" />
  <xs:attribute name="imageWellStyle" type="android:reference" />
  <xs:attribute name="listMenuViewStyle" type="android:reference" />
  <xs:attribute name="listViewStyle" type="android:reference" />
  <xs:attribute name="listViewWhiteStyle" type="android:reference" />
  <xs:attribute name="popupWindowStyle" type="android:reference" />
  <xs:attribute name="progressBarStyle" type="android:reference" />
  <xs:attribute name="progressBarStyleHorizontal" type="android:reference" />
  <xs:attribute name="progressBarStyleSmall" type="android:reference" />
  <xs:attribute name="progressBarStyleSmallTitle" type="android:reference" />
  <xs:attribute name="progressBarStyleLarge" type="android:reference" />
  <xs:attribute name="progressBarStyleInverse" type="android:reference" />
  <xs:attribute name="progressBarStyleSmallInverse" type="android:reference" />
  <xs:attribute name="progressBarStyleLargeInverse" type="android:reference" />
  <xs:attribute name="seekBarStyle" type="android:reference" />
  <xs:attribute name="ratingBarStyle" type="android:reference" />
  <xs:attribute name="ratingBarStyleIndicator" type="android:reference" />
  <xs:attribute name="ratingBarStyleSmall" type="android:reference" />
  <xs:attribute name="radioButtonStyle" type="android:reference" />
  <xs:attribute name="scrollViewStyle" type="android:reference" />
  <xs:attribute name="horizontalScrollViewStyle" type="android:reference" />
  <xs:attribute name="spinnerStyle" type="android:reference" />
  <xs:attribute name="dropDownSpinnerStyle" type="android:reference" />
  <xs:attribute name="actionDropDownStyle" type="android:reference" />
  <xs:attribute name="actionButtonStyle" type="android:reference" />
  <xs:attribute name="starStyle" type="android:reference" />
  <xs:attribute name="tabWidgetStyle" type="android:reference" />
  <xs:attribute name="textViewStyle" type="android:reference" />
  <xs:attribute name="webTextViewStyle" type="android:reference" />
  <xs:attribute name="webViewStyle" type="android:reference" />
  <xs:attribute name="dropDownItemStyle" type="android:reference" />
  <xs:attribute name="spinnerDropDownItemStyle" type="android:reference" />
  <xs:attribute name="dropDownHintAppearance" type="android:reference" />
  <xs:attribute name="spinnerItemStyle" type="android:reference" />
  <xs:attribute name="mapViewStyle" type="android:reference" />
  <xs:attribute name="quickContactBadgeOverlay" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleWindowSmall" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleWindowMedium" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleWindowLarge" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleSmallWindowSmall" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleSmallWindowMedium" type="android:reference" />
  <xs:attribute name="quickContactBadgeStyleSmallWindowLarge" type="android:reference" />
  <xs:attribute name="textSelectHandleWindowStyle" type="android:reference" />
  <xs:attribute name="textSuggestionsWindowStyle" type="android:reference" />
  <xs:attribute name="listPopupWindowStyle" type="android:reference" />
  <xs:attribute name="popupMenuStyle" type="android:reference" />
  <xs:attribute name="contextPopupMenuStyle" type="android:reference" />
  <xs:attribute name="stackViewStyle" type="android:reference" />
  <xs:attribute name="fragmentBreadCrumbsStyle" type="android:reference" />
  <xs:attribute name="numberPickerStyle" type="android:reference" />
  <xs:attribute name="calendarViewStyle" type="android:reference" />
  <xs:attribute name="timePickerStyle" type="android:reference" />
  <xs:attribute name="timePickerDialogTheme" type="android:reference" />
  <xs:attribute name="datePickerStyle" type="android:reference" />
  <xs:attribute name="datePickerDialogTheme" type="android:reference" />
  <xs:attribute name="activityChooserViewStyle" type="android:reference" />
  <xs:attribute name="toolbarStyle" type="android:reference" />
  <xs:attribute name="fastScrollThumbDrawable" type="android:reference" />
  <xs:attribute name="fastScrollPreviewBackgroundRight" type="android:reference" />
  <xs:attribute name="fastScrollPreviewBackgroundLeft" type="android:reference" />
  <xs:attribute name="fastScrollTrackDrawable" type="android:reference" />
  <xs:simpleType name="fastScrollOverlayPosition_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="floating" />
      <xs:enumeration value="atThumb" />
      <xs:enumeration value="aboveThumb" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="fastScrollOverlayPosition">
    <xs:simpleType>
      <xs:list itemType="android:fastScrollOverlayPosition_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fastScrollTextColor" type="android:color" />
  <xs:attribute name="actionBarTabStyle" type="android:reference" />
  <xs:attribute name="actionBarTabBarStyle" type="android:reference" />
  <xs:attribute name="actionBarTabTextStyle" type="android:reference" />
  <xs:attribute name="actionOverflowButtonStyle" type="android:reference" />
  <xs:attribute name="actionOverflowMenuStyle" type="android:reference" />
  <xs:attribute name="actionBarPopupTheme" type="android:reference" />
  <xs:attribute name="actionBarStyle" type="android:reference" />
  <xs:attribute name="actionBarSplitStyle" type="android:reference" />
  <xs:attribute name="actionBarTheme" type="android:reference" />
  <xs:attribute name="actionBarWidgetTheme" type="android:reference" />
  <xs:simpleType name="actionBarSize_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="wrap_content" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="actionBarSize">
    <xs:simpleType>
      <xs:list itemType="android:actionBarSize_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="actionBarDivider" type="android:reference" />
  <xs:attribute name="actionBarItemBackground" type="android:reference" />
  <xs:attribute name="actionMenuTextAppearance" type="android:reference" />
  <xs:attribute name="actionMenuTextColor" type="android:color" />
  <xs:attribute name="actionModeStyle" type="android:reference" />
  <xs:attribute name="actionModeCloseButtonStyle" type="android:reference" />
  <xs:attribute name="actionModeBackground" type="android:reference" />
  <xs:attribute name="actionModeSplitBackground" type="android:reference" />
  <xs:attribute name="actionModeCloseDrawable" type="android:reference" />
  <xs:attribute name="actionModeCutDrawable" type="android:reference" />
  <xs:attribute name="actionModeCopyDrawable" type="android:reference" />
  <xs:attribute name="actionModePasteDrawable" type="android:reference" />
  <xs:attribute name="actionModeSelectAllDrawable" type="android:reference" />
  <xs:attribute name="actionModeShareDrawable" type="android:reference" />
  <xs:attribute name="actionModeFindDrawable" type="android:reference" />
  <xs:attribute name="actionModeWebSearchDrawable" type="android:reference" />
  <xs:attribute name="actionModePopupWindowStyle" type="android:reference" />
  <xs:attribute name="preferenceScreenStyle" type="android:reference" />
  <xs:attribute name="preferenceActivityStyle" type="android:reference" />
  <xs:attribute name="preferenceFragmentStyle" type="android:reference" />
  <xs:attribute name="preferenceCategoryStyle" type="android:reference" />
  <xs:attribute name="preferenceStyle" type="android:reference" />
  <xs:attribute name="preferenceInformationStyle" type="android:reference" />
  <xs:attribute name="checkBoxPreferenceStyle" type="android:reference" />
  <xs:attribute name="yesNoPreferenceStyle" type="android:reference" />
  <xs:attribute name="dialogPreferenceStyle" type="android:reference" />
  <xs:attribute name="editTextPreferenceStyle" type="android:reference" />
  <xs:attribute name="seekBarDialogPreferenceStyle" type="android:reference" />
  <xs:attribute name="ringtonePreferenceStyle" type="android:reference" />
  <xs:attribute name="preferenceLayoutChild" type="android:reference" />
  <xs:attribute name="preferencePanelStyle" type="android:reference" />
  <xs:attribute name="preferenceHeaderPanelStyle" type="android:reference" />
  <xs:attribute name="preferenceListStyle" type="android:reference" />
  <xs:attribute name="preferenceFragmentListStyle" type="android:reference" />
  <xs:attribute name="preferenceFragmentPaddingSide" type="android:dimension" />
  <xs:attribute name="switchPreferenceStyle" type="android:reference" />
  <xs:attribute name="seekBarPreferenceStyle" type="android:reference" />
  <xs:attribute name="textSelectHandleLeft" type="android:reference" />
  <xs:attribute name="textSelectHandleRight" type="android:reference" />
  <xs:attribute name="textSelectHandle" type="android:reference" />
  <xs:attribute name="textEditPasteWindowLayout" type="android:reference" />
  <xs:attribute name="textEditNoPasteWindowLayout" type="android:reference" />
  <xs:attribute name="textEditSidePasteWindowLayout" type="android:reference" />
  <xs:attribute name="textEditSideNoPasteWindowLayout" type="android:reference" />
  <xs:attribute name="textEditSuggestionItemLayout" type="android:reference" />
  <xs:attribute name="textEditSuggestionContainerLayout" type="android:reference" />
  <xs:attribute name="textEditSuggestionHighlightStyle" type="android:reference" />
  <xs:attribute name="dialogTheme" type="android:reference" />
  <xs:attribute name="dialogTitleIconsDecorLayout" type="android:reference" />
  <xs:attribute name="dialogCustomTitleDecorLayout" type="android:reference" />
  <xs:attribute name="dialogTitleDecorLayout" type="android:reference" />
  <xs:attribute name="dialogPreferredPadding" type="android:dimension" />
  <xs:attribute name="alertDialogTheme" type="android:reference" />
  <xs:attribute name="alertDialogIcon" type="android:reference" />
  <xs:attribute name="presentationTheme" type="android:reference" />
  <xs:attribute name="dividerVertical" type="android:reference" />
  <xs:attribute name="dividerHorizontal" type="android:reference" />
  <xs:attribute name="buttonBarStyle" type="android:reference" />
  <xs:attribute name="buttonBarButtonStyle" type="android:reference" />
  <xs:attribute name="buttonBarPositiveButtonStyle" type="android:reference" />
  <xs:attribute name="buttonBarNegativeButtonStyle" type="android:reference" />
  <xs:attribute name="buttonBarNeutralButtonStyle" type="android:reference" />
  <xs:attribute name="searchViewStyle" type="android:reference" />
  <xs:attribute name="segmentedButtonStyle" type="android:reference" />
  <xs:attribute name="selectableItemBackground" type="android:reference" />
  <xs:attribute name="selectableItemBackgroundBorderless" type="android:reference" />
  <xs:attribute name="borderlessButtonStyle" type="android:reference" />
  <xs:attribute name="toastFrameBackground" type="android:reference" />
  <xs:attribute name="tooltipFrameBackground" type="android:reference" />
  <xs:attribute name="tooltipForegroundColor" type="android:reference" />
  <xs:attribute name="tooltipBackgroundColor" type="android:reference" />
  <xs:attribute name="searchDialogTheme" type="android:reference" />
  <xs:attribute name="homeAsUpIndicator" type="android:reference" />
  <xs:attribute name="preferenceFrameLayoutStyle" type="android:reference" />
  <xs:attribute name="switchStyle" type="android:reference" />
  <xs:attribute name="mediaRouteButtonStyle" type="android:reference" />
  <xs:attribute name="accessibilityFocusedDrawable" type="android:reference" />
  <xs:attribute name="findOnPageNextDrawable" type="android:reference" />
  <xs:attribute name="findOnPagePreviousDrawable" type="android:reference" />
  <xs:attribute name="colorPrimary" type="android:color" />
  <xs:attribute name="colorPrimaryDark" type="android:color" />
  <xs:attribute name="colorSecondary" type="android:color" />
  <xs:attribute name="colorAccent" type="android:color" />
  <xs:attribute name="colorControlNormal" type="android:color" />
  <xs:attribute name="colorControlActivated" type="android:color" />
  <xs:attribute name="colorControlHighlight" type="android:color" />
  <xs:attribute name="colorButtonNormal" type="android:color" />
  <xs:attribute name="colorSwitchThumbNormal" type="android:color" />
  <xs:attribute name="colorEdgeEffect" type="android:color" />
  <xs:attribute name="lightY" type="android:dimension" />
  <xs:attribute name="lightZ" type="android:dimension" />
  <xs:attribute name="lightRadius" type="android:dimension" />
  <xs:attribute name="ambientShadowAlpha" type="xs:float" />
  <xs:attribute name="spotShadowAlpha" type="xs:float" />
  <xs:attribute name="textColor" />
  <xs:attribute name="windowMinWidthMajor" type="android:dimension" />
  <xs:attribute name="windowMinWidthMinor" type="android:dimension" />
  <xs:attribute name="windowFixedWidthMajor" type="android:dimension" />
  <xs:attribute name="windowFixedHeightMinor" type="android:dimension" />
  <xs:attribute name="windowFixedWidthMinor" type="android:dimension" />
  <xs:attribute name="windowFixedHeightMajor" type="android:dimension" />
  <xs:attribute name="windowOutsetBottom" type="android:dimension" />
  <xs:attribute name="windowDrawsSystemBarBackgrounds" type="xs:boolean" />
  <xs:attribute name="statusBarColor" type="android:color" />
  <xs:attribute name="navigationBarColor" type="android:color" />
  <xs:attribute name="windowElevation" type="android:dimension" />
  <xs:attribute name="windowClipToOutline" type="xs:boolean" />
  <xs:attribute name="windowLightStatusBar" type="xs:boolean" />
  <xs:attribute name="windowSplashscreenContent" type="android:reference" />
  <xs:attribute name="fullDark" type="android:reference" />
  <xs:attribute name="topDark" type="android:reference" />
  <xs:attribute name="centerDark" type="android:reference" />
  <xs:attribute name="bottomDark" type="android:reference" />
  <xs:attribute name="fullBright" type="android:reference" />
  <xs:attribute name="topBright" type="android:reference" />
  <xs:attribute name="centerBright" type="android:reference" />
  <xs:attribute name="bottomBright" type="android:reference" />
  <xs:attribute name="bottomMedium" type="android:reference" />
  <xs:attribute name="centerMedium" type="android:reference" />
  <xs:attribute name="layout" />
  <xs:attribute name="buttonPanelSideLayout" type="android:reference" />
  <xs:attribute name="listLayout" type="android:reference" />
  <xs:attribute name="multiChoiceItemLayout" type="android:reference" />
  <xs:attribute name="singleChoiceItemLayout" type="android:reference" />
  <xs:attribute name="listItemLayout" type="android:reference" />
  <xs:attribute name="progressLayout" type="android:reference" />
  <xs:attribute name="horizontalProgressLayout" type="android:reference" />
  <xs:attribute name="showTitle" type="xs:boolean" />
  <xs:attribute name="needsDefaultBackgrounds" type="xs:boolean" />
  <xs:simpleType name="controllerType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="micro" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="controllerType">
    <xs:simpleType>
      <xs:list itemType="android:controllerType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="selectionScrollOffset" type="android:dimension" />
  <xs:attribute name="allowStacking" type="xs:boolean" />
  <xs:attribute name="fragmentOpenEnterAnimation" type="android:reference" />
  <xs:attribute name="fragmentOpenExitAnimation" type="android:reference" />
  <xs:attribute name="fragmentCloseEnterAnimation" type="android:reference" />
  <xs:attribute name="fragmentCloseExitAnimation" type="android:reference" />
  <xs:attribute name="fragmentFadeEnterAnimation" type="android:reference" />
  <xs:attribute name="fragmentFadeExitAnimation" type="android:reference" />
  <xs:attribute name="windowEnterAnimation" type="android:reference" />
  <xs:attribute name="windowExitAnimation" type="android:reference" />
  <xs:attribute name="windowShowAnimation" type="android:reference" />
  <xs:attribute name="windowHideAnimation" type="android:reference" />
  <xs:attribute name="activityOpenEnterAnimation" type="android:reference" />
  <xs:attribute name="activityOpenExitAnimation" type="android:reference" />
  <xs:attribute name="activityCloseEnterAnimation" type="android:reference" />
  <xs:attribute name="activityCloseExitAnimation" type="android:reference" />
  <xs:attribute name="taskOpenEnterAnimation" type="android:reference" />
  <xs:attribute name="taskOpenExitAnimation" type="android:reference" />
  <xs:attribute name="launchTaskBehindTargetAnimation" type="android:reference" />
  <xs:attribute name="launchTaskBehindSourceAnimation" type="android:reference" />
  <xs:attribute name="taskCloseEnterAnimation" type="android:reference" />
  <xs:attribute name="taskCloseExitAnimation" type="android:reference" />
  <xs:attribute name="taskToFrontEnterAnimation" type="android:reference" />
  <xs:attribute name="taskToFrontExitAnimation" type="android:reference" />
  <xs:attribute name="taskToBackEnterAnimation" type="android:reference" />
  <xs:attribute name="taskToBackExitAnimation" type="android:reference" />
  <xs:attribute name="wallpaperOpenEnterAnimation" type="android:reference" />
  <xs:attribute name="wallpaperOpenExitAnimation" type="android:reference" />
  <xs:attribute name="wallpaperCloseEnterAnimation" type="android:reference" />
  <xs:attribute name="wallpaperCloseExitAnimation" type="android:reference" />
  <xs:attribute name="wallpaperIntraOpenEnterAnimation" type="android:reference" />
  <xs:attribute name="wallpaperIntraOpenExitAnimation" type="android:reference" />
  <xs:attribute name="wallpaperIntraCloseEnterAnimation" type="android:reference" />
  <xs:attribute name="wallpaperIntraCloseExitAnimation" type="android:reference" />
  <xs:attribute name="activityOpenRemoteViewsEnterAnimation" type="android:reference" />
  <xs:attribute name="id" type="android:reference" />
  <xs:attribute name="tag" type="xs:string" />
  <xs:attribute name="scrollX" type="android:dimension" />
  <xs:attribute name="scrollY" type="android:dimension" />
  <xs:attribute name="background" type="android:reference" />
  <xs:attribute name="padding" type="android:dimension" />
  <xs:attribute name="paddingHorizontal" type="android:dimension" />
  <xs:attribute name="paddingVertical" type="android:dimension" />
  <xs:attribute name="paddingLeft" type="android:dimension" />
  <xs:attribute name="paddingTop" type="android:dimension" />
  <xs:attribute name="paddingRight" type="android:dimension" />
  <xs:attribute name="paddingBottom" type="android:dimension" />
  <xs:attribute name="paddingStart" type="android:dimension" />
  <xs:attribute name="paddingEnd" type="android:dimension" />
  <xs:simpleType name="focusable_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="auto" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="focusable">
    <xs:simpleType>
      <xs:list itemType="android:focusable_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="__removed3" />
  <xs:attribute name="autofillHints" type="xs:string" />
  <xs:simpleType name="importantForAutofill_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="auto" />
      <xs:enumeration value="yes" />
      <xs:enumeration value="no" />
      <xs:enumeration value="yesExcludeDescendants" />
      <xs:enumeration value="noExcludeDescendants" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="importantForAutofill">
    <xs:simpleType>
      <xs:list itemType="android:importantForAutofill_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="focusableInTouchMode" type="xs:boolean" />
  <xs:simpleType name="visibility_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="visible" />
      <xs:enumeration value="invisible" />
      <xs:enumeration value="gone" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="visibility">
    <xs:simpleType>
      <xs:list itemType="android:visibility_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fitsSystemWindows" type="xs:boolean" />
  <xs:simpleType name="scrollbars_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="horizontal" />
      <xs:enumeration value="vertical" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="scrollbars">
    <xs:simpleType>
      <xs:list itemType="android:scrollbars_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="scrollbarStyle_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="insideOverlay" />
      <xs:enumeration value="insideInset" />
      <xs:enumeration value="outsideOverlay" />
      <xs:enumeration value="outsideInset" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="scrollbarStyle">
    <xs:simpleType>
      <xs:list itemType="android:scrollbarStyle_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="isScrollContainer" type="xs:boolean" />
  <xs:attribute name="fadeScrollbars" type="xs:boolean" />
  <xs:attribute name="scrollbarFadeDuration" type="xs:integer" />
  <xs:attribute name="scrollbarDefaultDelayBeforeFade" type="xs:integer" />
  <xs:attribute name="scrollbarSize" type="android:dimension" />
  <xs:attribute name="scrollbarThumbHorizontal" type="android:reference" />
  <xs:attribute name="scrollbarThumbVertical" type="android:reference" />
  <xs:attribute name="scrollbarTrackHorizontal" type="android:reference" />
  <xs:attribute name="scrollbarTrackVertical" type="android:reference" />
  <xs:attribute name="scrollbarAlwaysDrawHorizontalTrack" type="xs:boolean" />
  <xs:attribute name="scrollbarAlwaysDrawVerticalTrack" type="xs:boolean" />
  <xs:simpleType name="fadingEdge_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="horizontal" />
      <xs:enumeration value="vertical" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="fadingEdge">
    <xs:simpleType>
      <xs:list itemType="android:fadingEdge_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="requiresFadingEdge_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="horizontal" />
      <xs:enumeration value="vertical" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="requiresFadingEdge">
    <xs:simpleType>
      <xs:list itemType="android:requiresFadingEdge_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fadingEdgeLength" type="android:dimension" />
  <xs:attribute name="nextFocusLeft" type="android:reference" />
  <xs:attribute name="nextFocusRight" type="android:reference" />
  <xs:attribute name="nextFocusUp" type="android:reference" />
  <xs:attribute name="nextFocusDown" type="android:reference" />
  <xs:attribute name="nextFocusForward" type="android:reference" />
  <xs:attribute name="clickable" type="xs:boolean" />
  <xs:attribute name="longClickable" type="xs:boolean" />
  <xs:attribute name="contextClickable" type="xs:boolean" />
  <xs:attribute name="saveEnabled" type="xs:boolean" />
  <xs:attribute name="filterTouchesWhenObscured" type="xs:boolean" />
  <xs:simpleType name="drawingCacheQuality_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="auto" />
      <xs:enumeration value="low" />
      <xs:enumeration value="high" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="drawingCacheQuality">
    <xs:simpleType>
      <xs:list itemType="android:drawingCacheQuality_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="keepScreenOn" type="xs:boolean" />
  <xs:attribute name="duplicateParentState" type="xs:boolean" />
  <xs:attribute name="minHeight" />
  <xs:attribute name="minWidth" />
  <xs:attribute name="soundEffectsEnabled" type="xs:boolean" />
  <xs:attribute name="hapticFeedbackEnabled" type="xs:boolean" />
  <xs:attribute name="contentDescription" type="xs:string" />
  <xs:attribute name="accessibilityTraversalBefore" type="xs:integer" />
  <xs:attribute name="accessibilityTraversalAfter" type="xs:integer" />
  <xs:attribute name="onClick" type="xs:string" />
  <xs:simpleType name="overScrollMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="always" />
      <xs:enumeration value="ifContentScrolls" />
      <xs:enumeration value="never" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="overScrollMode">
    <xs:simpleType>
      <xs:list itemType="android:overScrollMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alpha" type="xs:float" />
  <xs:attribute name="elevation" type="android:dimension" />
  <xs:attribute name="translationX" type="android:dimension" />
  <xs:attribute name="translationY" type="android:dimension" />
  <xs:attribute name="translationZ" type="android:dimension" />
  <xs:attribute name="transformPivotX" type="android:dimension" />
  <xs:attribute name="transformPivotY" type="android:dimension" />
  <xs:attribute name="rotation" type="xs:float" />
  <xs:attribute name="rotationX" type="xs:float" />
  <xs:attribute name="rotationY" type="xs:float" />
  <xs:attribute name="scaleX" type="xs:float" />
  <xs:attribute name="scaleY" type="xs:float" />
  <xs:simpleType name="verticalScrollbarPosition_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="defaultPosition" />
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="verticalScrollbarPosition">
    <xs:simpleType>
      <xs:list itemType="android:verticalScrollbarPosition_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="layerType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="software" />
      <xs:enumeration value="hardware" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layerType">
    <xs:simpleType>
      <xs:list itemType="android:layerType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="layoutDirection_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="ltr" />
      <xs:enumeration value="rtl" />
      <xs:enumeration value="inherit" />
      <xs:enumeration value="locale" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layoutDirection">
    <xs:simpleType>
      <xs:list itemType="android:layoutDirection_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="textDirection_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="inherit" />
      <xs:enumeration value="firstStrong" />
      <xs:enumeration value="anyRtl" />
      <xs:enumeration value="ltr" />
      <xs:enumeration value="rtl" />
      <xs:enumeration value="locale" />
      <xs:enumeration value="firstStrongLtr" />
      <xs:enumeration value="firstStrongRtl" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="textDirection">
    <xs:simpleType>
      <xs:list itemType="android:textDirection_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="textAlignment_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="inherit" />
      <xs:enumeration value="gravity" />
      <xs:enumeration value="textStart" />
      <xs:enumeration value="textEnd" />
      <xs:enumeration value="center" />
      <xs:enumeration value="viewStart" />
      <xs:enumeration value="viewEnd" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="textAlignment">
    <xs:simpleType>
      <xs:list itemType="android:textAlignment_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="importantForAccessibility_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="auto" />
      <xs:enumeration value="yes" />
      <xs:enumeration value="no" />
      <xs:enumeration value="noHideDescendants" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="importantForAccessibility">
    <xs:simpleType>
      <xs:list itemType="android:importantForAccessibility_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="accessibilityLiveRegion_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="polite" />
      <xs:enumeration value="assertive" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="accessibilityLiveRegion">
    <xs:simpleType>
      <xs:list itemType="android:accessibilityLiveRegion_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="labelFor" type="android:reference" />
  <xs:attribute name="theme" />
  <xs:attribute name="transitionName" type="xs:string" />
  <xs:attribute name="nestedScrollingEnabled" type="xs:boolean" />
  <xs:attribute name="stateListAnimator" type="android:reference" />
  <xs:attribute name="backgroundTint" type="android:color" />
  <xs:simpleType name="backgroundTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="backgroundTintMode">
    <xs:simpleType>
      <xs:list itemType="android:backgroundTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="outlineProvider_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="background" />
      <xs:enumeration value="none" />
      <xs:enumeration value="bounds" />
      <xs:enumeration value="paddedBounds" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="outlineProvider">
    <xs:simpleType>
      <xs:list itemType="android:outlineProvider_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="foreground" type="android:reference" />
  <xs:simpleType name="foregroundGravity_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
      <xs:enumeration value="center_vertical" />
      <xs:enumeration value="fill_vertical" />
      <xs:enumeration value="center_horizontal" />
      <xs:enumeration value="fill_horizontal" />
      <xs:enumeration value="center" />
      <xs:enumeration value="fill" />
      <xs:enumeration value="clip_vertical" />
      <xs:enumeration value="clip_horizontal" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="foregroundGravity">
    <xs:simpleType>
      <xs:list itemType="android:foregroundGravity_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="foregroundInsidePadding" type="xs:boolean" />
  <xs:attribute name="foregroundTint" type="android:color" />
  <xs:simpleType name="foregroundTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="foregroundTintMode">
    <xs:simpleType>
      <xs:list itemType="android:foregroundTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="scrollIndicators_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
      <xs:enumeration value="start" />
      <xs:enumeration value="end" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="scrollIndicators">
    <xs:simpleType>
      <xs:list itemType="android:scrollIndicators_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="pointerIcon_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="arrow" />
      <xs:enumeration value="context_menu" />
      <xs:enumeration value="hand" />
      <xs:enumeration value="help" />
      <xs:enumeration value="wait" />
      <xs:enumeration value="cell" />
      <xs:enumeration value="crosshair" />
      <xs:enumeration value="text" />
      <xs:enumeration value="vertical_text" />
      <xs:enumeration value="alias" />
      <xs:enumeration value="copy" />
      <xs:enumeration value="no_drop" />
      <xs:enumeration value="all_scroll" />
      <xs:enumeration value="horizontal_double_arrow" />
      <xs:enumeration value="vertical_double_arrow" />
      <xs:enumeration value="top_right_diagonal_double_arrow" />
      <xs:enumeration value="top_left_diagonal_double_arrow" />
      <xs:enumeration value="zoom_in" />
      <xs:enumeration value="zoom_out" />
      <xs:enumeration value="grab" />
      <xs:enumeration value="grabbing" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="pointerIcon">
    <xs:simpleType>
      <xs:list itemType="android:pointerIcon_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="forceHasOverlappingRendering" type="xs:boolean" />
  <xs:attribute name="tooltipText" type="xs:string" />
  <xs:attribute name="keyboardNavigationCluster" type="xs:boolean" />
  <xs:attribute name="__removed0" type="xs:boolean" />
  <xs:attribute name="nextClusterForward" type="android:reference" />
  <xs:attribute name="__removed1" type="android:reference" />
  <xs:attribute name="focusedByDefault" type="xs:boolean" />
  <xs:attribute name="defaultFocusHighlightEnabled" type="xs:boolean" />
  <xs:attribute name="value" />
  <xs:attribute name="animateLayoutChanges" type="xs:boolean" />
  <xs:attribute name="clipChildren" type="xs:boolean" />
  <xs:attribute name="clipToPadding" type="xs:boolean" />
  <xs:attribute name="layoutAnimation" type="android:reference" />
  <xs:attribute name="animationCache" type="xs:boolean" />
  <xs:simpleType name="persistentDrawingCache_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="animation" />
      <xs:enumeration value="scrolling" />
      <xs:enumeration value="all" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="persistentDrawingCache">
    <xs:simpleType>
      <xs:list itemType="android:persistentDrawingCache_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alwaysDrawnWithCache" type="xs:boolean" />
  <xs:attribute name="addStatesFromChildren" type="xs:boolean" />
  <xs:simpleType name="descendantFocusability_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="beforeDescendants" />
      <xs:enumeration value="afterDescendants" />
      <xs:enumeration value="blocksDescendants" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="descendantFocusability">
    <xs:simpleType>
      <xs:list itemType="android:descendantFocusability_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="touchscreenBlocksFocus" type="xs:boolean" />
  <xs:attribute name="splitMotionEvents" type="xs:boolean" />
  <xs:simpleType name="layoutMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="clipBounds" />
      <xs:enumeration value="opticalBounds" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layoutMode">
    <xs:simpleType>
      <xs:list itemType="android:layoutMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="transitionGroup" type="xs:boolean" />
  <xs:attribute name="inflatedId" type="android:reference" />
  <xs:simpleType name="layout_width_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="fill_parent" />
      <xs:enumeration value="match_parent" />
      <xs:enumeration value="wrap_content" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layout_width">
    <xs:simpleType>
      <xs:list itemType="android:layout_width_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="layout_height_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="fill_parent" />
      <xs:enumeration value="match_parent" />
      <xs:enumeration value="wrap_content" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layout_height">
    <xs:simpleType>
      <xs:list itemType="android:layout_height_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="layout_margin" type="android:dimension" />
  <xs:attribute name="layout_marginLeft" type="android:dimension" />
  <xs:attribute name="layout_marginTop" type="android:dimension" />
  <xs:attribute name="layout_marginRight" type="android:dimension" />
  <xs:attribute name="layout_marginBottom" type="android:dimension" />
  <xs:attribute name="layout_marginStart" type="android:dimension" />
  <xs:attribute name="layout_marginEnd" type="android:dimension" />
  <xs:attribute name="layout_marginHorizontal" type="android:dimension" />
  <xs:attribute name="layout_marginVertical" type="android:dimension" />
  <xs:attribute name="settingsActivity" type="xs:string" />
  <xs:attribute name="isDefault" type="xs:boolean" />
  <xs:attribute name="supportsSwitchingToNextInputMethod" type="xs:boolean" />
  <xs:attribute name="__removed2" type="xs:boolean" />
  <xs:attribute name="label" />
  <xs:attribute name="icon" />
  <xs:attribute name="imeSubtypeLocale" type="xs:string" />
  <xs:attribute name="imeSubtypeMode" type="xs:string" />
  <xs:attribute name="isAuxiliary" type="xs:boolean" />
  <xs:attribute name="overridesImplicitlyEnabledSubtype" type="xs:boolean" />
  <xs:attribute name="imeSubtypeExtraValue" type="xs:string" />
  <xs:attribute name="subtypeId" type="xs:integer" />
  <xs:attribute name="isAsciiCapable" type="xs:boolean" />
  <xs:attribute name="languageTag" type="xs:string" />
  <xs:attribute name="subtypeLocale" type="xs:string" />
  <xs:attribute name="subtypeExtraValue" type="xs:string" />
  <xs:simpleType name="accessibilityEventTypes_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="typeViewClicked" />
      <xs:enumeration value="typeViewLongClicked" />
      <xs:enumeration value="typeViewSelected" />
      <xs:enumeration value="typeViewFocused" />
      <xs:enumeration value="typeViewTextChanged" />
      <xs:enumeration value="typeWindowStateChanged" />
      <xs:enumeration value="typeNotificationStateChanged" />
      <xs:enumeration value="typeViewHoverEnter" />
      <xs:enumeration value="typeViewHoverExit" />
      <xs:enumeration value="typeTouchExplorationGestureStart" />
      <xs:enumeration value="typeTouchExplorationGestureEnd" />
      <xs:enumeration value="typeWindowContentChanged" />
      <xs:enumeration value="typeViewScrolled" />
      <xs:enumeration value="typeViewTextSelectionChanged" />
      <xs:enumeration value="typeAnnouncement" />
      <xs:enumeration value="typeViewAccessibilityFocused" />
      <xs:enumeration value="typeViewAccessibilityFocusCleared" />
      <xs:enumeration value="typeViewTextTraversedAtMovementGranularity" />
      <xs:enumeration value="typeGestureDetectionStart" />
      <xs:enumeration value="typeGestureDetectionEnd" />
      <xs:enumeration value="typeTouchInteractionStart" />
      <xs:enumeration value="typeTouchInteractionEnd" />
      <xs:enumeration value="typeWindowsChanged" />
      <xs:enumeration value="typeContextClicked" />
      <xs:enumeration value="typeAssistReadingContext" />
      <xs:enumeration value="typeAllMask" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="accessibilityEventTypes">
    <xs:simpleType>
      <xs:list itemType="android:accessibilityEventTypes_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="packageNames" type="xs:string" />
  <xs:simpleType name="accessibilityFeedbackType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="feedbackSpoken" />
      <xs:enumeration value="feedbackHaptic" />
      <xs:enumeration value="feedbackAudible" />
      <xs:enumeration value="feedbackVisual" />
      <xs:enumeration value="feedbackGeneric" />
      <xs:enumeration value="feedbackAllMask" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="accessibilityFeedbackType">
    <xs:simpleType>
      <xs:list itemType="android:accessibilityFeedbackType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="notificationTimeout" type="xs:integer" />
  <xs:simpleType name="accessibilityFlags_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="flagDefault" />
      <xs:enumeration value="flagIncludeNotImportantViews" />
      <xs:enumeration value="flagRequestTouchExplorationMode" />
      <xs:enumeration value="flagRequestEnhancedWebAccessibility" />
      <xs:enumeration value="flagReportViewIds" />
      <xs:enumeration value="flagRequestFilterKeyEvents" />
      <xs:enumeration value="flagRetrieveInteractiveWindows" />
      <xs:enumeration value="flagEnableAccessibilityVolume" />
      <xs:enumeration value="flagRequestAccessibilityButton" />
      <xs:enumeration value="flagRequestFingerprintGestures" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="accessibilityFlags">
    <xs:simpleType>
      <xs:list itemType="android:accessibilityFlags_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="canRetrieveWindowContent" type="xs:boolean" />
  <xs:attribute name="canRequestTouchExplorationMode" type="xs:boolean" />
  <xs:attribute name="canRequestEnhancedWebAccessibility" type="xs:boolean" />
  <xs:attribute name="canRequestFilterKeyEvents" type="xs:boolean" />
  <xs:attribute name="canControlMagnification" type="xs:boolean" />
  <xs:attribute name="canPerformGestures" type="xs:boolean" />
  <xs:attribute name="canRequestFingerprintGestures" type="xs:boolean" />
  <xs:attribute name="description" />
  <xs:attribute name="summary" />
  <xs:attribute name="addPrintersActivity" type="xs:string" />
  <xs:attribute name="advancedPrintOptionsActivity" type="xs:string" />
  <xs:attribute name="vendor" type="xs:string" />
  <xs:attribute name="requireDeviceUnlock" type="xs:boolean" />
  <xs:attribute name="apduServiceBanner" type="android:reference" />
  <xs:attribute name="category" type="xs:string" />
  <xs:attribute name="name" />
  <xs:attribute name="listSelector" type="android:color" />
  <xs:attribute name="drawSelectorOnTop" type="xs:boolean" />
  <xs:attribute name="stackFromBottom" type="xs:boolean" />
  <xs:attribute name="scrollingCache" type="xs:boolean" />
  <xs:attribute name="textFilterEnabled" type="xs:boolean" />
  <xs:simpleType name="transcriptMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="disabled" />
      <xs:enumeration value="normal" />
      <xs:enumeration value="alwaysScroll" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="transcriptMode">
    <xs:simpleType>
      <xs:list itemType="android:transcriptMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="cacheColorHint" type="android:color" />
  <xs:attribute name="fastScrollEnabled" type="xs:boolean" />
  <xs:attribute name="fastScrollStyle" type="android:reference" />
  <xs:attribute name="smoothScrollbar" type="xs:boolean" />
  <xs:simpleType name="choiceMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="singleChoice" />
      <xs:enumeration value="multipleChoice" />
      <xs:enumeration value="multipleChoiceModal" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="choiceMode">
    <xs:simpleType>
      <xs:list itemType="android:choiceMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fastScrollAlwaysVisible" type="xs:boolean" />
  <xs:attribute name="paddingBottomNoButtons" type="android:dimension" />
  <xs:attribute name="paddingTopNoTitle" type="android:dimension" />
  <xs:attribute name="entries" />
  <xs:attribute name="dial" type="android:reference" />
  <xs:attribute name="hand_hour" type="android:reference" />
  <xs:attribute name="hand_minute" type="android:reference" />
  <xs:attribute name="format" type="xs:string" />
  <xs:attribute name="countDown" type="xs:boolean" />
  <xs:attribute name="checked" type="xs:boolean" />
  <xs:attribute name="button" type="android:reference" />
  <xs:attribute name="buttonTint" type="android:color" />
  <xs:simpleType name="buttonTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="buttonTintMode">
    <xs:simpleType>
      <xs:list itemType="android:buttonTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="checkMark" type="android:reference" />
  <xs:attribute name="checkMarkTint" type="android:color" />
  <xs:simpleType name="checkMarkTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="checkMarkTintMode">
    <xs:simpleType>
      <xs:list itemType="android:checkMarkTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="checkMarkGravity_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
      <xs:enumeration value="start" />
      <xs:enumeration value="end" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="checkMarkGravity">
    <xs:simpleType>
      <xs:list itemType="android:checkMarkGravity_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="thumbDrawable" type="android:reference" />
  <xs:attribute name="thumbMinWidth" type="android:dimension" />
  <xs:attribute name="thumbMinHeight" type="android:dimension" />
  <xs:attribute name="trackDrawable" type="android:reference" />
  <xs:attribute name="backgroundRight" type="android:reference" />
  <xs:attribute name="backgroundLeft" type="android:reference" />
  <xs:simpleType name="position_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="floating" />
      <xs:enumeration value="atThumb" />
      <xs:enumeration value="aboveThumb" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="position">
    <xs:simpleType>
      <xs:list itemType="android:position_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="textSize" />
  <xs:simpleType name="thumbPosition_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="midpoint" />
      <xs:enumeration value="inside" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="thumbPosition">
    <xs:simpleType>
      <xs:list itemType="android:thumbPosition_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="measureAllChildren" type="xs:boolean" />
  <xs:attribute name="groupIndicator" type="android:reference" />
  <xs:attribute name="childIndicator" type="android:reference" />
  <xs:attribute name="indicatorLeft" type="android:dimension" />
  <xs:attribute name="indicatorRight" type="android:dimension" />
  <xs:attribute name="childIndicatorLeft" type="android:dimension" />
  <xs:attribute name="childIndicatorRight" type="android:dimension" />
  <xs:attribute name="childDivider" type="android:reference" />
  <xs:attribute name="indicatorStart" type="android:dimension" />
  <xs:attribute name="indicatorEnd" type="android:dimension" />
  <xs:attribute name="childIndicatorStart" type="android:dimension" />
  <xs:attribute name="childIndicatorEnd" type="android:dimension" />
  <xs:attribute name="gravity" />
  <xs:attribute name="animationDuration" type="xs:integer" />
  <xs:attribute name="spacing" type="android:dimension" />
  <xs:attribute name="unselectedAlpha" type="xs:float" />
  <xs:attribute name="horizontalSpacing" type="android:dimension" />
  <xs:attribute name="verticalSpacing" type="android:dimension" />
  <xs:simpleType name="stretchMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="spacingWidth" />
      <xs:enumeration value="columnWidth" />
      <xs:enumeration value="spacingWidthUniform" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="stretchMode">
    <xs:simpleType>
      <xs:list itemType="android:stretchMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="columnWidth" type="android:dimension" />
  <xs:simpleType name="numColumns_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="auto_fit" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="numColumns">
    <xs:simpleType>
      <xs:list itemType="android:numColumns_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="src" type="android:reference" />
  <xs:simpleType name="scaleType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="matrix" />
      <xs:enumeration value="fitXY" />
      <xs:enumeration value="fitStart" />
      <xs:enumeration value="fitCenter" />
      <xs:enumeration value="fitEnd" />
      <xs:enumeration value="center" />
      <xs:enumeration value="centerCrop" />
      <xs:enumeration value="centerInside" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="scaleType">
    <xs:simpleType>
      <xs:list itemType="android:scaleType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="adjustViewBounds" type="xs:boolean" />
  <xs:attribute name="maxWidth" type="android:dimension" />
  <xs:attribute name="maxHeight" type="android:dimension" />
  <xs:attribute name="tint" type="android:color" />
  <xs:attribute name="baselineAlignBottom" type="xs:boolean" />
  <xs:attribute name="cropToPadding" type="xs:boolean" />
  <xs:attribute name="baseline" type="android:dimension" />
  <xs:attribute name="drawableAlpha" type="xs:integer" />
  <xs:attribute name="tintMode" />
  <xs:attribute name="textOn" type="xs:string" />
  <xs:attribute name="textOff" type="xs:string" />
  <xs:attribute name="ignoreGravity" type="android:reference" />
  <xs:attribute name="orientation" />
  <xs:attribute name="baselineAligned" type="xs:boolean" />
  <xs:attribute name="baselineAlignedChildIndex" type="xs:integer" />
  <xs:attribute name="weightSum" type="xs:float" />
  <xs:attribute name="measureWithLargestChild" type="xs:boolean" />
  <xs:attribute name="divider" />
  <xs:simpleType name="showDividers_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="beginning" />
      <xs:enumeration value="middle" />
      <xs:enumeration value="end" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="showDividers">
    <xs:simpleType>
      <xs:list itemType="android:showDividers_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dividerPadding" type="android:dimension" />
  <xs:attribute name="rowCount" type="xs:integer" />
  <xs:attribute name="columnCount" type="xs:integer" />
  <xs:attribute name="useDefaultMargins" type="xs:boolean" />
  <xs:attribute name="alignmentMode" />
  <xs:attribute name="rowOrderPreserved" type="xs:boolean" />
  <xs:attribute name="columnOrderPreserved" type="xs:boolean" />
  <xs:attribute name="dividerHeight" type="android:dimension" />
  <xs:attribute name="headerDividersEnabled" type="xs:boolean" />
  <xs:attribute name="footerDividersEnabled" type="xs:boolean" />
  <xs:attribute name="overScrollHeader" type="android:reference" />
  <xs:attribute name="overScrollFooter" type="android:reference" />
  <xs:attribute name="borderTop" type="android:dimension" />
  <xs:attribute name="borderBottom" type="android:dimension" />
  <xs:attribute name="borderLeft" type="android:dimension" />
  <xs:attribute name="borderRight" type="android:dimension" />
  <xs:attribute name="layout_removeBorders" type="xs:boolean" />
  <xs:attribute name="itemTextAppearance" type="android:reference" />
  <xs:attribute name="horizontalDivider" type="android:reference" />
  <xs:attribute name="verticalDivider" type="android:reference" />
  <xs:attribute name="headerBackground" type="android:color" />
  <xs:attribute name="itemBackground" type="android:color" />
  <xs:attribute name="itemIconDisabledAlpha" type="xs:float" />
  <xs:attribute name="preserveIconSpacing" type="xs:boolean" />
  <xs:attribute name="subMenuArrow" type="android:reference" />
  <xs:attribute name="rowHeight" type="android:dimension" />
  <xs:attribute name="maxRows" type="xs:integer" />
  <xs:attribute name="maxItemsPerRow" type="xs:integer" />
  <xs:attribute name="maxItems" type="xs:integer" />
  <xs:attribute name="moreIcon" type="android:reference" />
  <xs:attribute name="min" type="xs:integer" />
  <xs:attribute name="max" type="xs:integer" />
  <xs:attribute name="progress" type="xs:integer" />
  <xs:attribute name="secondaryProgress" type="xs:integer" />
  <xs:attribute name="indeterminate" type="xs:boolean" />
  <xs:attribute name="indeterminateOnly" type="xs:boolean" />
  <xs:attribute name="indeterminateDrawable" type="android:reference" />
  <xs:attribute name="progressDrawable" type="android:reference" />
  <xs:attribute name="indeterminateDuration" type="xs:integer" />
  <xs:simpleType name="indeterminateBehavior_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="repeat" />
      <xs:enumeration value="cycle" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="indeterminateBehavior">
    <xs:simpleType>
      <xs:list itemType="android:indeterminateBehavior_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="interpolator" type="android:reference" />
  <xs:attribute name="animationResolution" type="xs:integer" />
  <xs:attribute name="mirrorForRtl" type="xs:boolean" />
  <xs:attribute name="progressTint" type="android:color" />
  <xs:simpleType name="progressTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="progressTintMode">
    <xs:simpleType>
      <xs:list itemType="android:progressTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="progressBackgroundTint" type="android:color" />
  <xs:simpleType name="progressBackgroundTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="progressBackgroundTintMode">
    <xs:simpleType>
      <xs:list itemType="android:progressBackgroundTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="secondaryProgressTint" type="android:color" />
  <xs:simpleType name="secondaryProgressTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="secondaryProgressTintMode">
    <xs:simpleType>
      <xs:list itemType="android:secondaryProgressTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indeterminateTint" type="android:color" />
  <xs:simpleType name="indeterminateTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="indeterminateTintMode">
    <xs:simpleType>
      <xs:list itemType="android:indeterminateTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="thumb" type="android:reference" />
  <xs:attribute name="thumbOffset" type="android:dimension" />
  <xs:attribute name="splitTrack" type="xs:boolean" />
  <xs:attribute name="useDisabledAlpha" type="xs:boolean" />
  <xs:attribute name="thumbTint" type="android:color" />
  <xs:simpleType name="thumbTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="thumbTintMode">
    <xs:simpleType>
      <xs:list itemType="android:thumbTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="tickMark" type="android:reference" />
  <xs:attribute name="tickMarkTint" type="android:color" />
  <xs:simpleType name="tickMarkTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="tickMarkTintMode">
    <xs:simpleType>
      <xs:list itemType="android:tickMarkTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="resOutColor" type="android:color" />
  <xs:attribute name="clickColor" type="android:color" />
  <xs:attribute name="numStars" type="xs:integer" />
  <xs:attribute name="rating" type="xs:float" />
  <xs:attribute name="stepSize" type="xs:float" />
  <xs:attribute name="isIndicator" type="xs:boolean" />
  <xs:attribute name="checkedButton" type="xs:integer" />
  <xs:attribute name="stretchColumns" type="xs:string" />
  <xs:attribute name="shrinkColumns" type="xs:string" />
  <xs:attribute name="collapseColumns" type="xs:string" />
  <xs:attribute name="layout_column" type="xs:integer" />
  <xs:attribute name="layout_span" type="xs:integer" />
  <xs:attribute name="tabStripEnabled" type="xs:boolean" />
  <xs:attribute name="tabStripLeft" type="android:reference" />
  <xs:attribute name="tabStripRight" type="android:reference" />
  <xs:attribute name="tabLayout" type="android:reference" />
  <xs:attribute name="textStyle" />
  <xs:attribute name="typeface" />
  <xs:attribute name="fontFamily" />
  <xs:attribute name="textColorHighlight" />
  <xs:attribute name="textColorHint" />
  <xs:attribute name="textColorLink" />
  <xs:attribute name="textAllCaps" type="xs:boolean" />
  <xs:attribute name="shadowColor" type="android:color" />
  <xs:attribute name="shadowDx" type="xs:float" />
  <xs:attribute name="shadowDy" type="xs:float" />
  <xs:attribute name="shadowRadius" type="xs:float" />
  <xs:attribute name="elegantTextHeight" type="xs:boolean" />
  <xs:attribute name="letterSpacing" type="xs:float" />
  <xs:attribute name="fontFeatureSettings" type="xs:string" />
  <xs:attribute name="format12Hour" type="xs:string" />
  <xs:attribute name="format24Hour" type="xs:string" />
  <xs:attribute name="timeZone" type="xs:string" />
  <xs:simpleType name="bufferType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="spannable" />
      <xs:enumeration value="editable" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="bufferType">
    <xs:simpleType>
      <xs:list itemType="android:bufferType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="text" type="xs:string" />
  <xs:attribute name="hint" type="xs:string" />
  <xs:attribute name="textScaleX" type="xs:float" />
  <xs:attribute name="cursorVisible" type="xs:boolean" />
  <xs:attribute name="maxLines" type="xs:integer" />
  <xs:attribute name="lines" type="xs:integer" />
  <xs:attribute name="height" type="android:dimension" />
  <xs:attribute name="minLines" type="xs:integer" />
  <xs:attribute name="maxEms" type="xs:integer" />
  <xs:attribute name="ems" type="xs:integer" />
  <xs:attribute name="width" type="android:dimension" />
  <xs:attribute name="minEms" type="xs:integer" />
  <xs:attribute name="scrollHorizontally" type="xs:boolean" />
  <xs:attribute name="password" type="xs:boolean" />
  <xs:attribute name="singleLine" type="xs:boolean" />
  <xs:attribute name="enabled" type="xs:boolean" />
  <xs:attribute name="selectAllOnFocus" type="xs:boolean" />
  <xs:attribute name="includeFontPadding" type="xs:boolean" />
  <xs:attribute name="maxLength" type="xs:integer" />
  <xs:attribute name="autoLink" />
  <xs:attribute name="linksClickable" type="xs:boolean" />
  <xs:simpleType name="numeric_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="integer" />
      <xs:enumeration value="signed" />
      <xs:enumeration value="decimal" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="numeric">
    <xs:simpleType>
      <xs:list itemType="android:numeric_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="digits" type="xs:string" />
  <xs:attribute name="phoneNumber" type="xs:boolean" />
  <xs:attribute name="inputMethod" type="xs:string" />
  <xs:simpleType name="capitalize_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="sentences" />
      <xs:enumeration value="words" />
      <xs:enumeration value="characters" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="capitalize">
    <xs:simpleType>
      <xs:list itemType="android:capitalize_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="autoText" type="xs:boolean" />
  <xs:attribute name="editable" type="xs:boolean" />
  <xs:attribute name="freezesText" type="xs:boolean" />
  <xs:attribute name="ellipsize" />
  <xs:attribute name="drawableTop" type="android:reference" />
  <xs:attribute name="drawableBottom" type="android:reference" />
  <xs:attribute name="drawableLeft" type="android:reference" />
  <xs:attribute name="drawableRight" type="android:reference" />
  <xs:attribute name="drawableStart" type="android:reference" />
  <xs:attribute name="drawableEnd" type="android:reference" />
  <xs:attribute name="drawablePadding" type="android:dimension" />
  <xs:attribute name="drawableTint" type="android:color" />
  <xs:simpleType name="drawableTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="drawableTintMode">
    <xs:simpleType>
      <xs:list itemType="android:drawableTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="lineSpacingExtra" type="android:dimension" />
  <xs:attribute name="lineSpacingMultiplier" type="xs:float" />
  <xs:simpleType name="marqueeRepeatLimit_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="marquee_forever" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="marqueeRepeatLimit">
    <xs:simpleType>
      <xs:list itemType="android:marqueeRepeatLimit_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="inputType" />
  <xs:attribute name="allowUndo" type="xs:boolean" />
  <xs:attribute name="imeOptions" />
  <xs:attribute name="privateImeOptions" type="xs:string" />
  <xs:attribute name="imeActionLabel" type="xs:string" />
  <xs:attribute name="imeActionId" type="xs:integer" />
  <xs:attribute name="editorExtras" type="android:reference" />
  <xs:attribute name="textCursorDrawable" />
  <xs:attribute name="textIsSelectable" />
  <xs:simpleType name="breakStrategy_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="simple" />
      <xs:enumeration value="high_quality" />
      <xs:enumeration value="balanced" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="breakStrategy">
    <xs:simpleType>
      <xs:list itemType="android:breakStrategy_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="hyphenationFrequency_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="normal" />
      <xs:enumeration value="full" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="hyphenationFrequency">
    <xs:simpleType>
      <xs:list itemType="android:hyphenationFrequency_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="autoSizeTextType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="uniform" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="autoSizeTextType">
    <xs:simpleType>
      <xs:restriction base="android:autoSizeTextType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="autoSizeStepGranularity" type="android:dimension" />
  <xs:attribute name="autoSizePresetSizes" />
  <xs:attribute name="autoSizeMinTextSize" type="android:dimension" />
  <xs:attribute name="autoSizeMaxTextSize" type="android:dimension" />
  <xs:simpleType name="justificationMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="inter_word" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="justificationMode">
    <xs:simpleType>
      <xs:list itemType="android:justificationMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="completionHint" type="xs:string" />
  <xs:attribute name="completionHintView" type="android:reference" />
  <xs:attribute name="completionThreshold" type="xs:integer" />
  <xs:attribute name="dropDownSelector" type="android:reference" />
  <xs:attribute name="dropDownAnchor" type="android:reference" />
  <xs:simpleType name="dropDownWidth_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="fill_parent" />
      <xs:enumeration value="match_parent" />
      <xs:enumeration value="wrap_content" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="dropDownWidth">
    <xs:simpleType>
      <xs:list itemType="android:dropDownWidth_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="dropDownHeight_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="fill_parent" />
      <xs:enumeration value="match_parent" />
      <xs:enumeration value="wrap_content" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="dropDownHeight">
    <xs:simpleType>
      <xs:list itemType="android:dropDownHeight_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="popupTheme" />
  <xs:attribute name="popupBackground" type="android:reference" />
  <xs:attribute name="popupElevation" type="android:dimension" />
  <xs:attribute name="popupAnimationStyle" type="android:reference" />
  <xs:attribute name="overlapAnchor" type="xs:boolean" />
  <xs:attribute name="popupEnterTransition" type="android:reference" />
  <xs:attribute name="popupExitTransition" type="android:reference" />
  <xs:attribute name="dropDownVerticalOffset" type="android:dimension" />
  <xs:attribute name="dropDownHorizontalOffset" type="android:dimension" />
  <xs:attribute name="inAnimation" type="android:reference" />
  <xs:attribute name="outAnimation" type="android:reference" />
  <xs:attribute name="animateFirstView" type="xs:boolean" />
  <xs:attribute name="flipInterval" type="xs:integer" />
  <xs:attribute name="autoStart" type="xs:boolean" />
  <xs:attribute name="loopViews" type="xs:boolean" />
  <xs:attribute name="fillViewport" type="xs:boolean" />
  <xs:attribute name="prompt" type="android:reference" />
  <xs:simpleType name="spinnerMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="dialog" />
      <xs:enumeration value="dropdown" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="spinnerMode">
    <xs:simpleType>
      <xs:restriction base="android:spinnerMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="popupPromptView" type="android:reference" />
  <xs:attribute name="disableChildrenWhenDisabled" type="xs:boolean" />
  <xs:attribute name="firstDayOfWeek" />
  <xs:attribute name="minDate" type="xs:string" />
  <xs:attribute name="maxDate" type="xs:string" />
  <xs:attribute name="spinnersShown" type="xs:boolean" />
  <xs:attribute name="calendarViewShown" type="xs:boolean" />
  <xs:attribute name="internalLayout" type="android:reference" />
  <xs:attribute name="legacyLayout" />
  <xs:attribute name="headerTextColor" type="android:color" />
  <xs:attribute name="yearListItemTextAppearance" type="android:reference" />
  <xs:attribute name="yearListItemActivatedTextAppearance" type="android:reference" />
  <xs:attribute name="calendarTextColor" type="android:color" />
  <xs:simpleType name="datePickerMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="spinner" />
      <xs:enumeration value="calendar" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="datePickerMode">
    <xs:simpleType>
      <xs:list itemType="android:datePickerMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="startYear" type="xs:integer" />
  <xs:attribute name="endYear" type="xs:integer" />
  <xs:attribute name="headerMonthTextAppearance" type="android:reference" />
  <xs:attribute name="headerDayOfMonthTextAppearance" type="android:reference" />
  <xs:attribute name="headerYearTextAppearance" type="android:reference" />
  <xs:attribute name="dayOfWeekBackground" type="android:color" />
  <xs:attribute name="dayOfWeekTextAppearance" type="android:reference" />
  <xs:attribute name="yearListSelectorColor" type="android:color" />
  <xs:attribute name="dialogMode" type="xs:boolean" />
  <xs:simpleType name="mode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="oneLine" />
      <xs:enumeration value="collapsing" />
      <xs:enumeration value="twoLine" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="mode">
    <xs:simpleType>
      <xs:list itemType="android:mode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="handle" type="android:reference" />
  <xs:attribute name="content" type="android:reference" />
  <xs:attribute name="bottomOffset" type="android:dimension" />
  <xs:attribute name="topOffset" type="android:dimension" />
  <xs:attribute name="allowSingleTap" type="xs:boolean" />
  <xs:attribute name="animateOnClick" type="xs:boolean" />
  <xs:attribute name="gestureStrokeWidth" type="xs:float" />
  <xs:attribute name="gestureColor" type="android:color" />
  <xs:attribute name="uncertainGestureColor" type="android:color" />
  <xs:attribute name="fadeOffset" type="xs:integer" />
  <xs:attribute name="fadeDuration" type="xs:integer" />
  <xs:simpleType name="gestureStrokeType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="single" />
      <xs:enumeration value="multiple" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="gestureStrokeType">
    <xs:simpleType>
      <xs:list itemType="android:gestureStrokeType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="gestureStrokeLengthThreshold" type="xs:float" />
  <xs:attribute name="gestureStrokeSquarenessThreshold" type="xs:float" />
  <xs:attribute name="gestureStrokeAngleThreshold" type="xs:float" />
  <xs:attribute name="eventsInterceptionEnabled" type="xs:boolean" />
  <xs:attribute name="fadeEnabled" type="xs:boolean" />
  <xs:simpleType name="quickContactWindowSize_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="modeSmall" />
      <xs:enumeration value="modeMedium" />
      <xs:enumeration value="modeLarge" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="quickContactWindowSize">
    <xs:simpleType>
      <xs:list itemType="android:quickContactWindowSize_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="layout_x" type="android:dimension" />
  <xs:attribute name="layout_y" type="android:dimension" />
  <xs:attribute name="layout_weight" type="xs:float" />
  <xs:attribute name="layout_gravity" />
  <xs:attribute name="layout_row" type="xs:integer" />
  <xs:attribute name="layout_rowSpan" type="xs:integer" />
  <xs:attribute name="layout_rowWeight" type="xs:float" />
  <xs:attribute name="layout_columnSpan" type="xs:integer" />
  <xs:attribute name="layout_columnWeight" type="xs:float" />
  <xs:attribute name="layout_toLeftOf" type="android:reference" />
  <xs:attribute name="layout_toRightOf" type="android:reference" />
  <xs:attribute name="layout_above" type="android:reference" />
  <xs:attribute name="layout_below" type="android:reference" />
  <xs:attribute name="layout_alignBaseline" type="android:reference" />
  <xs:attribute name="layout_alignLeft" type="android:reference" />
  <xs:attribute name="layout_alignTop" type="android:reference" />
  <xs:attribute name="layout_alignRight" type="android:reference" />
  <xs:attribute name="layout_alignBottom" type="android:reference" />
  <xs:attribute name="layout_alignParentLeft" type="xs:boolean" />
  <xs:attribute name="layout_alignParentTop" type="xs:boolean" />
  <xs:attribute name="layout_alignParentRight" type="xs:boolean" />
  <xs:attribute name="layout_alignParentBottom" type="xs:boolean" />
  <xs:attribute name="layout_centerInParent" type="xs:boolean" />
  <xs:attribute name="layout_centerHorizontal" type="xs:boolean" />
  <xs:attribute name="layout_centerVertical" type="xs:boolean" />
  <xs:attribute name="layout_alignWithParentIfMissing" type="xs:boolean" />
  <xs:attribute name="layout_toStartOf" type="android:reference" />
  <xs:attribute name="layout_toEndOf" type="android:reference" />
  <xs:attribute name="layout_alignStart" type="android:reference" />
  <xs:attribute name="layout_alignEnd" type="android:reference" />
  <xs:attribute name="layout_alignParentStart" type="xs:boolean" />
  <xs:attribute name="layout_alignParentEnd" type="xs:boolean" />
  <xs:attribute name="layout_scale" type="xs:float" />
  <xs:attribute name="majorWeightMin" type="xs:float" />
  <xs:attribute name="minorWeightMin" type="xs:float" />
  <xs:attribute name="majorWeightMax" type="xs:float" />
  <xs:attribute name="minorWeightMax" type="xs:float" />
  <xs:attribute name="monthTextAppearance" type="android:reference" />
  <xs:attribute name="weekDayTextAppearance" type="android:reference" />
  <xs:attribute name="dateTextAppearance" type="android:reference" />
  <xs:attribute name="daySelectorColor" type="android:color" />
  <xs:attribute name="dayHighlightColor" type="android:color" />
  <xs:simpleType name="calendarViewMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="holo" />
      <xs:enumeration value="material" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="calendarViewMode">
    <xs:simpleType>
      <xs:list itemType="android:calendarViewMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="showWeekNumber" type="xs:boolean" />
  <xs:attribute name="shownWeekCount" type="xs:integer" />
  <xs:attribute name="selectedWeekBackgroundColor" type="android:color" />
  <xs:attribute name="focusedMonthDateColor" type="android:color" />
  <xs:attribute name="unfocusedMonthDateColor" type="android:color" />
  <xs:attribute name="weekNumberColor" type="android:color" />
  <xs:attribute name="weekSeparatorLineColor" type="android:color" />
  <xs:attribute name="selectedDateVerticalBar" type="android:reference" />
  <xs:attribute name="solidColor" type="android:color" />
  <xs:attribute name="selectionDivider" type="android:reference" />
  <xs:attribute name="selectionDividerHeight" type="android:dimension" />
  <xs:attribute name="selectionDividersDistance" type="android:dimension" />
  <xs:attribute name="internalMinHeight" type="android:dimension" />
  <xs:attribute name="internalMaxHeight" type="android:dimension" />
  <xs:attribute name="internalMinWidth" type="android:dimension" />
  <xs:attribute name="internalMaxWidth" type="android:dimension" />
  <xs:attribute name="virtualButtonPressedDrawable" type="android:reference" />
  <xs:attribute name="hideWheelUntilFocused" type="xs:boolean" />
  <xs:attribute name="numbersTextColor" type="android:color" />
  <xs:attribute name="numbersInnerTextColor" type="android:color" />
  <xs:attribute name="numbersBackgroundColor" type="android:color" />
  <xs:attribute name="numbersSelectorColor" type="android:color" />
  <xs:simpleType name="timePickerMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="spinner" />
      <xs:enumeration value="clock" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="timePickerMode">
    <xs:simpleType>
      <xs:list itemType="android:timePickerMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="headerAmPmTextAppearance" type="android:reference" />
  <xs:attribute name="headerTimeTextAppearance" type="android:reference" />
  <xs:attribute name="amPmTextColor" type="android:color" />
  <xs:attribute name="amPmBackgroundColor" type="android:color" />
  <xs:attribute name="visible" type="xs:boolean" />
  <xs:attribute name="autoMirrored" type="xs:boolean" />
  <xs:attribute name="drawable" />
  <xs:attribute name="variablePadding" type="xs:boolean" />
  <xs:attribute name="constantSize" type="xs:boolean" />
  <xs:attribute name="dither" type="xs:boolean" />
  <xs:attribute name="enterFadeDuration" type="xs:integer" />
  <xs:attribute name="exitFadeDuration" type="xs:integer" />
  <xs:attribute name="fromId" type="android:reference" />
  <xs:attribute name="toId" type="android:reference" />
  <xs:attribute name="reversible" type="xs:boolean" />
  <xs:attribute name="oneshot" type="xs:boolean" />
  <xs:attribute name="duration" type="xs:integer" />
  <xs:attribute name="animation" />
  <xs:attribute name="color" />
  <xs:simpleType name="shape_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="rectangle" />
      <xs:enumeration value="oval" />
      <xs:enumeration value="line" />
      <xs:enumeration value="ring" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="shape">
    <xs:simpleType>
      <xs:list itemType="android:shape_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="innerRadiusRatio" type="xs:float" />
  <xs:attribute name="thicknessRatio" type="xs:float" />
  <xs:attribute name="innerRadius" type="android:dimension" />
  <xs:attribute name="thickness" type="android:dimension" />
  <xs:attribute name="useLevel" />
  <xs:attribute name="opticalInsetLeft" />
  <xs:attribute name="opticalInsetTop" />
  <xs:attribute name="opticalInsetRight" />
  <xs:attribute name="opticalInsetBottom" />
  <xs:attribute name="startColor" type="android:color" />
  <xs:attribute name="centerColor" type="android:color" />
  <xs:attribute name="endColor" type="android:color" />
  <xs:attribute name="angle" type="xs:float" />
  <xs:simpleType name="type_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="linear" />
      <xs:enumeration value="radial" />
      <xs:enumeration value="sweep" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="type">
    <xs:simpleType>
      <xs:list itemType="android:type_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="centerX" type="xs:float" />
  <xs:attribute name="centerY" type="xs:float" />
  <xs:attribute name="gradientRadius" type="xs:float" />
  <xs:attribute name="dashWidth" type="android:dimension" />
  <xs:attribute name="dashGap" type="android:dimension" />
  <xs:attribute name="radius" type="android:dimension" />
  <xs:attribute name="topLeftRadius" type="android:dimension" />
  <xs:attribute name="topRightRadius" type="android:dimension" />
  <xs:attribute name="bottomLeftRadius" type="android:dimension" />
  <xs:attribute name="bottomRightRadius" type="android:dimension" />
  <xs:attribute name="left" type="android:dimension" />
  <xs:attribute name="top" type="android:dimension" />
  <xs:attribute name="right" type="android:dimension" />
  <xs:attribute name="bottom" type="android:dimension" />
  <xs:simpleType name="opacity_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="opaque" />
      <xs:enumeration value="transparent" />
      <xs:enumeration value="translucent" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="opacity">
    <xs:simpleType>
      <xs:list itemType="android:opacity_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="paddingMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="nest" />
      <xs:enumeration value="stack" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="paddingMode">
    <xs:simpleType>
      <xs:list itemType="android:paddingMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="start" type="android:dimension" />
  <xs:attribute name="end" type="android:dimension" />
  <xs:attribute name="minLevel" type="xs:integer" />
  <xs:attribute name="maxLevel" type="xs:integer" />
  <xs:attribute name="fromDegrees" type="xs:float" />
  <xs:attribute name="toDegrees" type="xs:float" />
  <xs:attribute name="pivotX" type="xs:float" />
  <xs:attribute name="pivotY" type="xs:float" />
  <xs:attribute name="frameDuration" type="xs:integer" />
  <xs:attribute name="framesCount" type="xs:integer" />
  <xs:attribute name="inset" type="android:fraction" />
  <xs:attribute name="insetLeft" type="android:fraction" />
  <xs:attribute name="insetRight" type="android:fraction" />
  <xs:attribute name="insetTop" type="android:fraction" />
  <xs:attribute name="insetBottom" type="android:fraction" />
  <xs:attribute name="antialias" type="xs:boolean" />
  <xs:attribute name="filter" type="xs:boolean" />
  <xs:simpleType name="tileMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="disabled" />
      <xs:enumeration value="clamp" />
      <xs:enumeration value="repeat" />
      <xs:enumeration value="mirror" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="tileMode">
    <xs:simpleType>
      <xs:list itemType="android:tileMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="tileModeX_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="disabled" />
      <xs:enumeration value="clamp" />
      <xs:enumeration value="repeat" />
      <xs:enumeration value="mirror" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="tileModeX">
    <xs:simpleType>
      <xs:list itemType="android:tileModeX_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="tileModeY_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="disabled" />
      <xs:enumeration value="clamp" />
      <xs:enumeration value="repeat" />
      <xs:enumeration value="mirror" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="tileModeY">
    <xs:simpleType>
      <xs:list itemType="android:tileModeY_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="mipMap" type="xs:boolean" />
  <xs:attribute name="scaleWidth" type="xs:string" />
  <xs:attribute name="scaleHeight" type="xs:string" />
  <xs:simpleType name="scaleGravity_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
      <xs:enumeration value="center_vertical" />
      <xs:enumeration value="fill_vertical" />
      <xs:enumeration value="center_horizontal" />
      <xs:enumeration value="fill_horizontal" />
      <xs:enumeration value="center" />
      <xs:enumeration value="fill" />
      <xs:enumeration value="clip_vertical" />
      <xs:enumeration value="clip_horizontal" />
      <xs:enumeration value="start" />
      <xs:enumeration value="end" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="scaleGravity">
    <xs:simpleType>
      <xs:list itemType="android:scaleGravity_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="level" type="xs:integer" />
  <xs:attribute name="useIntrinsicSizeAsMinimum" type="xs:boolean" />
  <xs:simpleType name="clipOrientation_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="horizontal" />
      <xs:enumeration value="vertical" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="clipOrientation">
    <xs:simpleType>
      <xs:list itemType="android:clipOrientation_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="viewportWidth" type="xs:float" />
  <xs:attribute name="viewportHeight" type="xs:float" />
  <xs:attribute name="translateX" type="xs:float" />
  <xs:attribute name="translateY" type="xs:float" />
  <xs:attribute name="strokeWidth" type="xs:float" />
  <xs:attribute name="strokeColor" type="android:color" />
  <xs:attribute name="strokeAlpha" type="xs:float" />
  <xs:attribute name="fillColor" type="android:color" />
  <xs:attribute name="fillAlpha" type="xs:float" />
  <xs:attribute name="pathData" type="xs:string" />
  <xs:attribute name="trimPathStart" type="xs:float" />
  <xs:attribute name="trimPathEnd" type="xs:float" />
  <xs:attribute name="trimPathOffset" type="xs:float" />
  <xs:simpleType name="strokeLineCap_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="butt" />
      <xs:enumeration value="round" />
      <xs:enumeration value="square" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="strokeLineCap">
    <xs:simpleType>
      <xs:restriction base="android:strokeLineCap_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="strokeLineJoin_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="miter" />
      <xs:enumeration value="round" />
      <xs:enumeration value="bevel" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="strokeLineJoin">
    <xs:simpleType>
      <xs:restriction base="android:strokeLineJoin_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="strokeMiterLimit" type="xs:float" />
  <xs:simpleType name="fillType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="nonZero" />
      <xs:enumeration value="evenOdd" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="fillType">
    <xs:simpleType>
      <xs:restriction base="android:fillType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fillEnabled" type="xs:boolean" />
  <xs:attribute name="fillBefore" type="xs:boolean" />
  <xs:attribute name="fillAfter" type="xs:boolean" />
  <xs:attribute name="startOffset" type="xs:integer" />
  <xs:simpleType name="repeatCount_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="infinite" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="repeatCount">
    <xs:simpleType>
      <xs:list itemType="android:repeatCount_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="repeatMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="restart" />
      <xs:enumeration value="reverse" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="repeatMode">
    <xs:simpleType>
      <xs:list itemType="android:repeatMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="zAdjustment_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="zAdjustment">
    <xs:simpleType>
      <xs:list itemType="android:zAdjustment_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="detachWallpaper" type="xs:boolean" />
  <xs:attribute name="shareInterpolator" type="xs:boolean" />
  <xs:attribute name="fromXScale" type="xs:float" />
  <xs:attribute name="toXScale" type="xs:float" />
  <xs:attribute name="fromYScale" type="xs:float" />
  <xs:attribute name="toYScale" type="xs:float" />
  <xs:attribute name="fromXDelta" type="xs:float" />
  <xs:attribute name="toXDelta" type="xs:float" />
  <xs:attribute name="fromYDelta" type="xs:float" />
  <xs:attribute name="toYDelta" type="xs:float" />
  <xs:attribute name="fromAlpha" type="xs:float" />
  <xs:attribute name="toAlpha" type="xs:float" />
  <xs:attribute name="delay" type="xs:float" />
  <xs:simpleType name="animationOrder_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="reverse" />
      <xs:enumeration value="random" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="animationOrder">
    <xs:simpleType>
      <xs:list itemType="android:animationOrder_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="columnDelay" type="xs:float" />
  <xs:attribute name="rowDelay" type="xs:float" />
  <xs:simpleType name="direction_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="left_to_right" />
      <xs:enumeration value="right_to_left" />
      <xs:enumeration value="top_to_bottom" />
      <xs:enumeration value="bottom_to_top" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="direction">
    <xs:simpleType>
      <xs:list itemType="android:direction_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="directionPriority_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="column" />
      <xs:enumeration value="row" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="directionPriority">
    <xs:simpleType>
      <xs:list itemType="android:directionPriority_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="factor" type="xs:float" />
  <xs:attribute name="cycles" type="xs:float" />
  <xs:attribute name="tension" type="xs:float" />
  <xs:attribute name="extraTension" type="xs:float" />
  <xs:attribute name="controlX1" type="xs:float" />
  <xs:attribute name="controlY1" type="xs:float" />
  <xs:attribute name="controlX2" type="xs:float" />
  <xs:attribute name="controlY2" type="xs:float" />
  <xs:attribute name="startDelay" type="xs:integer" />
  <xs:attribute name="matchOrder" type="xs:string" />
  <xs:attribute name="interpolatorX" type="android:reference" />
  <xs:attribute name="interpolatorY" type="android:reference" />
  <xs:attribute name="interpolatorZ" type="android:reference" />
  <xs:simpleType name="fadingMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="fade_in" />
      <xs:enumeration value="fade_out" />
      <xs:enumeration value="fade_in_out" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="fadingMode">
    <xs:simpleType>
      <xs:list itemType="android:fadingMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="slideEdge_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="left" />
      <xs:enumeration value="top" />
      <xs:enumeration value="right" />
      <xs:enumeration value="bottom" />
      <xs:enumeration value="start" />
      <xs:enumeration value="end" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="slideEdge">
    <xs:simpleType>
      <xs:list itemType="android:slideEdge_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="transitionVisibilityMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="mode_in" />
      <xs:enumeration value="mode_out" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="transitionVisibilityMode">
    <xs:simpleType>
      <xs:list itemType="android:transitionVisibilityMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="targetId" type="android:reference" />
  <xs:attribute name="excludeId" type="android:reference" />
  <xs:attribute name="targetClass" />
  <xs:attribute name="excludeClass" type="xs:string" />
  <xs:attribute name="targetName" type="xs:string" />
  <xs:attribute name="excludeName" type="xs:string" />
  <xs:simpleType name="transitionOrdering_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="together" />
      <xs:enumeration value="sequential" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="transitionOrdering">
    <xs:simpleType>
      <xs:list itemType="android:transitionOrdering_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="reparentWithOverlay" type="xs:boolean" />
  <xs:attribute name="reparent" type="xs:boolean" />
  <xs:attribute name="resizeClip" type="xs:boolean" />
  <xs:attribute name="transition" type="android:reference" />
  <xs:attribute name="fromScene" type="android:reference" />
  <xs:attribute name="toScene" type="android:reference" />
  <xs:attribute name="minimumHorizontalAngle" type="xs:float" />
  <xs:attribute name="minimumVerticalAngle" type="xs:float" />
  <xs:attribute name="maximumAngle" type="xs:float" />
  <xs:attribute name="patternPathData" type="xs:string" />
  <xs:attribute name="valueFrom" type="xs:float" />
  <xs:attribute name="valueTo" type="xs:float" />
  <xs:simpleType name="valueType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="floatType" />
      <xs:enumeration value="intType" />
      <xs:enumeration value="pathType" />
      <xs:enumeration value="colorType" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="valueType">
    <xs:simpleType>
      <xs:list itemType="android:valueType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="removeBeforeMRelease" type="xs:integer" />
  <xs:attribute name="propertyName" />
  <xs:attribute name="fraction" type="xs:float" />
  <xs:attribute name="propertyXName" type="xs:string" />
  <xs:attribute name="propertyYName" type="xs:string" />
  <xs:simpleType name="ordering_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="together" />
      <xs:enumeration value="sequentially" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="ordering">
    <xs:simpleType>
      <xs:list itemType="android:ordering_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="state_focused" type="xs:boolean" />
  <xs:attribute name="state_window_focused" type="xs:boolean" />
  <xs:attribute name="state_enabled" type="xs:boolean" />
  <xs:attribute name="state_checkable" type="xs:boolean" />
  <xs:attribute name="state_checked" type="xs:boolean" />
  <xs:attribute name="state_selected" type="xs:boolean" />
  <xs:attribute name="state_pressed" type="xs:boolean" />
  <xs:attribute name="state_activated" type="xs:boolean" />
  <xs:attribute name="state_active" type="xs:boolean" />
  <xs:attribute name="state_single" type="xs:boolean" />
  <xs:attribute name="state_first" type="xs:boolean" />
  <xs:attribute name="state_middle" type="xs:boolean" />
  <xs:attribute name="state_last" type="xs:boolean" />
  <xs:attribute name="state_accelerated" type="xs:boolean" />
  <xs:attribute name="state_hovered" type="xs:boolean" />
  <xs:attribute name="state_drag_can_accept" type="xs:boolean" />
  <xs:attribute name="state_drag_hovered" type="xs:boolean" />
  <xs:attribute name="state_accessibility_focused" type="xs:boolean" />
  <xs:attribute name="state_expanded" type="xs:boolean" />
  <xs:attribute name="state_empty" type="xs:boolean" />
  <xs:attribute name="state_above_anchor" type="xs:boolean" />
  <xs:attribute name="state_multiline" type="xs:boolean" />
  <xs:attribute name="searchButtonText" type="xs:string" />
  <xs:simpleType name="searchMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="showSearchLabelAsBadge" />
      <xs:enumeration value="showSearchIconAsBadge" />
      <xs:enumeration value="queryRewriteFromData" />
      <xs:enumeration value="queryRewriteFromText" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="searchMode">
    <xs:simpleType>
      <xs:list itemType="android:searchMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="voiceSearchMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="showVoiceSearchButton" />
      <xs:enumeration value="launchWebSearch" />
      <xs:enumeration value="launchRecognizer" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="voiceSearchMode">
    <xs:simpleType>
      <xs:list itemType="android:voiceSearchMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="voiceLanguageModel" type="xs:string" />
  <xs:attribute name="voicePromptText" type="xs:string" />
  <xs:attribute name="voiceLanguage" type="xs:string" />
  <xs:attribute name="voiceMaxResults" type="xs:integer" />
  <xs:attribute name="searchSuggestAuthority" type="xs:string" />
  <xs:attribute name="searchSuggestPath" type="xs:string" />
  <xs:attribute name="searchSuggestSelection" type="xs:string" />
  <xs:attribute name="searchSuggestIntentAction" type="xs:string" />
  <xs:attribute name="searchSuggestIntentData" type="xs:string" />
  <xs:attribute name="searchSuggestThreshold" type="xs:integer" />
  <xs:attribute name="includeInGlobalSearch" type="xs:boolean" />
  <xs:attribute name="queryAfterZeroResults" type="xs:boolean" />
  <xs:attribute name="searchSettingsDescription" type="xs:string" />
  <xs:attribute name="autoUrlDetect" type="xs:boolean" />
  <xs:attribute name="keycode" />
  <xs:attribute name="queryActionMsg" type="xs:string" />
  <xs:attribute name="suggestActionMsg" type="xs:string" />
  <xs:attribute name="suggestActionMsgColumn" type="xs:string" />
  <xs:attribute name="apiKey" type="xs:string" />
  <xs:simpleType name="menuCategory_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="container" />
      <xs:enumeration value="system" />
      <xs:enumeration value="secondary" />
      <xs:enumeration value="alternative" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="menuCategory">
    <xs:simpleType>
      <xs:list itemType="android:menuCategory_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="orderInCategory" type="xs:integer" />
  <xs:simpleType name="checkableBehavior_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="all" />
      <xs:enumeration value="single" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="checkableBehavior">
    <xs:simpleType>
      <xs:list itemType="android:checkableBehavior_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="title" type="xs:string" />
  <xs:attribute name="titleCondensed" type="xs:string" />
  <xs:attribute name="iconTint" type="android:color" />
  <xs:simpleType name="iconTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="iconTintMode">
    <xs:simpleType>
      <xs:list itemType="android:iconTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alphabeticShortcut" type="xs:string" />
  <xs:simpleType name="alphabeticModifiers_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="META" />
      <xs:enumeration value="CTRL" />
      <xs:enumeration value="ALT" />
      <xs:enumeration value="SHIFT" />
      <xs:enumeration value="SYM" />
      <xs:enumeration value="FUNCTION" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="alphabeticModifiers">
    <xs:simpleType>
      <xs:list itemType="android:alphabeticModifiers_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="numericShortcut" type="xs:string" />
  <xs:simpleType name="numericModifiers_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="META" />
      <xs:enumeration value="CTRL" />
      <xs:enumeration value="ALT" />
      <xs:enumeration value="SHIFT" />
      <xs:enumeration value="SYM" />
      <xs:enumeration value="FUNCTION" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="numericModifiers">
    <xs:simpleType>
      <xs:list itemType="android:numericModifiers_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="checkable" type="xs:boolean" />
  <xs:simpleType name="showAsAction_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="never" />
      <xs:enumeration value="ifRoom" />
      <xs:enumeration value="always" />
      <xs:enumeration value="withText" />
      <xs:enumeration value="collapseActionView" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="showAsAction">
    <xs:simpleType>
      <xs:list itemType="android:showAsAction_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="actionLayout" type="android:reference" />
  <xs:attribute name="actionViewClass" type="xs:string" />
  <xs:attribute name="actionProviderClass" type="xs:string" />
  <xs:attribute name="initialActivityCount" type="xs:string" />
  <xs:attribute name="expandActivityOverflowButtonDrawable" type="android:reference" />
  <xs:attribute name="orderingFromXml" type="xs:boolean" />
  <xs:attribute name="breadCrumbTitle" type="xs:string" />
  <xs:attribute name="breadCrumbShortTitle" type="xs:string" />
  <xs:attribute name="fragment" type="xs:string" />
  <xs:attribute name="key" type="xs:string" />
  <xs:attribute name="order" type="xs:integer" />
  <xs:attribute name="widgetLayout" type="android:reference" />
  <xs:attribute name="selectable" type="xs:boolean" />
  <xs:attribute name="dependency" type="xs:string" />
  <xs:attribute name="persistent" />
  <xs:attribute name="defaultValue" type="xs:string" />
  <xs:attribute name="shouldDisableView" type="xs:boolean" />
  <xs:attribute name="recycleEnabled" type="xs:boolean" />
  <xs:attribute name="singleLineTitle" type="xs:boolean" />
  <xs:attribute name="iconSpaceReserved" type="xs:boolean" />
  <xs:attribute name="summaryOn" type="xs:string" />
  <xs:attribute name="summaryOff" type="xs:string" />
  <xs:attribute name="disableDependentsState" type="xs:boolean" />
  <xs:attribute name="dialogTitle" type="xs:string" />
  <xs:attribute name="dialogMessage" type="xs:string" />
  <xs:attribute name="dialogIcon" type="android:reference" />
  <xs:attribute name="positiveButtonText" type="xs:string" />
  <xs:attribute name="negativeButtonText" type="xs:string" />
  <xs:attribute name="dialogLayout" type="android:reference" />
  <xs:attribute name="entryValues" type="android:reference" />
  <xs:simpleType name="ringtoneType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="ringtone" />
      <xs:enumeration value="notification" />
      <xs:enumeration value="alarm" />
      <xs:enumeration value="all" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="ringtoneType">
    <xs:simpleType>
      <xs:list itemType="android:ringtoneType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="showDefault" type="xs:boolean" />
  <xs:attribute name="showSilent" type="xs:boolean" />
  <xs:simpleType name="streamType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="voice" />
      <xs:enumeration value="system" />
      <xs:enumeration value="ring" />
      <xs:enumeration value="music" />
      <xs:enumeration value="alarm" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="streamType">
    <xs:simpleType>
      <xs:list itemType="android:streamType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="imeFullscreenBackground" type="android:reference" />
  <xs:attribute name="imeExtractEnterAnimation" type="android:reference" />
  <xs:attribute name="imeExtractExitAnimation" type="android:reference" />
  <xs:attribute name="keyboardViewStyle" type="android:reference" />
  <xs:attribute name="keyBackground" type="android:reference" />
  <xs:attribute name="keyTextSize" type="android:dimension" />
  <xs:attribute name="labelTextSize" type="android:dimension" />
  <xs:attribute name="keyTextColor" type="android:color" />
  <xs:attribute name="keyPreviewLayout" type="android:reference" />
  <xs:attribute name="keyPreviewOffset" type="android:dimension" />
  <xs:attribute name="keyPreviewHeight" type="android:dimension" />
  <xs:attribute name="verticalCorrection" type="android:dimension" />
  <xs:attribute name="popupLayout" type="android:reference" />
  <xs:attribute name="state_long_pressable" type="xs:boolean" />
  <xs:attribute name="keyWidth" type="android:dimension" />
  <xs:attribute name="keyHeight" type="android:dimension" />
  <xs:attribute name="horizontalGap" type="android:dimension" />
  <xs:attribute name="verticalGap" type="android:dimension" />
  <xs:simpleType name="rowEdgeFlags_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="rowEdgeFlags">
    <xs:simpleType>
      <xs:list itemType="android:rowEdgeFlags_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="keyboardMode" type="android:reference" />
  <xs:attribute name="codes" type="xs:integer" />
  <xs:attribute name="popupKeyboard" type="android:reference" />
  <xs:attribute name="popupCharacters" type="xs:string" />
  <xs:simpleType name="keyEdgeFlags_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="left" />
      <xs:enumeration value="right" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="keyEdgeFlags">
    <xs:simpleType>
      <xs:list itemType="android:keyEdgeFlags_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="isModifier" type="xs:boolean" />
  <xs:attribute name="isSticky" type="xs:boolean" />
  <xs:attribute name="isRepeatable" type="xs:boolean" />
  <xs:attribute name="iconPreview" type="android:reference" />
  <xs:attribute name="keyOutputText" type="xs:string" />
  <xs:attribute name="keyLabel" type="xs:string" />
  <xs:attribute name="keyIcon" type="android:reference" />
  <xs:attribute name="minResizeWidth" type="android:dimension" />
  <xs:attribute name="minResizeHeight" type="android:dimension" />
  <xs:attribute name="updatePeriodMillis" type="xs:integer" />
  <xs:attribute name="initialLayout" type="android:reference" />
  <xs:attribute name="initialKeyguardLayout" type="android:reference" />
  <xs:attribute name="configure" type="xs:string" />
  <xs:attribute name="previewImage" type="android:reference" />
  <xs:attribute name="autoAdvanceViewId" type="android:reference" />
  <xs:simpleType name="resizeMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="horizontal" />
      <xs:enumeration value="vertical" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="resizeMode">
    <xs:simpleType>
      <xs:list itemType="android:resizeMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="widgetCategory_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="home_screen" />
      <xs:enumeration value="keyguard" />
      <xs:enumeration value="searchbox" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="widgetCategory">
    <xs:simpleType>
      <xs:list itemType="android:widgetCategory_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="staticWallpaperPreview" type="android:reference" />
  <xs:attribute name="fragmentExitTransition" type="android:reference" />
  <xs:attribute name="fragmentEnterTransition" type="android:reference" />
  <xs:attribute name="fragmentSharedElementEnterTransition" type="android:reference" />
  <xs:attribute name="fragmentReturnTransition" type="android:reference" />
  <xs:attribute name="fragmentSharedElementReturnTransition" type="android:reference" />
  <xs:attribute name="fragmentReenterTransition" type="android:reference" />
  <xs:attribute name="fragmentAllowEnterTransitionOverlap" type="android:reference" />
  <xs:attribute name="fragmentAllowReturnTransitionOverlap" type="android:reference" />
  <xs:attribute name="thumbnail" type="android:reference" />
  <xs:attribute name="author" type="android:reference" />
  <xs:attribute name="contextUri" type="android:reference" />
  <xs:attribute name="contextDescription" type="android:reference" />
  <xs:attribute name="showMetadataInPreview" type="xs:boolean" />
  <xs:attribute name="unlockProfile" type="xs:boolean" />
  <xs:attribute name="accountType" type="xs:string" />
  <xs:attribute name="smallIcon" type="android:reference" />
  <xs:attribute name="accountPreferences" type="android:reference" />
  <xs:attribute name="customTokens" type="xs:boolean" />
  <xs:attribute name="contentAuthority" type="xs:string" />
  <xs:attribute name="userVisible" type="xs:boolean" />
  <xs:attribute name="supportsUploading" type="xs:boolean" />
  <xs:attribute name="allowParallelSyncs" type="xs:boolean" />
  <xs:attribute name="isAlwaysSyncable" type="xs:boolean" />
  <xs:attribute name="mimeType" />
  <xs:attribute name="summaryColumn" type="xs:string" />
  <xs:attribute name="detailColumn" type="xs:string" />
  <xs:attribute name="detailSocialSummary" type="xs:boolean" />
  <xs:attribute name="allContactsName" type="xs:string" />
  <xs:attribute name="targetDescriptions" type="android:reference" />
  <xs:attribute name="directionDescriptions" type="android:reference" />
  <xs:attribute name="aspect" type="xs:string" />
  <xs:attribute name="pathColor" type="android:color" />
  <xs:attribute name="regularColor" type="android:color" />
  <xs:attribute name="errorColor" type="android:color" />
  <xs:attribute name="successColor" type="android:color" />
  <xs:attribute name="sessionService" type="xs:string" />
  <xs:attribute name="recognitionService" type="xs:string" />
  <xs:attribute name="supportsAssist" type="xs:boolean" />
  <xs:attribute name="supportsLaunchVoiceAssistFromKeyguard" type="xs:boolean" />
  <xs:attribute name="supportsLocalInteraction" type="xs:boolean" />
  <xs:attribute name="searchKeyphraseId" type="xs:integer" />
  <xs:attribute name="searchKeyphrase" type="xs:string" />
  <xs:attribute name="searchKeyphraseSupportedLocales" type="xs:string" />
  <xs:simpleType name="searchKeyphraseRecognitionFlags_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="voiceTrigger" />
      <xs:enumeration value="userIdentification" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="searchKeyphraseRecognitionFlags">
    <xs:simpleType>
      <xs:list itemType="android:searchKeyphraseRecognitionFlags_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="navigationMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="listMode" />
      <xs:enumeration value="tabMode" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="navigationMode">
    <xs:simpleType>
      <xs:list itemType="android:navigationMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:simpleType name="displayOptions_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="useLogo" />
      <xs:enumeration value="showHome" />
      <xs:enumeration value="homeAsUp" />
      <xs:enumeration value="showTitle" />
      <xs:enumeration value="showCustom" />
      <xs:enumeration value="disableHome" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="displayOptions">
    <xs:simpleType>
      <xs:list itemType="android:displayOptions_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="subtitle" type="xs:string" />
  <xs:attribute name="titleTextStyle" type="android:reference" />
  <xs:attribute name="subtitleTextStyle" type="android:reference" />
  <xs:attribute name="logo" />
  <xs:attribute name="backgroundStacked" type="android:reference" />
  <xs:attribute name="backgroundSplit" type="android:reference" />
  <xs:attribute name="customNavigationLayout" type="android:reference" />
  <xs:attribute name="homeLayout" type="android:reference" />
  <xs:attribute name="indeterminateProgressStyle" type="android:reference" />
  <xs:attribute name="progressBarPadding" type="android:dimension" />
  <xs:attribute name="itemPadding" type="android:dimension" />
  <xs:attribute name="hideOnContentScroll" type="xs:boolean" />
  <xs:attribute name="contentInsetStart" type="android:dimension" />
  <xs:attribute name="contentInsetEnd" type="android:dimension" />
  <xs:attribute name="contentInsetLeft" type="android:dimension" />
  <xs:attribute name="contentInsetRight" type="android:dimension" />
  <xs:attribute name="contentInsetStartWithNavigation" type="android:dimension" />
  <xs:attribute name="contentInsetEndWithActions" type="android:dimension" />
  <xs:attribute name="closeItemLayout" type="android:reference" />
  <xs:attribute name="iconifiedByDefault" type="xs:boolean" />
  <xs:attribute name="queryHint" type="xs:string" />
  <xs:attribute name="defaultQueryHint" type="xs:string" />
  <xs:attribute name="closeIcon" type="android:reference" />
  <xs:attribute name="goIcon" type="android:reference" />
  <xs:attribute name="searchIcon" type="android:reference" />
  <xs:attribute name="searchHintIcon" type="android:reference" />
  <xs:attribute name="voiceIcon" type="android:reference" />
  <xs:attribute name="commitIcon" type="android:reference" />
  <xs:attribute name="suggestionRowLayout" type="android:reference" />
  <xs:attribute name="queryBackground" type="android:reference" />
  <xs:attribute name="submitBackground" type="android:reference" />
  <xs:attribute name="track" type="android:reference" />
  <xs:attribute name="trackTint" type="android:color" />
  <xs:simpleType name="trackTintMode_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="src_over" />
      <xs:enumeration value="src_in" />
      <xs:enumeration value="src_atop" />
      <xs:enumeration value="multiply" />
      <xs:enumeration value="screen" />
      <xs:enumeration value="add" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="trackTintMode">
    <xs:simpleType>
      <xs:list itemType="android:trackTintMode_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="thumbTextPadding" type="android:dimension" />
  <xs:attribute name="switchTextAppearance" type="android:reference" />
  <xs:attribute name="switchMinWidth" type="android:dimension" />
  <xs:attribute name="switchPadding" type="android:dimension" />
  <xs:attribute name="showText" type="xs:boolean" />
  <xs:attribute name="pointerIconArrow" type="android:reference" />
  <xs:attribute name="pointerIconSpotHover" type="android:reference" />
  <xs:attribute name="pointerIconSpotTouch" type="android:reference" />
  <xs:attribute name="pointerIconSpotAnchor" type="android:reference" />
  <xs:attribute name="pointerIconContextMenu" type="android:reference" />
  <xs:attribute name="pointerIconHand" type="android:reference" />
  <xs:attribute name="pointerIconHelp" type="android:reference" />
  <xs:attribute name="pointerIconWait" type="android:reference" />
  <xs:attribute name="pointerIconCell" type="android:reference" />
  <xs:attribute name="pointerIconCrosshair" type="android:reference" />
  <xs:attribute name="pointerIconText" type="android:reference" />
  <xs:attribute name="pointerIconVerticalText" type="android:reference" />
  <xs:attribute name="pointerIconAlias" type="android:reference" />
  <xs:attribute name="pointerIconCopy" type="android:reference" />
  <xs:attribute name="pointerIconNodrop" type="android:reference" />
  <xs:attribute name="pointerIconAllScroll" type="android:reference" />
  <xs:attribute name="pointerIconHorizontalDoubleArrow" type="android:reference" />
  <xs:attribute name="pointerIconVerticalDoubleArrow" type="android:reference" />
  <xs:attribute name="pointerIconTopRightDiagonalDoubleArrow" type="android:reference" />
  <xs:attribute name="pointerIconTopLeftDiagonalDoubleArrow" type="android:reference" />
  <xs:attribute name="pointerIconZoomIn" type="android:reference" />
  <xs:attribute name="pointerIconZoomOut" type="android:reference" />
  <xs:attribute name="pointerIconGrab" type="android:reference" />
  <xs:attribute name="pointerIconGrabbing" type="android:reference" />
  <xs:attribute name="bitmap" type="android:reference" />
  <xs:attribute name="hotSpotX" type="android:dimension" />
  <xs:attribute name="hotSpotY" type="android:dimension" />
  <xs:attribute name="mountPoint" type="xs:string" />
  <xs:attribute name="storageDescription" type="xs:string" />
  <xs:attribute name="primary" type="xs:boolean" />
  <xs:attribute name="removable" type="xs:boolean" />
  <xs:attribute name="emulated" type="xs:boolean" />
  <xs:attribute name="mtpReserve" type="xs:integer" />
  <xs:attribute name="allowMassStorage" type="xs:boolean" />
  <xs:attribute name="maxFileSize" type="xs:integer" />
  <xs:attribute name="switchTextOn" type="xs:string" />
  <xs:attribute name="switchTextOff" type="xs:string" />
  <xs:attribute name="adjustable" type="xs:boolean" />
  <xs:attribute name="showSeekBarValue" type="xs:boolean" />
  <xs:attribute name="screenLayout" type="android:reference" />
  <xs:attribute name="headerLayout" type="android:reference" />
  <xs:attribute name="headerRemoveIconIfEmpty" type="xs:boolean" />
  <xs:attribute name="keyboardLayout" type="android:reference" />
  <xs:attribute name="locale" type="xs:string" />
  <xs:attribute name="vendorId" type="xs:integer" />
  <xs:attribute name="productId" type="xs:integer" />
  <xs:attribute name="externalRouteEnabledDrawable" type="android:reference" />
  <xs:simpleType name="mediaRouteTypes_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="liveAudio" />
      <xs:enumeration value="user" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="mediaRouteTypes">
    <xs:simpleType>
      <xs:list itemType="android:mediaRouteTypes_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="pageSpacing" type="android:dimension" />
  <xs:attribute name="scrollIndicatorPaddingLeft" type="android:dimension" />
  <xs:attribute name="scrollIndicatorPaddingRight" type="android:dimension" />
  <xs:attribute name="dotSize" type="android:dimension" />
  <xs:attribute name="numDots" type="xs:integer" />
  <xs:attribute name="glowDot" type="android:reference" />
  <xs:attribute name="leftToRight" type="xs:boolean" />
  <xs:attribute name="itemLayout" type="android:reference" />
  <xs:attribute name="itemColor" type="android:color" />
  <xs:attribute name="titleTextAppearance" type="android:reference" />
  <xs:attribute name="subtitleTextAppearance" type="android:reference" />
  <xs:attribute name="titleMargin" type="android:dimension" />
  <xs:attribute name="titleMarginStart" type="android:dimension" />
  <xs:attribute name="titleMarginEnd" type="android:dimension" />
  <xs:attribute name="titleMarginTop" type="android:dimension" />
  <xs:attribute name="titleMarginBottom" type="android:dimension" />
  <xs:attribute name="maxButtonHeight" type="android:dimension" />
  <xs:attribute name="navigationButtonStyle" type="android:reference" />
  <xs:simpleType name="buttonGravity_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="top" />
      <xs:enumeration value="bottom" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="buttonGravity">
    <xs:simpleType>
      <xs:list itemType="android:buttonGravity_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="collapseIcon" type="android:reference" />
  <xs:attribute name="collapseContentDescription" type="xs:string" />
  <xs:attribute name="navigationIcon" type="android:reference" />
  <xs:attribute name="navigationContentDescription" type="xs:string" />
  <xs:attribute name="logoDescription" type="xs:string" />
  <xs:attribute name="titleTextColor" type="android:color" />
  <xs:attribute name="subtitleTextColor" type="android:color" />
  <xs:attribute name="setupActivity" type="xs:string" />
  <xs:attribute name="canRecord" type="xs:boolean" />
  <xs:attribute name="tunerCount" type="xs:integer" />
  <xs:attribute name="country" type="xs:string" />
  <xs:attribute name="contentAgeHint" type="xs:integer" />
  <xs:attribute name="maxCollapsedHeight" type="android:dimension" />
  <xs:attribute name="maxCollapsedHeightSmall" type="android:dimension" />
  <xs:attribute name="showRelative" type="xs:boolean" />
  <xs:attribute name="layout_alwaysShow" type="xs:boolean" />
  <xs:attribute name="layout_ignoreOffset" type="xs:boolean" />
  <xs:attribute name="layout_hasNestedScrollIndicator" type="xs:boolean" />
  <xs:simpleType name="restrictionType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="hidden" />
      <xs:enumeration value="bool" />
      <xs:enumeration value="choice" />
      <xs:enumeration value="multi-select" />
      <xs:enumeration value="integer" />
      <xs:enumeration value="string" />
      <xs:enumeration value="bundle" />
      <xs:enumeration value="bundle_array" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="restrictionType">
    <xs:simpleType>
      <xs:list itemType="android:restrictionType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="startX" type="xs:float" />
  <xs:attribute name="startY" type="xs:float" />
  <xs:attribute name="endX" type="xs:float" />
  <xs:attribute name="endY" type="xs:float" />
  <xs:attribute name="offset" type="xs:float" />
  <xs:attribute name="shortcutId" type="xs:string" />
  <xs:attribute name="shortcutShortLabel" type="android:reference" />
  <xs:attribute name="shortcutLongLabel" type="android:reference" />
  <xs:attribute name="shortcutDisabledMessage" type="android:reference" />
  <xs:simpleType name="fontStyle_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal" />
      <xs:enumeration value="italic" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="fontStyle">
    <xs:simpleType>
      <xs:list itemType="android:fontStyle_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="font" type="android:reference" />
  <xs:attribute name="fontWeight" type="xs:integer" />
  <xs:attribute name="fontProviderAuthority" type="xs:string" />
  <xs:attribute name="fontProviderPackage" type="xs:string" />
  <xs:attribute name="fontProviderQuery" type="xs:string" />
  <xs:attribute name="fontProviderCerts" type="android:reference" />
  <xs:attribute name="layoutManager" type="xs:string" />
  <xs:attribute name="spanCount" type="xs:integer" />
  <xs:attribute name="reverseLayout" type="xs:boolean" />
  <xs:attribute name="stackFromEnd" type="xs:boolean" />
  <xs:attribute name="notificationHeaderStyle" type="android:reference" />
  <xs:attribute name="notificationHeaderTextAppearance" type="android:reference" />
  <xs:attribute name="notificationHeaderIconSize" type="android:dimension" />
  <xs:attribute name="x" type="android:dimension" />
  <xs:attribute name="y" type="android:dimension" />
  <xs:simpleType name="layout_childType_values">
    <xs:restriction base="xs:string">
      <xs:enumeration value="none" />
      <xs:enumeration value="widget" />
      <xs:enumeration value="challenge" />
      <xs:enumeration value="userSwitcher" />
      <xs:enumeration value="scrim" />
      <xs:enumeration value="widgets" />
      <xs:enumeration value="expandChallengeHandle" />
      <xs:enumeration value="pageDeleteDropTarget" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="layout_childType">
    <xs:simpleType>
      <xs:list itemType="android:layout_childType_values" />
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="lockPatternStyle" type="android:reference" />
  <xs:attributeGroup name="Theme">
    <xs:attribute ref="android:isLightTheme" />
    <xs:attribute ref="android:colorForeground" />
    <xs:attribute ref="android:colorForegroundInverse" />
    <xs:attribute ref="android:colorBackground" />
    <xs:attribute ref="android:colorBackgroundFloating" />
    <xs:attribute ref="android:colorBackgroundCacheHint" />
    <xs:attribute ref="android:colorPressedHighlight" />
    <xs:attribute ref="android:colorLongPressedHighlight" />
    <xs:attribute ref="android:colorFocusedHighlight" />
    <xs:attribute ref="android:colorActivatedHighlight" />
    <xs:attribute ref="android:colorMultiSelectHighlight" />
    <xs:attribute ref="android:autofilledHighlight" />
    <xs:attribute ref="android:autofillDatasetPickerMaxWidth" />
    <xs:attribute ref="android:autofillDatasetPickerMaxHeight" />
    <xs:attribute ref="android:disabledAlpha" />
    <xs:attribute ref="android:primaryContentAlpha" />
    <xs:attribute ref="android:secondaryContentAlpha" />
    <xs:attribute ref="android:colorError" />
    <xs:attribute ref="android:backgroundDimAmount" />
    <xs:attribute ref="android:backgroundDimEnabled" />
    <xs:attribute ref="android:textAppearance" />
    <xs:attribute ref="android:textAppearanceInverse" />
    <xs:attribute ref="android:textColorPrimary" />
    <xs:attribute ref="android:textColorSecondary" />
    <xs:attribute ref="android:textColorTertiary" />
    <xs:attribute ref="android:textColorPrimaryInverse" />
    <xs:attribute ref="android:textColorSecondaryInverse" />
    <xs:attribute ref="android:textColorTertiaryInverse" />
    <xs:attribute ref="android:textColorHintInverse" />
    <xs:attribute ref="android:textColorPrimaryDisableOnly" />
    <xs:attribute ref="android:textColorPrimaryInverseDisableOnly" />
    <xs:attribute ref="android:textColorPrimaryNoDisable" />
    <xs:attribute ref="android:textColorSecondaryNoDisable" />
    <xs:attribute ref="android:textColorPrimaryInverseNoDisable" />
    <xs:attribute ref="android:textColorSecondaryInverseNoDisable" />
    <xs:attribute ref="android:textColorPrimaryActivated" />
    <xs:attribute ref="android:textColorSecondaryActivated" />
    <xs:attribute ref="android:textColorSearchUrl" />
    <xs:attribute ref="android:textColorHighlightInverse" />
    <xs:attribute ref="android:textColorLinkInverse" />
    <xs:attribute ref="android:textColorAlertDialogListItem" />
    <xs:attribute ref="android:searchWidgetCorpusItemBackground" />
    <xs:attribute ref="android:textAppearanceLarge" />
    <xs:attribute ref="android:textAppearanceMedium" />
    <xs:attribute ref="android:textAppearanceSmall" />
    <xs:attribute ref="android:textAppearanceLargeInverse" />
    <xs:attribute ref="android:textAppearanceMediumInverse" />
    <xs:attribute ref="android:textAppearanceSmallInverse" />
    <xs:attribute ref="android:textAppearanceSearchResultTitle" />
    <xs:attribute ref="android:textAppearanceSearchResultSubtitle" />
    <xs:attribute ref="android:textAppearanceButton" />
    <xs:attribute ref="android:textAppearanceLargePopupMenu" />
    <xs:attribute ref="android:textAppearanceSmallPopupMenu" />
    <xs:attribute ref="android:textAppearancePopupMenuHeader" />
    <xs:attribute ref="android:textAppearanceEasyCorrectSuggestion" />
    <xs:attribute ref="android:textAppearanceMisspelledSuggestion" />
    <xs:attribute ref="android:textAppearanceAutoCorrectionSuggestion" />
    <xs:attribute ref="android:textUnderlineColor" />
    <xs:attribute ref="android:textUnderlineThickness" />
    <xs:attribute ref="android:editTextColor" />
    <xs:attribute ref="android:editTextBackground" />
    <xs:attribute ref="android:errorMessageBackground" />
    <xs:attribute ref="android:errorMessageAboveBackground" />
    <xs:attribute ref="android:candidatesTextStyleSpans" />
    <xs:attribute ref="android:textCheckMark" />
    <xs:attribute ref="android:textCheckMarkInverse" />
    <xs:attribute ref="android:listChoiceIndicatorMultiple" />
    <xs:attribute ref="android:listChoiceIndicatorSingle" />
    <xs:attribute ref="android:listChoiceBackgroundIndicator" />
    <xs:attribute ref="android:activatedBackgroundIndicator" />
    <xs:attribute ref="android:buttonStyle" />
    <xs:attribute ref="android:buttonStyleSmall" />
    <xs:attribute ref="android:buttonStyleInset" />
    <xs:attribute ref="android:buttonStyleToggle" />
    <xs:attribute ref="android:galleryItemBackground" />
    <xs:attribute ref="android:listPreferredItemHeight" />
    <xs:attribute ref="android:listPreferredItemHeightSmall" />
    <xs:attribute ref="android:listPreferredItemHeightLarge" />
    <xs:attribute ref="android:searchResultListItemHeight" />
    <xs:attribute ref="android:listPreferredItemPaddingLeft" />
    <xs:attribute ref="android:listPreferredItemPaddingRight" />
    <xs:attribute ref="android:textAppearanceListItem" />
    <xs:attribute ref="android:textAppearanceListItemSecondary" />
    <xs:attribute ref="android:textAppearanceListItemSmall" />
    <xs:attribute ref="android:listDivider" />
    <xs:attribute ref="android:listDividerAlertDialog" />
    <xs:attribute ref="android:listSeparatorTextViewStyle" />
    <xs:attribute ref="android:expandableListPreferredItemPaddingLeft" />
    <xs:attribute ref="android:expandableListPreferredChildPaddingLeft" />
    <xs:attribute ref="android:expandableListPreferredItemIndicatorLeft" />
    <xs:attribute ref="android:expandableListPreferredItemIndicatorRight" />
    <xs:attribute ref="android:expandableListPreferredChildIndicatorLeft" />
    <xs:attribute ref="android:expandableListPreferredChildIndicatorRight" />
    <xs:attribute ref="android:dropdownListPreferredItemHeight" />
    <xs:attribute ref="android:listPreferredItemPaddingStart" />
    <xs:attribute ref="android:listPreferredItemPaddingEnd" />
    <xs:attribute ref="android:windowBackground" />
    <xs:attribute ref="android:windowBackgroundFallback" />
    <xs:attribute ref="android:windowFrame" />
    <xs:attribute ref="android:windowNoTitle" />
    <xs:attribute ref="android:windowFullscreen" />
    <xs:attribute ref="android:windowOverscan" />
    <xs:attribute ref="android:windowIsFloating" />
    <xs:attribute ref="android:windowIsTranslucent" />
    <xs:attribute ref="android:windowShowWallpaper" />
    <xs:attribute ref="android:windowContentOverlay" />
    <xs:attribute ref="android:windowTitleSize" />
    <xs:attribute ref="android:windowTitleStyle" />
    <xs:attribute ref="android:windowTitleBackgroundStyle" />
    <xs:attribute ref="android:windowAnimationStyle" />
    <xs:attribute ref="android:windowActionBar" />
    <xs:attribute ref="android:windowActionBarOverlay" />
    <xs:attribute ref="android:windowActionModeOverlay" />
    <xs:attribute ref="android:windowSoftInputMode" />
    <xs:attribute ref="android:windowDisablePreview" />
    <xs:attribute ref="android:windowNoDisplay" />
    <xs:attribute ref="android:windowEnableSplitTouch" />
    <xs:attribute ref="android:windowCloseOnTouchOutside" />
    <xs:attribute ref="android:windowTranslucentStatus" />
    <xs:attribute ref="android:windowTranslucentNavigation" />
    <xs:attribute ref="android:windowSwipeToDismiss" />
    <xs:attribute ref="android:windowContentTransitions" />
    <xs:attribute ref="android:windowContentTransitionManager" />
    <xs:attribute ref="android:windowActivityTransitions" />
    <xs:attribute ref="android:windowEnterTransition" />
    <xs:attribute ref="android:windowReturnTransition" />
    <xs:attribute ref="android:windowExitTransition" />
    <xs:attribute ref="android:windowReenterTransition" />
    <xs:attribute ref="android:windowSharedElementEnterTransition" />
    <xs:attribute ref="android:windowSharedElementReturnTransition" />
    <xs:attribute ref="android:windowSharedElementExitTransition" />
    <xs:attribute ref="android:windowSharedElementReenterTransition" />
    <xs:attribute ref="android:windowAllowEnterTransitionOverlap" />
    <xs:attribute ref="android:windowAllowReturnTransitionOverlap" />
    <xs:attribute ref="android:windowSharedElementsUseOverlay" />
    <xs:attribute ref="android:windowActionBarFullscreenDecorLayout" />
    <xs:attribute ref="android:windowTransitionBackgroundFadeDuration" />
    <xs:attribute ref="android:floatingToolbarCloseDrawable" />
    <xs:attribute ref="android:floatingToolbarForegroundColor" />
    <xs:attribute ref="android:floatingToolbarItemBackgroundBorderlessDrawable" />
    <xs:attribute ref="android:floatingToolbarItemBackgroundDrawable" />
    <xs:attribute ref="android:floatingToolbarOpenDrawable" />
    <xs:attribute ref="android:floatingToolbarPopupBackgroundDrawable" />
    <xs:attribute ref="android:floatingToolbarDividerColor" />
    <xs:attribute ref="android:alertDialogStyle" />
    <xs:attribute ref="android:alertDialogButtonGroupStyle" />
    <xs:attribute ref="android:alertDialogCenterButtons" />
    <xs:attribute ref="android:detailsElementBackground" />
    <xs:attribute ref="android:fingerprintAuthDrawable" />
    <xs:attribute ref="android:panelBackground" />
    <xs:attribute ref="android:panelFullBackground" />
    <xs:attribute ref="android:panelColorForeground" />
    <xs:attribute ref="android:panelColorBackground" />
    <xs:attribute ref="android:panelTextAppearance" />
    <xs:attribute ref="android:panelMenuIsCompact" />
    <xs:attribute ref="android:panelMenuListWidth" />
    <xs:attribute ref="android:panelMenuListTheme" />
    <xs:attribute ref="android:absListViewStyle" />
    <xs:attribute ref="android:autoCompleteTextViewStyle" />
    <xs:attribute ref="android:checkboxStyle" />
    <xs:attribute ref="android:checkedTextViewStyle" />
    <xs:attribute ref="android:dropDownListViewStyle" />
    <xs:attribute ref="android:editTextStyle" />
    <xs:attribute ref="android:expandableListViewStyle" />
    <xs:attribute ref="android:expandableListViewWhiteStyle" />
    <xs:attribute ref="android:galleryStyle" />
    <xs:attribute ref="android:gestureOverlayViewStyle" />
    <xs:attribute ref="android:gridViewStyle" />
    <xs:attribute ref="android:imageButtonStyle" />
    <xs:attribute ref="android:imageWellStyle" />
    <xs:attribute ref="android:listMenuViewStyle" />
    <xs:attribute ref="android:listViewStyle" />
    <xs:attribute ref="android:listViewWhiteStyle" />
    <xs:attribute ref="android:popupWindowStyle" />
    <xs:attribute ref="android:progressBarStyle" />
    <xs:attribute ref="android:progressBarStyleHorizontal" />
    <xs:attribute ref="android:progressBarStyleSmall" />
    <xs:attribute ref="android:progressBarStyleSmallTitle" />
    <xs:attribute ref="android:progressBarStyleLarge" />
    <xs:attribute ref="android:progressBarStyleInverse" />
    <xs:attribute ref="android:progressBarStyleSmallInverse" />
    <xs:attribute ref="android:progressBarStyleLargeInverse" />
    <xs:attribute ref="android:seekBarStyle" />
    <xs:attribute ref="android:ratingBarStyle" />
    <xs:attribute ref="android:ratingBarStyleIndicator" />
    <xs:attribute ref="android:ratingBarStyleSmall" />
    <xs:attribute ref="android:radioButtonStyle" />
    <xs:attribute ref="android:scrollViewStyle" />
    <xs:attribute ref="android:horizontalScrollViewStyle" />
    <xs:attribute ref="android:spinnerStyle" />
    <xs:attribute ref="android:dropDownSpinnerStyle" />
    <xs:attribute ref="android:actionDropDownStyle" />
    <xs:attribute ref="android:actionButtonStyle" />
    <xs:attribute ref="android:starStyle" />
    <xs:attribute ref="android:tabWidgetStyle" />
    <xs:attribute ref="android:textViewStyle" />
    <xs:attribute ref="android:webTextViewStyle" />
    <xs:attribute ref="android:webViewStyle" />
    <xs:attribute ref="android:dropDownItemStyle" />
    <xs:attribute ref="android:spinnerDropDownItemStyle" />
    <xs:attribute ref="android:dropDownHintAppearance" />
    <xs:attribute ref="android:spinnerItemStyle" />
    <xs:attribute ref="android:mapViewStyle" />
    <xs:attribute ref="android:quickContactBadgeOverlay" />
    <xs:attribute ref="android:quickContactBadgeStyleWindowSmall" />
    <xs:attribute ref="android:quickContactBadgeStyleWindowMedium" />
    <xs:attribute ref="android:quickContactBadgeStyleWindowLarge" />
    <xs:attribute ref="android:quickContactBadgeStyleSmallWindowSmall" />
    <xs:attribute ref="android:quickContactBadgeStyleSmallWindowMedium" />
    <xs:attribute ref="android:quickContactBadgeStyleSmallWindowLarge" />
    <xs:attribute ref="android:textSelectHandleWindowStyle" />
    <xs:attribute ref="android:textSuggestionsWindowStyle" />
    <xs:attribute ref="android:listPopupWindowStyle" />
    <xs:attribute ref="android:popupMenuStyle" />
    <xs:attribute ref="android:contextPopupMenuStyle" />
    <xs:attribute ref="android:stackViewStyle" />
    <xs:attribute ref="android:fragmentBreadCrumbsStyle" />
    <xs:attribute ref="android:numberPickerStyle" />
    <xs:attribute ref="android:calendarViewStyle" />
    <xs:attribute ref="android:timePickerStyle" />
    <xs:attribute ref="android:timePickerDialogTheme" />
    <xs:attribute ref="android:datePickerStyle" />
    <xs:attribute ref="android:datePickerDialogTheme" />
    <xs:attribute ref="android:activityChooserViewStyle" />
    <xs:attribute ref="android:toolbarStyle" />
    <xs:attribute ref="android:fastScrollThumbDrawable" />
    <xs:attribute ref="android:fastScrollPreviewBackgroundRight" />
    <xs:attribute ref="android:fastScrollPreviewBackgroundLeft" />
    <xs:attribute ref="android:fastScrollTrackDrawable" />
    <xs:attribute ref="android:fastScrollOverlayPosition" />
    <xs:attribute ref="android:fastScrollTextColor" />
    <xs:attribute ref="android:actionBarTabStyle" />
    <xs:attribute ref="android:actionBarTabBarStyle" />
    <xs:attribute ref="android:actionBarTabTextStyle" />
    <xs:attribute ref="android:actionOverflowButtonStyle" />
    <xs:attribute ref="android:actionOverflowMenuStyle" />
    <xs:attribute ref="android:actionBarPopupTheme" />
    <xs:attribute ref="android:actionBarStyle" />
    <xs:attribute ref="android:actionBarSplitStyle" />
    <xs:attribute ref="android:actionBarTheme" />
    <xs:attribute ref="android:actionBarWidgetTheme" />
    <xs:attribute ref="android:actionBarSize" />
    <xs:attribute ref="android:actionBarDivider" />
    <xs:attribute ref="android:actionBarItemBackground" />
    <xs:attribute ref="android:actionMenuTextAppearance" />
    <xs:attribute ref="android:actionMenuTextColor" />
    <xs:attribute ref="android:actionModeStyle" />
    <xs:attribute ref="android:actionModeCloseButtonStyle" />
    <xs:attribute ref="android:actionModeBackground" />
    <xs:attribute ref="android:actionModeSplitBackground" />
    <xs:attribute ref="android:actionModeCloseDrawable" />
    <xs:attribute ref="android:actionModeCutDrawable" />
    <xs:attribute ref="android:actionModeCopyDrawable" />
    <xs:attribute ref="android:actionModePasteDrawable" />
    <xs:attribute ref="android:actionModeSelectAllDrawable" />
    <xs:attribute ref="android:actionModeShareDrawable" />
    <xs:attribute ref="android:actionModeFindDrawable" />
    <xs:attribute ref="android:actionModeWebSearchDrawable" />
    <xs:attribute ref="android:actionModePopupWindowStyle" />
    <xs:attribute ref="android:preferenceScreenStyle" />
    <xs:attribute ref="android:preferenceActivityStyle" />
    <xs:attribute ref="android:preferenceFragmentStyle" />
    <xs:attribute ref="android:preferenceCategoryStyle" />
    <xs:attribute ref="android:preferenceStyle" />
    <xs:attribute ref="android:preferenceInformationStyle" />
    <xs:attribute ref="android:checkBoxPreferenceStyle" />
    <xs:attribute ref="android:yesNoPreferenceStyle" />
    <xs:attribute ref="android:dialogPreferenceStyle" />
    <xs:attribute ref="android:editTextPreferenceStyle" />
    <xs:attribute ref="android:seekBarDialogPreferenceStyle" />
    <xs:attribute ref="android:ringtonePreferenceStyle" />
    <xs:attribute ref="android:preferenceLayoutChild" />
    <xs:attribute ref="android:preferencePanelStyle" />
    <xs:attribute ref="android:preferenceHeaderPanelStyle" />
    <xs:attribute ref="android:preferenceListStyle" />
    <xs:attribute ref="android:preferenceFragmentListStyle" />
    <xs:attribute ref="android:preferenceFragmentPaddingSide" />
    <xs:attribute ref="android:switchPreferenceStyle" />
    <xs:attribute ref="android:seekBarPreferenceStyle" />
    <xs:attribute ref="android:textSelectHandleLeft" />
    <xs:attribute ref="android:textSelectHandleRight" />
    <xs:attribute ref="android:textSelectHandle" />
    <xs:attribute ref="android:textEditPasteWindowLayout" />
    <xs:attribute ref="android:textEditNoPasteWindowLayout" />
    <xs:attribute ref="android:textEditSidePasteWindowLayout" />
    <xs:attribute ref="android:textEditSideNoPasteWindowLayout" />
    <xs:attribute ref="android:textEditSuggestionItemLayout" />
    <xs:attribute ref="android:textEditSuggestionContainerLayout" />
    <xs:attribute ref="android:textEditSuggestionHighlightStyle" />
    <xs:attribute ref="android:dialogTheme" />
    <xs:attribute ref="android:dialogTitleIconsDecorLayout" />
    <xs:attribute ref="android:dialogCustomTitleDecorLayout" />
    <xs:attribute ref="android:dialogTitleDecorLayout" />
    <xs:attribute ref="android:dialogPreferredPadding" />
    <xs:attribute ref="android:alertDialogTheme" />
    <xs:attribute ref="android:alertDialogIcon" />
    <xs:attribute ref="android:presentationTheme" />
    <xs:attribute ref="android:dividerVertical" />
    <xs:attribute ref="android:dividerHorizontal" />
    <xs:attribute ref="android:buttonBarStyle" />
    <xs:attribute ref="android:buttonBarButtonStyle" />
    <xs:attribute ref="android:buttonBarPositiveButtonStyle" />
    <xs:attribute ref="android:buttonBarNegativeButtonStyle" />
    <xs:attribute ref="android:buttonBarNeutralButtonStyle" />
    <xs:attribute ref="android:searchViewStyle" />
    <xs:attribute ref="android:segmentedButtonStyle" />
    <xs:attribute ref="android:selectableItemBackground" />
    <xs:attribute ref="android:selectableItemBackgroundBorderless" />
    <xs:attribute ref="android:borderlessButtonStyle" />
    <xs:attribute ref="android:toastFrameBackground" />
    <xs:attribute ref="android:tooltipFrameBackground" />
    <xs:attribute ref="android:tooltipForegroundColor" />
    <xs:attribute ref="android:tooltipBackgroundColor" />
    <xs:attribute ref="android:searchDialogTheme" />
    <xs:attribute ref="android:homeAsUpIndicator" />
    <xs:attribute ref="android:preferenceFrameLayoutStyle" />
    <xs:attribute ref="android:switchStyle" />
    <xs:attribute ref="android:mediaRouteButtonStyle" />
    <xs:attribute ref="android:accessibilityFocusedDrawable" />
    <xs:attribute ref="android:findOnPageNextDrawable" />
    <xs:attribute ref="android:findOnPagePreviousDrawable" />
    <xs:attribute ref="android:colorPrimary" />
    <xs:attribute ref="android:colorPrimaryDark" />
    <xs:attribute ref="android:colorSecondary" />
    <xs:attribute ref="android:colorAccent" />
    <xs:attribute ref="android:colorControlNormal" />
    <xs:attribute ref="android:colorControlActivated" />
    <xs:attribute ref="android:colorControlHighlight" />
    <xs:attribute ref="android:colorButtonNormal" />
    <xs:attribute ref="android:colorSwitchThumbNormal" />
    <xs:attribute ref="android:colorEdgeEffect" />
    <xs:attribute ref="android:lightY" />
    <xs:attribute ref="android:lightZ" />
    <xs:attribute ref="android:lightRadius" />
    <xs:attribute ref="android:ambientShadowAlpha" />
    <xs:attribute ref="android:spotShadowAlpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Window">
    <xs:attribute ref="android:windowBackground" />
    <xs:attribute ref="android:windowBackgroundFallback" />
    <xs:attribute ref="android:windowContentOverlay" />
    <xs:attribute ref="android:windowFrame" />
    <xs:attribute ref="android:windowNoTitle" />
    <xs:attribute ref="android:windowFullscreen" />
    <xs:attribute ref="android:windowOverscan" />
    <xs:attribute ref="android:windowIsFloating" />
    <xs:attribute ref="android:windowIsTranslucent" />
    <xs:attribute ref="android:windowShowWallpaper" />
    <xs:attribute ref="android:windowAnimationStyle" />
    <xs:attribute ref="android:windowSoftInputMode" />
    <xs:attribute ref="android:windowDisablePreview" />
    <xs:attribute ref="android:windowNoDisplay" />
    <xs:attribute ref="android:textColor" />
    <xs:attribute ref="android:backgroundDimEnabled" />
    <xs:attribute ref="android:backgroundDimAmount" />
    <xs:attribute ref="android:windowActionBar" />
    <xs:attribute ref="android:windowActionModeOverlay" />
    <xs:attribute ref="android:windowActionBarOverlay" />
    <xs:attribute ref="android:windowEnableSplitTouch" />
    <xs:attribute ref="android:windowCloseOnTouchOutside" />
    <xs:attribute ref="android:windowTranslucentStatus" />
    <xs:attribute ref="android:windowTranslucentNavigation" />
    <xs:attribute ref="android:windowSwipeToDismiss" />
    <xs:attribute ref="android:windowContentTransitions" />
    <xs:attribute ref="android:windowActivityTransitions" />
    <xs:attribute ref="android:windowContentTransitionManager" />
    <xs:attribute ref="android:windowActionBarFullscreenDecorLayout" />
    <xs:attribute ref="android:windowMinWidthMajor" />
    <xs:attribute ref="android:windowMinWidthMinor" />
    <xs:attribute ref="android:windowFixedWidthMajor" />
    <xs:attribute ref="android:windowFixedHeightMinor" />
    <xs:attribute ref="android:windowFixedWidthMinor" />
    <xs:attribute ref="android:windowFixedHeightMajor" />
    <xs:attribute ref="android:windowOutsetBottom" />
    <xs:attribute ref="android:windowEnterTransition" />
    <xs:attribute ref="android:windowReturnTransition" />
    <xs:attribute ref="android:windowExitTransition" />
    <xs:attribute ref="android:windowReenterTransition" />
    <xs:attribute ref="android:windowSharedElementEnterTransition" />
    <xs:attribute ref="android:windowSharedElementReturnTransition" />
    <xs:attribute ref="android:windowSharedElementExitTransition" />
    <xs:attribute ref="android:windowSharedElementReenterTransition" />
    <xs:attribute ref="android:windowAllowEnterTransitionOverlap" />
    <xs:attribute ref="android:windowAllowReturnTransitionOverlap" />
    <xs:attribute ref="android:windowSharedElementsUseOverlay" />
    <xs:attribute ref="android:windowDrawsSystemBarBackgrounds" />
    <xs:attribute ref="android:statusBarColor" />
    <xs:attribute ref="android:navigationBarColor" />
    <xs:attribute ref="android:windowTransitionBackgroundFadeDuration" />
    <xs:attribute ref="android:windowElevation" />
    <xs:attribute ref="android:windowClipToOutline" />
    <xs:attribute ref="android:windowLightStatusBar" />
    <xs:attribute ref="android:windowSplashscreenContent" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AlertDialog">
    <xs:attribute ref="android:fullDark" />
    <xs:attribute ref="android:topDark" />
    <xs:attribute ref="android:centerDark" />
    <xs:attribute ref="android:bottomDark" />
    <xs:attribute ref="android:fullBright" />
    <xs:attribute ref="android:topBright" />
    <xs:attribute ref="android:centerBright" />
    <xs:attribute ref="android:bottomBright" />
    <xs:attribute ref="android:bottomMedium" />
    <xs:attribute ref="android:centerMedium" />
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:buttonPanelSideLayout" />
    <xs:attribute ref="android:listLayout" />
    <xs:attribute ref="android:multiChoiceItemLayout" />
    <xs:attribute ref="android:singleChoiceItemLayout" />
    <xs:attribute ref="android:listItemLayout" />
    <xs:attribute ref="android:progressLayout" />
    <xs:attribute ref="android:horizontalProgressLayout" />
    <xs:attribute ref="android:showTitle" />
    <xs:attribute ref="android:needsDefaultBackgrounds" />
    <xs:attribute ref="android:controllerType" />
    <xs:attribute ref="android:selectionScrollOffset" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ButtonBarLayout">
    <xs:attribute ref="android:allowStacking" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FragmentAnimation">
    <xs:attribute ref="android:fragmentOpenEnterAnimation" />
    <xs:attribute ref="android:fragmentOpenExitAnimation" />
    <xs:attribute ref="android:fragmentCloseEnterAnimation" />
    <xs:attribute ref="android:fragmentCloseExitAnimation" />
    <xs:attribute ref="android:fragmentFadeEnterAnimation" />
    <xs:attribute ref="android:fragmentFadeExitAnimation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="WindowAnimation">
    <xs:attribute ref="android:windowEnterAnimation" />
    <xs:attribute ref="android:windowExitAnimation" />
    <xs:attribute ref="android:windowShowAnimation" />
    <xs:attribute ref="android:windowHideAnimation" />
    <xs:attribute ref="android:activityOpenEnterAnimation" />
    <xs:attribute ref="android:activityOpenExitAnimation" />
    <xs:attribute ref="android:activityCloseEnterAnimation" />
    <xs:attribute ref="android:activityCloseExitAnimation" />
    <xs:attribute ref="android:taskOpenEnterAnimation" />
    <xs:attribute ref="android:taskOpenExitAnimation" />
    <xs:attribute ref="android:launchTaskBehindTargetAnimation" />
    <xs:attribute ref="android:launchTaskBehindSourceAnimation" />
    <xs:attribute ref="android:taskCloseEnterAnimation" />
    <xs:attribute ref="android:taskCloseExitAnimation" />
    <xs:attribute ref="android:taskToFrontEnterAnimation" />
    <xs:attribute ref="android:taskToFrontExitAnimation" />
    <xs:attribute ref="android:taskToBackEnterAnimation" />
    <xs:attribute ref="android:taskToBackExitAnimation" />
    <xs:attribute ref="android:wallpaperOpenEnterAnimation" />
    <xs:attribute ref="android:wallpaperOpenExitAnimation" />
    <xs:attribute ref="android:wallpaperCloseEnterAnimation" />
    <xs:attribute ref="android:wallpaperCloseExitAnimation" />
    <xs:attribute ref="android:wallpaperIntraOpenEnterAnimation" />
    <xs:attribute ref="android:wallpaperIntraOpenExitAnimation" />
    <xs:attribute ref="android:wallpaperIntraCloseEnterAnimation" />
    <xs:attribute ref="android:wallpaperIntraCloseExitAnimation" />
    <xs:attribute ref="android:activityOpenRemoteViewsEnterAnimation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="View">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:tag" />
    <xs:attribute ref="android:scrollX" />
    <xs:attribute ref="android:scrollY" />
    <xs:attribute ref="android:background" />
    <xs:attribute ref="android:padding" />
    <xs:attribute ref="android:paddingHorizontal" />
    <xs:attribute ref="android:paddingVertical" />
    <xs:attribute ref="android:paddingLeft" />
    <xs:attribute ref="android:paddingTop" />
    <xs:attribute ref="android:paddingRight" />
    <xs:attribute ref="android:paddingBottom" />
    <xs:attribute ref="android:paddingStart" />
    <xs:attribute ref="android:paddingEnd" />
    <xs:attribute ref="android:focusable" />
    <xs:attribute ref="android:__removed3" />
    <xs:attribute ref="android:autofillHints" />
    <xs:attribute ref="android:importantForAutofill" />
    <xs:attribute ref="android:focusableInTouchMode" />
    <xs:attribute ref="android:visibility" />
    <xs:attribute ref="android:fitsSystemWindows" />
    <xs:attribute ref="android:scrollbars" />
    <xs:attribute ref="android:scrollbarStyle" />
    <xs:attribute ref="android:isScrollContainer" />
    <xs:attribute ref="android:fadeScrollbars" />
    <xs:attribute ref="android:scrollbarFadeDuration" />
    <xs:attribute ref="android:scrollbarDefaultDelayBeforeFade" />
    <xs:attribute ref="android:scrollbarSize" />
    <xs:attribute ref="android:scrollbarThumbHorizontal" />
    <xs:attribute ref="android:scrollbarThumbVertical" />
    <xs:attribute ref="android:scrollbarTrackHorizontal" />
    <xs:attribute ref="android:scrollbarTrackVertical" />
    <xs:attribute ref="android:scrollbarAlwaysDrawHorizontalTrack" />
    <xs:attribute ref="android:scrollbarAlwaysDrawVerticalTrack" />
    <xs:attribute ref="android:fadingEdge" />
    <xs:attribute ref="android:requiresFadingEdge" />
    <xs:attribute ref="android:fadingEdgeLength" />
    <xs:attribute ref="android:nextFocusLeft" />
    <xs:attribute ref="android:nextFocusRight" />
    <xs:attribute ref="android:nextFocusUp" />
    <xs:attribute ref="android:nextFocusDown" />
    <xs:attribute ref="android:nextFocusForward" />
    <xs:attribute ref="android:clickable" />
    <xs:attribute ref="android:longClickable" />
    <xs:attribute ref="android:contextClickable" />
    <xs:attribute ref="android:saveEnabled" />
    <xs:attribute ref="android:filterTouchesWhenObscured" />
    <xs:attribute ref="android:drawingCacheQuality" />
    <xs:attribute ref="android:keepScreenOn" />
    <xs:attribute ref="android:duplicateParentState" />
    <xs:attribute ref="android:minHeight" />
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:soundEffectsEnabled" />
    <xs:attribute ref="android:hapticFeedbackEnabled" />
    <xs:attribute ref="android:contentDescription" />
    <xs:attribute ref="android:accessibilityTraversalBefore" />
    <xs:attribute ref="android:accessibilityTraversalAfter" />
    <xs:attribute ref="android:onClick" />
    <xs:attribute ref="android:overScrollMode" />
    <xs:attribute ref="android:alpha" />
    <xs:attribute ref="android:elevation" />
    <xs:attribute ref="android:translationX" />
    <xs:attribute ref="android:translationY" />
    <xs:attribute ref="android:translationZ" />
    <xs:attribute ref="android:transformPivotX" />
    <xs:attribute ref="android:transformPivotY" />
    <xs:attribute ref="android:rotation" />
    <xs:attribute ref="android:rotationX" />
    <xs:attribute ref="android:rotationY" />
    <xs:attribute ref="android:scaleX" />
    <xs:attribute ref="android:scaleY" />
    <xs:attribute ref="android:verticalScrollbarPosition" />
    <xs:attribute ref="android:layerType" />
    <xs:attribute ref="android:layoutDirection" />
    <xs:attribute ref="android:textDirection" />
    <xs:attribute ref="android:textAlignment" />
    <xs:attribute ref="android:importantForAccessibility" />
    <xs:attribute ref="android:accessibilityLiveRegion" />
    <xs:attribute ref="android:labelFor" />
    <xs:attribute ref="android:theme" />
    <xs:attribute ref="android:transitionName" />
    <xs:attribute ref="android:nestedScrollingEnabled" />
    <xs:attribute ref="android:stateListAnimator" />
    <xs:attribute ref="android:backgroundTint" />
    <xs:attribute ref="android:backgroundTintMode" />
    <xs:attribute ref="android:outlineProvider" />
    <xs:attribute ref="android:foreground" />
    <xs:attribute ref="android:foregroundGravity" />
    <xs:attribute ref="android:foregroundInsidePadding" />
    <xs:attribute ref="android:foregroundTint" />
    <xs:attribute ref="android:foregroundTintMode" />
    <xs:attribute ref="android:scrollIndicators" />
    <xs:attribute ref="android:pointerIcon" />
    <xs:attribute ref="android:forceHasOverlappingRendering" />
    <xs:attribute ref="android:tooltipText" />
    <xs:attribute ref="android:keyboardNavigationCluster" />
    <xs:attribute ref="android:__removed0" />
    <xs:attribute ref="android:nextClusterForward" />
    <xs:attribute ref="android:__removed1" />
    <xs:attribute ref="android:focusedByDefault" />
    <xs:attribute ref="android:defaultFocusHighlightEnabled" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewTag">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:value" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Include">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:visibility" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewGroup">
    <xs:attribute ref="android:animateLayoutChanges" />
    <xs:attribute ref="android:clipChildren" />
    <xs:attribute ref="android:clipToPadding" />
    <xs:attribute ref="android:layoutAnimation" />
    <xs:attribute ref="android:animationCache" />
    <xs:attribute ref="android:persistentDrawingCache" />
    <xs:attribute ref="android:alwaysDrawnWithCache" />
    <xs:attribute ref="android:addStatesFromChildren" />
    <xs:attribute ref="android:descendantFocusability" />
    <xs:attribute ref="android:touchscreenBlocksFocus" />
    <xs:attribute ref="android:splitMotionEvents" />
    <xs:attribute ref="android:layoutMode" />
    <xs:attribute ref="android:transitionGroup" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewStub">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:inflatedId" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewGroup_Layout">
    <xs:attribute ref="android:layout_width" />
    <xs:attribute ref="android:layout_height" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewGroup_MarginLayout">
    <xs:attribute ref="android:layout_width" />
    <xs:attribute ref="android:layout_height" />
    <xs:attribute ref="android:layout_margin" />
    <xs:attribute ref="android:layout_marginLeft" />
    <xs:attribute ref="android:layout_marginTop" />
    <xs:attribute ref="android:layout_marginRight" />
    <xs:attribute ref="android:layout_marginBottom" />
    <xs:attribute ref="android:layout_marginStart" />
    <xs:attribute ref="android:layout_marginEnd" />
    <xs:attribute ref="android:layout_marginHorizontal" />
    <xs:attribute ref="android:layout_marginVertical" />
  </xs:attributeGroup>
  <xs:attributeGroup name="InputMethod">
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:isDefault" />
    <xs:attribute ref="android:supportsSwitchingToNextInputMethod" />
    <xs:attribute ref="android:__removed2" />
  </xs:attributeGroup>
  <xs:attributeGroup name="InputMethod_Subtype">
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:imeSubtypeLocale" />
    <xs:attribute ref="android:imeSubtypeMode" />
    <xs:attribute ref="android:isAuxiliary" />
    <xs:attribute ref="android:overridesImplicitlyEnabledSubtype" />
    <xs:attribute ref="android:imeSubtypeExtraValue" />
    <xs:attribute ref="android:subtypeId" />
    <xs:attribute ref="android:isAsciiCapable" />
    <xs:attribute ref="android:languageTag" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SpellChecker">
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SpellChecker_Subtype">
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:subtypeLocale" />
    <xs:attribute ref="android:subtypeExtraValue" />
    <xs:attribute ref="android:subtypeId" />
    <xs:attribute ref="android:languageTag" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AccessibilityService">
    <xs:attribute ref="android:accessibilityEventTypes" />
    <xs:attribute ref="android:packageNames" />
    <xs:attribute ref="android:accessibilityFeedbackType" />
    <xs:attribute ref="android:notificationTimeout" />
    <xs:attribute ref="android:accessibilityFlags" />
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:canRetrieveWindowContent" />
    <xs:attribute ref="android:canRequestTouchExplorationMode" />
    <xs:attribute ref="android:canRequestEnhancedWebAccessibility" />
    <xs:attribute ref="android:canRequestFilterKeyEvents" />
    <xs:attribute ref="android:canControlMagnification" />
    <xs:attribute ref="android:canPerformGestures" />
    <xs:attribute ref="android:canRequestFingerprintGestures" />
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:summary" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PrintService">
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:addPrintersActivity" />
    <xs:attribute ref="android:advancedPrintOptionsActivity" />
    <xs:attribute ref="android:vendor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="HostApduService">
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:requireDeviceUnlock" />
    <xs:attribute ref="android:apduServiceBanner" />
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="OffHostApduService">
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:apduServiceBanner" />
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AidGroup">
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:category" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AidFilter">
    <xs:attribute ref="android:name" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AidPrefixFilter">
    <xs:attribute ref="android:name" />
  </xs:attributeGroup>
  <xs:attributeGroup name="HostNfcFService">
    <xs:attribute ref="android:description" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SystemCodeFilter">
    <xs:attribute ref="android:name" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Nfcid2Filter">
    <xs:attribute ref="android:name" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActionMenuItemView">
    <xs:attribute ref="android:minWidth" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AbsListView">
    <xs:attribute ref="android:listSelector" />
    <xs:attribute ref="android:drawSelectorOnTop" />
    <xs:attribute ref="android:stackFromBottom" />
    <xs:attribute ref="android:scrollingCache" />
    <xs:attribute ref="android:textFilterEnabled" />
    <xs:attribute ref="android:transcriptMode" />
    <xs:attribute ref="android:cacheColorHint" />
    <xs:attribute ref="android:fastScrollEnabled" />
    <xs:attribute ref="android:fastScrollStyle" />
    <xs:attribute ref="android:smoothScrollbar" />
    <xs:attribute ref="android:choiceMode" />
    <xs:attribute ref="android:fastScrollAlwaysVisible" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RecycleListView">
    <xs:attribute ref="android:paddingBottomNoButtons" />
    <xs:attribute ref="android:paddingTopNoTitle" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AbsSpinner">
    <xs:attribute ref="android:entries" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnalogClock">
    <xs:attribute ref="android:dial" />
    <xs:attribute ref="android:hand_hour" />
    <xs:attribute ref="android:hand_minute" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Button" />
  <xs:attributeGroup name="Chronometer">
    <xs:attribute ref="android:format" />
    <xs:attribute ref="android:countDown" />
  </xs:attributeGroup>
  <xs:attributeGroup name="CompoundButton">
    <xs:attribute ref="android:checked" />
    <xs:attribute ref="android:button" />
    <xs:attribute ref="android:buttonTint" />
    <xs:attribute ref="android:buttonTintMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="CheckedTextView">
    <xs:attribute ref="android:checked" />
    <xs:attribute ref="android:checkMark" />
    <xs:attribute ref="android:checkMarkTint" />
    <xs:attribute ref="android:checkMarkTintMode" />
    <xs:attribute ref="android:checkMarkGravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="EditText" />
  <xs:attributeGroup name="FastScroll">
    <xs:attribute ref="android:thumbDrawable" />
    <xs:attribute ref="android:thumbMinWidth" />
    <xs:attribute ref="android:thumbMinHeight" />
    <xs:attribute ref="android:trackDrawable" />
    <xs:attribute ref="android:backgroundRight" />
    <xs:attribute ref="android:backgroundLeft" />
    <xs:attribute ref="android:position" />
    <xs:attribute ref="android:textAppearance" />
    <xs:attribute ref="android:textColor" />
    <xs:attribute ref="android:textSize" />
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:minHeight" />
    <xs:attribute ref="android:padding" />
    <xs:attribute ref="android:thumbPosition" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FrameLayout">
    <xs:attribute ref="android:measureAllChildren" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ExpandableListView">
    <xs:attribute ref="android:groupIndicator" />
    <xs:attribute ref="android:childIndicator" />
    <xs:attribute ref="android:indicatorLeft" />
    <xs:attribute ref="android:indicatorRight" />
    <xs:attribute ref="android:childIndicatorLeft" />
    <xs:attribute ref="android:childIndicatorRight" />
    <xs:attribute ref="android:childDivider" />
    <xs:attribute ref="android:indicatorStart" />
    <xs:attribute ref="android:indicatorEnd" />
    <xs:attribute ref="android:childIndicatorStart" />
    <xs:attribute ref="android:childIndicatorEnd" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Gallery">
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:animationDuration" />
    <xs:attribute ref="android:spacing" />
    <xs:attribute ref="android:unselectedAlpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GridView">
    <xs:attribute ref="android:horizontalSpacing" />
    <xs:attribute ref="android:verticalSpacing" />
    <xs:attribute ref="android:stretchMode" />
    <xs:attribute ref="android:columnWidth" />
    <xs:attribute ref="android:numColumns" />
    <xs:attribute ref="android:gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ImageSwitcher" />
  <xs:attributeGroup name="ImageView">
    <xs:attribute ref="android:src" />
    <xs:attribute ref="android:scaleType" />
    <xs:attribute ref="android:adjustViewBounds" />
    <xs:attribute ref="android:maxWidth" />
    <xs:attribute ref="android:maxHeight" />
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:baselineAlignBottom" />
    <xs:attribute ref="android:cropToPadding" />
    <xs:attribute ref="android:baseline" />
    <xs:attribute ref="android:drawableAlpha" />
    <xs:attribute ref="android:tintMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ToggleButton">
    <xs:attribute ref="android:textOn" />
    <xs:attribute ref="android:textOff" />
    <xs:attribute ref="android:disabledAlpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RelativeLayout">
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:ignoreGravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LinearLayout">
    <xs:attribute ref="android:orientation" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:baselineAligned" />
    <xs:attribute ref="android:baselineAlignedChildIndex" />
    <xs:attribute ref="android:weightSum" />
    <xs:attribute ref="android:measureWithLargestChild" />
    <xs:attribute ref="android:divider" />
    <xs:attribute ref="android:showDividers" />
    <xs:attribute ref="android:dividerPadding" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GridLayout">
    <xs:attribute ref="android:orientation" />
    <xs:attribute ref="android:rowCount" />
    <xs:attribute ref="android:columnCount" />
    <xs:attribute ref="android:useDefaultMargins" />
    <xs:attribute ref="android:alignmentMode" />
    <xs:attribute ref="android:rowOrderPreserved" />
    <xs:attribute ref="android:columnOrderPreserved" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ListView">
    <xs:attribute ref="android:entries" />
    <xs:attribute ref="android:divider" />
    <xs:attribute ref="android:dividerHeight" />
    <xs:attribute ref="android:headerDividersEnabled" />
    <xs:attribute ref="android:footerDividersEnabled" />
    <xs:attribute ref="android:overScrollHeader" />
    <xs:attribute ref="android:overScrollFooter" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceFrameLayout">
    <xs:attribute ref="android:borderTop" />
    <xs:attribute ref="android:borderBottom" />
    <xs:attribute ref="android:borderLeft" />
    <xs:attribute ref="android:borderRight" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceFrameLayout_Layout">
    <xs:attribute ref="android:layout_removeBorders" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuView">
    <xs:attribute ref="android:itemTextAppearance" />
    <xs:attribute ref="android:horizontalDivider" />
    <xs:attribute ref="android:verticalDivider" />
    <xs:attribute ref="android:headerBackground" />
    <xs:attribute ref="android:itemBackground" />
    <xs:attribute ref="android:windowAnimationStyle" />
    <xs:attribute ref="android:itemIconDisabledAlpha" />
    <xs:attribute ref="android:preserveIconSpacing" />
    <xs:attribute ref="android:subMenuArrow" />
  </xs:attributeGroup>
  <xs:attributeGroup name="IconMenuView">
    <xs:attribute ref="android:rowHeight" />
    <xs:attribute ref="android:maxRows" />
    <xs:attribute ref="android:maxItemsPerRow" />
    <xs:attribute ref="android:maxItems" />
    <xs:attribute ref="android:moreIcon" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ProgressBar">
    <xs:attribute ref="android:min" />
    <xs:attribute ref="android:max" />
    <xs:attribute ref="android:progress" />
    <xs:attribute ref="android:secondaryProgress" />
    <xs:attribute ref="android:indeterminate" />
    <xs:attribute ref="android:indeterminateOnly" />
    <xs:attribute ref="android:indeterminateDrawable" />
    <xs:attribute ref="android:progressDrawable" />
    <xs:attribute ref="android:indeterminateDuration" />
    <xs:attribute ref="android:indeterminateBehavior" />
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:maxWidth" />
    <xs:attribute ref="android:minHeight" />
    <xs:attribute ref="android:maxHeight" />
    <xs:attribute ref="android:interpolator" />
    <xs:attribute ref="android:animationResolution" />
    <xs:attribute ref="android:mirrorForRtl" />
    <xs:attribute ref="android:progressTint" />
    <xs:attribute ref="android:progressTintMode" />
    <xs:attribute ref="android:progressBackgroundTint" />
    <xs:attribute ref="android:progressBackgroundTintMode" />
    <xs:attribute ref="android:secondaryProgressTint" />
    <xs:attribute ref="android:secondaryProgressTintMode" />
    <xs:attribute ref="android:indeterminateTint" />
    <xs:attribute ref="android:indeterminateTintMode" />
    <xs:attribute ref="android:backgroundTint" />
    <xs:attribute ref="android:backgroundTintMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SeekBar">
    <xs:attribute ref="android:thumb" />
    <xs:attribute ref="android:thumbOffset" />
    <xs:attribute ref="android:splitTrack" />
    <xs:attribute ref="android:useDisabledAlpha" />
    <xs:attribute ref="android:thumbTint" />
    <xs:attribute ref="android:thumbTintMode" />
    <xs:attribute ref="android:tickMark" />
    <xs:attribute ref="android:tickMarkTint" />
    <xs:attribute ref="android:tickMarkTintMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="StackView">
    <xs:attribute ref="android:resOutColor" />
    <xs:attribute ref="android:clickColor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RatingBar">
    <xs:attribute ref="android:numStars" />
    <xs:attribute ref="android:rating" />
    <xs:attribute ref="android:stepSize" />
    <xs:attribute ref="android:isIndicator" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RadioGroup">
    <xs:attribute ref="android:checkedButton" />
    <xs:attribute ref="android:orientation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TableLayout">
    <xs:attribute ref="android:stretchColumns" />
    <xs:attribute ref="android:shrinkColumns" />
    <xs:attribute ref="android:collapseColumns" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TableRow" />
  <xs:attributeGroup name="TableRow_Cell">
    <xs:attribute ref="android:layout_column" />
    <xs:attribute ref="android:layout_span" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TabWidget">
    <xs:attribute ref="android:divider" />
    <xs:attribute ref="android:tabStripEnabled" />
    <xs:attribute ref="android:tabStripLeft" />
    <xs:attribute ref="android:tabStripRight" />
    <xs:attribute ref="android:tabLayout" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextAppearance">
    <xs:attribute ref="android:textColor" />
    <xs:attribute ref="android:textSize" />
    <xs:attribute ref="android:textStyle" />
    <xs:attribute ref="android:typeface" />
    <xs:attribute ref="android:fontFamily" />
    <xs:attribute ref="android:textColorHighlight" />
    <xs:attribute ref="android:textColorHint" />
    <xs:attribute ref="android:textColorLink" />
    <xs:attribute ref="android:textAllCaps" />
    <xs:attribute ref="android:shadowColor" />
    <xs:attribute ref="android:shadowDx" />
    <xs:attribute ref="android:shadowDy" />
    <xs:attribute ref="android:shadowRadius" />
    <xs:attribute ref="android:elegantTextHeight" />
    <xs:attribute ref="android:letterSpacing" />
    <xs:attribute ref="android:fontFeatureSettings" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextClock">
    <xs:attribute ref="android:format12Hour" />
    <xs:attribute ref="android:format24Hour" />
    <xs:attribute ref="android:timeZone" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextSwitcher" />
  <xs:attributeGroup name="TextView">
    <xs:attribute ref="android:bufferType" />
    <xs:attribute ref="android:text" />
    <xs:attribute ref="android:hint" />
    <xs:attribute ref="android:textColor" />
    <xs:attribute ref="android:textColorHighlight" />
    <xs:attribute ref="android:textColorHint" />
    <xs:attribute ref="android:textAppearance" />
    <xs:attribute ref="android:textSize" />
    <xs:attribute ref="android:textScaleX" />
    <xs:attribute ref="android:typeface" />
    <xs:attribute ref="android:textStyle" />
    <xs:attribute ref="android:fontFamily" />
    <xs:attribute ref="android:textColorLink" />
    <xs:attribute ref="android:cursorVisible" />
    <xs:attribute ref="android:maxLines" />
    <xs:attribute ref="android:maxHeight" />
    <xs:attribute ref="android:lines" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:minLines" />
    <xs:attribute ref="android:minHeight" />
    <xs:attribute ref="android:maxEms" />
    <xs:attribute ref="android:maxWidth" />
    <xs:attribute ref="android:ems" />
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:minEms" />
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:scrollHorizontally" />
    <xs:attribute ref="android:password" />
    <xs:attribute ref="android:singleLine" />
    <xs:attribute ref="android:enabled" />
    <xs:attribute ref="android:selectAllOnFocus" />
    <xs:attribute ref="android:includeFontPadding" />
    <xs:attribute ref="android:maxLength" />
    <xs:attribute ref="android:shadowColor" />
    <xs:attribute ref="android:shadowDx" />
    <xs:attribute ref="android:shadowDy" />
    <xs:attribute ref="android:shadowRadius" />
    <xs:attribute ref="android:autoLink" />
    <xs:attribute ref="android:linksClickable" />
    <xs:attribute ref="android:numeric" />
    <xs:attribute ref="android:digits" />
    <xs:attribute ref="android:phoneNumber" />
    <xs:attribute ref="android:inputMethod" />
    <xs:attribute ref="android:capitalize" />
    <xs:attribute ref="android:autoText" />
    <xs:attribute ref="android:editable" />
    <xs:attribute ref="android:freezesText" />
    <xs:attribute ref="android:ellipsize" />
    <xs:attribute ref="android:drawableTop" />
    <xs:attribute ref="android:drawableBottom" />
    <xs:attribute ref="android:drawableLeft" />
    <xs:attribute ref="android:drawableRight" />
    <xs:attribute ref="android:drawableStart" />
    <xs:attribute ref="android:drawableEnd" />
    <xs:attribute ref="android:drawablePadding" />
    <xs:attribute ref="android:drawableTint" />
    <xs:attribute ref="android:drawableTintMode" />
    <xs:attribute ref="android:lineSpacingExtra" />
    <xs:attribute ref="android:lineSpacingMultiplier" />
    <xs:attribute ref="android:marqueeRepeatLimit" />
    <xs:attribute ref="android:inputType" />
    <xs:attribute ref="android:allowUndo" />
    <xs:attribute ref="android:imeOptions" />
    <xs:attribute ref="android:privateImeOptions" />
    <xs:attribute ref="android:imeActionLabel" />
    <xs:attribute ref="android:imeActionId" />
    <xs:attribute ref="android:editorExtras" />
    <xs:attribute ref="android:textSelectHandleLeft" />
    <xs:attribute ref="android:textSelectHandleRight" />
    <xs:attribute ref="android:textSelectHandle" />
    <xs:attribute ref="android:textEditPasteWindowLayout" />
    <xs:attribute ref="android:textEditNoPasteWindowLayout" />
    <xs:attribute ref="android:textEditSidePasteWindowLayout" />
    <xs:attribute ref="android:textEditSideNoPasteWindowLayout" />
    <xs:attribute ref="android:textEditSuggestionItemLayout" />
    <xs:attribute ref="android:textEditSuggestionContainerLayout" />
    <xs:attribute ref="android:textEditSuggestionHighlightStyle" />
    <xs:attribute ref="android:textCursorDrawable" />
    <xs:attribute ref="android:textIsSelectable" />
    <xs:attribute ref="android:textAllCaps" />
    <xs:attribute ref="android:elegantTextHeight" />
    <xs:attribute ref="android:letterSpacing" />
    <xs:attribute ref="android:fontFeatureSettings" />
    <xs:attribute ref="android:breakStrategy" />
    <xs:attribute ref="android:hyphenationFrequency" />
    <xs:attribute ref="android:autoSizeTextType" />
    <xs:attribute ref="android:autoSizeStepGranularity" />
    <xs:attribute ref="android:autoSizePresetSizes" />
    <xs:attribute ref="android:autoSizeMinTextSize" />
    <xs:attribute ref="android:autoSizeMaxTextSize" />
    <xs:attribute ref="android:justificationMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextViewAppearance">
    <xs:attribute ref="android:textAppearance" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SelectionModeDrawables">
    <xs:attribute ref="android:actionModeSelectAllDrawable" />
    <xs:attribute ref="android:actionModeCutDrawable" />
    <xs:attribute ref="android:actionModeCopyDrawable" />
    <xs:attribute ref="android:actionModePasteDrawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SuggestionSpan">
    <xs:attribute ref="android:textUnderlineColor" />
    <xs:attribute ref="android:textUnderlineThickness" />
  </xs:attributeGroup>
  <xs:attributeGroup name="InputExtras" />
  <xs:attributeGroup name="AutoCompleteTextView">
    <xs:attribute ref="android:completionHint" />
    <xs:attribute ref="android:completionHintView" />
    <xs:attribute ref="android:completionThreshold" />
    <xs:attribute ref="android:dropDownSelector" />
    <xs:attribute ref="android:dropDownAnchor" />
    <xs:attribute ref="android:dropDownWidth" />
    <xs:attribute ref="android:dropDownHeight" />
    <xs:attribute ref="android:inputType" />
    <xs:attribute ref="android:popupTheme" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PopupWindow">
    <xs:attribute ref="android:popupBackground" />
    <xs:attribute ref="android:popupElevation" />
    <xs:attribute ref="android:popupAnimationStyle" />
    <xs:attribute ref="android:overlapAnchor" />
    <xs:attribute ref="android:popupEnterTransition" />
    <xs:attribute ref="android:popupExitTransition" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ListPopupWindow">
    <xs:attribute ref="android:dropDownVerticalOffset" />
    <xs:attribute ref="android:dropDownHorizontalOffset" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewAnimator">
    <xs:attribute ref="android:inAnimation" />
    <xs:attribute ref="android:outAnimation" />
    <xs:attribute ref="android:animateFirstView" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewFlipper">
    <xs:attribute ref="android:flipInterval" />
    <xs:attribute ref="android:autoStart" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AdapterViewAnimator">
    <xs:attribute ref="android:inAnimation" />
    <xs:attribute ref="android:outAnimation" />
    <xs:attribute ref="android:loopViews" />
    <xs:attribute ref="android:animateFirstView" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AdapterViewFlipper">
    <xs:attribute ref="android:flipInterval" />
    <xs:attribute ref="android:autoStart" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewSwitcher" />
  <xs:attributeGroup name="ScrollView">
    <xs:attribute ref="android:fillViewport" />
  </xs:attributeGroup>
  <xs:attributeGroup name="HorizontalScrollView">
    <xs:attribute ref="android:fillViewport" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Spinner">
    <xs:attribute ref="android:prompt" />
    <xs:attribute ref="android:spinnerMode" />
    <xs:attribute ref="android:dropDownSelector" />
    <xs:attribute ref="android:popupTheme" />
    <xs:attribute ref="android:popupBackground" />
    <xs:attribute ref="android:popupElevation" />
    <xs:attribute ref="android:dropDownWidth" />
    <xs:attribute ref="android:popupPromptView" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:disableChildrenWhenDisabled" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DatePicker">
    <xs:attribute ref="android:firstDayOfWeek" />
    <xs:attribute ref="android:minDate" />
    <xs:attribute ref="android:maxDate" />
    <xs:attribute ref="android:spinnersShown" />
    <xs:attribute ref="android:calendarViewShown" />
    <xs:attribute ref="android:internalLayout" />
    <xs:attribute ref="android:legacyLayout" />
    <xs:attribute ref="android:headerTextColor" />
    <xs:attribute ref="android:headerBackground" />
    <xs:attribute ref="android:yearListItemTextAppearance" />
    <xs:attribute ref="android:yearListItemActivatedTextAppearance" />
    <xs:attribute ref="android:calendarTextColor" />
    <xs:attribute ref="android:datePickerMode" />
    <xs:attribute ref="android:startYear" />
    <xs:attribute ref="android:endYear" />
    <xs:attribute ref="android:headerMonthTextAppearance" />
    <xs:attribute ref="android:headerDayOfMonthTextAppearance" />
    <xs:attribute ref="android:headerYearTextAppearance" />
    <xs:attribute ref="android:dayOfWeekBackground" />
    <xs:attribute ref="android:dayOfWeekTextAppearance" />
    <xs:attribute ref="android:yearListSelectorColor" />
    <xs:attribute ref="android:dialogMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TwoLineListItem">
    <xs:attribute ref="android:mode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SlidingDrawer">
    <xs:attribute ref="android:handle" />
    <xs:attribute ref="android:content" />
    <xs:attribute ref="android:orientation" />
    <xs:attribute ref="android:bottomOffset" />
    <xs:attribute ref="android:topOffset" />
    <xs:attribute ref="android:allowSingleTap" />
    <xs:attribute ref="android:animateOnClick" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GestureOverlayView">
    <xs:attribute ref="android:gestureStrokeWidth" />
    <xs:attribute ref="android:gestureColor" />
    <xs:attribute ref="android:uncertainGestureColor" />
    <xs:attribute ref="android:fadeOffset" />
    <xs:attribute ref="android:fadeDuration" />
    <xs:attribute ref="android:gestureStrokeType" />
    <xs:attribute ref="android:gestureStrokeLengthThreshold" />
    <xs:attribute ref="android:gestureStrokeSquarenessThreshold" />
    <xs:attribute ref="android:gestureStrokeAngleThreshold" />
    <xs:attribute ref="android:eventsInterceptionEnabled" />
    <xs:attribute ref="android:fadeEnabled" />
    <xs:attribute ref="android:orientation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="QuickContactBadge">
    <xs:attribute ref="android:quickContactWindowSize" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AbsoluteLayout_Layout">
    <xs:attribute ref="android:layout_x" />
    <xs:attribute ref="android:layout_y" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LinearLayout_Layout">
    <xs:attribute ref="android:layout_width" />
    <xs:attribute ref="android:layout_height" />
    <xs:attribute ref="android:layout_weight" />
    <xs:attribute ref="android:layout_gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GridLayout_Layout">
    <xs:attribute ref="android:layout_row" />
    <xs:attribute ref="android:layout_rowSpan" />
    <xs:attribute ref="android:layout_rowWeight" />
    <xs:attribute ref="android:layout_column" />
    <xs:attribute ref="android:layout_columnSpan" />
    <xs:attribute ref="android:layout_columnWeight" />
    <xs:attribute ref="android:layout_gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FrameLayout_Layout">
    <xs:attribute ref="android:layout_gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RelativeLayout_Layout">
    <xs:attribute ref="android:layout_toLeftOf" />
    <xs:attribute ref="android:layout_toRightOf" />
    <xs:attribute ref="android:layout_above" />
    <xs:attribute ref="android:layout_below" />
    <xs:attribute ref="android:layout_alignBaseline" />
    <xs:attribute ref="android:layout_alignLeft" />
    <xs:attribute ref="android:layout_alignTop" />
    <xs:attribute ref="android:layout_alignRight" />
    <xs:attribute ref="android:layout_alignBottom" />
    <xs:attribute ref="android:layout_alignParentLeft" />
    <xs:attribute ref="android:layout_alignParentTop" />
    <xs:attribute ref="android:layout_alignParentRight" />
    <xs:attribute ref="android:layout_alignParentBottom" />
    <xs:attribute ref="android:layout_centerInParent" />
    <xs:attribute ref="android:layout_centerHorizontal" />
    <xs:attribute ref="android:layout_centerVertical" />
    <xs:attribute ref="android:layout_alignWithParentIfMissing" />
    <xs:attribute ref="android:layout_toStartOf" />
    <xs:attribute ref="android:layout_toEndOf" />
    <xs:attribute ref="android:layout_alignStart" />
    <xs:attribute ref="android:layout_alignEnd" />
    <xs:attribute ref="android:layout_alignParentStart" />
    <xs:attribute ref="android:layout_alignParentEnd" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VerticalSlider_Layout">
    <xs:attribute ref="android:layout_scale" />
  </xs:attributeGroup>
  <xs:attributeGroup name="WeightedLinearLayout">
    <xs:attribute ref="android:majorWeightMin" />
    <xs:attribute ref="android:minorWeightMin" />
    <xs:attribute ref="android:majorWeightMax" />
    <xs:attribute ref="android:minorWeightMax" />
  </xs:attributeGroup>
  <xs:attributeGroup name="CalendarView">
    <xs:attribute ref="android:firstDayOfWeek" />
    <xs:attribute ref="android:minDate" />
    <xs:attribute ref="android:maxDate" />
    <xs:attribute ref="android:monthTextAppearance" />
    <xs:attribute ref="android:weekDayTextAppearance" />
    <xs:attribute ref="android:dateTextAppearance" />
    <xs:attribute ref="android:daySelectorColor" />
    <xs:attribute ref="android:dayHighlightColor" />
    <xs:attribute ref="android:calendarViewMode" />
    <xs:attribute ref="android:showWeekNumber" />
    <xs:attribute ref="android:shownWeekCount" />
    <xs:attribute ref="android:selectedWeekBackgroundColor" />
    <xs:attribute ref="android:focusedMonthDateColor" />
    <xs:attribute ref="android:unfocusedMonthDateColor" />
    <xs:attribute ref="android:weekNumberColor" />
    <xs:attribute ref="android:weekSeparatorLineColor" />
    <xs:attribute ref="android:selectedDateVerticalBar" />
  </xs:attributeGroup>
  <xs:attributeGroup name="NumberPicker">
    <xs:attribute ref="android:solidColor" />
    <xs:attribute ref="android:selectionDivider" />
    <xs:attribute ref="android:selectionDividerHeight" />
    <xs:attribute ref="android:selectionDividersDistance" />
    <xs:attribute ref="android:internalMinHeight" />
    <xs:attribute ref="android:internalMaxHeight" />
    <xs:attribute ref="android:internalMinWidth" />
    <xs:attribute ref="android:internalMaxWidth" />
    <xs:attribute ref="android:internalLayout" />
    <xs:attribute ref="android:virtualButtonPressedDrawable" />
    <xs:attribute ref="android:hideWheelUntilFocused" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TimePicker">
    <xs:attribute ref="android:legacyLayout" />
    <xs:attribute ref="android:internalLayout" />
    <xs:attribute ref="android:headerTextColor" />
    <xs:attribute ref="android:headerBackground" />
    <xs:attribute ref="android:numbersTextColor" />
    <xs:attribute ref="android:numbersInnerTextColor" />
    <xs:attribute ref="android:numbersBackgroundColor" />
    <xs:attribute ref="android:numbersSelectorColor" />
    <xs:attribute ref="android:timePickerMode" />
    <xs:attribute ref="android:headerAmPmTextAppearance" />
    <xs:attribute ref="android:headerTimeTextAppearance" />
    <xs:attribute ref="android:amPmTextColor" />
    <xs:attribute ref="android:amPmBackgroundColor" />
    <xs:attribute ref="android:dialogMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Drawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:autoMirrored" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DrawableWrapper">
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="StateListDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:variablePadding" />
    <xs:attribute ref="android:constantSize" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:enterFadeDuration" />
    <xs:attribute ref="android:exitFadeDuration" />
    <xs:attribute ref="android:autoMirrored" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedStateListDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:variablePadding" />
    <xs:attribute ref="android:constantSize" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:enterFadeDuration" />
    <xs:attribute ref="android:exitFadeDuration" />
    <xs:attribute ref="android:autoMirrored" />
  </xs:attributeGroup>
  <xs:attributeGroup name="StateListDrawableItem">
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedStateListDrawableItem">
    <xs:attribute ref="android:drawable" />
    <xs:attribute ref="android:id" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedStateListDrawableTransition">
    <xs:attribute ref="android:fromId" />
    <xs:attribute ref="android:toId" />
    <xs:attribute ref="android:drawable" />
    <xs:attribute ref="android:reversible" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimationDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:variablePadding" />
    <xs:attribute ref="android:oneshot" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimationDrawableItem">
    <xs:attribute ref="android:duration" />
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="StateListAnimatorItem">
    <xs:attribute ref="android:animation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ColorStateListItem">
    <xs:attribute ref="android:color" />
    <xs:attribute ref="android:alpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimationScaleListDrawable" />
  <xs:attributeGroup name="AnimationScaleListDrawableItem">
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:shape" />
    <xs:attribute ref="android:innerRadiusRatio" />
    <xs:attribute ref="android:thicknessRatio" />
    <xs:attribute ref="android:innerRadius" />
    <xs:attribute ref="android:thickness" />
    <xs:attribute ref="android:useLevel" />
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:tintMode" />
    <xs:attribute ref="android:opticalInsetLeft" />
    <xs:attribute ref="android:opticalInsetTop" />
    <xs:attribute ref="android:opticalInsetRight" />
    <xs:attribute ref="android:opticalInsetBottom" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawableSize">
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:height" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawableGradient">
    <xs:attribute ref="android:startColor" />
    <xs:attribute ref="android:centerColor" />
    <xs:attribute ref="android:endColor" />
    <xs:attribute ref="android:useLevel" />
    <xs:attribute ref="android:angle" />
    <xs:attribute ref="android:type" />
    <xs:attribute ref="android:centerX" />
    <xs:attribute ref="android:centerY" />
    <xs:attribute ref="android:gradientRadius" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawableSolid">
    <xs:attribute ref="android:color" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawableStroke">
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:color" />
    <xs:attribute ref="android:dashWidth" />
    <xs:attribute ref="android:dashGap" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DrawableCorners">
    <xs:attribute ref="android:radius" />
    <xs:attribute ref="android:topLeftRadius" />
    <xs:attribute ref="android:topRightRadius" />
    <xs:attribute ref="android:bottomLeftRadius" />
    <xs:attribute ref="android:bottomRightRadius" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientDrawablePadding">
    <xs:attribute ref="android:left" />
    <xs:attribute ref="android:top" />
    <xs:attribute ref="android:right" />
    <xs:attribute ref="android:bottom" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LayerDrawable">
    <xs:attribute ref="android:opacity" />
    <xs:attribute ref="android:autoMirrored" />
    <xs:attribute ref="android:paddingMode" />
    <xs:attribute ref="android:paddingTop" />
    <xs:attribute ref="android:paddingBottom" />
    <xs:attribute ref="android:paddingLeft" />
    <xs:attribute ref="android:paddingRight" />
    <xs:attribute ref="android:paddingStart" />
    <xs:attribute ref="android:paddingEnd" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LayerDrawableItem">
    <xs:attribute ref="android:left" />
    <xs:attribute ref="android:top" />
    <xs:attribute ref="android:right" />
    <xs:attribute ref="android:bottom" />
    <xs:attribute ref="android:start" />
    <xs:attribute ref="android:end" />
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:drawable" />
    <xs:attribute ref="android:id" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LevelListDrawableItem">
    <xs:attribute ref="android:minLevel" />
    <xs:attribute ref="android:maxLevel" />
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RotateDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:fromDegrees" />
    <xs:attribute ref="android:toDegrees" />
    <xs:attribute ref="android:pivotX" />
    <xs:attribute ref="android:pivotY" />
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedRotateDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:frameDuration" />
    <xs:attribute ref="android:framesCount" />
    <xs:attribute ref="android:pivotX" />
    <xs:attribute ref="android:pivotY" />
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MaterialProgressDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:thickness" />
    <xs:attribute ref="android:innerRadius" />
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:color" />
  </xs:attributeGroup>
  <xs:attributeGroup name="InsetDrawable">
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:drawable" />
    <xs:attribute ref="android:inset" />
    <xs:attribute ref="android:insetLeft" />
    <xs:attribute ref="android:insetRight" />
    <xs:attribute ref="android:insetTop" />
    <xs:attribute ref="android:insetBottom" />
  </xs:attributeGroup>
  <xs:attributeGroup name="BitmapDrawable">
    <xs:attribute ref="android:src" />
    <xs:attribute ref="android:antialias" />
    <xs:attribute ref="android:filter" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:tileMode" />
    <xs:attribute ref="android:tileModeX" />
    <xs:attribute ref="android:tileModeY" />
    <xs:attribute ref="android:mipMap" />
    <xs:attribute ref="android:autoMirrored" />
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:tintMode" />
    <xs:attribute ref="android:alpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="NinePatchDrawable">
    <xs:attribute ref="android:src" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:autoMirrored" />
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:tintMode" />
    <xs:attribute ref="android:alpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ColorDrawable">
    <xs:attribute ref="android:color" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AdaptiveIconDrawableLayer">
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RippleDrawable">
    <xs:attribute ref="android:color" />
    <xs:attribute ref="android:radius" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ScaleDrawable">
    <xs:attribute ref="android:scaleWidth" />
    <xs:attribute ref="android:scaleHeight" />
    <xs:attribute ref="android:scaleGravity" />
    <xs:attribute ref="android:level" />
    <xs:attribute ref="android:drawable" />
    <xs:attribute ref="android:useIntrinsicSizeAsMinimum" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ClipDrawable">
    <xs:attribute ref="android:clipOrientation" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ShapeDrawablePadding">
    <xs:attribute ref="android:left" />
    <xs:attribute ref="android:top" />
    <xs:attribute ref="android:right" />
    <xs:attribute ref="android:bottom" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ShapeDrawable">
    <xs:attribute ref="android:color" />
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:dither" />
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:tintMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VectorDrawable">
    <xs:attribute ref="android:tint" />
    <xs:attribute ref="android:tintMode" />
    <xs:attribute ref="android:autoMirrored" />
    <xs:attribute ref="android:width" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:viewportWidth" />
    <xs:attribute ref="android:viewportHeight" />
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:alpha" />
    <xs:attribute ref="android:opticalInsetLeft" />
    <xs:attribute ref="android:opticalInsetTop" />
    <xs:attribute ref="android:opticalInsetRight" />
    <xs:attribute ref="android:opticalInsetBottom" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VectorDrawableGroup">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:rotation" />
    <xs:attribute ref="android:pivotX" />
    <xs:attribute ref="android:pivotY" />
    <xs:attribute ref="android:translateX" />
    <xs:attribute ref="android:translateY" />
    <xs:attribute ref="android:scaleX" />
    <xs:attribute ref="android:scaleY" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VectorDrawablePath">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:strokeWidth" />
    <xs:attribute ref="android:strokeColor" />
    <xs:attribute ref="android:strokeAlpha" />
    <xs:attribute ref="android:fillColor" />
    <xs:attribute ref="android:fillAlpha" />
    <xs:attribute ref="android:pathData" />
    <xs:attribute ref="android:trimPathStart" />
    <xs:attribute ref="android:trimPathEnd" />
    <xs:attribute ref="android:trimPathOffset" />
    <xs:attribute ref="android:strokeLineCap" />
    <xs:attribute ref="android:strokeLineJoin" />
    <xs:attribute ref="android:strokeMiterLimit" />
    <xs:attribute ref="android:fillType" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VectorDrawableClipPath">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:pathData" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedVectorDrawable">
    <xs:attribute ref="android:drawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatedVectorDrawableTarget">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:animation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Animation">
    <xs:attribute ref="android:interpolator" />
    <xs:attribute ref="android:fillEnabled" />
    <xs:attribute ref="android:fillBefore" />
    <xs:attribute ref="android:fillAfter" />
    <xs:attribute ref="android:duration" />
    <xs:attribute ref="android:startOffset" />
    <xs:attribute ref="android:repeatCount" />
    <xs:attribute ref="android:repeatMode" />
    <xs:attribute ref="android:zAdjustment" />
    <xs:attribute ref="android:background" />
    <xs:attribute ref="android:detachWallpaper" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimationSet">
    <xs:attribute ref="android:shareInterpolator" />
    <xs:attribute ref="android:fillBefore" />
    <xs:attribute ref="android:fillAfter" />
    <xs:attribute ref="android:duration" />
    <xs:attribute ref="android:startOffset" />
    <xs:attribute ref="android:repeatMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RotateAnimation">
    <xs:attribute ref="android:fromDegrees" />
    <xs:attribute ref="android:toDegrees" />
    <xs:attribute ref="android:pivotX" />
    <xs:attribute ref="android:pivotY" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ScaleAnimation">
    <xs:attribute ref="android:fromXScale" />
    <xs:attribute ref="android:toXScale" />
    <xs:attribute ref="android:fromYScale" />
    <xs:attribute ref="android:toYScale" />
    <xs:attribute ref="android:pivotX" />
    <xs:attribute ref="android:pivotY" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TranslateAnimation">
    <xs:attribute ref="android:fromXDelta" />
    <xs:attribute ref="android:toXDelta" />
    <xs:attribute ref="android:fromYDelta" />
    <xs:attribute ref="android:toYDelta" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AlphaAnimation">
    <xs:attribute ref="android:fromAlpha" />
    <xs:attribute ref="android:toAlpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LayoutAnimation">
    <xs:attribute ref="android:delay" />
    <xs:attribute ref="android:animation" />
    <xs:attribute ref="android:animationOrder" />
    <xs:attribute ref="android:interpolator" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GridLayoutAnimation">
    <xs:attribute ref="android:columnDelay" />
    <xs:attribute ref="android:rowDelay" />
    <xs:attribute ref="android:direction" />
    <xs:attribute ref="android:directionPriority" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AccelerateInterpolator">
    <xs:attribute ref="android:factor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DecelerateInterpolator">
    <xs:attribute ref="android:factor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="CycleInterpolator">
    <xs:attribute ref="android:cycles" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnticipateInterpolator">
    <xs:attribute ref="android:tension" />
  </xs:attributeGroup>
  <xs:attributeGroup name="OvershootInterpolator">
    <xs:attribute ref="android:tension" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnticipateOvershootInterpolator">
    <xs:attribute ref="android:tension" />
    <xs:attribute ref="android:extraTension" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PathInterpolator">
    <xs:attribute ref="android:controlX1" />
    <xs:attribute ref="android:controlY1" />
    <xs:attribute ref="android:controlX2" />
    <xs:attribute ref="android:controlY2" />
    <xs:attribute ref="android:pathData" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Transition">
    <xs:attribute ref="android:duration" />
    <xs:attribute ref="android:startDelay" />
    <xs:attribute ref="android:interpolator" />
    <xs:attribute ref="android:matchOrder" />
  </xs:attributeGroup>
  <xs:attributeGroup name="EpicenterTranslateClipReveal">
    <xs:attribute ref="android:interpolatorX" />
    <xs:attribute ref="android:interpolatorY" />
    <xs:attribute ref="android:interpolatorZ" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Fade">
    <xs:attribute ref="android:fadingMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Slide">
    <xs:attribute ref="android:slideEdge" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VisibilityTransition">
    <xs:attribute ref="android:transitionVisibilityMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TransitionTarget">
    <xs:attribute ref="android:targetId" />
    <xs:attribute ref="android:excludeId" />
    <xs:attribute ref="android:targetClass" />
    <xs:attribute ref="android:excludeClass" />
    <xs:attribute ref="android:targetName" />
    <xs:attribute ref="android:excludeName" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TransitionSet">
    <xs:attribute ref="android:transitionOrdering" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ChangeTransform">
    <xs:attribute ref="android:reparentWithOverlay" />
    <xs:attribute ref="android:reparent" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ChangeBounds">
    <xs:attribute ref="android:resizeClip" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TransitionManager">
    <xs:attribute ref="android:transition" />
    <xs:attribute ref="android:fromScene" />
    <xs:attribute ref="android:toScene" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ArcMotion">
    <xs:attribute ref="android:minimumHorizontalAngle" />
    <xs:attribute ref="android:minimumVerticalAngle" />
    <xs:attribute ref="android:maximumAngle" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PatternPathMotion">
    <xs:attribute ref="android:patternPathData" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Animator">
    <xs:attribute ref="android:interpolator" />
    <xs:attribute ref="android:duration" />
    <xs:attribute ref="android:startOffset" />
    <xs:attribute ref="android:repeatCount" />
    <xs:attribute ref="android:repeatMode" />
    <xs:attribute ref="android:valueFrom" />
    <xs:attribute ref="android:valueTo" />
    <xs:attribute ref="android:valueType" />
    <xs:attribute ref="android:removeBeforeMRelease" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PropertyValuesHolder">
    <xs:attribute ref="android:valueType" />
    <xs:attribute ref="android:propertyName" />
    <xs:attribute ref="android:valueFrom" />
    <xs:attribute ref="android:valueTo" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Keyframe">
    <xs:attribute ref="android:valueType" />
    <xs:attribute ref="android:value" />
    <xs:attribute ref="android:fraction" />
    <xs:attribute ref="android:interpolator" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PropertyAnimator">
    <xs:attribute ref="android:propertyName" />
    <xs:attribute ref="android:propertyXName" />
    <xs:attribute ref="android:propertyYName" />
    <xs:attribute ref="android:pathData" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AnimatorSet">
    <xs:attribute ref="android:ordering" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DrawableStates">
    <xs:attribute ref="android:state_focused" />
    <xs:attribute ref="android:state_window_focused" />
    <xs:attribute ref="android:state_enabled" />
    <xs:attribute ref="android:state_checkable" />
    <xs:attribute ref="android:state_checked" />
    <xs:attribute ref="android:state_selected" />
    <xs:attribute ref="android:state_pressed" />
    <xs:attribute ref="android:state_activated" />
    <xs:attribute ref="android:state_active" />
    <xs:attribute ref="android:state_single" />
    <xs:attribute ref="android:state_first" />
    <xs:attribute ref="android:state_middle" />
    <xs:attribute ref="android:state_last" />
    <xs:attribute ref="android:state_accelerated" />
    <xs:attribute ref="android:state_hovered" />
    <xs:attribute ref="android:state_drag_can_accept" />
    <xs:attribute ref="android:state_drag_hovered" />
    <xs:attribute ref="android:state_accessibility_focused" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ViewDrawableStates">
    <xs:attribute ref="android:state_pressed" />
    <xs:attribute ref="android:state_focused" />
    <xs:attribute ref="android:state_selected" />
    <xs:attribute ref="android:state_window_focused" />
    <xs:attribute ref="android:state_enabled" />
    <xs:attribute ref="android:state_activated" />
    <xs:attribute ref="android:state_accelerated" />
    <xs:attribute ref="android:state_hovered" />
    <xs:attribute ref="android:state_drag_can_accept" />
    <xs:attribute ref="android:state_drag_hovered" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuItemCheckedState">
    <xs:attribute ref="android:state_checkable" />
    <xs:attribute ref="android:state_checked" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuItemUncheckedState">
    <xs:attribute ref="android:state_checkable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuItemCheckedFocusedState">
    <xs:attribute ref="android:state_checkable" />
    <xs:attribute ref="android:state_checked" />
    <xs:attribute ref="android:state_focused" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuItemUncheckedFocusedState">
    <xs:attribute ref="android:state_checkable" />
    <xs:attribute ref="android:state_focused" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ExpandableListChildIndicatorState">
    <xs:attribute ref="android:state_last" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ExpandableListGroupIndicatorState">
    <xs:attribute ref="android:state_expanded" />
    <xs:attribute ref="android:state_empty" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PopupWindowBackgroundState">
    <xs:attribute ref="android:state_above_anchor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextViewMultiLineBackgroundState">
    <xs:attribute ref="android:state_multiline" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Searchable">
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:hint" />
    <xs:attribute ref="android:searchButtonText" />
    <xs:attribute ref="android:inputType" />
    <xs:attribute ref="android:imeOptions" />
    <xs:attribute ref="android:searchMode" />
    <xs:attribute ref="android:voiceSearchMode" />
    <xs:attribute ref="android:voiceLanguageModel" />
    <xs:attribute ref="android:voicePromptText" />
    <xs:attribute ref="android:voiceLanguage" />
    <xs:attribute ref="android:voiceMaxResults" />
    <xs:attribute ref="android:searchSuggestAuthority" />
    <xs:attribute ref="android:searchSuggestPath" />
    <xs:attribute ref="android:searchSuggestSelection" />
    <xs:attribute ref="android:searchSuggestIntentAction" />
    <xs:attribute ref="android:searchSuggestIntentData" />
    <xs:attribute ref="android:searchSuggestThreshold" />
    <xs:attribute ref="android:includeInGlobalSearch" />
    <xs:attribute ref="android:queryAfterZeroResults" />
    <xs:attribute ref="android:searchSettingsDescription" />
    <xs:attribute ref="android:autoUrlDetect" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SearchableActionKey">
    <xs:attribute ref="android:keycode" />
    <xs:attribute ref="android:queryActionMsg" />
    <xs:attribute ref="android:suggestActionMsg" />
    <xs:attribute ref="android:suggestActionMsgColumn" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MapView">
    <xs:attribute ref="android:apiKey" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Menu" />
  <xs:attributeGroup name="MenuGroup">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:menuCategory" />
    <xs:attribute ref="android:orderInCategory" />
    <xs:attribute ref="android:checkableBehavior" />
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:enabled" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MenuItem">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:menuCategory" />
    <xs:attribute ref="android:orderInCategory" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:titleCondensed" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:iconTint" />
    <xs:attribute ref="android:iconTintMode" />
    <xs:attribute ref="android:alphabeticShortcut" />
    <xs:attribute ref="android:alphabeticModifiers" />
    <xs:attribute ref="android:numericShortcut" />
    <xs:attribute ref="android:numericModifiers" />
    <xs:attribute ref="android:checkable" />
    <xs:attribute ref="android:checked" />
    <xs:attribute ref="android:visible" />
    <xs:attribute ref="android:enabled" />
    <xs:attribute ref="android:onClick" />
    <xs:attribute ref="android:showAsAction" />
    <xs:attribute ref="android:actionLayout" />
    <xs:attribute ref="android:actionViewClass" />
    <xs:attribute ref="android:actionProviderClass" />
    <xs:attribute ref="android:contentDescription" />
    <xs:attribute ref="android:tooltipText" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActivityChooserView">
    <xs:attribute ref="android:initialActivityCount" />
    <xs:attribute ref="android:expandActivityOverflowButtonDrawable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceGroup">
    <xs:attribute ref="android:orderingFromXml" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceHeader">
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:summary" />
    <xs:attribute ref="android:breadCrumbTitle" />
    <xs:attribute ref="android:breadCrumbShortTitle" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:fragment" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Preference">
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:key" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:summary" />
    <xs:attribute ref="android:order" />
    <xs:attribute ref="android:fragment" />
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:widgetLayout" />
    <xs:attribute ref="android:enabled" />
    <xs:attribute ref="android:selectable" />
    <xs:attribute ref="android:dependency" />
    <xs:attribute ref="android:persistent" />
    <xs:attribute ref="android:defaultValue" />
    <xs:attribute ref="android:shouldDisableView" />
    <xs:attribute ref="android:recycleEnabled" />
    <xs:attribute ref="android:singleLineTitle" />
    <xs:attribute ref="android:iconSpaceReserved" />
  </xs:attributeGroup>
  <xs:attributeGroup name="CheckBoxPreference">
    <xs:attribute ref="android:summaryOn" />
    <xs:attribute ref="android:summaryOff" />
    <xs:attribute ref="android:disableDependentsState" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DialogPreference">
    <xs:attribute ref="android:dialogTitle" />
    <xs:attribute ref="android:dialogMessage" />
    <xs:attribute ref="android:dialogIcon" />
    <xs:attribute ref="android:positiveButtonText" />
    <xs:attribute ref="android:negativeButtonText" />
    <xs:attribute ref="android:dialogLayout" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ListPreference">
    <xs:attribute ref="android:entries" />
    <xs:attribute ref="android:entryValues" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MultiSelectListPreference">
    <xs:attribute ref="android:entries" />
    <xs:attribute ref="android:entryValues" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RingtonePreference">
    <xs:attribute ref="android:ringtoneType" />
    <xs:attribute ref="android:showDefault" />
    <xs:attribute ref="android:showSilent" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VolumePreference">
    <xs:attribute ref="android:streamType" />
  </xs:attributeGroup>
  <xs:attributeGroup name="InputMethodService">
    <xs:attribute ref="android:imeFullscreenBackground" />
    <xs:attribute ref="android:imeExtractEnterAnimation" />
    <xs:attribute ref="android:imeExtractExitAnimation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VoiceInteractionSession" />
  <xs:attributeGroup name="KeyboardView">
    <xs:attribute ref="android:keyboardViewStyle" />
    <xs:attribute ref="android:keyBackground" />
    <xs:attribute ref="android:keyTextSize" />
    <xs:attribute ref="android:labelTextSize" />
    <xs:attribute ref="android:keyTextColor" />
    <xs:attribute ref="android:keyPreviewLayout" />
    <xs:attribute ref="android:keyPreviewOffset" />
    <xs:attribute ref="android:keyPreviewHeight" />
    <xs:attribute ref="android:verticalCorrection" />
    <xs:attribute ref="android:popupLayout" />
    <xs:attribute ref="android:shadowColor" />
    <xs:attribute ref="android:shadowRadius" />
  </xs:attributeGroup>
  <xs:attributeGroup name="KeyboardViewPreviewState">
    <xs:attribute ref="android:state_long_pressable" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Keyboard">
    <xs:attribute ref="android:keyWidth" />
    <xs:attribute ref="android:keyHeight" />
    <xs:attribute ref="android:horizontalGap" />
    <xs:attribute ref="android:verticalGap" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Keyboard_Row">
    <xs:attribute ref="android:rowEdgeFlags" />
    <xs:attribute ref="android:keyboardMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Keyboard_Key">
    <xs:attribute ref="android:codes" />
    <xs:attribute ref="android:popupKeyboard" />
    <xs:attribute ref="android:popupCharacters" />
    <xs:attribute ref="android:keyEdgeFlags" />
    <xs:attribute ref="android:isModifier" />
    <xs:attribute ref="android:isSticky" />
    <xs:attribute ref="android:isRepeatable" />
    <xs:attribute ref="android:iconPreview" />
    <xs:attribute ref="android:keyOutputText" />
    <xs:attribute ref="android:keyLabel" />
    <xs:attribute ref="android:keyIcon" />
    <xs:attribute ref="android:keyboardMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AppWidgetProviderInfo">
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:minHeight" />
    <xs:attribute ref="android:minResizeWidth" />
    <xs:attribute ref="android:minResizeHeight" />
    <xs:attribute ref="android:updatePeriodMillis" />
    <xs:attribute ref="android:initialLayout" />
    <xs:attribute ref="android:initialKeyguardLayout" />
    <xs:attribute ref="android:configure" />
    <xs:attribute ref="android:previewImage" />
    <xs:attribute ref="android:autoAdvanceViewId" />
    <xs:attribute ref="android:resizeMode" />
    <xs:attribute ref="android:widgetCategory" />
  </xs:attributeGroup>
  <xs:attributeGroup name="WallpaperPreviewInfo">
    <xs:attribute ref="android:staticWallpaperPreview" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Fragment">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:id" />
    <xs:attribute ref="android:tag" />
    <xs:attribute ref="android:fragmentExitTransition" />
    <xs:attribute ref="android:fragmentEnterTransition" />
    <xs:attribute ref="android:fragmentSharedElementEnterTransition" />
    <xs:attribute ref="android:fragmentReturnTransition" />
    <xs:attribute ref="android:fragmentSharedElementReturnTransition" />
    <xs:attribute ref="android:fragmentReenterTransition" />
    <xs:attribute ref="android:fragmentAllowEnterTransitionOverlap" />
    <xs:attribute ref="android:fragmentAllowReturnTransitionOverlap" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DeviceAdmin">
    <xs:attribute ref="android:visible" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Wallpaper">
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:thumbnail" />
    <xs:attribute ref="android:author" />
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:contextUri" />
    <xs:attribute ref="android:contextDescription" />
    <xs:attribute ref="android:showMetadataInPreview" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Dream">
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TrustAgent">
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:summary" />
    <xs:attribute ref="android:unlockProfile" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AccountAuthenticator">
    <xs:attribute ref="android:accountType" />
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:smallIcon" />
    <xs:attribute ref="android:accountPreferences" />
    <xs:attribute ref="android:customTokens" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SyncAdapter">
    <xs:attribute ref="android:contentAuthority" />
    <xs:attribute ref="android:accountType" />
    <xs:attribute ref="android:userVisible" />
    <xs:attribute ref="android:supportsUploading" />
    <xs:attribute ref="android:allowParallelSyncs" />
    <xs:attribute ref="android:isAlwaysSyncable" />
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="AutofillService">
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Icon">
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:mimeType" />
  </xs:attributeGroup>
  <xs:attributeGroup name="IconDefault">
    <xs:attribute ref="android:icon" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ContactsDataKind">
    <xs:attribute ref="android:mimeType" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:summaryColumn" />
    <xs:attribute ref="android:detailColumn" />
    <xs:attribute ref="android:detailSocialSummary" />
    <xs:attribute ref="android:allContactsName" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SlidingTab">
    <xs:attribute ref="android:orientation" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GlowPadView">
    <xs:attribute ref="android:targetDescriptions" />
    <xs:attribute ref="android:directionDescriptions" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SettingInjectorService">
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="LockPatternView">
    <xs:attribute ref="android:aspect" />
    <xs:attribute ref="android:pathColor" />
    <xs:attribute ref="android:regularColor" />
    <xs:attribute ref="android:errorColor" />
    <xs:attribute ref="android:successColor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RecognitionService">
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VoiceInteractionService">
    <xs:attribute ref="android:sessionService" />
    <xs:attribute ref="android:recognitionService" />
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:supportsAssist" />
    <xs:attribute ref="android:supportsLaunchVoiceAssistFromKeyguard" />
    <xs:attribute ref="android:supportsLocalInteraction" />
  </xs:attributeGroup>
  <xs:attributeGroup name="VoiceEnrollmentApplication">
    <xs:attribute ref="android:searchKeyphraseId" />
    <xs:attribute ref="android:searchKeyphrase" />
    <xs:attribute ref="android:searchKeyphraseSupportedLocales" />
    <xs:attribute ref="android:searchKeyphraseRecognitionFlags" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActionBar">
    <xs:attribute ref="android:navigationMode" />
    <xs:attribute ref="android:displayOptions" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:subtitle" />
    <xs:attribute ref="android:titleTextStyle" />
    <xs:attribute ref="android:subtitleTextStyle" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:logo" />
    <xs:attribute ref="android:divider" />
    <xs:attribute ref="android:background" />
    <xs:attribute ref="android:backgroundStacked" />
    <xs:attribute ref="android:backgroundSplit" />
    <xs:attribute ref="android:customNavigationLayout" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:homeLayout" />
    <xs:attribute ref="android:progressBarStyle" />
    <xs:attribute ref="android:indeterminateProgressStyle" />
    <xs:attribute ref="android:progressBarPadding" />
    <xs:attribute ref="android:homeAsUpIndicator" />
    <xs:attribute ref="android:itemPadding" />
    <xs:attribute ref="android:hideOnContentScroll" />
    <xs:attribute ref="android:contentInsetStart" />
    <xs:attribute ref="android:contentInsetEnd" />
    <xs:attribute ref="android:contentInsetLeft" />
    <xs:attribute ref="android:contentInsetRight" />
    <xs:attribute ref="android:contentInsetStartWithNavigation" />
    <xs:attribute ref="android:contentInsetEndWithActions" />
    <xs:attribute ref="android:elevation" />
    <xs:attribute ref="android:popupTheme" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActionMode">
    <xs:attribute ref="android:titleTextStyle" />
    <xs:attribute ref="android:subtitleTextStyle" />
    <xs:attribute ref="android:background" />
    <xs:attribute ref="android:backgroundSplit" />
    <xs:attribute ref="android:height" />
    <xs:attribute ref="android:closeItemLayout" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SearchView">
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:iconifiedByDefault" />
    <xs:attribute ref="android:maxWidth" />
    <xs:attribute ref="android:queryHint" />
    <xs:attribute ref="android:defaultQueryHint" />
    <xs:attribute ref="android:imeOptions" />
    <xs:attribute ref="android:inputType" />
    <xs:attribute ref="android:closeIcon" />
    <xs:attribute ref="android:goIcon" />
    <xs:attribute ref="android:searchIcon" />
    <xs:attribute ref="android:searchHintIcon" />
    <xs:attribute ref="android:voiceIcon" />
    <xs:attribute ref="android:commitIcon" />
    <xs:attribute ref="android:suggestionRowLayout" />
    <xs:attribute ref="android:queryBackground" />
    <xs:attribute ref="android:submitBackground" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Switch">
    <xs:attribute ref="android:thumb" />
    <xs:attribute ref="android:thumbTint" />
    <xs:attribute ref="android:thumbTintMode" />
    <xs:attribute ref="android:track" />
    <xs:attribute ref="android:trackTint" />
    <xs:attribute ref="android:trackTintMode" />
    <xs:attribute ref="android:textOn" />
    <xs:attribute ref="android:textOff" />
    <xs:attribute ref="android:thumbTextPadding" />
    <xs:attribute ref="android:switchTextAppearance" />
    <xs:attribute ref="android:switchMinWidth" />
    <xs:attribute ref="android:switchPadding" />
    <xs:attribute ref="android:splitTrack" />
    <xs:attribute ref="android:showText" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Pointer">
    <xs:attribute ref="android:pointerIconArrow" />
    <xs:attribute ref="android:pointerIconSpotHover" />
    <xs:attribute ref="android:pointerIconSpotTouch" />
    <xs:attribute ref="android:pointerIconSpotAnchor" />
    <xs:attribute ref="android:pointerIconContextMenu" />
    <xs:attribute ref="android:pointerIconHand" />
    <xs:attribute ref="android:pointerIconHelp" />
    <xs:attribute ref="android:pointerIconWait" />
    <xs:attribute ref="android:pointerIconCell" />
    <xs:attribute ref="android:pointerIconCrosshair" />
    <xs:attribute ref="android:pointerIconText" />
    <xs:attribute ref="android:pointerIconVerticalText" />
    <xs:attribute ref="android:pointerIconAlias" />
    <xs:attribute ref="android:pointerIconCopy" />
    <xs:attribute ref="android:pointerIconNodrop" />
    <xs:attribute ref="android:pointerIconAllScroll" />
    <xs:attribute ref="android:pointerIconHorizontalDoubleArrow" />
    <xs:attribute ref="android:pointerIconVerticalDoubleArrow" />
    <xs:attribute ref="android:pointerIconTopRightDiagonalDoubleArrow" />
    <xs:attribute ref="android:pointerIconTopLeftDiagonalDoubleArrow" />
    <xs:attribute ref="android:pointerIconZoomIn" />
    <xs:attribute ref="android:pointerIconZoomOut" />
    <xs:attribute ref="android:pointerIconGrab" />
    <xs:attribute ref="android:pointerIconGrabbing" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PointerIcon">
    <xs:attribute ref="android:bitmap" />
    <xs:attribute ref="android:hotSpotX" />
    <xs:attribute ref="android:hotSpotY" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Storage">
    <xs:attribute ref="android:mountPoint" />
    <xs:attribute ref="android:storageDescription" />
    <xs:attribute ref="android:primary" />
    <xs:attribute ref="android:removable" />
    <xs:attribute ref="android:emulated" />
    <xs:attribute ref="android:mtpReserve" />
    <xs:attribute ref="android:allowMassStorage" />
    <xs:attribute ref="android:maxFileSize" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SwitchPreference">
    <xs:attribute ref="android:summaryOn" />
    <xs:attribute ref="android:summaryOff" />
    <xs:attribute ref="android:switchTextOn" />
    <xs:attribute ref="android:switchTextOff" />
    <xs:attribute ref="android:disableDependentsState" />
  </xs:attributeGroup>
  <xs:attributeGroup name="SeekBarPreference">
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:adjustable" />
    <xs:attribute ref="android:showSeekBarValue" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceFragment">
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:divider" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceScreen">
    <xs:attribute ref="android:screenLayout" />
    <xs:attribute ref="android:divider" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PreferenceActivity">
    <xs:attribute ref="android:layout" />
    <xs:attribute ref="android:headerLayout" />
    <xs:attribute ref="android:headerRemoveIconIfEmpty" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TextToSpeechEngine">
    <xs:attribute ref="android:settingsActivity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="KeyboardLayout">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:label" />
    <xs:attribute ref="android:keyboardLayout" />
    <xs:attribute ref="android:locale" />
    <xs:attribute ref="android:vendorId" />
    <xs:attribute ref="android:productId" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MediaRouteButton">
    <xs:attribute ref="android:externalRouteEnabledDrawable" />
    <xs:attribute ref="android:mediaRouteTypes" />
    <xs:attribute ref="android:minWidth" />
    <xs:attribute ref="android:minHeight" />
  </xs:attributeGroup>
  <xs:attributeGroup name="PagedView">
    <xs:attribute ref="android:pageSpacing" />
    <xs:attribute ref="android:scrollIndicatorPaddingLeft" />
    <xs:attribute ref="android:scrollIndicatorPaddingRight" />
  </xs:attributeGroup>
  <xs:attributeGroup name="KeyguardGlowStripView">
    <xs:attribute ref="android:dotSize" />
    <xs:attribute ref="android:numDots" />
    <xs:attribute ref="android:glowDot" />
    <xs:attribute ref="android:leftToRight" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FragmentBreadCrumbs">
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:itemLayout" />
    <xs:attribute ref="android:itemColor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Toolbar">
    <xs:attribute ref="android:titleTextAppearance" />
    <xs:attribute ref="android:subtitleTextAppearance" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:subtitle" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:titleMargin" />
    <xs:attribute ref="android:titleMarginStart" />
    <xs:attribute ref="android:titleMarginEnd" />
    <xs:attribute ref="android:titleMarginTop" />
    <xs:attribute ref="android:titleMarginBottom" />
    <xs:attribute ref="android:contentInsetStart" />
    <xs:attribute ref="android:contentInsetEnd" />
    <xs:attribute ref="android:contentInsetLeft" />
    <xs:attribute ref="android:contentInsetRight" />
    <xs:attribute ref="android:contentInsetStartWithNavigation" />
    <xs:attribute ref="android:contentInsetEndWithActions" />
    <xs:attribute ref="android:maxButtonHeight" />
    <xs:attribute ref="android:navigationButtonStyle" />
    <xs:attribute ref="android:buttonGravity" />
    <xs:attribute ref="android:collapseIcon" />
    <xs:attribute ref="android:collapseContentDescription" />
    <xs:attribute ref="android:popupTheme" />
    <xs:attribute ref="android:navigationIcon" />
    <xs:attribute ref="android:navigationContentDescription" />
    <xs:attribute ref="android:logo" />
    <xs:attribute ref="android:logoDescription" />
    <xs:attribute ref="android:titleTextColor" />
    <xs:attribute ref="android:subtitleTextColor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Toolbar_LayoutParams">
    <xs:attribute ref="android:layout_gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActionBar_LayoutParams">
    <xs:attribute ref="android:layout_gravity" />
  </xs:attributeGroup>
  <xs:attributeGroup name="EdgeEffect">
    <xs:attribute ref="android:colorEdgeEffect" />
  </xs:attributeGroup>
  <xs:attributeGroup name="TvInputService">
    <xs:attribute ref="android:setupActivity" />
    <xs:attribute ref="android:settingsActivity" />
    <xs:attribute ref="android:canRecord" />
    <xs:attribute ref="android:tunerCount" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RatingSystemDefinition">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:country" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RatingDefinition">
    <xs:attribute ref="android:name" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:contentAgeHint" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ResolverDrawerLayout">
    <xs:attribute ref="android:maxWidth" />
    <xs:attribute ref="android:maxCollapsedHeight" />
    <xs:attribute ref="android:maxCollapsedHeightSmall" />
  </xs:attributeGroup>
  <xs:attributeGroup name="MessagingLinearLayout">
    <xs:attribute ref="android:spacing" />
  </xs:attributeGroup>
  <xs:attributeGroup name="DateTimeView">
    <xs:attribute ref="android:showRelative" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ResolverDrawerLayout_LayoutParams">
    <xs:attribute ref="android:layout_alwaysShow" />
    <xs:attribute ref="android:layout_ignoreOffset" />
    <xs:attribute ref="android:layout_gravity" />
    <xs:attribute ref="android:layout_hasNestedScrollIndicator" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Lighting">
    <xs:attribute ref="android:lightY" />
    <xs:attribute ref="android:lightZ" />
    <xs:attribute ref="android:lightRadius" />
    <xs:attribute ref="android:ambientShadowAlpha" />
    <xs:attribute ref="android:spotShadowAlpha" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RestrictionEntry">
    <xs:attribute ref="android:key" />
    <xs:attribute ref="android:restrictionType" />
    <xs:attribute ref="android:title" />
    <xs:attribute ref="android:description" />
    <xs:attribute ref="android:defaultValue" />
    <xs:attribute ref="android:entries" />
    <xs:attribute ref="android:entryValues" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientColor">
    <xs:attribute ref="android:startColor" />
    <xs:attribute ref="android:centerColor" />
    <xs:attribute ref="android:endColor" />
    <xs:attribute ref="android:type" />
    <xs:attribute ref="android:gradientRadius" />
    <xs:attribute ref="android:centerX" />
    <xs:attribute ref="android:centerY" />
    <xs:attribute ref="android:startX" />
    <xs:attribute ref="android:startY" />
    <xs:attribute ref="android:endX" />
    <xs:attribute ref="android:endY" />
    <xs:attribute ref="android:tileMode" />
  </xs:attributeGroup>
  <xs:attributeGroup name="GradientColorItem">
    <xs:attribute ref="android:offset" />
    <xs:attribute ref="android:color" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ActivityTaskDescription">
    <xs:attribute ref="android:colorPrimary" />
    <xs:attribute ref="android:colorBackground" />
    <xs:attribute ref="android:statusBarColor" />
    <xs:attribute ref="android:navigationBarColor" />
  </xs:attributeGroup>
  <xs:attributeGroup name="Shortcut">
    <xs:attribute ref="android:shortcutId" />
    <xs:attribute ref="android:enabled" />
    <xs:attribute ref="android:icon" />
    <xs:attribute ref="android:shortcutShortLabel" />
    <xs:attribute ref="android:shortcutLongLabel" />
    <xs:attribute ref="android:shortcutDisabledMessage" />
  </xs:attributeGroup>
  <xs:attributeGroup name="ShortcutCategories">
    <xs:attribute ref="android:name" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FontFamilyFont">
    <xs:attribute ref="android:fontStyle" />
    <xs:attribute ref="android:font" />
    <xs:attribute ref="android:fontWeight" />
  </xs:attributeGroup>
  <xs:attributeGroup name="FontFamily">
    <xs:attribute ref="android:fontProviderAuthority" />
    <xs:attribute ref="android:fontProviderPackage" />
    <xs:attribute ref="android:fontProviderQuery" />
    <xs:attribute ref="android:fontProviderCerts" />
  </xs:attributeGroup>
  <xs:attributeGroup name="RecyclerView">
    <xs:attribute ref="android:layoutManager" />
    <xs:attribute ref="android:orientation" />
    <xs:attribute ref="android:descendantFocusability" />
    <xs:attribute ref="android:spanCount" />
    <xs:attribute ref="android:reverseLayout" />
    <xs:attribute ref="android:stackFromEnd" />
  </xs:attributeGroup>
  <xs:attributeGroup name="NotificationTheme">
    <xs:attribute ref="android:notificationHeaderStyle" />
    <xs:attribute ref="android:notificationHeaderTextAppearance" />
    <xs:attribute ref="android:notificationHeaderIconSize" />
  </xs:attributeGroup>
  <xs:attributeGroup name="__global__">
    <xs:attribute ref="android:textSize" />
    <xs:attribute ref="android:fontFamily" />
    <xs:attribute ref="android:typeface" />
    <xs:attribute ref="android:textStyle" />
    <xs:attribute ref="android:textColor" />
    <xs:attribute ref="android:textColorHighlight" />
    <xs:attribute ref="android:textColorHint" />
    <xs:attribute ref="android:textColorLink" />
    <xs:attribute ref="android:textCursorDrawable" />
    <xs:attribute ref="android:textIsSelectable" />
    <xs:attribute ref="android:ellipsize" />
    <xs:attribute ref="android:inputType" />
    <xs:attribute ref="android:imeOptions" />
    <xs:attribute ref="android:x" />
    <xs:attribute ref="android:y" />
    <xs:attribute ref="android:gravity" />
    <xs:attribute ref="android:autoLink" />
    <xs:attribute ref="android:entries" />
    <xs:attribute ref="android:layout_gravity" />
    <xs:attribute ref="android:orientation" />
    <xs:attribute ref="android:alignmentMode" />
    <xs:attribute ref="android:keycode" />
    <xs:attribute ref="android:layout_childType" />
    <xs:attribute ref="android:lockPatternStyle" />
  </xs:attributeGroup>
</xs:schema>