Browse Source

adding appcompat design lib in exploded aar structure including adoption in build processes

Andy Scherzinger 9 years ago
parent
commit
9e7a111cd9
45 changed files with 2960 additions and 0 deletions
  1. 8 0
      libs/android-support-design-exploded-aar/.classpath
  2. 33 0
      libs/android-support-design-exploded-aar/.project
  3. 20 0
      libs/android-support-design-exploded-aar/AndroidManifest.xml
  4. 1493 0
      libs/android-support-design-exploded-aar/R.txt
  5. 10 0
      libs/android-support-design-exploded-aar/README.txt
  6. BIN
      libs/android-support-design-exploded-aar/annotations.zip
  7. 92 0
      libs/android-support-design-exploded-aar/build.xml
  8. BIN
      libs/android-support-design-exploded-aar/libs/android-support-design.jar
  9. 19 0
      libs/android-support-design-exploded-aar/proguard.txt
  10. 15 0
      libs/android-support-design-exploded-aar/project.properties
  11. 67 0
      libs/android-support-design-exploded-aar/public.txt
  12. 30 0
      libs/android-support-design-exploded-aar/res/anim/design_fab_in.xml
  13. 30 0
      libs/android-support-design-exploded-aar/res/anim/design_fab_out.xml
  14. 20 0
      libs/android-support-design-exploded-aar/res/anim/design_snackbar_in.xml
  15. 20 0
      libs/android-support-design-exploded-aar/res/anim/design_snackbar_out.xml
  16. 21 0
      libs/android-support-design-exploded-aar/res/drawable/design_fab_background.xml
  17. 22 0
      libs/android-support-design-exploded-aar/res/drawable/design_snackbar_background.xml
  18. 23 0
      libs/android-support-design-exploded-aar/res/layout-sw600dp/design_layout_snackbar.xml
  19. 23 0
      libs/android-support-design-exploded-aar/res/layout/design_layout_snackbar.xml
  20. 49 0
      libs/android-support-design-exploded-aar/res/layout/design_layout_snackbar_include.xml
  21. 21 0
      libs/android-support-design-exploded-aar/res/layout/design_layout_tab_icon.xml
  22. 23 0
      libs/android-support-design-exploded-aar/res/layout/design_layout_tab_text.xml
  23. 19 0
      libs/android-support-design-exploded-aar/res/layout/design_menu_item_action_area.xml
  24. 24 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_item.xml
  25. 22 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_item_header.xml
  26. 25 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_item_separator.xml
  27. 25 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_item_subheader.xml
  28. 25 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_menu.xml
  29. 36 0
      libs/android-support-design-exploded-aar/res/layout/design_navigation_menu_item.xml
  30. 25 0
      libs/android-support-design-exploded-aar/res/values-land/styles.xml
  31. 22 0
      libs/android-support-design-exploded-aar/res/values-sw600dp/config.xml
  32. 29 0
      libs/android-support-design-exploded-aar/res/values-sw600dp/dimens.xml
  33. 25 0
      libs/android-support-design-exploded-aar/res/values-sw600dp/styles.xml
  34. 19 0
      libs/android-support-design-exploded-aar/res/values-v21/dimens.xml
  35. 337 0
      libs/android-support-design-exploded-aar/res/values/attrs.xml
  36. 40 0
      libs/android-support-design-exploded-aar/res/values/colors.xml
  37. 22 0
      libs/android-support-design-exploded-aar/res/values/config.xml
  38. 58 0
      libs/android-support-design-exploded-aar/res/values/dimens.xml
  39. 22 0
      libs/android-support-design-exploded-aar/res/values/ids.xml
  40. 23 0
      libs/android-support-design-exploded-aar/res/values/strings.xml
  41. 118 0
      libs/android-support-design-exploded-aar/res/values/styles.xml
  42. 2 0
      libs/android-support-design-exploded-aar/src/.readme
  43. 1 0
      project.properties
  44. 1 0
      setup_env.bat
  45. 1 0
      setup_env.sh

+ 8 - 0
libs/android-support-design-exploded-aar/.classpath

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="gen"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+	<classpathentry kind="output" path="bin/classes"/>
+</classpath>

+ 33 - 0
libs/android-support-design-exploded-aar/.project

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>android-support-design</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ApkBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

+ 20 - 0
libs/android-support-design-exploded-aar/AndroidManifest.xml

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+          package="android.support.design">
+    <uses-sdk android:minSdkVersion="7"/>
+    <application />
+</manifest>

+ 1493 - 0
libs/android-support-design-exploded-aar/R.txt

@@ -0,0 +1,1493 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim design_fab_in 0x7f04000a
+int anim design_fab_out 0x7f04000b
+int anim design_snackbar_in 0x7f04000c
+int anim design_snackbar_out 0x7f04000d
+int attr actionBarDivider 0x7f0100a5
+int attr actionBarItemBackground 0x7f0100a6
+int attr actionBarPopupTheme 0x7f01009f
+int attr actionBarSize 0x7f0100a4
+int attr actionBarSplitStyle 0x7f0100a1
+int attr actionBarStyle 0x7f0100a0
+int attr actionBarTabBarStyle 0x7f01009b
+int attr actionBarTabStyle 0x7f01009a
+int attr actionBarTabTextStyle 0x7f01009c
+int attr actionBarTheme 0x7f0100a2
+int attr actionBarWidgetTheme 0x7f0100a3
+int attr actionButtonStyle 0x7f0100bf
+int attr actionDropDownStyle 0x7f0100bb
+int attr actionLayout 0x7f010051
+int attr actionMenuTextAppearance 0x7f0100a7
+int attr actionMenuTextColor 0x7f0100a8
+int attr actionModeBackground 0x7f0100ab
+int attr actionModeCloseButtonStyle 0x7f0100aa
+int attr actionModeCloseDrawable 0x7f0100ad
+int attr actionModeCopyDrawable 0x7f0100af
+int attr actionModeCutDrawable 0x7f0100ae
+int attr actionModeFindDrawable 0x7f0100b3
+int attr actionModePasteDrawable 0x7f0100b0
+int attr actionModePopupWindowStyle 0x7f0100b5
+int attr actionModeSelectAllDrawable 0x7f0100b1
+int attr actionModeShareDrawable 0x7f0100b2
+int attr actionModeSplitBackground 0x7f0100ac
+int attr actionModeStyle 0x7f0100a9
+int attr actionModeWebSearchDrawable 0x7f0100b4
+int attr actionOverflowButtonStyle 0x7f01009d
+int attr actionOverflowMenuStyle 0x7f01009e
+int attr actionProviderClass 0x7f010053
+int attr actionViewClass 0x7f010052
+int attr activityChooserViewStyle 0x7f0100c7
+int attr alertDialogButtonGroupStyle 0x7f0100ea
+int attr alertDialogCenterButtons 0x7f0100eb
+int attr alertDialogStyle 0x7f0100e9
+int attr alertDialogTheme 0x7f0100ec
+int attr allowStacking 0x7f010028
+int attr arrowHeadLength 0x7f010044
+int attr arrowShaftLength 0x7f010045
+int attr autoCompleteTextViewStyle 0x7f0100f1
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f01010e
+int attr backgroundTintMode 0x7f01010f
+int attr barLength 0x7f010046
+int attr behavior_overlapTop 0x7f010062
+int attr borderWidth 0x7f01004b
+int attr borderlessButtonStyle 0x7f0100c4
+int attr buttonBarButtonStyle 0x7f0100c1
+int attr buttonBarNegativeButtonStyle 0x7f0100ef
+int attr buttonBarNeutralButtonStyle 0x7f0100f0
+int attr buttonBarPositiveButtonStyle 0x7f0100ee
+int attr buttonBarStyle 0x7f0100c0
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100f2
+int attr buttonStyleSmall 0x7f0100f3
+int attr buttonTint 0x7f010038
+int attr buttonTintMode 0x7f010039
+int attr checkboxStyle 0x7f0100f4
+int attr checkedTextViewStyle 0x7f0100f5
+int attr closeIcon 0x7f010067
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f010105
+int attr collapseIcon 0x7f010104
+int attr collapsedTitleGravity 0x7f010035
+int attr collapsedTitleTextAppearance 0x7f010031
+int attr color 0x7f010040
+int attr colorAccent 0x7f0100e2
+int attr colorButtonNormal 0x7f0100e6
+int attr colorControlActivated 0x7f0100e4
+int attr colorControlHighlight 0x7f0100e5
+int attr colorControlNormal 0x7f0100e3
+int attr colorPrimary 0x7f0100e0
+int attr colorPrimaryDark 0x7f0100e1
+int attr colorSwitchThumbNormal 0x7f0100e7
+int attr commitIcon 0x7f01006c
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr contentScrim 0x7f010032
+int attr controlBackground 0x7f0100e8
+int attr counterEnabled 0x7f01008b
+int attr counterMaxLength 0x7f01008c
+int attr counterOverflowTextAppearance 0x7f01008e
+int attr counterTextAppearance 0x7f01008d
+int attr customNavigationLayout 0x7f01000f
+int attr defaultQueryHint 0x7f010066
+int attr dialogPreferredPadding 0x7f0100b9
+int attr dialogTheme 0x7f0100b8
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f0100c6
+int attr dividerPadding 0x7f01004f
+int attr dividerVertical 0x7f0100c5
+int attr drawableSize 0x7f010042
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f0100d8
+int attr dropdownListPreferredItemHeight 0x7f0100bc
+int attr editTextBackground 0x7f0100cd
+int attr editTextColor 0x7f0100cc
+int attr editTextStyle 0x7f0100f6
+int attr elevation 0x7f01001a
+int attr errorEnabled 0x7f010089
+int attr errorTextAppearance 0x7f01008a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr expanded 0x7f010024
+int attr expandedTitleGravity 0x7f010036
+int attr expandedTitleMargin 0x7f01002b
+int attr expandedTitleMarginBottom 0x7f01002f
+int attr expandedTitleMarginEnd 0x7f01002e
+int attr expandedTitleMarginStart 0x7f01002c
+int attr expandedTitleMarginTop 0x7f01002d
+int attr expandedTitleTextAppearance 0x7f010030
+int attr fabSize 0x7f010049
+int attr foregroundInsidePadding 0x7f01004c
+int attr gapBetweenBars 0x7f010043
+int attr goIcon 0x7f010068
+int attr headerLayout 0x7f01005a
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr hintAnimationEnabled 0x7f01008f
+int attr hintTextAppearance 0x7f010088
+int attr homeAsUpIndicator 0x7f0100be
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010064
+int attr imageButtonStyle 0x7f0100ce
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr insetForeground 0x7f010061
+int attr isLightTheme 0x7f010002
+int attr itemBackground 0x7f010058
+int attr itemIconTint 0x7f010056
+int attr itemPadding 0x7f010014
+int attr itemTextAppearance 0x7f010059
+int attr itemTextColor 0x7f010057
+int attr keylines 0x7f01003a
+int attr layout 0x7f010063
+int attr layoutManager 0x7f01005d
+int attr layout_anchor 0x7f01003d
+int attr layout_anchorGravity 0x7f01003f
+int attr layout_behavior 0x7f01003c
+int attr layout_collapseMode 0x7f010029
+int attr layout_collapseParallaxMultiplier 0x7f01002a
+int attr layout_keyline 0x7f01003e
+int attr layout_scrollFlags 0x7f010025
+int attr layout_scrollInterpolator 0x7f010026
+int attr listChoiceBackgroundIndicator 0x7f0100df
+int attr listDividerAlertDialog 0x7f0100ba
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f0100d9
+int attr listPreferredItemHeight 0x7f0100d3
+int attr listPreferredItemHeightLarge 0x7f0100d5
+int attr listPreferredItemHeightSmall 0x7f0100d4
+int attr listPreferredItemPaddingLeft 0x7f0100d6
+int attr listPreferredItemPaddingRight 0x7f0100d7
+int attr logo 0x7f01000a
+int attr logoDescription 0x7f010108
+int attr maxActionInlineWidth 0x7f010070
+int attr maxButtonHeight 0x7f010103
+int attr measureWithLargestChild 0x7f01004d
+int attr menu 0x7f010055
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f010107
+int attr navigationIcon 0x7f010106
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f01005b
+int attr paddingEnd 0x7f01010c
+int attr paddingStart 0x7f01010b
+int attr panelBackground 0x7f0100dc
+int attr panelMenuListTheme 0x7f0100de
+int attr panelMenuListWidth 0x7f0100dd
+int attr popupMenuStyle 0x7f0100ca
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f0100cb
+int attr preserveIconSpacing 0x7f010054
+int attr pressedTranslationZ 0x7f01004a
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr queryBackground 0x7f01006e
+int attr queryHint 0x7f010065
+int attr radioButtonStyle 0x7f0100f7
+int attr ratingBarStyle 0x7f0100f8
+int attr reverseLayout 0x7f01005f
+int attr rippleColor 0x7f010048
+int attr searchHintIcon 0x7f01006a
+int attr searchIcon 0x7f010069
+int attr searchViewStyle 0x7f0100d2
+int attr seekBarStyle 0x7f0100f9
+int attr selectableItemBackground 0x7f0100c2
+int attr selectableItemBackgroundBorderless 0x7f0100c3
+int attr showAsAction 0x7f010050
+int attr showDividers 0x7f01004e
+int attr showText 0x7f010077
+int attr singleChoiceItemLayout 0x7f010022
+int attr spanCount 0x7f01005e
+int attr spinBars 0x7f010041
+int attr spinnerDropDownItemStyle 0x7f0100bd
+int attr spinnerStyle 0x7f0100fa
+int attr splitTrack 0x7f010076
+int attr stackFromEnd 0x7f010060
+int attr state_above_anchor 0x7f01005c
+int attr statusBarBackground 0x7f01003b
+int attr statusBarScrim 0x7f010033
+int attr submitBackground 0x7f01006f
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100fd
+int attr subtitleTextColor 0x7f01010a
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f01006d
+int attr switchMinWidth 0x7f010074
+int attr switchPadding 0x7f010075
+int attr switchStyle 0x7f0100fb
+int attr switchTextAppearance 0x7f010073
+int attr tabBackground 0x7f01007b
+int attr tabContentStart 0x7f01007a
+int attr tabGravity 0x7f01007d
+int attr tabIndicatorColor 0x7f010078
+int attr tabIndicatorHeight 0x7f010079
+int attr tabMaxWidth 0x7f01007f
+int attr tabMinWidth 0x7f01007e
+int attr tabMode 0x7f01007c
+int attr tabPadding 0x7f010087
+int attr tabPaddingBottom 0x7f010086
+int attr tabPaddingEnd 0x7f010085
+int attr tabPaddingStart 0x7f010083
+int attr tabPaddingTop 0x7f010084
+int attr tabSelectedTextColor 0x7f010082
+int attr tabTextAppearance 0x7f010080
+int attr tabTextColor 0x7f010081
+int attr textAllCaps 0x7f010027
+int attr textAppearanceLargePopupMenu 0x7f0100b6
+int attr textAppearanceListItem 0x7f0100da
+int attr textAppearanceListItemSmall 0x7f0100db
+int attr textAppearanceSearchResultSubtitle 0x7f0100d0
+int attr textAppearanceSearchResultTitle 0x7f0100cf
+int attr textAppearanceSmallPopupMenu 0x7f0100b7
+int attr textColorAlertDialogListItem 0x7f0100ed
+int attr textColorSearchUrl 0x7f0100d1
+int attr theme 0x7f01010d
+int attr thickness 0x7f010047
+int attr thumbTextPadding 0x7f010072
+int attr title 0x7f010003
+int attr titleEnabled 0x7f010037
+int attr titleMarginBottom 0x7f010102
+int attr titleMarginEnd 0x7f010100
+int attr titleMarginStart 0x7f0100ff
+int attr titleMarginTop 0x7f010101
+int attr titleMargins 0x7f0100fe
+int attr titleTextAppearance 0x7f0100fc
+int attr titleTextColor 0x7f010109
+int attr titleTextStyle 0x7f010007
+int attr toolbarId 0x7f010034
+int attr toolbarNavigationButtonStyle 0x7f0100c9
+int attr toolbarStyle 0x7f0100c8
+int attr track 0x7f010071
+int attr voiceIcon 0x7f01006b
+int attr windowActionBar 0x7f010090
+int attr windowActionBarOverlay 0x7f010092
+int attr windowActionModeOverlay 0x7f010093
+int attr windowFixedHeightMajor 0x7f010097
+int attr windowFixedHeightMinor 0x7f010095
+int attr windowFixedWidthMajor 0x7f010094
+int attr windowFixedWidthMinor 0x7f010096
+int attr windowMinWidthMajor 0x7f010098
+int attr windowMinWidthMinor 0x7f010099
+int attr windowNoTitle 0x7f010091
+int bool abc_action_bar_embed_tabs 0x7f060003
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f060001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f060004
+int bool abc_allow_stacked_button_bar 0x7f060000
+int bool abc_config_actionMenuItemAllCaps 0x7f060005
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060002
+int bool abc_config_closeDialogWhenTouchOutside 0x7f060006
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060007
+int color abc_background_cache_hint_selector_material_dark 0x7f0a0043
+int color abc_background_cache_hint_selector_material_light 0x7f0a0044
+int color abc_color_highlight_material 0x7f0a0045
+int color abc_input_method_navigation_guard 0x7f0a0000
+int color abc_primary_text_disable_only_material_dark 0x7f0a0046
+int color abc_primary_text_disable_only_material_light 0x7f0a0047
+int color abc_primary_text_material_dark 0x7f0a0048
+int color abc_primary_text_material_light 0x7f0a0049
+int color abc_search_url_text 0x7f0a004a
+int color abc_search_url_text_normal 0x7f0a0001
+int color abc_search_url_text_pressed 0x7f0a0002
+int color abc_search_url_text_selected 0x7f0a0003
+int color abc_secondary_text_material_dark 0x7f0a004b
+int color abc_secondary_text_material_light 0x7f0a004c
+int color accent_material_dark 0x7f0a0004
+int color accent_material_light 0x7f0a0005
+int color background_floating_material_dark 0x7f0a0006
+int color background_floating_material_light 0x7f0a0007
+int color background_material_dark 0x7f0a0008
+int color background_material_light 0x7f0a0009
+int color bright_foreground_disabled_material_dark 0x7f0a000a
+int color bright_foreground_disabled_material_light 0x7f0a000b
+int color bright_foreground_inverse_material_dark 0x7f0a000c
+int color bright_foreground_inverse_material_light 0x7f0a000d
+int color bright_foreground_material_dark 0x7f0a000e
+int color bright_foreground_material_light 0x7f0a000f
+int color button_material_dark 0x7f0a0010
+int color button_material_light 0x7f0a0011
+int color design_fab_shadow_end_color 0x7f0a0012
+int color design_fab_shadow_mid_color 0x7f0a0013
+int color design_fab_shadow_start_color 0x7f0a0014
+int color design_fab_stroke_end_inner_color 0x7f0a0015
+int color design_fab_stroke_end_outer_color 0x7f0a0016
+int color design_fab_stroke_top_inner_color 0x7f0a0017
+int color design_fab_stroke_top_outer_color 0x7f0a0018
+int color design_snackbar_background_color 0x7f0a0019
+int color design_textinput_error_color 0x7f0a001a
+int color dim_foreground_disabled_material_dark 0x7f0a001b
+int color dim_foreground_disabled_material_light 0x7f0a001c
+int color dim_foreground_material_dark 0x7f0a001d
+int color dim_foreground_material_light 0x7f0a001e
+int color foreground_material_dark 0x7f0a001f
+int color foreground_material_light 0x7f0a0020
+int color highlighted_text_material_dark 0x7f0a0021
+int color highlighted_text_material_light 0x7f0a0022
+int color hint_foreground_material_dark 0x7f0a0023
+int color hint_foreground_material_light 0x7f0a0024
+int color material_blue_grey_800 0x7f0a0025
+int color material_blue_grey_900 0x7f0a0026
+int color material_blue_grey_950 0x7f0a0027
+int color material_deep_teal_200 0x7f0a0028
+int color material_deep_teal_500 0x7f0a0029
+int color material_grey_100 0x7f0a002a
+int color material_grey_300 0x7f0a002b
+int color material_grey_50 0x7f0a002c
+int color material_grey_600 0x7f0a002d
+int color material_grey_800 0x7f0a002e
+int color material_grey_850 0x7f0a002f
+int color material_grey_900 0x7f0a0030
+int color primary_dark_material_dark 0x7f0a0031
+int color primary_dark_material_light 0x7f0a0032
+int color primary_material_dark 0x7f0a0033
+int color primary_material_light 0x7f0a0034
+int color primary_text_default_material_dark 0x7f0a0035
+int color primary_text_default_material_light 0x7f0a0036
+int color primary_text_disabled_material_dark 0x7f0a0037
+int color primary_text_disabled_material_light 0x7f0a0038
+int color ripple_material_dark 0x7f0a0039
+int color ripple_material_light 0x7f0a003a
+int color secondary_text_default_material_dark 0x7f0a003b
+int color secondary_text_default_material_light 0x7f0a003c
+int color secondary_text_disabled_material_dark 0x7f0a003d
+int color secondary_text_disabled_material_light 0x7f0a003e
+int color switch_thumb_disabled_material_dark 0x7f0a003f
+int color switch_thumb_disabled_material_light 0x7f0a0040
+int color switch_thumb_material_dark 0x7f0a004d
+int color switch_thumb_material_light 0x7f0a004e
+int color switch_thumb_normal_material_dark 0x7f0a0041
+int color switch_thumb_normal_material_light 0x7f0a0042
+int dimen abc_action_bar_content_inset_material 0x7f07000d
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_end_material 0x7f07000e
+int dimen abc_action_bar_default_padding_start_material 0x7f07000f
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070019
+int dimen abc_action_bar_overflow_padding_end_material 0x7f07001a
+int dimen abc_action_bar_overflow_padding_start_material 0x7f07001b
+int dimen abc_action_bar_progress_bar_size 0x7f070002
+int dimen abc_action_bar_stacked_max_height 0x7f07001c
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07001d
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07001e
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07001f
+int dimen abc_action_button_min_height_material 0x7f070020
+int dimen abc_action_button_min_width_material 0x7f070021
+int dimen abc_action_button_min_width_overflow_material 0x7f070022
+int dimen abc_alert_dialog_button_bar_height 0x7f070000
+int dimen abc_button_inset_horizontal_material 0x7f070023
+int dimen abc_button_inset_vertical_material 0x7f070024
+int dimen abc_button_padding_horizontal_material 0x7f070025
+int dimen abc_button_padding_vertical_material 0x7f070026
+int dimen abc_config_prefDialogWidth 0x7f070005
+int dimen abc_control_corner_material 0x7f070027
+int dimen abc_control_inset_material 0x7f070028
+int dimen abc_control_padding_material 0x7f070029
+int dimen abc_dialog_fixed_height_major 0x7f070006
+int dimen abc_dialog_fixed_height_minor 0x7f070007
+int dimen abc_dialog_fixed_width_major 0x7f070008
+int dimen abc_dialog_fixed_width_minor 0x7f070009
+int dimen abc_dialog_list_padding_vertical_material 0x7f07002a
+int dimen abc_dialog_min_width_major 0x7f07000a
+int dimen abc_dialog_min_width_minor 0x7f07000b
+int dimen abc_dialog_padding_material 0x7f07002b
+int dimen abc_dialog_padding_top_material 0x7f07002c
+int dimen abc_disabled_alpha_material_dark 0x7f07002d
+int dimen abc_disabled_alpha_material_light 0x7f07002e
+int dimen abc_dropdownitem_icon_width 0x7f07002f
+int dimen abc_dropdownitem_text_padding_left 0x7f070030
+int dimen abc_dropdownitem_text_padding_right 0x7f070031
+int dimen abc_edit_text_inset_bottom_material 0x7f070032
+int dimen abc_edit_text_inset_horizontal_material 0x7f070033
+int dimen abc_edit_text_inset_top_material 0x7f070034
+int dimen abc_floating_window_z 0x7f070035
+int dimen abc_list_item_padding_horizontal_material 0x7f070036
+int dimen abc_panel_menu_list_width 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_search_view_text_min_width 0x7f07000c
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f070017
+int dimen abc_text_size_body_1_material 0x7f07003c
+int dimen abc_text_size_body_2_material 0x7f07003d
+int dimen abc_text_size_button_material 0x7f07003e
+int dimen abc_text_size_caption_material 0x7f07003f
+int dimen abc_text_size_display_1_material 0x7f070040
+int dimen abc_text_size_display_2_material 0x7f070041
+int dimen abc_text_size_display_3_material 0x7f070042
+int dimen abc_text_size_display_4_material 0x7f070043
+int dimen abc_text_size_headline_material 0x7f070044
+int dimen abc_text_size_large_material 0x7f070045
+int dimen abc_text_size_medium_material 0x7f070046
+int dimen abc_text_size_menu_material 0x7f070047
+int dimen abc_text_size_small_material 0x7f070048
+int dimen abc_text_size_subhead_material 0x7f070049
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
+int dimen abc_text_size_title_material 0x7f07004a
+int dimen abc_text_size_title_material_toolbar 0x7f070004
+int dimen design_appbar_elevation 0x7f07004b
+int dimen design_fab_border_width 0x7f07004c
+int dimen design_fab_content_size 0x7f07004d
+int dimen design_fab_elevation 0x7f07004e
+int dimen design_fab_size_mini 0x7f07004f
+int dimen design_fab_size_normal 0x7f070050
+int dimen design_fab_translation_z_pressed 0x7f070051
+int dimen design_navigation_elevation 0x7f070052
+int dimen design_navigation_icon_padding 0x7f070053
+int dimen design_navigation_icon_size 0x7f070054
+int dimen design_navigation_max_width 0x7f070055
+int dimen design_navigation_padding_bottom 0x7f070056
+int dimen design_navigation_padding_top_default 0x7f070018
+int dimen design_navigation_separator_vertical_padding 0x7f070057
+int dimen design_snackbar_action_inline_max_width 0x7f070010
+int dimen design_snackbar_background_corner_radius 0x7f070011
+int dimen design_snackbar_elevation 0x7f070058
+int dimen design_snackbar_extra_spacing_horizontal 0x7f070012
+int dimen design_snackbar_max_width 0x7f070013
+int dimen design_snackbar_min_width 0x7f070014
+int dimen design_snackbar_padding_horizontal 0x7f070059
+int dimen design_snackbar_padding_vertical 0x7f07005a
+int dimen design_snackbar_padding_vertical_2lines 0x7f070015
+int dimen design_snackbar_text_size 0x7f07005b
+int dimen design_tab_max_width 0x7f07005c
+int dimen design_tab_scrollable_min_width 0x7f070016
+int dimen design_tab_text_size 0x7f07005d
+int dimen design_tab_text_size_2line 0x7f07005e
+int dimen disabled_alpha_material_dark 0x7f07005f
+int dimen disabled_alpha_material_light 0x7f070060
+int dimen highlight_alpha_material_colored 0x7f070061
+int dimen highlight_alpha_material_dark 0x7f070062
+int dimen highlight_alpha_material_light 0x7f070063
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070064
+int dimen notification_large_icon_height 0x7f070065
+int dimen notification_large_icon_width 0x7f070066
+int dimen notification_subtext_size 0x7f070067
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_action_bar_item_background_material 0x7f020001
+int drawable abc_btn_borderless_material 0x7f020002
+int drawable abc_btn_check_material 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020004
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020005
+int drawable abc_btn_colored_material 0x7f020006
+int drawable abc_btn_default_mtrl_shape 0x7f020007
+int drawable abc_btn_radio_material 0x7f020008
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e
+int drawable abc_cab_background_internal_bg 0x7f02000f
+int drawable abc_cab_background_top_material 0x7f020010
+int drawable abc_cab_background_top_mtrl_alpha 0x7f020011
+int drawable abc_control_background_material 0x7f020012
+int drawable abc_dialog_material_background_dark 0x7f020013
+int drawable abc_dialog_material_background_light 0x7f020014
+int drawable abc_edit_text_material 0x7f020015
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016
+int drawable abc_ic_clear_mtrl_alpha 0x7f020017
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f
+int drawable abc_ic_search_api_mtrl_alpha 0x7f020020
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021
+int drawable abc_item_background_holo_dark 0x7f020022
+int drawable abc_item_background_holo_light 0x7f020023
+int drawable abc_list_divider_mtrl_alpha 0x7f020024
+int drawable abc_list_focused_holo 0x7f020025
+int drawable abc_list_longpressed_holo 0x7f020026
+int drawable abc_list_pressed_holo_dark 0x7f020027
+int drawable abc_list_pressed_holo_light 0x7f020028
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020029
+int drawable abc_list_selector_background_transition_holo_light 0x7f02002a
+int drawable abc_list_selector_disabled_holo_dark 0x7f02002b
+int drawable abc_list_selector_disabled_holo_light 0x7f02002c
+int drawable abc_list_selector_holo_dark 0x7f02002d
+int drawable abc_list_selector_holo_light 0x7f02002e
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f
+int drawable abc_popup_background_mtrl_mult 0x7f020030
+int drawable abc_ratingbar_full_material 0x7f020031
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f020032
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f020033
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f020034
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f020035
+int drawable abc_scrubber_track_mtrl_alpha 0x7f020036
+int drawable abc_seekbar_thumb_material 0x7f020037
+int drawable abc_seekbar_track_material 0x7f020038
+int drawable abc_spinner_mtrl_am_alpha 0x7f020039
+int drawable abc_spinner_textfield_background_material 0x7f02003a
+int drawable abc_switch_thumb_material 0x7f02003b
+int drawable abc_switch_track_mtrl_alpha 0x7f02003c
+int drawable abc_tab_indicator_material 0x7f02003d
+int drawable abc_tab_indicator_mtrl_alpha 0x7f02003e
+int drawable abc_text_cursor_material 0x7f02003f
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020040
+int drawable abc_textfield_default_mtrl_alpha 0x7f020041
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020042
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020043
+int drawable abc_textfield_search_material 0x7f020044
+int drawable design_fab_background 0x7f020045
+int drawable design_snackbar_background 0x7f020046
+int drawable notification_template_icon_bg 0x7f020047
+int id action0 0x7f0b0070
+int id action_bar 0x7f0b005a
+int id action_bar_activity_content 0x7f0b0000
+int id action_bar_container 0x7f0b0059
+int id action_bar_root 0x7f0b0055
+int id action_bar_spinner 0x7f0b0001
+int id action_bar_subtitle 0x7f0b003b
+int id action_bar_title 0x7f0b003a
+int id action_context_bar 0x7f0b005b
+int id action_divider 0x7f0b0074
+int id action_menu_divider 0x7f0b0002
+int id action_menu_presenter 0x7f0b0003
+int id action_mode_bar 0x7f0b0057
+int id action_mode_bar_stub 0x7f0b0056
+int id action_mode_close_button 0x7f0b003c
+int id activity_chooser_view_content 0x7f0b003d
+int id alertTitle 0x7f0b0049
+int id always 0x7f0b0032
+int id beginning 0x7f0b0030
+int id bottom 0x7f0b001c
+int id buttonPanel 0x7f0b0044
+int id cancel_action 0x7f0b0071
+int id center 0x7f0b001d
+int id center_horizontal 0x7f0b001e
+int id center_vertical 0x7f0b001f
+int id checkbox 0x7f0b0052
+int id chronometer 0x7f0b0077
+int id clip_horizontal 0x7f0b002b
+int id clip_vertical 0x7f0b002c
+int id collapseActionView 0x7f0b0033
+int id contentPanel 0x7f0b004a
+int id custom 0x7f0b0050
+int id customPanel 0x7f0b004f
+int id decor_content_parent 0x7f0b0058
+int id default_activity_button 0x7f0b0040
+int id design_menu_item_action_area 0x7f0b006f
+int id design_menu_item_action_area_stub 0x7f0b006e
+int id design_menu_item_text 0x7f0b006d
+int id design_navigation_view 0x7f0b006c
+int id disableHome 0x7f0b000e
+int id edit_query 0x7f0b005c
+int id end 0x7f0b0020
+int id end_padder 0x7f0b007c
+int id enterAlways 0x7f0b0015
+int id enterAlwaysCollapsed 0x7f0b0016
+int id exitUntilCollapsed 0x7f0b0017
+int id expand_activities_button 0x7f0b003e
+int id expanded_menu 0x7f0b0051
+int id fill 0x7f0b002d
+int id fill_horizontal 0x7f0b002e
+int id fill_vertical 0x7f0b0021
+int id fixed 0x7f0b0037
+int id home 0x7f0b0004
+int id homeAsUp 0x7f0b000f
+int id icon 0x7f0b0042
+int id ifRoom 0x7f0b0034
+int id image 0x7f0b003f
+int id info 0x7f0b007b
+int id item_touch_helper_previous_elevation 0x7f0b0005
+int id left 0x7f0b0022
+int id line1 0x7f0b0075
+int id line3 0x7f0b0079
+int id listMode 0x7f0b000b
+int id list_item 0x7f0b0041
+int id media_actions 0x7f0b0073
+int id middle 0x7f0b0031
+int id mini 0x7f0b002f
+int id multiply 0x7f0b0026
+int id navigation_header_container 0x7f0b006b
+int id never 0x7f0b0035
+int id none 0x7f0b0010
+int id normal 0x7f0b000c
+int id parallax 0x7f0b001a
+int id parentPanel 0x7f0b0046
+int id pin 0x7f0b001b
+int id progress_circular 0x7f0b0006
+int id progress_horizontal 0x7f0b0007
+int id radio 0x7f0b0054
+int id right 0x7f0b0023
+int id screen 0x7f0b0027
+int id scroll 0x7f0b0018
+int id scrollIndicatorDown 0x7f0b004e
+int id scrollIndicatorUp 0x7f0b004b
+int id scrollView 0x7f0b004c
+int id scrollable 0x7f0b0038
+int id search_badge 0x7f0b005e
+int id search_bar 0x7f0b005d
+int id search_button 0x7f0b005f
+int id search_close_btn 0x7f0b0064
+int id search_edit_frame 0x7f0b0060
+int id search_go_btn 0x7f0b0066
+int id search_mag_icon 0x7f0b0061
+int id search_plate 0x7f0b0062
+int id search_src_text 0x7f0b0063
+int id search_voice_btn 0x7f0b0067
+int id select_dialog_listview 0x7f0b0068
+int id shortcut 0x7f0b0053
+int id showCustom 0x7f0b0011
+int id showHome 0x7f0b0012
+int id showTitle 0x7f0b0013
+int id snackbar_action 0x7f0b006a
+int id snackbar_text 0x7f0b0069
+int id snap 0x7f0b0019
+int id spacer 0x7f0b0045
+int id split_action_bar 0x7f0b0008
+int id src_atop 0x7f0b0028
+int id src_in 0x7f0b0029
+int id src_over 0x7f0b002a
+int id start 0x7f0b0024
+int id status_bar_latest_event_content 0x7f0b0072
+int id submit_area 0x7f0b0065
+int id tabMode 0x7f0b000d
+int id text 0x7f0b007a
+int id text2 0x7f0b0078
+int id textSpacerNoButtons 0x7f0b004d
+int id time 0x7f0b0076
+int id title 0x7f0b0043
+int id title_template 0x7f0b0048
+int id top 0x7f0b0025
+int id topPanel 0x7f0b0047
+int id up 0x7f0b0009
+int id useLogo 0x7f0b0014
+int id view_offset_helper 0x7f0b000a
+int id withText 0x7f0b0036
+int id wrap_content 0x7f0b0039
+int integer abc_config_activityDefaultDur 0x7f090002
+int integer abc_config_activityShortDur 0x7f090003
+int integer abc_max_action_buttons 0x7f090000
+int integer cancel_button_image_alpha 0x7f090004
+int integer design_snackbar_text_max_lines 0x7f090001
+int integer status_bar_notification_info_maxnum 0x7f090005
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_button_bar_material 0x7f030009
+int layout abc_alert_dialog_material 0x7f03000a
+int layout abc_dialog_title_material 0x7f03000b
+int layout abc_expanded_menu_layout 0x7f03000c
+int layout abc_list_menu_item_checkbox 0x7f03000d
+int layout abc_list_menu_item_icon 0x7f03000e
+int layout abc_list_menu_item_layout 0x7f03000f
+int layout abc_list_menu_item_radio 0x7f030010
+int layout abc_popup_menu_item_layout 0x7f030011
+int layout abc_screen_content_include 0x7f030012
+int layout abc_screen_simple 0x7f030013
+int layout abc_screen_simple_overlay_action_mode 0x7f030014
+int layout abc_screen_toolbar 0x7f030015
+int layout abc_search_dropdown_item_icons_2line 0x7f030016
+int layout abc_search_view 0x7f030017
+int layout abc_select_dialog_material 0x7f030018
+int layout design_layout_snackbar 0x7f030019
+int layout design_layout_snackbar_include 0x7f03001a
+int layout design_layout_tab_icon 0x7f03001b
+int layout design_layout_tab_text 0x7f03001c
+int layout design_menu_item_action_area 0x7f03001d
+int layout design_navigation_item 0x7f03001e
+int layout design_navigation_item_header 0x7f03001f
+int layout design_navigation_item_separator 0x7f030020
+int layout design_navigation_item_subheader 0x7f030021
+int layout design_navigation_menu 0x7f030022
+int layout design_navigation_menu_item 0x7f030023
+int layout notification_media_action 0x7f030024
+int layout notification_media_cancel_action 0x7f030025
+int layout notification_template_big_media 0x7f030026
+int layout notification_template_big_media_narrow 0x7f030027
+int layout notification_template_lines 0x7f030028
+int layout notification_template_media 0x7f030029
+int layout notification_template_part_chronometer 0x7f03002a
+int layout notification_template_part_time 0x7f03002b
+int layout select_dialog_item_material 0x7f03002c
+int layout select_dialog_multichoice_material 0x7f03002d
+int layout select_dialog_singlechoice_material 0x7f03002e
+int layout support_simple_spinner_dropdown_item 0x7f03002f
+int string abc_action_bar_home_description 0x7f050000
+int string abc_action_bar_home_description_format 0x7f050001
+int string abc_action_bar_home_subtitle_description_format 0x7f050002
+int string abc_action_bar_up_description 0x7f050003
+int string abc_action_menu_overflow_description 0x7f050004
+int string abc_action_mode_done 0x7f050005
+int string abc_activity_chooser_view_see_all 0x7f050006
+int string abc_activitychooserview_choose_application 0x7f050007
+int string abc_capital_off 0x7f050008
+int string abc_capital_on 0x7f050009
+int string abc_search_hint 0x7f05000a
+int string abc_searchview_description_clear 0x7f05000b
+int string abc_searchview_description_query 0x7f05000c
+int string abc_searchview_description_search 0x7f05000d
+int string abc_searchview_description_submit 0x7f05000e
+int string abc_searchview_description_voice 0x7f05000f
+int string abc_shareactionprovider_share_with 0x7f050010
+int string abc_shareactionprovider_share_with_application 0x7f050011
+int string abc_toolbar_collapse_description 0x7f050012
+int string appbar_scrolling_view_behavior 0x7f050014
+int string character_counter_pattern 0x7f050015
+int string status_bar_notification_info_overflow 0x7f050013
+int style AlertDialog_AppCompat 0x7f08007e
+int style AlertDialog_AppCompat_Light 0x7f08007f
+int style Animation_AppCompat_Dialog 0x7f080080
+int style Animation_AppCompat_DropDownUp 0x7f080081
+int style Base_AlertDialog_AppCompat 0x7f080082
+int style Base_AlertDialog_AppCompat_Light 0x7f080083
+int style Base_Animation_AppCompat_Dialog 0x7f080084
+int style Base_Animation_AppCompat_DropDownUp 0x7f080085
+int style Base_DialogWindowTitle_AppCompat 0x7f080086
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f080087
+int style Base_TextAppearance_AppCompat 0x7f080030
+int style Base_TextAppearance_AppCompat_Body1 0x7f080031
+int style Base_TextAppearance_AppCompat_Body2 0x7f080032
+int style Base_TextAppearance_AppCompat_Button 0x7f08001a
+int style Base_TextAppearance_AppCompat_Caption 0x7f080033
+int style Base_TextAppearance_AppCompat_Display1 0x7f080034
+int style Base_TextAppearance_AppCompat_Display2 0x7f080035
+int style Base_TextAppearance_AppCompat_Display3 0x7f080036
+int style Base_TextAppearance_AppCompat_Display4 0x7f080037
+int style Base_TextAppearance_AppCompat_Headline 0x7f080038
+int style Base_TextAppearance_AppCompat_Inverse 0x7f080005
+int style Base_TextAppearance_AppCompat_Large 0x7f080039
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080006
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f08003a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f08003b
+int style Base_TextAppearance_AppCompat_Medium 0x7f08003c
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080007
+int style Base_TextAppearance_AppCompat_Menu 0x7f08003d
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f080088
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003e
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003f
+int style Base_TextAppearance_AppCompat_Small 0x7f080040
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080008
+int style Base_TextAppearance_AppCompat_Subhead 0x7f080041
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080009
+int style Base_TextAppearance_AppCompat_Title 0x7f080042
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f08000a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080045
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080046
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080047
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080048
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080049
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f08004a
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f08007a
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080089
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f08004b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f08004c
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004d
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004e
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f08008a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004f
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f080050
+int style Base_Theme_AppCompat 0x7f080051
+int style Base_Theme_AppCompat_CompactMenu 0x7f08008b
+int style Base_Theme_AppCompat_Dialog 0x7f08000b
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f08008c
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008d
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080002
+int style Base_Theme_AppCompat_Light 0x7f080052
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008f
+int style Base_Theme_AppCompat_Light_Dialog 0x7f08000c
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f080090
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f080091
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f080092
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080003
+int style Base_ThemeOverlay_AppCompat 0x7f080093
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080094
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f080095
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080096
+int style Base_ThemeOverlay_AppCompat_Light 0x7f080097
+int style Base_V11_Theme_AppCompat_Dialog 0x7f08000d
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000e
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080016
+int style Base_V12_Widget_AppCompat_EditText 0x7f080017
+int style Base_V21_Theme_AppCompat 0x7f080053
+int style Base_V21_Theme_AppCompat_Dialog 0x7f080054
+int style Base_V21_Theme_AppCompat_Light 0x7f080055
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080056
+int style Base_V22_Theme_AppCompat 0x7f080078
+int style Base_V22_Theme_AppCompat_Light 0x7f080079
+int style Base_V23_Theme_AppCompat 0x7f08007b
+int style Base_V23_Theme_AppCompat_Light 0x7f08007c
+int style Base_V7_Theme_AppCompat 0x7f080098
+int style Base_V7_Theme_AppCompat_Dialog 0x7f080099
+int style Base_V7_Theme_AppCompat_Light 0x7f08009a
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f08009b
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f08009c
+int style Base_V7_Widget_AppCompat_EditText 0x7f08009d
+int style Base_Widget_AppCompat_ActionBar 0x7f08009e
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009f
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0800a0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080057
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080058
+int style Base_Widget_AppCompat_ActionButton 0x7f080059
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f08005a
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f08005b
+int style Base_Widget_AppCompat_ActionMode 0x7f0800a1
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0800a2
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080018
+int style Base_Widget_AppCompat_Button 0x7f08005c
+int style Base_Widget_AppCompat_Button_Borderless 0x7f08005d
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005e
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a3
+int style Base_Widget_AppCompat_Button_Colored 0x7f08007d
+int style Base_Widget_AppCompat_Button_Small 0x7f08005f
+int style Base_Widget_AppCompat_ButtonBar 0x7f080060
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a4
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f080061
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f080062
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a5
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a6
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080063
+int style Base_Widget_AppCompat_EditText 0x7f080019
+int style Base_Widget_AppCompat_ImageButton 0x7f080064
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a7
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a8
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a9
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080065
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080066
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080067
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080068
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080069
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f08006a
+int style Base_Widget_AppCompat_ListView 0x7f08006b
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f08006c
+int style Base_Widget_AppCompat_ListView_Menu 0x7f08006d
+int style Base_Widget_AppCompat_PopupMenu 0x7f08006e
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006f
+int style Base_Widget_AppCompat_PopupWindow 0x7f0800aa
+int style Base_Widget_AppCompat_ProgressBar 0x7f08000f
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f080010
+int style Base_Widget_AppCompat_RatingBar 0x7f080070
+int style Base_Widget_AppCompat_SearchView 0x7f0800ab
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800ac
+int style Base_Widget_AppCompat_SeekBar 0x7f080071
+int style Base_Widget_AppCompat_Spinner 0x7f080072
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f080004
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f080073
+int style Base_Widget_AppCompat_Toolbar 0x7f0800ad
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080074
+int style Base_Widget_Design_TabLayout 0x7f0800ae
+int style Platform_AppCompat 0x7f080011
+int style Platform_AppCompat_Light 0x7f080012
+int style Platform_ThemeOverlay_AppCompat 0x7f080075
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080076
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f080077
+int style Platform_V11_AppCompat 0x7f080013
+int style Platform_V11_AppCompat_Light 0x7f080014
+int style Platform_V14_AppCompat 0x7f08001b
+int style Platform_V14_AppCompat_Light 0x7f08001c
+int style Platform_Widget_AppCompat_Spinner 0x7f080015
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080022
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080023
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080026
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f08002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002c
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002d
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f08002e
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f08002f
+int style TextAppearance_AppCompat 0x7f0800af
+int style TextAppearance_AppCompat_Body1 0x7f0800b0
+int style TextAppearance_AppCompat_Body2 0x7f0800b1
+int style TextAppearance_AppCompat_Button 0x7f0800b2
+int style TextAppearance_AppCompat_Caption 0x7f0800b3
+int style TextAppearance_AppCompat_Display1 0x7f0800b4
+int style TextAppearance_AppCompat_Display2 0x7f0800b5
+int style TextAppearance_AppCompat_Display3 0x7f0800b6
+int style TextAppearance_AppCompat_Display4 0x7f0800b7
+int style TextAppearance_AppCompat_Headline 0x7f0800b8
+int style TextAppearance_AppCompat_Inverse 0x7f0800b9
+int style TextAppearance_AppCompat_Large 0x7f0800ba
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0800bb
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800bc
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800bd
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800be
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bf
+int style TextAppearance_AppCompat_Medium 0x7f0800c0
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800c1
+int style TextAppearance_AppCompat_Menu 0x7f0800c2
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800c3
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c4
+int style TextAppearance_AppCompat_Small 0x7f0800c5
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c6
+int style TextAppearance_AppCompat_Subhead 0x7f0800c7
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c8
+int style TextAppearance_AppCompat_Title 0x7f0800c9
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0800ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800cb
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800cc
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800cd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ce
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cf
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800d0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800d1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800d2
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800d3
+int style TextAppearance_AppCompat_Widget_Button 0x7f0800d4
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d5
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d6
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d7
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d8
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d9
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800da
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0800db
+int style TextAppearance_Design_Counter 0x7f0800dc
+int style TextAppearance_Design_Counter_Overflow 0x7f0800dd
+int style TextAppearance_Design_Error 0x7f0800de
+int style TextAppearance_Design_Hint 0x7f0800df
+int style TextAppearance_Design_Snackbar_Message 0x7f0800e0
+int style TextAppearance_Design_Tab 0x7f0800e1
+int style TextAppearance_StatusBar_EventContent 0x7f08001d
+int style TextAppearance_StatusBar_EventContent_Info 0x7f08001e
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001f
+int style TextAppearance_StatusBar_EventContent_Time 0x7f080020
+int style TextAppearance_StatusBar_EventContent_Title 0x7f080021
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800e2
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800e3
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800e4
+int style Theme_AppCompat 0x7f0800e5
+int style Theme_AppCompat_CompactMenu 0x7f0800e6
+int style Theme_AppCompat_Dialog 0x7f0800e7
+int style Theme_AppCompat_Dialog_Alert 0x7f0800e8
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0800e9
+int style Theme_AppCompat_DialogWhenLarge 0x7f0800ea
+int style Theme_AppCompat_Light 0x7f0800eb
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0800ec
+int style Theme_AppCompat_Light_Dialog 0x7f0800ed
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800ee
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800ef
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800f0
+int style Theme_AppCompat_Light_NoActionBar 0x7f0800f1
+int style Theme_AppCompat_NoActionBar 0x7f0800f2
+int style ThemeOverlay_AppCompat 0x7f0800f3
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0800f4
+int style ThemeOverlay_AppCompat_Dark 0x7f0800f5
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f6
+int style ThemeOverlay_AppCompat_Light 0x7f0800f7
+int style Widget_AppCompat_ActionBar 0x7f0800f8
+int style Widget_AppCompat_ActionBar_Solid 0x7f0800f9
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0800fa
+int style Widget_AppCompat_ActionBar_TabText 0x7f0800fb
+int style Widget_AppCompat_ActionBar_TabView 0x7f0800fc
+int style Widget_AppCompat_ActionButton 0x7f0800fd
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800fe
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0800ff
+int style Widget_AppCompat_ActionMode 0x7f080100
+int style Widget_AppCompat_ActivityChooserView 0x7f080101
+int style Widget_AppCompat_AutoCompleteTextView 0x7f080102
+int style Widget_AppCompat_Button 0x7f080103
+int style Widget_AppCompat_Button_Borderless 0x7f080104
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f080105
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080106
+int style Widget_AppCompat_Button_Colored 0x7f080107
+int style Widget_AppCompat_Button_Small 0x7f080108
+int style Widget_AppCompat_ButtonBar 0x7f080109
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f08010a
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f08010b
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f08010c
+int style Widget_AppCompat_CompoundButton_Switch 0x7f08010d
+int style Widget_AppCompat_DrawerArrowToggle 0x7f08010e
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f08010f
+int style Widget_AppCompat_EditText 0x7f080110
+int style Widget_AppCompat_ImageButton 0x7f080111
+int style Widget_AppCompat_Light_ActionBar 0x7f080112
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f080113
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f080114
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f080115
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f080116
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080117
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080118
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080119
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f08011a
+int style Widget_AppCompat_Light_ActionButton 0x7f08011b
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f08011c
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f08011d
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f08011e
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f08011f
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080120
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f080121
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f080122
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f080123
+int style Widget_AppCompat_Light_PopupMenu 0x7f080124
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080125
+int style Widget_AppCompat_Light_SearchView 0x7f080126
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080127
+int style Widget_AppCompat_ListPopupWindow 0x7f080128
+int style Widget_AppCompat_ListView 0x7f080129
+int style Widget_AppCompat_ListView_DropDown 0x7f08012a
+int style Widget_AppCompat_ListView_Menu 0x7f08012b
+int style Widget_AppCompat_PopupMenu 0x7f08012c
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f08012d
+int style Widget_AppCompat_PopupWindow 0x7f08012e
+int style Widget_AppCompat_ProgressBar 0x7f08012f
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080130
+int style Widget_AppCompat_RatingBar 0x7f080131
+int style Widget_AppCompat_SearchView 0x7f080132
+int style Widget_AppCompat_SearchView_ActionBar 0x7f080133
+int style Widget_AppCompat_SeekBar 0x7f080134
+int style Widget_AppCompat_Spinner 0x7f080135
+int style Widget_AppCompat_Spinner_DropDown 0x7f080136
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f080137
+int style Widget_AppCompat_Spinner_Underlined 0x7f080138
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f080139
+int style Widget_AppCompat_Toolbar 0x7f08013a
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f08013b
+int style Widget_Design_AppBarLayout 0x7f08013c
+int style Widget_Design_CollapsingToolbar 0x7f08013d
+int style Widget_Design_CoordinatorLayout 0x7f08013e
+int style Widget_Design_FloatingActionButton 0x7f08013f
+int style Widget_Design_NavigationView 0x7f080140
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f080141
+int style Widget_Design_Snackbar 0x7f080142
+int style Widget_Design_TabLayout 0x7f080001
+int style Widget_Design_TextInputLayout 0x7f080143
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f0100be }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppBarLayout { 0x010100d4, 0x7f01001a, 0x7f010024 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_elevation 1
+int styleable AppBarLayout_expanded 2
+int[] styleable AppBarLayout_LayoutParams { 0x7f010025, 0x7f010026 }
+int styleable AppBarLayout_LayoutParams_layout_scrollFlags 0
+int styleable AppBarLayout_LayoutParams_layout_scrollInterpolator 1
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010027 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable ButtonBarLayout { 0x7f010028 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CollapsingAppBarLayout_LayoutParams { 0x7f010029, 0x7f01002a }
+int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseMode 0
+int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier 1
+int[] styleable CollapsingToolbarLayout { 0x7f010003, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 11
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 7
+int styleable CollapsingToolbarLayout_contentScrim 8
+int styleable CollapsingToolbarLayout_expandedTitleGravity 12
+int styleable CollapsingToolbarLayout_expandedTitleMargin 1
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 4
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 2
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 3
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 6
+int styleable CollapsingToolbarLayout_statusBarScrim 9
+int styleable CollapsingToolbarLayout_title 0
+int styleable CollapsingToolbarLayout_titleEnabled 13
+int styleable CollapsingToolbarLayout_toolbarId 10
+int[] styleable CompoundButton { 0x01010107, 0x7f010038, 0x7f010039 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable CoordinatorLayout { 0x7f01003a, 0x7f01003b }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_LayoutParams { 0x010100b3, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f }
+int styleable CoordinatorLayout_LayoutParams_android_layout_gravity 0
+int styleable CoordinatorLayout_LayoutParams_layout_anchor 2
+int styleable CoordinatorLayout_LayoutParams_layout_anchorGravity 4
+int styleable CoordinatorLayout_LayoutParams_layout_behavior 1
+int styleable CoordinatorLayout_LayoutParams_layout_keyline 3
+int[] styleable DrawerArrowToggle { 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
+int styleable DrawerArrowToggle_arrowHeadLength 4
+int styleable DrawerArrowToggle_arrowShaftLength 5
+int styleable DrawerArrowToggle_barLength 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable FloatingActionButton { 0x7f01001a, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01010e, 0x7f01010f }
+int styleable FloatingActionButton_backgroundTint 5
+int styleable FloatingActionButton_backgroundTintMode 6
+int styleable FloatingActionButton_borderWidth 4
+int styleable FloatingActionButton_elevation 0
+int styleable FloatingActionButton_fabSize 2
+int styleable FloatingActionButton_pressedTranslationZ 3
+int styleable FloatingActionButton_rippleColor 1
+int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f01004c }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01004d, 0x7f01004e, 0x7f01004f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010054 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_maxWidth 2
+int styleable NavigationView_elevation 3
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 7
+int styleable NavigationView_itemIconTint 5
+int styleable NavigationView_itemTextAppearance 8
+int styleable NavigationView_itemTextColor 6
+int styleable NavigationView_menu 4
+int[] styleable PopupWindow { 0x01010176, 0x7f01005b }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f01005c }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecyclerView { 0x010100c4, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 3
+int styleable RecyclerView_spanCount 2
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable ScrimInsetsFrameLayout { 0x7f010061 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Params { 0x7f010062 }
+int styleable ScrollingViewBehavior_Params_behavior_overlapTop 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 8
+int styleable SearchView_commitIcon 13
+int styleable SearchView_defaultQueryHint 7
+int styleable SearchView_goIcon 9
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 15
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 11
+int styleable SearchView_searchIcon 10
+int styleable SearchView_submitBackground 16
+int styleable SearchView_suggestionRowLayout 14
+int styleable SearchView_voiceIcon 12
+int[] styleable SnackbarLayout { 0x0101011f, 0x7f01001a, 0x7f010070 }
+int styleable SnackbarLayout_android_maxWidth 0
+int styleable SnackbarLayout_elevation 1
+int styleable SnackbarLayout_maxActionInlineWidth 2
+int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
+int styleable Spinner_android_dropDownWidth 2
+int styleable Spinner_android_popupBackground 0
+int styleable Spinner_android_prompt 1
+int styleable Spinner_popupTheme 3
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077 }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TabLayout { 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087 }
+int styleable TabLayout_tabBackground 3
+int styleable TabLayout_tabContentStart 2
+int styleable TabLayout_tabGravity 5
+int styleable TabLayout_tabIndicatorColor 0
+int styleable TabLayout_tabIndicatorHeight 1
+int styleable TabLayout_tabMaxWidth 7
+int styleable TabLayout_tabMinWidth 6
+int styleable TabLayout_tabMode 4
+int styleable TabLayout_tabPadding 15
+int styleable TabLayout_tabPaddingBottom 14
+int styleable TabLayout_tabPaddingEnd 13
+int styleable TabLayout_tabPaddingStart 11
+int styleable TabLayout_tabPaddingTop 12
+int styleable TabLayout_tabSelectedTextColor 10
+int styleable TabLayout_tabTextAppearance 8
+int styleable TabLayout_tabTextColor 9
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010027 }
+int styleable TextAppearance_android_shadowColor 4
+int styleable TextAppearance_android_shadowDx 5
+int styleable TextAppearance_android_shadowDy 6
+int styleable TextAppearance_android_shadowRadius 7
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 8
+int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f }
+int styleable TextInputLayout_android_hint 1
+int styleable TextInputLayout_android_textColorHint 0
+int styleable TextInputLayout_counterEnabled 5
+int styleable TextInputLayout_counterMaxLength 6
+int styleable TextInputLayout_counterOverflowTextAppearance 8
+int styleable TextInputLayout_counterTextAppearance 7
+int styleable TextInputLayout_errorEnabled 3
+int styleable TextInputLayout_errorTextAppearance 4
+int styleable TextInputLayout_hintAnimationEnabled 9
+int styleable TextInputLayout_hintTextAppearance 2
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 57
+int styleable Theme_alertDialogButtonGroupStyle 92
+int styleable Theme_alertDialogCenterButtons 93
+int styleable Theme_alertDialogStyle 91
+int styleable Theme_alertDialogTheme 94
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 99
+int styleable Theme_borderlessButtonStyle 54
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 97
+int styleable Theme_buttonBarNeutralButtonStyle 98
+int styleable Theme_buttonBarPositiveButtonStyle 96
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 100
+int styleable Theme_buttonStyleSmall 101
+int styleable Theme_checkboxStyle 102
+int styleable Theme_checkedTextViewStyle 103
+int styleable Theme_colorAccent 84
+int styleable Theme_colorButtonNormal 88
+int styleable Theme_colorControlActivated 86
+int styleable Theme_colorControlHighlight 87
+int styleable Theme_colorControlNormal 85
+int styleable Theme_colorPrimary 82
+int styleable Theme_colorPrimaryDark 83
+int styleable Theme_colorSwitchThumbNormal 89
+int styleable Theme_controlBackground 90
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 56
+int styleable Theme_dividerVertical 55
+int styleable Theme_dropDownListViewStyle 74
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 63
+int styleable Theme_editTextColor 62
+int styleable Theme_editTextStyle 104
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_imageButtonStyle 64
+int styleable Theme_listChoiceBackgroundIndicator 81
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 75
+int styleable Theme_listPreferredItemHeight 69
+int styleable Theme_listPreferredItemHeightLarge 71
+int styleable Theme_listPreferredItemHeightSmall 70
+int styleable Theme_listPreferredItemPaddingLeft 72
+int styleable Theme_listPreferredItemPaddingRight 73
+int styleable Theme_panelBackground 78
+int styleable Theme_panelMenuListTheme 80
+int styleable Theme_panelMenuListWidth 79
+int styleable Theme_popupMenuStyle 60
+int styleable Theme_popupWindowStyle 61
+int styleable Theme_radioButtonStyle 105
+int styleable Theme_ratingBarStyle 106
+int styleable Theme_searchViewStyle 68
+int styleable Theme_seekBarStyle 107
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 108
+int styleable Theme_switchStyle 109
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 76
+int styleable Theme_textAppearanceListItemSmall 77
+int styleable Theme_textAppearanceSearchResultSubtitle 66
+int styleable Theme_textAppearanceSearchResultTitle 65
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 95
+int styleable Theme_textColorSearchUrl 67
+int styleable Theme_toolbarNavigationButtonStyle 59
+int styleable Theme_toolbarStyle 58
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 19
+int styleable Toolbar_collapseIcon 18
+int styleable Toolbar_contentInsetEnd 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 5
+int styleable Toolbar_logo 4
+int styleable Toolbar_logoDescription 22
+int styleable Toolbar_maxButtonHeight 17
+int styleable Toolbar_navigationContentDescription 21
+int styleable Toolbar_navigationIcon 20
+int styleable Toolbar_popupTheme 9
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 11
+int styleable Toolbar_subtitleTextColor 24
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 16
+int styleable Toolbar_titleMarginEnd 14
+int styleable Toolbar_titleMarginStart 13
+int styleable Toolbar_titleMarginTop 15
+int styleable Toolbar_titleMargins 12
+int styleable Toolbar_titleTextAppearance 10
+int styleable Toolbar_titleTextColor 23
+int[] styleable View { 0x01010000, 0x010100da, 0x7f01010b, 0x7f01010c, 0x7f01010d }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f01010e, 0x7f01010f }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1

+ 10 - 0
libs/android-support-design-exploded-aar/README.txt

@@ -0,0 +1,10 @@
+Library Project including compatibility ActionBar.
+
+This can be used by an Android project to provide
+access to ActionBar on applications running on API 7+.
+
+There is technically no source, but the src folder is necessary
+to ensure that the build system works.  The content is actually
+located in libs/android-support-v7-appcompat.jar.
+The accompanying resources must also be included in the application.
+

BIN
libs/android-support-design-exploded-aar/annotations.zip


+ 92 - 0
libs/android-support-design-exploded-aar/build.xml

@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="android-support-design-exploded-aar" default="help">
+
+    <!-- The local.properties file is created and updated by the 'android' tool.
+         It contains the path to the SDK. It should *NOT* be checked into
+         Version Control Systems. -->
+    <property file="local.properties" />
+
+    <!-- The ant.properties file can be created by you. It is only edited by the
+         'android' tool to add properties to it.
+         This is the place to change some Ant specific build properties.
+         Here are some properties you may want to change/update:
+
+         source.dir
+             The name of the source directory. Default is 'src'.
+         out.dir
+             The name of the output directory. Default is 'bin'.
+
+         For other overridable properties, look at the beginning of the rules
+         files in the SDK, at tools/ant/build.xml
+
+         Properties related to the SDK location or the project target should
+         be updated using the 'android' tool with the 'update' action.
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems.
+
+         -->
+    <property file="ant.properties" />
+
+    <!-- if sdk.dir was not set from one of the property file, then
+         get it from the ANDROID_HOME env var.
+         This must be done before we load project.properties since
+         the proguard config can use sdk.dir -->
+    <property environment="env" />
+    <condition property="sdk.dir" value="${env.ANDROID_HOME}">
+        <isset property="env.ANDROID_HOME" />
+    </condition>
+
+    <!-- The project.properties file is created and updated by the 'android'
+         tool, as well as ADT.
+
+         This contains project specific properties such as project target, and library
+         dependencies. Lower level build properties are stored in ant.properties
+         (or in .classpath for Eclipse projects).
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems. -->
+    <loadproperties srcFile="project.properties" />
+
+    <!-- quick check on sdk.dir -->
+    <fail
+            message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
+            unless="sdk.dir"
+    />
+
+    <!--
+        Import per project custom build rules if present at the root of the project.
+        This is the place to put custom intermediary targets such as:
+            -pre-build
+            -pre-compile
+            -post-compile (This is typically used for code obfuscation.
+                           Compiled code location: ${out.classes.absolute.dir}
+                           If this is not done in place, override ${out.dex.input.absolute.dir})
+            -post-package
+            -post-build
+            -pre-clean
+    -->
+    <import file="custom_rules.xml" optional="true" />
+
+    <!-- Import the actual build file.
+
+         To customize existing targets, there are two options:
+         - Customize only one target:
+             - copy/paste the target into this file, *before* the
+               <import> task.
+             - customize it to your needs.
+         - Customize the whole content of build.xml
+             - copy/paste the content of the rules files (minus the top node)
+               into this file, replacing the <import> task.
+             - customize to your needs.
+
+         ***********************
+         ****** IMPORTANT ******
+         ***********************
+         In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+         in order to avoid having your file be overridden by tools such as "android update project"
+    -->
+    <!-- version-tag: 1 -->
+    <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>

BIN
libs/android-support-design-exploded-aar/libs/android-support-design.jar


+ 19 - 0
libs/android-support-design-exploded-aar/proguard.txt

@@ -0,0 +1,19 @@
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# CoordinatorLayout resolves the behaviors of its child components with reflection.
+-keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
+    public <init>(android.content.Context, android.util.AttributeSet);
+    public <init>();
+}

+ 15 - 0
libs/android-support-design-exploded-aar/project.properties

@@ -0,0 +1,15 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-23
+android.library=true

+ 67 - 0
libs/android-support-design-exploded-aar/public.txt

@@ -0,0 +1,67 @@
+style TextAppearance.Design.CollapsingToolbar.Expanded
+style TextAppearance.Design.Error
+style TextAppearance.Design.Hint
+style TextAppearance.Design.Tab
+style Widget.Design.AppBarLayout
+style Widget.Design.CollapsingToolbar
+style Widget.Design.CoordinatorLayout
+style Widget.Design.FloatingActionButton
+style Widget.Design.NavigationView
+style Widget.Design.Snackbar
+style Widget.Design.TabLayout
+style Widget.Design.TextInputLayout
+string appbar_scrolling_view_behavior
+attr backgroundTint
+attr backgroundTintMode
+attr borderWidth
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr contentScrim
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterTextAppearance
+attr elevation
+attr errorEnabled
+attr errorTextAppearance
+attr expanded
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr fabSize
+attr headerLayout
+attr hintAnimationEnabled
+attr hintTextAppearance
+attr itemBackground
+attr itemIconTint
+attr itemTextAppearance
+attr itemTextColor
+attr keylines
+attr menu
+attr pressedTranslationZ
+attr rippleColor
+attr statusBarBackground
+attr statusBarScrim
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIndicatorColor
+attr tabIndicatorHeight
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabSelectedTextColor
+attr tabTextAppearance
+attr tabTextColor
+attr title
+attr titleEnabled
+attr toolbarId

+ 30 - 0
libs/android-support-design-exploded-aar/res/anim/design_fab_in.xml

@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <alpha android:fromAlpha="0.0"
+           android:toAlpha="1.0"/>
+
+    <scale android:fromXScale="0.0"
+           android:fromYScale="0.0"
+           android:toXScale="1.0"
+           android:toYScale="1.0"
+           android:pivotX="50%"
+           android:pivotY="50%"/>
+
+</set>

+ 30 - 0
libs/android-support-design-exploded-aar/res/anim/design_fab_out.xml

@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <alpha android:fromAlpha="1.0"
+           android:toAlpha="0.0"/>
+
+    <scale android:fromXScale="1.0"
+           android:fromYScale="1.0"
+           android:toXScale="0.0"
+           android:toYScale="0.0"
+           android:pivotX="50%"
+           android:pivotY="50%"/>
+
+</set>

+ 20 - 0
libs/android-support-design-exploded-aar/res/anim/design_snackbar_in.xml

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:fromYDelta="100%"
+           android:toYDelta="0"/>

+ 20 - 0
libs/android-support-design-exploded-aar/res/anim/design_snackbar_out.xml

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:fromYDelta="0"
+           android:toYDelta="100%"/>

+ 21 - 0
libs/android-support-design-exploded-aar/res/drawable/design_fab_background.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+        android:shape="oval">
+    <solid android:color="@android:color/white" />
+</shape>

+ 22 - 0
libs/android-support-design-exploded-aar/res/drawable/design_snackbar_background.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="rectangle">
+    <corners android:radius="@dimen/design_snackbar_background_corner_radius"/>
+    <solid android:color="@color/design_snackbar_background_color"/>
+</shape>

+ 23 - 0
libs/android-support-design-exploded-aar/res/layout-sw600dp/design_layout_snackbar.xml

@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<view xmlns:android="http://schemas.android.com/apk/res/android"
+      class="android.support.design.widget.Snackbar$SnackbarLayout"
+      android:layout_width="wrap_content"
+      android:layout_height="wrap_content"
+      android:layout_gravity="bottom|center_horizontal"
+      style="@style/Widget.Design.Snackbar" />

+ 23 - 0
libs/android-support-design-exploded-aar/res/layout/design_layout_snackbar.xml

@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<view xmlns:android="http://schemas.android.com/apk/res/android"
+      class="android.support.design.widget.Snackbar$SnackbarLayout"
+      android:layout_width="match_parent"
+      android:layout_height="wrap_content"
+      android:layout_gravity="bottom"
+      style="@style/Widget.Design.Snackbar" />

+ 49 - 0
libs/android-support-design-exploded-aar/res/layout/design_layout_snackbar_include.xml

@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <TextView
+            android:id="@+id/snackbar_text"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_weight="1"
+            android:paddingTop="@dimen/design_snackbar_padding_vertical"
+            android:paddingBottom="@dimen/design_snackbar_padding_vertical"
+            android:paddingLeft="@dimen/design_snackbar_padding_horizontal"
+            android:paddingRight="@dimen/design_snackbar_padding_horizontal"
+            android:textAppearance="@style/TextAppearance.Design.Snackbar.Message"
+            android:maxLines="@integer/design_snackbar_text_max_lines"
+            android:layout_gravity="center_vertical|left|start"
+            android:ellipsize="end"/>
+
+    <Button
+            android:id="@+id/snackbar_action"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_marginLeft="@dimen/design_snackbar_extra_spacing_horizontal"
+            android:layout_marginStart="@dimen/design_snackbar_extra_spacing_horizontal"
+            android:layout_gravity="center_vertical|right|end"
+            android:paddingTop="@dimen/design_snackbar_padding_vertical"
+            android:paddingBottom="@dimen/design_snackbar_padding_vertical"
+            android:paddingLeft="@dimen/design_snackbar_padding_horizontal"
+            android:paddingRight="@dimen/design_snackbar_padding_horizontal"
+            android:visibility="gone"
+            android:textColor="?attr/colorAccent"
+            style="?attr/borderlessButtonStyle"/>
+
+</merge>

+ 21 - 0
libs/android-support-design-exploded-aar/res/layout/design_layout_tab_icon.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+           android:layout_width="24dp"
+           android:layout_height="24dp"
+           android:scaleType="centerInside"/>

+ 23 - 0
libs/android-support-design-exploded-aar/res/layout/design_layout_tab_text.xml

@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+          android:layout_width="wrap_content"
+          android:layout_height="wrap_content"
+          android:ellipsize="end"
+          android:gravity="center"
+          android:maxLines="2"/>

+ 19 - 0
libs/android-support-design-exploded-aar/res/layout/design_menu_item_action_area.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+             android:layout_width="wrap_content"
+             android:layout_height="match_parent"/>

+ 24 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_item.xml

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<android.support.design.internal.NavigationMenuItemView
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        android:layout_width="match_parent"
+        android:layout_height="?attr/listPreferredItemHeightSmall"
+        android:paddingLeft="?attr/listPreferredItemPaddingLeft"
+        android:paddingRight="?attr/listPreferredItemPaddingRight"
+        android:foreground="?attr/selectableItemBackground"
+        android:focusable="true"/>

+ 22 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_item_header.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+      android:id="@+id/navigation_header_container"
+      android:layout_width="match_parent"
+      android:layout_height="wrap_content"
+      android:orientation="vertical"
+      android:paddingBottom="@dimen/design_navigation_separator_vertical_padding" />

+ 25 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_item_separator.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+             android:layout_width="match_parent"
+             android:layout_height="wrap_content">
+
+    <View android:layout_width="match_parent"
+          android:layout_height="1dp"
+          android:background="?android:attr/listDivider"/>
+
+</FrameLayout>

+ 25 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_item_subheader.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+          android:layout_width="match_parent"
+          android:layout_height="?attr/listPreferredItemHeightSmall"
+          android:gravity="center_vertical|start"
+          android:maxLines="1"
+          android:paddingLeft="?attr/listPreferredItemPaddingLeft"
+          android:paddingRight="?attr/listPreferredItemPaddingRight"
+          android:textAppearance="@style/TextAppearance.AppCompat.Body2"
+          android:textColor="?android:textColorSecondary"/>

+ 25 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_menu.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<android.support.design.internal.NavigationMenuView
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        android:id="@+id/design_navigation_view"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:paddingTop="@dimen/design_navigation_padding_top_default"
+        android:paddingBottom="@dimen/design_navigation_padding_bottom"
+        android:clipToPadding="false"
+        android:scrollbars="vertical"/>

+ 36 - 0
libs/android-support-design-exploded-aar/res/layout/design_navigation_menu_item.xml

@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <CheckedTextView
+            android:id="@+id/design_menu_item_text"
+            android:layout_width="0dp"
+            android:layout_height="match_parent"
+            android:layout_weight="1"
+            android:drawablePadding="@dimen/design_navigation_icon_padding"
+            android:gravity="center_vertical|start"
+            android:maxLines="1"
+            android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
+
+    <ViewStub
+            android:id="@+id/design_menu_item_action_area_stub"
+            android:inflatedId="@+id/design_menu_item_action_area"
+            android:layout="@layout/design_menu_item_action_area"
+            android:layout_width="wrap_content"
+            android:layout_height="match_parent"/>
+
+</merge>

+ 25 - 0
libs/android-support-design-exploded-aar/res/values-land/styles.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout">
+        <item name="tabGravity">center</item>
+        <item name="tabMode">fixed</item>
+    </style>
+
+</resources>
+

+ 22 - 0
libs/android-support-design-exploded-aar/res/values-sw600dp/config.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<resources>
+
+    <integer name="design_snackbar_text_max_lines">1</integer>
+
+</resources>

+ 29 - 0
libs/android-support-design-exploded-aar/res/values-sw600dp/dimens.xml

@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<resources>
+
+    <dimen name="design_tab_scrollable_min_width">160dp</dimen>
+
+    <dimen name="design_snackbar_min_width">320dp</dimen>
+    <dimen name="design_snackbar_max_width">576dp</dimen>
+    <dimen name="design_snackbar_padding_vertical_2lines">@dimen/design_snackbar_padding_vertical</dimen>
+    <dimen name="design_snackbar_extra_spacing_horizontal">24dp</dimen>
+    <dimen name="design_snackbar_background_corner_radius">2dp</dimen>
+    <dimen name="design_snackbar_action_inline_max_width">0dp</dimen>
+
+</resources>

+ 25 - 0
libs/android-support-design-exploded-aar/res/values-sw600dp/styles.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout">
+        <item name="tabGravity">center</item>
+        <item name="tabMode">fixed</item>
+    </style>
+
+</resources>
+

+ 19 - 0
libs/android-support-design-exploded-aar/res/values-v21/dimens.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+    <dimen name="design_navigation_padding_top_default">24dp</dimen>
+</resources>

+ 337 - 0
libs/android-support-design-exploded-aar/res/values/attrs.xml

@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <declare-styleable name="FloatingActionButton">
+        <!-- Background for the FloatingActionButton -->
+        <attr name="backgroundTint"/>
+        <attr name="backgroundTintMode"/>
+
+        <!-- Ripple color for the FAB. -->
+        <attr name="rippleColor" format="color"/>
+        <!-- Size for the FAB. -->
+        <attr name="fabSize">
+            <enum name="normal" value="0"/>
+            <enum name="mini" value="1"/>
+        </attr>
+        <!-- Elevation value for the FAB -->
+        <attr name="elevation"/>
+        <!-- TranslationZ value for the FAB when pressed-->
+        <attr name="pressedTranslationZ" format="dimension"/>
+        <!-- The width of the border around the FAB. -->
+        <attr name="borderWidth" format="dimension"/>
+    </declare-styleable>
+
+    <declare-styleable name="ScrimInsetsFrameLayout">
+        <attr name="insetForeground" format="color|reference"/>
+    </declare-styleable>
+
+    <declare-styleable name="NavigationView">
+        <attr name="android:background"/>
+        <attr name="android:fitsSystemWindows"/>
+        <attr name="android:maxWidth"/>
+        <attr name="elevation"/>
+        <!-- The menu resource to inflate and populate items from. -->
+        <attr name="menu" format="reference"/>
+        <attr name="itemIconTint" format="color"/>
+        <attr name="itemTextColor" format="color"/>
+        <attr name="itemBackground" format="reference"/>
+        <attr name="itemTextAppearance" format="reference"/>
+        <!-- Layout resource to inflate as the header -->
+        <attr name="headerLayout" format="reference"/>
+    </declare-styleable>
+
+    <declare-styleable name="ForegroundLinearLayout">
+        <attr name="android:foreground" />
+        <attr name="android:foregroundGravity" />
+        <attr name="foregroundInsidePadding" format="boolean" />
+    </declare-styleable>
+
+    <declare-styleable name="TabLayout">
+        <attr name="tabIndicatorColor" format="color"/>
+        <attr name="tabIndicatorHeight" format="dimension"/>
+        <attr name="tabContentStart" format="dimension"/>
+
+        <attr name="tabBackground" format="reference"/>
+
+        <attr name="tabMode">
+            <enum name="scrollable" value="0"/>
+            <enum name="fixed" value="1"/>
+        </attr>
+
+        <!-- Standard gravity constant that a child supplies to its parent.
+             Defines how the child view should be positioned, on both the X and Y axes,
+             within its enclosing layout. -->
+        <attr name="tabGravity">
+            <enum name="fill" value="0"/>
+            <enum name="center" value="1"/>
+        </attr>
+
+        <attr name="tabMinWidth" format="dimension"/>
+        <attr name="tabMaxWidth" format="dimension"/>
+
+        <attr name="tabTextAppearance" format="reference"/>
+        <attr name="tabTextColor" format="color"/>
+        <attr name="tabSelectedTextColor" format="color"/>
+
+        <attr name="tabPaddingStart" format="dimension"/>
+        <attr name="tabPaddingTop" format="dimension"/>
+        <attr name="tabPaddingEnd" format="dimension"/>
+        <attr name="tabPaddingBottom" format="dimension"/>
+        <attr name="tabPadding" format="dimension"/>
+    </declare-styleable>
+
+    <declare-styleable name="CoordinatorLayout">
+        <!-- A reference to an array of integers representing the
+             locations of horizontal keylines in dp from the starting edge.
+             Child views can refer to these keylines for alignment using
+             layout_keyline="index" where index is a 0-based index into
+             this array. -->
+        <attr name="keylines" format="reference"/>
+        <!-- Drawable to display behind the status bar when the view is set to draw behind it. -->
+        <attr name="statusBarBackground" format="reference"/>
+    </declare-styleable>
+
+    <declare-styleable name="CoordinatorLayout_LayoutParams">
+        <attr name="android:layout_gravity"/>
+        <!-- The class name of a Behavior class defining special runtime behavior
+             for this child view. -->
+        <attr name="layout_behavior" format="string"/>
+        <!-- The id of an anchor view that this view should position relative to. -->
+        <attr name="layout_anchor" format="reference"/>
+        <!-- The index of a keyline this view should position relative to.
+             android:layout_gravity will affect how the view aligns to the
+             specified keyline. -->
+        <attr name="layout_keyline" format="integer"/>
+
+        <!-- Specifies how an object should position relative to an anchor, on both the X and Y axes,
+             within its parent's bounds.  -->
+        <attr name="layout_anchorGravity">
+            <!-- Push object to the top of its container, not changing its size. -->
+            <flag name="top" value="0x30"/>
+            <!-- Push object to the bottom of its container, not changing its size. -->
+            <flag name="bottom" value="0x50"/>
+            <!-- Push object to the left of its container, not changing its size. -->
+            <flag name="left" value="0x03"/>
+            <!-- Push object to the right of its container, not changing its size. -->
+            <flag name="right" value="0x05"/>
+            <!-- Place object in the vertical center of its container, not changing its size. -->
+            <flag name="center_vertical" value="0x10"/>
+            <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
+            <flag name="fill_vertical" value="0x70"/>
+            <!-- Place object in the horizontal center of its container, not changing its size. -->
+            <flag name="center_horizontal" value="0x01"/>
+            <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
+            <flag name="fill_horizontal" value="0x07"/>
+            <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. -->
+            <flag name="center" value="0x11"/>
+            <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
+            <flag name="fill" value="0x77"/>
+            <!-- Additional option that can be set to have the top and/or bottom edges of
+                 the child clipped to its container's bounds.
+                 The clip will be based on the vertical gravity: a top gravity will clip the bottom
+                 edge, a bottom gravity will clip the top edge, and neither will clip both edges. -->
+            <flag name="clip_vertical" value="0x80"/>
+            <!-- Additional option that can be set to have the left and/or right edges of
+                 the child clipped to its container's bounds.
+                 The clip will be based on the horizontal gravity: a left gravity will clip the right
+                 edge, a right gravity will clip the left edge, and neither will clip both edges. -->
+            <flag name="clip_horizontal" value="0x08"/>
+            <!-- Push object to the beginning of its container, not changing its size. -->
+            <flag name="start" value="0x00800003"/>
+            <!-- Push object to the end of its container, not changing its size. -->
+            <flag name="end" value="0x00800005"/>
+        </attr>
+    </declare-styleable>
+
+    <declare-styleable name="TextInputLayout">
+        <attr name="hintTextAppearance" format="reference"/>
+        <!-- The hint to display in the floating label -->
+        <attr name="android:hint"/>
+        <!-- Whether the layout is laid out as if an error will be displayed -->
+        <attr name="errorEnabled" format="boolean"/>
+        <!-- TextAppearance of any error message displayed -->
+        <attr name="errorTextAppearance" format="reference"/>
+        <!-- Whether the layout is laid out as if the character counter will be displayed -->
+        <attr name="counterEnabled" format="boolean"/>
+        <!-- The max length to display in the character counter -->
+        <attr name="counterMaxLength" format="integer" />
+        <!-- TextAppearance of the character counter -->
+        <attr name="counterTextAppearance" format="reference"/>
+        <!-- TextAppearance of the character counter when the text is longer than the max -->
+        <attr name="counterOverflowTextAppearance" format="reference"/>
+        <attr name="android:textColorHint"/>
+        <!-- Whether to animate hint state changes. -->
+        <attr name="hintAnimationEnabled" format="boolean"/>
+    </declare-styleable>
+
+    <declare-styleable name="SnackbarLayout">
+        <attr name="android:maxWidth"/>
+        <attr name="elevation"/>
+        <attr name="maxActionInlineWidth" format="dimension"/>
+    </declare-styleable>
+
+    <declare-styleable name="AppBarLayout">
+        <attr name="elevation" />
+        <attr name="android:background" />
+        <!-- The initial expanded state for the AppBarLayout. This only takes effect when this
+             view is a direct child of a CoordinatorLayout. -->
+        <attr name="expanded" format="boolean" />
+    </declare-styleable>
+
+    <declare-styleable name="AppBarLayout_LayoutParams">
+        <attr name="layout_scrollFlags">
+            <!-- The view will be scroll in direct relation to scroll events. This flag needs to be
+                 set for any of the other flags to take effect. If any sibling views
+                 before this one do not have this flag, then this value has no effect. -->
+            <flag name="scroll" value="0x1"/>
+
+            <!-- When exiting (scrolling off screen) the view will be scrolled until it is
+                 'collapsed'. The collapsed height is defined by the view's minimum height. -->
+            <flag name="exitUntilCollapsed" value="0x2"/>
+
+            <!-- When entering (scrolling on screen) the view will scroll on any downwards
+                 scroll event, regardless of whether the scrolling view is also scrolling. This
+                 is commonly referred to as the 'quick return' pattern. -->
+            <flag name="enterAlways" value="0x4"/>
+
+            <!-- An additional flag for 'enterAlways' which modifies the returning view to
+                 only initially scroll back to it's collapsed height. Once the scrolling view has
+                 reached the end of it's scroll range, the remainder of this view will be scrolled
+                 into view. -->
+            <flag name="enterAlwaysCollapsed" value="0x8"/>
+
+            <!-- Upon a scroll ending, if the view is only partially visible then it will be
+                 snapped and scrolled to it's closest edge. -->
+            <flag name="snap" value="0x10"/>
+        </attr>
+
+        <!-- An interpolator to use when scrolling this View. Only takes effect when View
+             is scrollable. -->
+        <attr name="layout_scrollInterpolator" format="reference" />
+    </declare-styleable>
+
+    <declare-styleable name="ScrollingViewBehavior_Params">
+        <!-- The amount that the scrolling view should overlap the bottom of any AppBarLayout -->
+        <attr name="behavior_overlapTop" format="dimension" />
+    </declare-styleable>
+
+    <declare-styleable name="CollapsingToolbarLayout">
+        <!--  Specifies extra space on the start, top, end and bottom
+              sides of the the expanded title text. Margin values should be positive. -->
+        <attr name="expandedTitleMargin" format="dimension"/>
+        <!--  Specifies extra space on the start side of the the expanded title text.
+              Margin values should be positive. -->
+        <attr name="expandedTitleMarginStart" format="dimension"/>
+        <!--  Specifies extra space on the top side of the the expanded title text.
+              Margin values should be positive. -->
+        <attr name="expandedTitleMarginTop" format="dimension"/>
+        <!--  Specifies extra space on the end side of the the expanded title text.
+              Margin values should be positive. -->
+        <attr name="expandedTitleMarginEnd" format="dimension"/>
+        <!--  Specifies extra space on the bottom side of the the expanded title text.
+              Margin values should be positive. -->
+        <attr name="expandedTitleMarginBottom" format="dimension"/>
+        <!-- The text appearance of the CollapsingToolbarLayout's title when it is fully
+             'expanded' -->
+        <attr name="expandedTitleTextAppearance" format="reference"/>
+        <!-- The text appearance of the CollapsingToolbarLayouts title when it is fully
+             'collapsed' -->
+        <attr name="collapsedTitleTextAppearance" format="reference"/>
+        <!-- The drawable to use as a scrim on top of the CollapsingToolbarLayouts content when
+             it has been scrolled sufficiently off screen. -->
+        <attr name="contentScrim" format="color"/>
+        <!-- The drawable to use as a scrim for the status bar content when the
+             CollapsingToolbarLayout has been scrolled sufficiently off screen. Only works on
+             Lollipop with the correct setup. -->
+        <attr name="statusBarScrim" format="color" />
+        <!-- The id of the primary Toolbar child that you wish to use for the purpose of collapsing.
+             If you do not set this then the first Toolbar child found will be used. -->
+        <attr name="toolbarId" format="reference"/>
+
+        <!-- Specifies how the title should be positioned when collapsed. -->
+        <attr name="collapsedTitleGravity">
+            <!-- Push title to the top of its container, not changing its size. -->
+            <flag name="top" value="0x30"/>
+            <!-- Push title to the bottom of its container, not changing its size. -->
+            <flag name="bottom" value="0x50"/>
+            <!-- Push title to the left of its container, not changing its size. -->
+            <flag name="left" value="0x03"/>
+            <!-- Push title to the right of its container, not changing its size. -->
+            <flag name="right" value="0x05"/>
+            <!-- Place title in the vertical center of its container, not changing its size. -->
+            <flag name="center_vertical" value="0x10"/>
+            <!-- Grow the vertical size of the title if needed so it completely fills its container. -->
+            <flag name="fill_vertical" value="0x70"/>
+            <!-- Place title in the horizontal center of its container, not changing its size. -->
+            <flag name="center_horizontal" value="0x01"/>
+            <!-- Place the title in the center of its container in both the vertical and horizontal axis, not changing its size. -->
+            <flag name="center" value="0x11"/>
+            <!-- Push title to the beginning of its container, not changing its size. -->
+            <flag name="start" value="0x00800003"/>
+            <!-- Push title to the end of its container, not changing its size. -->
+            <flag name="end" value="0x00800005"/>
+        </attr>
+
+        <!-- Specifies how the title should be positioned when expanded. -->
+        <attr name="expandedTitleGravity">
+            <!-- Push title to the top of its container, not changing its size. -->
+            <flag name="top" value="0x30"/>
+            <!-- Push title to the bottom of its container, not changing its size. -->
+            <flag name="bottom" value="0x50"/>
+            <!-- Push title to the left of its container, not changing its size. -->
+            <flag name="left" value="0x03"/>
+            <!-- Push title to the right of its container, not changing its size. -->
+            <flag name="right" value="0x05"/>
+            <!-- Place title in the vertical center of its container, not changing its size. -->
+            <flag name="center_vertical" value="0x10"/>
+            <!-- Grow the vertical size of the title if needed so it completely fills its container. -->
+            <flag name="fill_vertical" value="0x70"/>
+            <!-- Place title in the horizontal center of its container, not changing its size. -->
+            <flag name="center_horizontal" value="0x01"/>
+            <!-- Place the title in the center of its container in both the vertical and horizontal axis, not changing its size. -->
+            <flag name="center" value="0x11"/>
+            <!-- Push title to the beginning of its container, not changing its size. -->
+            <flag name="start" value="0x00800003"/>
+            <!-- Push title to the end of its container, not changing its size. -->
+            <flag name="end" value="0x00800005"/>
+        </attr>
+
+        <!-- Whether the CollapsingToolbarLayout should draw its own shrinking/growing title. -->
+        <attr name="titleEnabled" format="boolean"/>
+        <!-- The title to show when titleEnabled is set to true. -->
+        <attr name="title"/>
+    </declare-styleable>
+
+    <declare-styleable name="CollapsingAppBarLayout_LayoutParams">
+        <attr name="layout_collapseMode">
+            <!-- The view will act as normal with no collapsing behavior. -->
+            <enum name="none" value="0"/>
+            <!-- The view will pin in place. -->
+            <enum name="pin" value="1"/>
+            <!-- The view will scroll in a parallax fashion. See the
+                 layout_collapseParallaxMultiplier attribute to change the multiplier. -->
+            <enum name="parallax" value="2"/>
+        </attr>
+
+        <!-- The multiplier used when layout_collapseMode is set to 'parallax'. The value should
+             be between 0.0 and 1.0. -->
+        <attr name="layout_collapseParallaxMultiplier" format="float"/>
+    </declare-styleable>
+
+</resources>
+

+ 40 - 0
libs/android-support-design-exploded-aar/res/values/colors.xml

@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<resources>
+
+    <!-- Color for the top outer pixels in the stroke: 18% white (these are multiplied) -->
+    <color name="design_fab_stroke_top_outer_color">#2EFFFFFF</color>
+    <!-- Color for the top inner pixels in the stroke: 10% white (these are multiplied) -->
+    <color name="design_fab_stroke_top_inner_color">#1AFFFFFF</color>
+    <!-- Color for the bottom outer pixels in the stroke: 6% black (these are multiplied) -->
+    <color name="design_fab_stroke_end_outer_color">#0F000000</color>
+    <!-- Color for the bottom inner pixels in the stroke: 4% black (these are multiplied) -->
+    <color name="design_fab_stroke_end_inner_color">#0A000000</color>
+
+    <!-- Shadow color for the first pixels of a shadow -->
+    <color name="design_fab_shadow_start_color">#44000000</color>
+    <!-- Shadow color for the middle pixels of a shadow -->
+    <color name="design_fab_shadow_mid_color">#14000000</color>
+    <!-- Shadow color for the furthest pixels of a shadow -->
+    <color name="design_fab_shadow_end_color">@android:color/transparent</color>
+
+    <color name="design_textinput_error_color">#FFDD2C00</color>
+
+    <color name="design_snackbar_background_color">#323232</color>
+
+</resources>

+ 22 - 0
libs/android-support-design-exploded-aar/res/values/config.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+
+<resources>
+
+    <integer name="design_snackbar_text_max_lines">2</integer>
+
+</resources>

+ 58 - 0
libs/android-support-design-exploded-aar/res/values/dimens.xml

@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <dimen name="design_fab_elevation">6dp</dimen>
+    <dimen name="design_fab_translation_z_pressed">6dp</dimen>
+    <dimen name="design_fab_content_size">24dp</dimen>
+    <dimen name="design_fab_size_normal">56dp</dimen>
+    <dimen name="design_fab_size_mini">40dp</dimen>
+    <dimen name="design_fab_border_width">0.5dp</dimen>
+
+    <dimen name="design_navigation_max_width">320dp</dimen>
+    <dimen name="design_navigation_elevation">16dp</dimen>
+    <dimen name="design_navigation_icon_padding">32dp</dimen>
+    <dimen name="design_navigation_icon_size">24dp</dimen>
+    <dimen name="design_navigation_separator_vertical_padding">8dp</dimen>
+    <dimen name="design_navigation_padding_top_default">0dp</dimen>
+    <dimen name="design_navigation_padding_bottom">8dp</dimen>
+
+    <dimen name="design_tab_scrollable_min_width">72dp</dimen>
+    <dimen name="design_tab_max_width">264dp</dimen>
+    <dimen name="design_tab_text_size">14sp</dimen>
+    <dimen name="design_tab_text_size_2line">12sp</dimen>
+
+    <dimen name="design_snackbar_min_width">-1px</dimen>
+    <dimen name="design_snackbar_max_width">-1px</dimen>
+    <dimen name="design_snackbar_elevation">6dp</dimen>
+    <dimen name="design_snackbar_background_corner_radius">0dp</dimen>
+
+    <dimen name="design_snackbar_padding_horizontal">12dp</dimen>
+    <dimen name="design_snackbar_padding_vertical">14dp</dimen>
+    <dimen name="design_snackbar_padding_vertical_2lines">24dp</dimen>
+
+    <!-- Extra spacing between the action and message views -->
+    <dimen name="design_snackbar_extra_spacing_horizontal">0dp</dimen>
+    <!-- The maximum width for a Snackbar's inline action. If the view is width than this then
+         the Snackbar will change to vertical stacking -->
+    <dimen name="design_snackbar_action_inline_max_width">128dp</dimen>
+
+    <dimen name="design_snackbar_text_size">14sp</dimen>
+
+    <dimen name="design_appbar_elevation">4dp</dimen>
+
+</resources>

+ 22 - 0
libs/android-support-design-exploded-aar/res/values/ids.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <item name="view_offset_helper" type="id" />
+
+</resources>
+

+ 23 - 0
libs/android-support-design-exploded-aar/res/values/strings.xml

@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+    <!-- The class name to the ScrollingChildBehavior required for AppBarLayout -->
+    <string name="appbar_scrolling_view_behavior" translatable="false">android.support.design.widget.AppBarLayout$ScrollingViewBehavior</string>
+    <!-- The text pattern for the character counter -->
+    <string name="character_counter_pattern" translatable="false">%1$d / %2$d</string>
+</resources>
+

+ 118 - 0
libs/android-support-design-exploded-aar/res/values/styles.xml

@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<resources>
+
+    <style name="Widget.Design.FloatingActionButton" parent="android:Widget">
+        <item name="android:background">@drawable/design_fab_background</item>
+        <item name="backgroundTint">?attr/colorAccent</item>
+        <item name="fabSize">normal</item>
+        <item name="elevation">@dimen/design_fab_elevation</item>
+        <item name="pressedTranslationZ">@dimen/design_fab_translation_z_pressed</item>
+        <item name="rippleColor">?attr/colorControlHighlight</item>
+        <item name="borderWidth">@dimen/design_fab_border_width</item>
+    </style>
+
+    <style name="Widget.Design.ScrimInsetsFrameLayout" parent="">
+        <item name="insetForeground">#4000</item>
+    </style>
+
+    <style name="Widget.Design.NavigationView" parent="">
+        <item name="elevation">@dimen/design_navigation_elevation</item>
+        <item name="android:background">?android:attr/windowBackground</item>
+        <item name="android:fitsSystemWindows">true</item>
+        <item name="android:maxWidth">@dimen/design_navigation_max_width</item>
+    </style>
+
+    <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout">
+        <item name="tabGravity">fill</item>
+        <item name="tabMode">fixed</item>
+    </style>
+
+    <style name="Base.Widget.Design.TabLayout" parent="android:Widget">
+        <item name="tabMaxWidth">@dimen/design_tab_max_width</item>
+        <item name="tabIndicatorColor">?attr/colorAccent</item>
+        <item name="tabIndicatorHeight">2dp</item>
+        <item name="tabPaddingStart">12dp</item>
+        <item name="tabPaddingEnd">12dp</item>
+        <item name="tabBackground">?attr/selectableItemBackground</item>
+        <item name="tabTextAppearance">@style/TextAppearance.Design.Tab</item>
+        <item name="tabSelectedTextColor">?android:textColorPrimary</item>
+    </style>
+
+    <style name="TextAppearance.Design.Tab" parent="TextAppearance.AppCompat.Button">
+        <item name="android:textSize">@dimen/design_tab_text_size</item>
+        <item name="android:textColor">?android:textColorSecondary</item>
+        <item name="textAllCaps">true</item>
+    </style>
+
+    <style name="Widget.Design.TextInputLayout" parent="android:Widget">
+        <item name="hintTextAppearance">@style/TextAppearance.Design.Hint</item>
+        <item name="errorTextAppearance">@style/TextAppearance.Design.Error</item>
+        <item name="counterTextAppearance">@style/TextAppearance.Design.Counter</item>
+        <item name="counterOverflowTextAppearance">@style/TextAppearance.Design.Counter.Overflow</item>
+    </style>
+
+    <style name="TextAppearance.Design.Hint" parent="TextAppearance.AppCompat.Caption">
+        <item name="android:textColor">?attr/colorControlActivated</item>
+    </style>
+
+    <style name="TextAppearance.Design.Error" parent="TextAppearance.AppCompat.Caption">
+        <item name="android:textColor">@color/design_textinput_error_color</item>
+    </style>
+
+    <style name="TextAppearance.Design.Counter" parent="TextAppearance.AppCompat.Caption"/>
+
+    <style name="TextAppearance.Design.Counter.Overflow" parent="TextAppearance.AppCompat.Caption">
+        <item name="android:textColor">@color/design_textinput_error_color</item>
+    </style>
+
+    <style name="TextAppearance.Design.Snackbar.Message" parent="android:TextAppearance">
+        <item name="android:textSize">@dimen/design_snackbar_text_size</item>
+        <item name="android:textColor">?android:textColorPrimary</item>
+    </style>
+
+    <style name="Widget.Design.Snackbar" parent="android:Widget">
+        <item name="android:theme">@style/ThemeOverlay.AppCompat.Dark</item>
+        <item name="android:minWidth">@dimen/design_snackbar_min_width</item>
+        <item name="android:maxWidth">@dimen/design_snackbar_max_width</item>
+        <item name="android:background">@drawable/design_snackbar_background</item>
+        <item name="android:paddingLeft">@dimen/design_snackbar_padding_horizontal</item>
+        <item name="android:paddingRight">@dimen/design_snackbar_padding_horizontal</item>
+        <item name="elevation">@dimen/design_snackbar_elevation</item>
+        <item name="maxActionInlineWidth">@dimen/design_snackbar_action_inline_max_width</item>
+    </style>
+
+    <style name="Widget.Design.CollapsingToolbar" parent="android:Widget">
+        <item name="expandedTitleMargin">32dp</item>
+        <item name="statusBarScrim">?attr/colorPrimaryDark</item>
+    </style>
+
+    <style name="Widget.Design.AppBarLayout" parent="android:Widget">
+        <item name="elevation">@dimen/design_appbar_elevation</item>
+        <item name="android:background">?attr/colorPrimary</item>
+    </style>
+
+    <style name="Widget.Design.CoordinatorLayout" parent="android:Widget">
+        <item name="statusBarBackground">?attr/colorPrimaryDark</item>
+    </style>
+
+    <style name="TextAppearance.Design.CollapsingToolbar.Expanded" parent="TextAppearance.AppCompat.Display1">
+        <item name="android:textColor">?android:attr/textColorPrimary</item>
+    </style>
+
+</resources>
+

+ 2 - 0
libs/android-support-design-exploded-aar/src/.readme

@@ -0,0 +1,2 @@
+This hidden file is there to ensure there is an src folder.
+Once we support binary library this will go away.

+ 1 - 0
project.properties

@@ -11,5 +11,6 @@
 target=android-23
 android.library.reference.1=owncloud-android-library
 android.library.reference.2=libs/android-support-appcompat-v7-exploded-aar
+android.library.reference.3=libs/android-support-design-exploded-aar
 java.source=7
 java.target=7

+ 1 - 0
setup_env.bat

@@ -23,6 +23,7 @@ call git submodule init
 call git submodule update
 
 call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-23
+call android.bat update project -p libs/android-support-design-exploded-aar --target android-23
 call android.bat update lib-project -p owncloud-android-library
 call android.bat update project -p .
 call android.bat update project -p oc_jb_workaround

+ 1 - 0
setup_env.sh

@@ -18,6 +18,7 @@ function initForAnt {
 
 	#Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources
 	android update lib-project -p libs/android-support-appcompat-v7-exploded-aar --target android-23
+	android update lib-project -p libs/android-support-design-exploded-aar --target android-23
 
 	#As default it updates the ant scripts
 	android update lib-project -p owncloud-android-library