davidefella
6/9/2016 - 11:38 PM

test

test

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_light"/>
    <item android:color="@color/switch_thumb_normal_material_light"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_dark"/>
    <item android:color="@color/switch_thumb_normal_material_dark"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_light"/>
    <item android:color="@color/secondary_text_default_material_light"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_dark"/>
    <item android:color="@color/secondary_text_default_material_dark"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/>
    <item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/>
    <item android:color="@color/abc_search_url_text_normal"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_light"/>
    <item android:color="@color/primary_text_default_material_light"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_dark"/>
    <item android:color="@color/primary_text_default_material_dark"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_light"/>
    <item android:color="@color/bright_foreground_material_light"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_dark"/>
    <item android:color="@color/bright_foreground_material_dark"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/background_material_light" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/background_material_dark" />
</selector>
<?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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_checked="true"
          android:state_enabled="true"
          android:alpha="@dimen/highlight_alpha_material_colored"
          android:color="?android:attr/colorControlActivated" />
    <item android:color="?android:attr/colorControlHighlight" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_accelerated="false" android:color="@color/background_material_light" />
    <item android:color="@android:color/transparent" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_accelerated="false" android:color="@color/background_material_dark" />
    <item android:color="@android:color/transparent" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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:interpolator="@android:anim/accelerate_interpolator"
           android:fromYDelta="0" android:toYDelta="-50%p"
           android:duration="@android:integer/config_mediumAnimTime"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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:interpolator="@android:anim/accelerate_interpolator"
           android:fromYDelta="0" android:toYDelta="50%p"
           android:duration="@android:integer/config_mediumAnimTime"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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:interpolator="@android:anim/decelerate_interpolator"
           android:fromYDelta="-50%p" android:toYDelta="0"
           android:duration="@android:integer/config_mediumAnimTime"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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:interpolator="@android:anim/decelerate_interpolator"
           android:fromYDelta="50%p" android:toYDelta="0"
           android:duration="@android:integer/config_mediumAnimTime"/>
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2014 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" android:shareInterpolator="false">
    <scale 	android:interpolator="@android:anim/decelerate_interpolator"
              android:fromXScale="1.0" android:toXScale="0.9"
              android:fromYScale="1.0" android:toYScale="0.9"
              android:pivotX="50%" android:pivotY="100%"
              android:duration="@integer/abc_config_activityDefaultDur" />
    <alpha 	android:interpolator="@android:anim/decelerate_interpolator"
              android:fromAlpha="1.0" android:toAlpha="0.0"
              android:duration="@integer/abc_config_activityShortDur" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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"
     android:shareInterpolator="false" >
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
           android:interpolator="@android:anim/decelerate_interpolator"
           android:duration="@integer/abc_config_activityShortDur" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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"
     android:shareInterpolator="false" >
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
           android:interpolator="@android:anim/decelerate_interpolator"
           android:duration="@integer/abc_config_activityShortDur" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/apps/common/res/anim/fade_in.xml
**
** Copyright 2014, 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" android:shareInterpolator="false">
    <scale 	android:interpolator="@android:anim/decelerate_interpolator"
              android:fromXScale="0.9" android:toXScale="1.0"
              android:fromYScale="0.9" android:toYScale="1.0"
              android:pivotX="50%" android:pivotY="100%"
              android:duration="@integer/abc_config_activityDefaultDur" />
    <alpha 	android:interpolator="@android:anim/decelerate_interpolator"
              android:fromAlpha="0.0" android:toAlpha="1.0"
              android:duration="@integer/abc_config_activityShortDur" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->

<alpha xmlns:android="http://schemas.android.com/apk/res/android"
       android:interpolator="@android:anim/decelerate_interpolator"
       android:fromAlpha="1.0" android:toAlpha="0.0"
       android:duration="@android:integer/config_mediumAnimTime" />
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->

<alpha xmlns:android="http://schemas.android.com/apk/res/android"
       android:interpolator="@android:anim/decelerate_interpolator"
       android:fromAlpha="0.0" android:toAlpha="1.0"
       android:duration="@android:integer/config_mediumAnimTime" />
style TextAppearance.AppCompat
style TextAppearance.AppCompat.Body1
style TextAppearance.AppCompat.Body2
style TextAppearance.AppCompat.Button
style TextAppearance.AppCompat.Caption
style TextAppearance.AppCompat.Display1
style TextAppearance.AppCompat.Display2
style TextAppearance.AppCompat.Display3
style TextAppearance.AppCompat.Display4
style TextAppearance.AppCompat.Headline
style TextAppearance.AppCompat.Inverse
style TextAppearance.AppCompat.Large
style TextAppearance.AppCompat.Large.Inverse
style TextAppearance.AppCompat.Light.SearchResult.Subtitle
style TextAppearance.AppCompat.Light.SearchResult.Title
style TextAppearance.AppCompat.Light.Widget.PopupMenu.Large
style TextAppearance.AppCompat.Light.Widget.PopupMenu.Small
style TextAppearance.AppCompat.Medium
style TextAppearance.AppCompat.Medium.Inverse
style TextAppearance.AppCompat.Menu
style TextAppearance.AppCompat.SearchResult.Subtitle
style TextAppearance.AppCompat.SearchResult.Title
style TextAppearance.AppCompat.Small
style TextAppearance.AppCompat.Small.Inverse
style TextAppearance.AppCompat.Subhead
style TextAppearance.AppCompat.Subhead.Inverse
style TextAppearance.AppCompat.Title
style TextAppearance.AppCompat.Title.Inverse
style TextAppearance.AppCompat.Widget.ActionBar.Menu
style TextAppearance.AppCompat.Widget.ActionBar.Subtitle
style TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse
style TextAppearance.AppCompat.Widget.ActionBar.Title
style TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse
style TextAppearance.AppCompat.Widget.ActionMode.Subtitle
style TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse
style TextAppearance.AppCompat.Widget.ActionMode.Title
style TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse
style TextAppearance.AppCompat.Widget.Button
style TextAppearance.AppCompat.Widget.Button.Inverse
style TextAppearance.AppCompat.Widget.DropDownItem
style TextAppearance.AppCompat.Widget.PopupMenu.Large
style TextAppearance.AppCompat.Widget.PopupMenu.Small
style TextAppearance.AppCompat.Widget.Switch
style TextAppearance.AppCompat.Widget.TextView.SpinnerItem
style Theme.AppCompat
style Theme.AppCompat.DayNight
style Theme.AppCompat.DayNight.DarkActionBar
style Theme.AppCompat.DayNight.Dialog
style Theme.AppCompat.DayNight.Dialog.Alert
style Theme.AppCompat.DayNight.Dialog.MinWidth
style Theme.AppCompat.DayNight.DialogWhenLarge
style Theme.AppCompat.DayNight.NoActionBar
style Theme.AppCompat.Dialog
style Theme.AppCompat.Dialog.Alert
style Theme.AppCompat.Dialog.MinWidth
style Theme.AppCompat.DialogWhenLarge
style Theme.AppCompat.Light
style Theme.AppCompat.Light.DarkActionBar
style Theme.AppCompat.Light.Dialog
style Theme.AppCompat.Light.Dialog.Alert
style Theme.AppCompat.Light.Dialog.MinWidth
style Theme.AppCompat.Light.DialogWhenLarge
style Theme.AppCompat.Light.NoActionBar
style Theme.AppCompat.NoActionBar
style ThemeOverlay.AppCompat
style ThemeOverlay.AppCompat.ActionBar
style ThemeOverlay.AppCompat.Dark
style ThemeOverlay.AppCompat.Dark.ActionBar
style ThemeOverlay.AppCompat.Light
style Widget.AppCompat.ActionBar
style Widget.AppCompat.ActionBar.Solid
style Widget.AppCompat.ActionBar.TabBar
style Widget.AppCompat.ActionBar.TabText
style Widget.AppCompat.ActionBar.TabView
style Widget.AppCompat.ActionButton
style Widget.AppCompat.ActionButton.CloseMode
style Widget.AppCompat.ActionButton.Overflow
style Widget.AppCompat.ActionMode
style Widget.AppCompat.AutoCompleteTextView
style Widget.AppCompat.Button
style Widget.AppCompat.Button.Borderless
style Widget.AppCompat.Button.Borderless.Colored
style Widget.AppCompat.Button.ButtonBar.AlertDialog
style Widget.AppCompat.Button.Colored
style Widget.AppCompat.Button.Small
style Widget.AppCompat.ButtonBar
style Widget.AppCompat.ButtonBar.AlertDialog
style Widget.AppCompat.CompoundButton.CheckBox
style Widget.AppCompat.CompoundButton.RadioButton
style Widget.AppCompat.CompoundButton.Switch
style Widget.AppCompat.DrawerArrowToggle
style Widget.AppCompat.DropDownItem.Spinner
style Widget.AppCompat.EditText
style Widget.AppCompat.ImageButton
style Widget.AppCompat.Light.ActionBar
style Widget.AppCompat.Light.ActionBar.Solid
style Widget.AppCompat.Light.ActionBar.Solid.Inverse
style Widget.AppCompat.Light.ActionBar.TabBar
style Widget.AppCompat.Light.ActionBar.TabBar.Inverse
style Widget.AppCompat.Light.ActionBar.TabText
style Widget.AppCompat.Light.ActionBar.TabText.Inverse
style Widget.AppCompat.Light.ActionBar.TabView
style Widget.AppCompat.Light.ActionBar.TabView.Inverse
style Widget.AppCompat.Light.ActionButton
style Widget.AppCompat.Light.ActionButton.CloseMode
style Widget.AppCompat.Light.ActionButton.Overflow
style Widget.AppCompat.Light.ActionMode.Inverse
style Widget.AppCompat.Light.AutoCompleteTextView
style Widget.AppCompat.Light.DropDownItem.Spinner
style Widget.AppCompat.Light.ListPopupWindow
style Widget.AppCompat.Light.ListView.DropDown
style Widget.AppCompat.Light.PopupMenu
style Widget.AppCompat.Light.PopupMenu.Overflow
style Widget.AppCompat.Light.SearchView
style Widget.AppCompat.Light.Spinner.DropDown.ActionBar
style Widget.AppCompat.ListPopupWindow
style Widget.AppCompat.ListView
style Widget.AppCompat.ListView.DropDown
style Widget.AppCompat.ListView.Menu
style Widget.AppCompat.PopupMenu
style Widget.AppCompat.PopupMenu.Overflow
style Widget.AppCompat.PopupWindow
style Widget.AppCompat.ProgressBar
style Widget.AppCompat.ProgressBar.Horizontal
style Widget.AppCompat.RatingBar
style Widget.AppCompat.RatingBar.Indicator
style Widget.AppCompat.RatingBar.Small
style Widget.AppCompat.SearchView
style Widget.AppCompat.SearchView.ActionBar
style Widget.AppCompat.SeekBar
style Widget.AppCompat.Spinner
style Widget.AppCompat.Spinner.DropDown
style Widget.AppCompat.Spinner.DropDown.ActionBar
style Widget.AppCompat.Spinner.Underlined
style Widget.AppCompat.TextView.SpinnerItem
style Widget.AppCompat.Toolbar
style Widget.AppCompat.Toolbar.Button.Navigation
attr actionBarDivider
attr actionBarItemBackground
attr actionBarPopupTheme
attr actionBarSize
attr actionBarSplitStyle
attr actionBarStyle
attr actionBarTabBarStyle
attr actionBarTabStyle
attr actionBarTabTextStyle
attr actionBarTheme
attr actionBarWidgetTheme
attr actionButtonStyle
attr actionDropDownStyle
attr actionLayout
attr actionMenuTextAppearance
attr actionMenuTextColor
attr actionModeBackground
attr actionModeCloseButtonStyle
attr actionModeCloseDrawable
attr actionModeCopyDrawable
attr actionModeCutDrawable
attr actionModeFindDrawable
attr actionModePasteDrawable
attr actionModeSelectAllDrawable
attr actionModeShareDrawable
attr actionModeSplitBackground
attr actionModeStyle
attr actionModeWebSearchDrawable
attr actionOverflowButtonStyle
attr actionOverflowMenuStyle
attr actionProviderClass
attr actionViewClass
attr alertDialogStyle
attr alertDialogTheme
attr arrowHeadLength
attr arrowShaftLength
attr autoCompleteTextViewStyle
attr background
attr backgroundSplit
attr backgroundStacked
attr backgroundTint
attr backgroundTintMode
attr barLength
attr borderlessButtonStyle
attr buttonBarButtonStyle
attr buttonBarNegativeButtonStyle
attr buttonBarNeutralButtonStyle
attr buttonBarPositiveButtonStyle
attr buttonBarStyle
attr buttonStyle
attr buttonStyleSmall
attr buttonTint
attr buttonTintMode
attr checkboxStyle
attr checkedTextViewStyle
attr closeIcon
attr closeItemLayout
attr collapseContentDescription
attr collapseIcon
attr color
attr colorAccent
attr colorButtonNormal
attr colorControlActivated
attr colorControlHighlight
attr colorControlNormal
attr colorPrimary
attr colorPrimaryDark
attr colorSwitchThumbNormal
attr commitIcon
attr contentInsetEnd
attr contentInsetLeft
attr contentInsetRight
attr contentInsetStart
attr customNavigationLayout
attr dialogPreferredPadding
attr dialogTheme
attr displayOptions
attr divider
attr dividerHorizontal
attr dividerPadding
attr dividerVertical
attr drawableSize
attr drawerArrowStyle
attr dropDownListViewStyle
attr editTextBackground
attr editTextColor
attr editTextStyle
attr elevation
attr gapBetweenBars
attr goIcon
attr height
attr hideOnContentScroll
attr homeAsUpIndicator
attr homeLayout
attr icon
attr iconifiedByDefault
attr imageButtonStyle
attr indeterminateProgressStyle
attr isLightTheme
attr itemPadding
attr layout
attr listChoiceBackgroundIndicator
attr listDividerAlertDialog
attr listPopupWindowStyle
attr listPreferredItemHeight
attr listPreferredItemHeightLarge
attr listPreferredItemHeightSmall
attr listPreferredItemPaddingLeft
attr listPreferredItemPaddingRight
attr logo
attr logoDescription
attr measureWithLargestChild
attr navigationContentDescription
attr navigationIcon
attr navigationMode
attr overlapAnchor
attr paddingEnd
attr paddingStart
attr panelBackground
attr popupMenuStyle
attr popupTheme
attr popupWindowStyle
attr preserveIconSpacing
attr progressBarPadding
attr progressBarStyle
attr queryBackground
attr queryHint
attr radioButtonStyle
attr ratingBarStyle
attr ratingBarStyleIndicator
attr ratingBarStyleSmall
attr searchHintIcon
attr searchIcon
attr searchViewStyle
attr seekBarStyle
attr selectableItemBackground
attr selectableItemBackgroundBorderless
attr showAsAction
attr showDividers
attr showText
attr spinBars
attr spinnerDropDownItemStyle
attr spinnerStyle
attr splitTrack
attr srcCompat
attr submitBackground
attr subtitle
attr subtitleTextAppearance
attr subtitleTextColor
attr subtitleTextStyle
attr suggestionRowLayout
layout support_simple_spinner_dropdown_item
attr switchMinWidth
attr switchPadding
attr switchStyle
attr switchTextAppearance
attr textAllCaps
attr textAppearanceLargePopupMenu
attr textAppearanceListItem
attr textAppearanceListItemSmall
attr textAppearanceSearchResultSubtitle
attr textAppearanceSearchResultTitle
attr textAppearanceSmallPopupMenu
attr textColorAlertDialogListItem
attr theme
attr thickness
attr thumbTextPadding
attr title
attr titleMarginBottom
attr titleMarginEnd
attr titleMarginStart
attr titleMarginTop
attr titleMargins
attr titleTextAppearance
attr titleTextColor
attr titleTextStyle
attr toolbarNavigationButtonStyle
attr toolbarStyle
attr track
attr voiceIcon
attr windowActionBar
attr windowActionBarOverlay
attr windowActionModeOverlay
attr windowNoTitle
PK������H.readme���������A��� ���b_���W���������*M������������������������&s���(���3).������V���	���@Z��~���GTT?q���d������z:���������c��X���'_l+���Y���!���8���PKqF������XmPK������H1android/support/v7/view/ContextThemeWrapper.class���V[wU���N.���$LK���m�����������������j���R���h4�����������R������4���v2f���������/���y���\\>���k������\.���s2L���^}9�����}���������sf���������?\������A'���������������p=���a:������8������|���O������(��e���9Jr���������ngpw�����,ms���������������k���������K�����������Y3gM���������*������(
���4������H���������^t�����
���7}������%���Y���\k���Pq������t������g������Wa���!���kB ]+:+���������@���g���2J��������zM��+���c���t������>-������bn^ 1���.�����������6jK���7g,��t�����a������%���Cc"X������x4������o������6/7������������{���Q���+6���%���������=���d������v���e���������
'���jf�����|������w�����Lm���q������,������O���^���0�����r���e���x���=���w
UzY���d������]���7������������������`���[,���n-Fe}��������j���������aR���l���zHU���������Cv������������[~`��������iIm�������M���`N������z���S�����f���������fVda���QS���������.������:S���������������n���;���������J������������b_������������,��~0������4}2e������%���rb������Ir:������������:������W���\�����������������������������������\�����������>������XBE��+:���X��������=\���aaM���:l
5.��� u������@`������Y``)E������������@�����������Fy���C���-BT���Z���
���C���8������]*���"���9���<KVu���}i����������������������������F���]���
	������"�����������]D���xnM`|���������������*���������2���������#���fH=���������d�����N������������;B������������c������N&������
dwj$���������[������������t���GL���b���D������j���������$���O������.���8���#���������������g���=U��9������W������yd������>���j���cC���Z���������P������������H���8������8���<���]���F���!���&���0���F���6z ���0��q=B���f���������,���;���!������3���|/������?G���*���D���@������,������������~���Rwsg�����1���
j���8������;������*p���$������(���eW���������CO��#�����X���������������������@?!�����������2G������fp���*4L2���������������k{���5������N���N �����������,���Q������hn@{���b���^���\�����������#���������i���������M��������?6i�����J���6������V�����z���x���������������G��!���2#���.h���}���Z���%���Qa���3WC������7��������j���P������T�����P���������s�����,���Kh	���Wz���L������������T��������������������#���F8������������:���Es���r���)������Y���I���������*���nQ6qk���\��������4���2o���r$���fA�����&����������J���#6Sj.���_���Y������������-z���PK���	��������
PK������H6android/support/v7/view/SupportActionModeWrapper.class���V]We~���B������QJ)���mE
vii���,`*6��6H[l������d	K���M�����z������������z���E���������Q������,i������Z���`���}��y���g���������?���	`n
c���"������������ ������x$bW��"���x"���������:y���DE"���D���D���0E���x&������@%+���������������^.�����������^������5kY������)���c8
z+�����������
^[�����]5���ZA���,W���U���
*M������V������(���x���e������k���������j������a����kV������j��_��i������+���H���������4������ ������!������������Y������
{[��y2���^-���������6e���������}������]���D���5���//���SD�����qN���8A+���T2���m������`$=���~���7t������[%������������������������'���H������p���o������������0���������������qX7���B3���n���j,���HA���r������o������)���j���e�����������������������wr���:������0������������j������K������R������������������Q���p���EJ������J������������������Z���!|��rL���~������n4b���H�����
E������Z{e���N������XM���������@���j������z������i���^���v���tB������������0���w���U���������������y������U���v���X3%Q���xU2���r���_���\���bd���������,���U��������������/���"���[�����n3��������`���������u#���a�����n���x*.���j*���0���b���*4��X7���jA���{x_������F������1f���f,%iL���P���
G���m,
���eY������j���*>DF���>VqY������S���`��������c������x������f]9-������y���������I���eTa6������������������[������e=<���A[���<>�����������/���5..���wg��������!y{�����������������������Ly������G������:������
���������tM��@���������M���<Ny���RCs���5L������R���
o���m���[������ko������E]\���������k������+���������_;B������~���w~������T���6>���"%����������������������������%������������M���Ed���i���"��������/�����#���z���p��[������������G3	���������%���Gp7|86���w���3Y���A���,l���������-Da$������������
���`������K���#���������������I��������������/��4���B���0���������������P&���#a	?���@0���'t{������p��~9������`���N>������|$������ ���������_A���c1����� ���r(N��������9������A���.S������l���s6H���J���c=���������w���������E���������`8���������p�����]���Eg4H������:1������X}���������������>���rYlc�����������9`/ ���/PK-������Pe���PK������H3android/support/v7/view/CollapsibleActionView.class;���o���>c.vvNF������<������������������������r�������������Ff
���0FQdI��������������b���,Wp~iQr���[fN*#���T"3)'���Z/+���,������Ah^Q~f���~qiAA~Q���~������~PZ���&F���6��������t}���������������6FF&`b���������������H������h���H������PK�����������PK������H1android/support/v7/view/ActionMode$Callback.class���������J���@�����1ic������������Z������A��� HD(X����� i����������j|JL���������������������������������=���8��� ���f���>a`tdY:>���]j������$L8=������:���&MD������2c���(ND������R4��������^LX/F���{�����7���3i!���������w������1Ri<���p�����
���v���������������g���������������;Bxk6������T���g���fy4���������M8\M�����RS���	������f)���������Q(���������t��#���F���BUya
^������?���GPk���������BX���������������b������PK������������������PK������H3android/support/v7/view/WindowCallbackWrapper.class���������wE��������M-������
X���J��<���
���*-E���7�����������
���������������������|���=G���������A��������������?z������zg6IC6��rwv�����������w���������������x��a;���q\i��������Vl�����(	1+��W���������
!������-!���	q]���������xG���w������!���M!������}!>���
������I���������4������Z
���]���X���9���u������������e-c������M[������q���a������n���\�����fM>���:o���9g���������~������������i������������=K������N2������N���3���1m~���T���rwB���Z4���1������5���������x/O���������I.������\���T,:������������5Q���D���O���J`���q���VF������D������)���59���+���?���������r���g������r���w���������J:���j������y������(���erGei���)���������:s������o:���������.���2��*�����~%���������qN94������m���*���cN���d���>2���yf��L���������������������������;����������������������.'���t���[���������������������>������z���4K.���P>Y���~���(���K���������L������i���\��� :,3���r���1���u7`1������s���*������t�����������c���3EJ9������f|^���7|1������������B%������4
������
���f���*`������]3[������������4������q���<������?������z������hO���������m}��������������T���t�����������������8���O9.������������uO���������Uc=Sb���%���{r������;%?���y������p���m���p��������S���L'(���"si������Qq&������k���������+%���������__���������������n���'B5Y���,���e[��������������������!*p������^_1���3������\���'U*d�����������]�����������^}���=`0���������wRJ������26���������*���A���/���f���y	������Z���0]$^^�����������k��������v������3���������������)���8e��Je,���O�����;]������������]5xQ���v���d���&���|���v���d���'���e	���������xDC
���kti��������4
q@���g���C8������yi8���cN���Q'5���bL���8&4��������b4%������xE��xMr:���������L���h(`���a������8*��������dg������������
ed���8���������WX���q|��\������0������Y���d�����=-���������������Rm���jWa
;������vP
���Fd������Rm���q7%������]A������T���l���}������������������������������������������������Z���In@���^�������������������k���A���}���������-���4^
���)G���������:h���NI������s���Qlm������M���h������gz���H�����������^�����'h�����8m
X<\F���Vk	���)aOK��������
-;������������a������������������0���vP�����������,@���������:��v���6u���2���$������(=5	�����D4������9IKzU���V���������H���&N���{���Np������������;������U���xJ���������*8Q'������A$������(��P������:������������NR���]��������������R���-s���u���`m���������6���d���sF������qV���xx@������^\@���l�����<-���,������E��3���GO_������y���$�����rk]�����������|C������T������a���5���\oH���������L9]������
������Eqs������IEQo���-���G���������ext��a���w���n7������j���;������m���������K���<���������j������������!���]���7hb������N1���7BQ[�����{z������p���2,���hA	������H�����F���P������������E������g���������J������������sf���K������?PK-)���0PK������H;android/support/v7/view/ViewPropertyAnimatorCompatSet.class���V[WW���N���0"���[���a������(������A-���x���$#���&���8��� ���������Cm���������kY������j���VW��������������������������d���D���������������<���������}{���������}������������x����������������v`������������O������j���A=������������4bZ&���dt;���V���$e���jD���4w4���������]���j������4���������H������`k���)@A���m������������YP���d���l+k���9��������{��/���V&>���8���|���*������

��m���E���T8�����#	���N;9+/���������������g���������0>�����������;������4���������
w��� gG���������Z9[A���)l����������s�����?������������������<1��g
���^�����s�����������k8���������5W���������=7_���>Z���P�����C��������c
5������
������\���!mNX���9^���&M������p%�������������X2���������]������4��������W���z��k���3��B������������������������������a���*x+������g���������qd���|P4m���22:���mUN���������������@������}���������M!d���+���V������(������	[C������������1g���H���p���N���@���R������23
������-g������7������t������L������s���f��������zv���z���O���*���^������.8H���7F& ���������Y(���������������m�� ���0e}���)4���S������Wl8\���
���e���>A��������������D���������S���d���������8 :va������8������]t���xOF�����������������^���������������
�����RG'b:������Q���E������x���9���y|������S|���������������A��`������;:N���sc���B���QqiV���K������F��g���������������������#��������#������������N>h���3���������������<���L3������1������a`���������2]of���ut���U���������Fa��s=vZ������I���������J������U]r���co���+)���������~������������`������x~���������,���������O���{c���������^O���������������������<������`������������b������ZQ���-������9oXD������������e���PX���6��������������������,`�����������'���������*_������8���SM���tH���}���
_Cg������������4���������5r{p���������������w���G������!������j������C���If���$;���n������Kh���������������I���>���H
������d;=������%������s'���<���v���G!������A������(���?)���=FxA���������1���������
���q������M
���������,���������z������������Y���j������4o[��������������������������[���<[���������a!���T#
|������������o���#=B���N������4������Y7���q���q���������1������</Z������Q����������u���O���i8������������������������BR_}���������P��������RD#���m]���B.V���.������p������wz���]������������������l{���������������������K
������������5M���_�����������z���������������m������=���������������[������cX���r���TS������������.��{���6���&J���B���M���z���p������(VBr�����BPJ���������km������`������KF������������������_NP������ K���������$XL���-��������Og/������s������[���S������Z���<>O������xx������u���H���V3���u0������K^{���������������������?PK������6���aPK������H-android/support/v7/view/ActionBarPolicy.class���W���WW���&	���	#5���M���������������������f������������b���������%y���`2������L���t������}���]���=���������C��������=���@������O���LBD{8���m���������~wyw���?������������1���,�����������>/������}������C8������#8���E|F�����������1/�����������"���I/��\�����������%/f������PyRl/������S������"������PN������1+s���l^���*aGz@���,���lID������4t5J���#���
9���^	���9N������MU���K3���������Z<ZT���R���/a�����������q=���&r�����\BMD������h6������$���������.���'Xj���������;���r���H����������i	���[���"|k^5%���J���������[vY������5Bp���������������������9����������4��lA������_������3j��������qk������J&yRh_T������|DM������B���<3���2R'^���t!������"A"k
���!���������Q|������\������������������z������7C������O������T������
	-���OpS���	n������X���Av\���������i^p���?7���gY6e��������)F���;|Q���*\��.���G���"���=|���	Pp�����R��itO+������Md���(cY���3b���������V<'���y/���E/���e���(x���
^������2���P������|K���;������]���������}q�������O|&$������_
���������������qU������B������������������������G���������%������������������Bc���������H5o���	M[f���.'������=������������RQ������?��m~���K8���AX&���������f���&���T���9��Z������J	kTy)f���������nO������l9���������������������#B������%O0����������E��������������d���������D4<6J6���V���������Xxt���,nviL���@��sY���	sz������l|���^D������{6Q���CB�����87���L#S���s������������v���D3������������f&���r#���2������������,QYKM���nW ���������K���ZOn\]���)�����������L�����m5������������
j!���������#K��������.������)n���vnSEq]OQ
������(���b���0#���E��Yv���5���OZ���i���������������n������<�����������i���������������u������Hp�����������Y������������T�����������^���]������%���HG������ ���H_���������dQn��������������m������_���+6q������������Y������4���
��������������+Iq�����y������ ���������n?������zKv���E���g���������n7���D���w���U������
������%D`���6���������
������)S��������0M��������'���
���������_���}~������I���������i���������~������i������������F���RP��6���K|p���s���s������������������������������PM���@;<������6������6���t{%0���K:������C���#���Uw��'������UT���!������cv������Y������'���>t9(3J���*v��������"���n���{���������=���������������2���������A1������2���&������m���������tC%���'C~���nU7���T������>Q������/>Z"���sB���U������y���'������������P[���CM��������V���J���Q�����������������,Eu���,���]������*2u?���)9���H������E���s���������
*l��������������U�����������\E-v���r���v������*j���V���7������M���s���3���}���k������!���&w���@������n���x�����������������`���������}��������� i?HL]4p���������6g
���-������xX������}���J������$���a-������������wd������������l4���e������z;���'���������Frw}z/oP���.������������0���������d`���?a,Q������? ���M���i���?���y������Oi���������
���PK������������PK������H1android/support/v7/view/menu/SubMenuBuilder.class���V���wU���m���6���niIKK)(h���4}������-)���������Wkp���������B^d7mQ���*������������[?������x������=��~���o���x�����������I������������������;;����;w��������������������x16!���B������,fX�����X\dq�����,R<M������#������edy������a ���������y���������
���������%^������WY���
���^������5~������������=x��7%���'O(Y5e�����������������������g���Z<������2���t���������
���i���|8I������lt ���%���jv@Bm2j���I	������wb���h2��� ������A-������$\���~���t��� ���?���������Y���b���)	���H:���Jh���R���\rZ���N*���	���������1%1���d5���[J���1������zW^d"7���</������������v���%���3Eywk"���
���j������W�����q������<��������nj%Hg%���KS���������"e3���N������X�����4]4���e���������������5��Fq���v������E���������������������������J������������KDI$���������%�����fD>���J������HB���u���r���3X���^w.���������������l���A$)���S���pOQ8U���������������g#6������������Pc������0R}D������t'���6���$7L��������������CI���R���I,0������*���Y-���������Ye���������#���`���d������*���Z(�����pD���<���t������Y���������}DU(n������{>���������������EeN	'������L82���d'������95[���k���a������w���B&���E���������P���
.���e���
y���N���|$������������������-���2W���

���������5���N$������������"���R���������������U���#���P���������0���Zj������,w���(��"������������C���yy������cG������!c3������x������c���L���U������'y������G������q���<���)c���X���-������+���=���������2>���G2>���'|*���3|������2������mw���g���s,������7T�����-NL���[���qA���w������jg~������#.��������KV{)���������]������U���	���o6n]]U������������r�����������������Y������i��������������:���������������~��������������Q���g������������������/���������������x������������G��s�����_���������]��D6F������HUd�������|	������8��������T���NV�����	���mZ���@������ ���������x���bshZ���E������W���UD���
���������7ITH*���:%���QS������
���s)���W���X���}������H���*l���O��� ���a�����}m���p/���g���;�����4���������M��P���"���P���=��z���������������x���d@�����Z���G���H
?��1���F������V������>Z���EZj����������������������<�����������E���d���K������������>l���#q3���������9���e���<j���������~���@���MI���>���@������������nr{�����Nk���]Nt<���t���V���������V0�����-������-q.r������������`������������������`Eg������*%���;oi"F������Q���D���X;������j9^���3<d9���T3.zv������{���FA���'���mx���?�������������� '���f�����������a*EI������p���HD������k���k���������RD���+���z���������?���[������3�����������������c���0���U�����/<O���������<i3������|T���r������/B������h^������I������a���[5���By4t������5Ag������������m���)������D%���������hI������r���8������-���%��������������GeqmE���,u���7`���0e���<���g*������������������g������������,������%���������_u83������#TK)�����@���7���u��������������
������c������������;������������������3���h-b}���
$(���������x���>Zf���f���Dn���������o���-���t��Y���
6������C�����������HLc���H.}�����������������?PK������c7WPK������H4android/support/v7/view/menu/ListMenuPresenter.class���Y{xU������n������n���)��$---���������&���V���M-���i���.������65i���X&������d��������;[QP�� */���(���&���D������������������������/|�����������������������$���y������������;������{���������~}���>`���@>������b������ n���mbu{���q���X���)���W��� ���K|���-������������K��������U|E���}������p������_<���*h���1���1G���h������ql:���x������_���
���a|]���#A,���A<������j���xa|C<���;������*���;w������O���������*���������[*���Q���������|GB������FV���K������lgR������������
B���������z4������������=v���L���+������i���s���������{���d�������������gm���������t"k������h\l������{�����T,=����������������<�����Xy���pL��������� ����������������������u������xD������f2!/���^���*���N������`������F���p������OI���l���������������9������(1���t���������2v	������I���������:���dr@���_������Y������������������������9Z�����(\k������|���az���f������������O���D���������������'���Y������L������FZ?\���M������^U���V���P���������L���SFv���>���4DDXq=��gM������nV������&m���v���p	Q������f���9��������DRk{��'���o������N`l������������CF���������������t���v=���*5o�����������������bwk������g���[f���������WU�����is%N
���������y������p���������f���G��E���������3	fKdUx���PH���'
=k���������^������@.F���y���
K������PPo���{������������Hq[HY;O������gs���Rs��������s���Ku���tg������������5���P���pW���&D������f���#k>,i��m���������?���������������U���eh���X���71	�����)L|vx������\������0�����������������[���>K��������S���������2������-���d���V������2E\������qb��d
i���lA"E=���1�������������������������5[������>������������r�����������������b���9u���x���|:3���t^*������aW%������������9\���������V2���gr���d���������~������fY=a������i������"z+��O'������L���ZV6���������	���_ ���������b���$o������h���#gtd������)���U<���P���y'qI����������������������������������vW���"���8���C��������N-c���������
���jQIi���(Hpp
a���w9���&]^���pWX������"�������������k������3���������^#������w���W���=V���l������"���������������8_�����������Z���������9
������4��������������5t���p������������������Ard������������7��a=���5l���V
/���z?������c������'x������pN���������'?H/k���)~������������������M���R���K
������U3l6���z������f$]���~������7������������������������2
���p������?������*������������������^������U���W
������v���d������>I
4���
���������S������m���������S���G0���N���\��07���p���+N���;���������q���}���T������Sk��������� ���i!���������n}t���N���a+8m������p0k���&L���g���������i���������t]������lspd���n���=3���iB#���������
V���A���l���[������nGw���HJ���l{���E���>���g���A���O���p������$���r������*MO{[���v��������+���+��M���|���s��� o$yY���������i�����u#���������5s&�����^W��������	87l������4M(��Mf���@0���J������������o��������Xb`������b`.���������
b���
Z���T���O+���:in/p���������P�����������~JtM���5���M���5g���������^���������S���S[���������F������lMf-���M���+G%xL������8mX
��� 

������������^���{��������	������R������������O��������������w���|���D������������{������_���X	������������5���)���������������������Y���?
_���u���H���������j��������|���P������&�����l���pw���;��;������&���������������E>)������������oA��� r5������F���F���������v������n>���#@ud\���������@2W���j���+���M���u���<���jI���GMjo������q���[������Q'jxO���q��������������J"m���������O���8������5���������_���]C[��������D+	���
}x5������}�����������K���-<������D���>O���>���b}���k���*{������+�����������������V���������.��;���
d������X���������)������~������	������;���P?M���0
M;���������N������<N'z ���������`bx3<������e������������������0w���bj���H���U���@/������������	}�����������������-R���p���������9w]Y{$���������M���D���������|���dU���KP_E���W������/
.~r������2N8���7���X��������h,��������z���������5���������<�����������^P���������������fT������������������()c���#h<.���������z���������Wu�����������������7���TNfK���!������GJD���x���[���3���������R���9F��� ���$o(���������������Q4������O���72o*	���OL���PE������d���+0���W
iW^T���1LA���!���~5r���'W������X�����/v������A���z������������"V���J�����������������������%f	yxCx������.���z.�����H������Lj\������_:��������e}������nr���GJ8[:������"6���E������>���:H���������F���6������������X��������wH���\������;���������m������|������6���������f>���fW���]������������������y�����>���������������{d������f���Fg�����&\n7���������l���������������K���������������pfk���,���V������[������c�����������q�����X���.������������������(������T���������]0���������7Dk������M*���(���7������J���-$���1���������V���������"'���eb<���j���8]���D	���������������O���E������IX������	X,�����Xt������&��������PtFd���+���������o���d>S6���>������������
H������e������������������Z���#���a������b���v���,���{���E���yf������{���f�����������������8n&������������#������������>������Z'������������r	�����~���|o���rJ->��5������j������7K6>���V���}8������1���r������~sM���,�����������������z?�����PKj������u���
���PK������H4android/support/v7/view/menu/BaseMenuPresenter.class���Wk���Te������������93���g���]`���qYR@�����e������.!���������.J.���������ggp`n������.f������iRj���]���������E������������a,+�����������������C���S���������������y�����������}���������������y���������}������>���,���������z���?���(������q���������������$��2<$������{_������f���j���;_������H������1������������O���������a6���������T3������-������v������P������we���=���pXfcr���,���/������E���������������X���gd������������P��t<���������f���F������Vj(���.X{
"���f:��������������l��������������@���ZSj������.j���������������l&W�����������m��������y���\Z[������	+G��������Xz[���,X9
���erE3l���������cR������SCf29j���w���8A0������#���N[���������������[y
M���ic������S7+���������ePl!G���k������������Wm�����d���������%���E���������b	
������v���.�����������f�����7k���
e-6l���������������Q+������Mr���m87��������-kw���W���a��w������������[������'.=^���hKj������-���d������������L���������������+���xD(ES���_���v���P���������q!���������2������`w���������2���u������8Q����������V���U���&j������������������rgs���T���b���L2!���������gz���r1������&%��������4[���k6z������������I.���������w������������b���N�����������������v^���1h������-��������e���,������������������\���C������u,���������hO������������R���������'`���Y5�����������s,b���8���������Pq���k���������A���-���bN���nt���m������������ak[!C���;���N���n��������
���rpq��*���ub������mEW1W���������s���b���@ez���������KJ��������P������:^���Xu���OSs������������������U���q�������@���kk~G���(yO������������]���HUa���I%3N�������J������HCC6���kr�����������,���)���������������������������e���pv	���e���������fD������������������5���I���E������%|���Y{���������������q��3���u���F
���3��������[���2���$���
������������u���������9���d��������������������-������f`5~b���Ku���������������s������4���R���~,5p������-���{
������������������i(���������4p
F���~������x������>������+������5������op���������������e���c���������������e�����������������{���������+������?���56v���������I"e���O������������������/r���W���m���"\b ���������[���Q���
|���������0p)���7���O������'i���������_=������Y�����������wQ������������y���T���1���:��/en���eR���������&������XNilu��O.C5wk���������N���6������-$���Af���b]������f���`n�����������-�����������
������$���W��������.������J?������������r������z������l���Y0E��������*���:!������K!]4��������������L*kH������b*���.g���,���P~Sf������G������{��������������q��� ��������������j��@���Y)���6N���������&93������-���i��������Z������a������������;������z������!��������������OJ�����������/+������^���������u���eqT�������������������\���]���5���r���������>~D���B���������������9���8|������h���v������?���������8���	?���KH1��� ������RF������;(aO���/\������������]N��������������=j������������+p���������&���x���
==]���D{���������oS�����������9���8������D���YuYn���,7���aZ���������\���J������������|���	=���n������������;������0������#���������������A���7���Y���s���T^���$L���&:������]����������������������|���o������(j������S���7OUj������1������7���>��w���?���{���3���9��u���!���������M������������������M���#���������O`���	��������}���`co���������H���9���������H��������
�����������	���N 2���,���fEB���������H���:"���H���	j	�����}^m���_;x���N������|mQ���������S������������So������������������������������:������V������C���������8���yn���
�����7���&6���"���n������7h;���������;��������� Rx���������������$
CG���b���,��������RV���������L���A���Y���k���������-������������Y������[n~"������X���W���'���A������ce'������������F���p6���"J	���Q���<sx������C\y%���o���EG���A���ai������Mc������ul��c5?oc������h9E������W���������0Y���1w���sEJ���/������{W������D������������������Y0���������jb���6B���a��������4���~GUF.,������P���HS3Sed���������������W)������Z������tl*\D17?u���������w���������!���������������D���������teKM���q�����lWq-���~I������c5\���'���������_������W/!
A�����������`���:����������j���!������p.���l4i���\�����������hu+�����������������Z���������j���I������|���������,���U)h����������� ���oK|���I���s"���8���������������ZO������A;���k������u���Z~��������������,������vM���$+<jv���rj;i
qo���9o������c���O������P��������z5������@O���������_���r������,��������������@���������t�����������+.9���*���������q���������������������H���_by���J�����������������kj���If������TJ��y�����w���N������G������������j���B������R���kU���W8���o���Tl������I������u#������5������Ua���)���������L���y���P���q������������������
p���G������������]u�������?������������p������D���Gwm"������4o���&������Q�����������������������{������f^���2|
���������PKJ������������	���PK������H+android/support/v7/view/menu/MenuView.class���O���JA���&���w��h���WPH
���������������
������������57���	{���ao���>���������C���������������|0|?3���o������p���c���c������0,���k���a\Z���������������P������ ������+.g���V���I������v���w>������ZuQ���j������Z���q�������������������-���g������;���Z���ug���e6/������k���������b������$)S���b���;M������3���������i���+������V=������x���I���������R������9q���Q�����������8���XDf?��� }PK������������EPK������H.android/support/v7/view/menu/BaseWrapper.class���R���n���@=���������4iJ������
1������R���`���Q������@B
���H�����������)������r���~������`
���H������k;-������������8s���=su������������=tJ0`������������2���YD������6p���amz��� ���������C���h�����������������q������i���!Cq(]���u
������hD���BO*������
���lAg���!��������������@*���"������E8���cO���
|���{���<���q���H������k9c��������������������(���P������������\���������T������~���g"������������������2��������������0]���>���'������Ps������s$���C*X��Zw���>5���������9oby������������������������������~:������������'n7~\Fw������>���<���ro/t#������~���������������bh/4���)������pe*_���ca���������vc.������I���EGD���N������e������,������P���R���4.������h��� U����(���`���HB������y���M2������������������wd^��G������������|E���3���9T���n"O���&E������������
\%o������XB���K������������4���/a���l������&���U���?flD������������W���>��G#������~A���9���DO!I���������������������})���8��������z���p=������PK��������PK������HSandroid/support/v7/view/menu/MenuItemWrapperICS$OnActionExpandListenerWrapper.class���U]oA=(+tK���T���~bK������������������D���Z05���m���I���v7���K���������|1���#���`|���G���-���j���>�����;���s������������_��X���f���p3���n���(���a1���%���������
���JVQ������������V	k5a���]���l^���ql���77���CS���1���������;<T}���}���
��n������(s���i������6a���n=l������m=~���0M������|iI������W-���+���y���#4������eP���Gr���oX^���#D*v[fk���%w{��t_���f���3������������=���j$#J������h��B}���������t���xv���@���|������dGd���m���tA������GS������_���AM������1������I�����������c���b
s���~���������������J<������5���������������������V���#������������v���m���'���z���������r ������i���:f`���X��������������$���jX�����{:.!���cY���������!V���5���'<���'������|M)ct������o������������J���������v=���jj������#���#j������������?���'������u���X+/���M\������c���P2���l������0_3Hr���<GO���g������O���B���BxB�������g������*������87���{���E�����2������)������U���S���t���#���?������1������������������Mh�����+���O���~�����i�����q������������������fy���r>������HD��e������!������Z���PK������*]Y~PK������H5android/support/v7/view/menu/ActionMenuItemView.class���Z|T������������d7'$$l $A���D���	���������$<���<���=$7���������&���*V��������U[������Y+���*������������V+Zm������}x������������������������������������m������������������&���<���>���������������������������7������fV������������������h1������K������e���������a������������h���������^���������������9X���./��������+���������<���������P������N���rOq������������k!���r���S���������%<
2���/s���2L������>.������Z.T���P���B������4���fu���Ps������+T���0������������L��F�����������[���������/���Y>^���uB-������E������l/���sd8W���z���["���R�����|���������h/������24���p������������W�����������*������5������"���s������������\������d������2���������E������������I������2������������������������]*j#o���:������V���/���x������;4��������56���
6Ec������&#���4���W0��������o
���������`������LZ���H������mN���=k������~#���"]���D������J&W{���EL���������}F]��t��%���X�����������D��$;���p��������������=���g������4���j������P<j������������X4���������[R���g������u=���W7$������'�����v+������32D5u���6������^34���������������F������R���������F������
&���Bq������������u������u���Ls���/z��������)?c������~bW���Z���������������%Y,���������)������������B]f���NV)m���"���h���������7���g���/_������N������|���0`Y������G����������V������6+og*���Y���7���f������Iqi������j���������73M���i3���������&#������4wcMAK���%���������6n��������}������-���o1���
���6���*���5w���������
L5)���������L���5���sor��&wS4�����������������������������?��������0���;������d��� /:U������Z�����T6���BLK������6������7i�����������������������f������������n������cZ���������7������������������-���O���������K8���6���������Z���D���74�����������YW������������x������'���	��������������
k���J������������������bGDe������1���1Zwa5l���2���7b�����Ls'������jK���-F������/a&���A������f���#���9���?x���g��GP���3���Y5���N)���������Vx������9���������?���������<Y"&UyYo4������
v�����������*��������������[}\6a(���{������K`���!lI2(���J���[�����*���7$������m���T&<og��
E���f
q)
���T+'`<a���	������L��������������'���������rnW������N���M���f���
'A���lW������|C+���Zp���������������o���9bbfo,d$MI���+{������h������JX���VX���������T���851�����g���L������R���#���<==���v���������6������nw[���������m$���U������������nX5��7O������&��'���������������������C^lJ@7��������������f������Vi������Wy���c���>Gq���4C���UV���4���4wG���X05s���qwR���������������F��������vQ/7�����k���m���"������������u���������D,l���[7z h���h#������A���w���������|
r���K������������i���������������������5���e���h���.*9���#G���������H�����<5N������:!E���'������������������m�����������a������M���^���i���J,������C�����s������������n�����"o'���.\���?���XZ6A������D���������waZ���E�������������������������E������������������M��k,���������������H���������E���:���PL���^������Q������"���������1���R�����t������}:`���W���~�����>���w��:_������������������Z������������:]EW���|=}U������
�������n���������������M:��������������r�����c������{u���$J���������������.���������;uz���^������.������No������:������������|/F��������������	5 ���:���������������JBtl:U���L���:���(���9������u:HO������?������>�����#������E{4~T���������c:]Aa���������������5>���������dx������|���������E~Z���/���T���:
�����
���������3���������G������:&���������������8��������i���������:������/���tR���|E���_bl������p��������,���+���'���S������������I~M������e���������|C���7���E������������tz������A���p������D���4v���������5E{bF���]e���_���L���m���������!)���������Q���j���]S���[������Q3������v������|z]I���Y��������|���c������2`M���H���J�����������9���i������h���]���s>J���������{���s���i�����������8.���Q���BZ������`���������v������:���A5%u���&C���wP���g�������
���u���U������(4w�����������T
���.C��������������V���+I������[��H������,%F������$���������kCo]���LVD���X���T������5���f;���5��������;r������M���zR
������������ ������i�����M���^3l������pA������������������f���Z���j���������a������:������P���|�����������R���Y*���������EU������jw������������a���Jp���������L3���VGu* ���:V������5o������U���j������nC$������,���Nw���Z���P���~F��qu*���r���k���u:���������D���5,]���v���w0���������6���T������,-fB6��������������2���|[]Cv'���~A[���������)��� ���}���b���C������������eZ�����������������������0������v*������.1���Jv���������������t������8���NR���9!mkbuOL2N���]���Bi}dcc���>������������
�����!aG^sD~5MXA'������3������:������7!������7���~��IE���������!V������{R]������������������!��������������x������*������������)!#?������������H������%������P`���P������\������W
���gf������j	���O2���^J���f������sFA���4J���R���v���zc_���iY���V5{������W}���������	[������a������W������q�����[���F��J���u������d4fG���Eq���O���vn������[@���������J���h���.���������!������3+������d���'���M������������7���������J���i���'������V>
���n������O���b��W���������
c������JGBY���������4�����J������+������Ug������Yk������UZ���"/���&���^������\#/1:���������vr���������.������T@3)H!b2���(���v�����������M���')���D���������������������z���U���}�����z^������3	���i���������������N���W`n?]������cx������\���B���j���8������U���o������&������/���\j���A���������������t������n���O������0������a���������`������������:N���������Va���j���m������.���-������&��tV������������"v������������[;H���������@���������
���������j���������J��� ������{e���#Tz���1*,���RQ���{���������������������{������u���v������������ ������0=���s���f������=���t���k!������ZGe���������i���7���j���E������c]���/���sotv@�����v���N������9���P������\���>Ew���b���t���Iw���T)���������,?8������9.���{��������������������w9���2A���8U���\������`G���Z���+������iu��� .�����)5������g���v��������� ���#���#aU(������������~���q���Lk���reu������������s���-)	���t�����P���������������!���z���������������u
ZD������Q���gR���r���dX	������������G���Qg���;[����������A:-P������������eb��� ��g���i���������)������e���A:������@���(���{
������`]���6p������x('`���$��������������������������\��������0L#���5e���V���<��zL���D���_F���==���!>������������	���\���������������s���=$������:J���������I���*9���������R���:���������v������@���
t4I������:���W5}������J������4���������#w���r1M���--GTx������������gG������p�����������������R���"=���������%z������������������#w������we0���M1��g������������r6^���������������{������u���^���h������5��e���������L�������&������	g���js��������@���pN	gz a���O������1X������x1������rlQ�����?G"��������'���A������L"���!���<���?A������r���#-���"%���������������9���,������������W���k!b���	:���i������v-/���������Tn���>gI���(���(]������U���.���������Ex��s���*#���	H*������������������i������:������R���ZJ���sI���r!������T���E���Mx#���-������E���`jB��������eD9�����!��������������1W��������������1*������M7E���������ZQy���t���������*3���V}m���P_W��\������������1������
O���+q=��������������(���I5������������������������M8���Zh���:o���Wi���������������2NpS
���~w���+������)������^U������w���I'=���R>���G���1b>�����E��@������������������z���"E�����g���:������l�����0E���������TB��w0���Mz#U���������d����Z3������������P��o���b���-z���a������`���X\���( ������eC���������@���;���������i*���(U���)I������`���:���w'���"���*k������^j���zg���tXn�����������������������0������e������>��~e���wR�����)8���T������Yo������������6��������u���jy\���=/���Z^�����S��������A��� p��� ](	������Aj���9+���s������s=���������������~���Py���'������M������LSU��z������������������������v������5���{������^���(���,������������)f������u������C��������� ���y���6���������x)������������}Z���������~`���+���������p���/p
���%������������5���������������D���������������������������/������J���?R���������Ow0*!v�����V6������������������������X$�����������q���#z���������������K������iW���:���
������*���<���U������&���5(������w����������E���������W���������������QizU���{������A���������������p���{���@���������O���������;;$k������Y0������,ybr=���Z������J���������m���wc��������Z������w���=L���~������
OP���A���������5|������I+|���J������~���QI~���x���	���^���h������������+Vy���2H[���zo���������������<���Z������\���Ab/y���GE���OU\H���J���������������4���������i���QW������<���n���������n���CO���NG���������oF]��������w#<~������P���e������_���������`"I��+���������x-������������������.������r���r���������e[������_*������{J������������J���E������������Ey@��������������������l`X������Zt���������������7���Ln���o������I���Y6���������������{2������������]������n/Vo���{E������������^������E	������������|)���/������x���������i���;9���+���ki������T���n<��������o������������������U������PK������ ~���*PK������HLandroid/support/v7/view/menu/MenuItemWrapperJB$ActionProviderWrapperJB.class���V���SI���&���,������	9���r���	�����������pD���A�����%�����������������/������{���*��������������������������@B���R5;���?������������{7������������?f������!\I������U���]K`���y������r������������������������!���/nX4���$���������HGz���	$�����6TU���>�����C���B������}������K���S���\U���������z���������q���j(������u���(���Y��������Hor?V^ l*rF`f?������&LM:[���
-���@��xv���.������������{C9*���P���^���[���e�����V������/���E������S�����[������K�����j���{loTI���,���e������n{�����0������	mj���C���^���7������Dt���f���]������W���������3���t\������I;���M���:	L�����>_/?���.gk������3���c5�����4nCz���Y������#}�����������Bfs�����<���o������������2��������:������������-������������.������b���um
��������L���N;���Va���v~���j������S������Qb������������rIqJ���}���=���������q���������M������831���S&������s������1e���$MdP2q
���,}���~2���@���N/X������Zg0���Ny������P������c���x������[���������������H���Vl������l��� ���nm���������V������	������2���1N4���������������������A������h=J���5D���f������ 2������������yC������i���>Z-���c�����t��A�����������������:��� Nj���������$
������������n#������#���M5���Z���q������$���OWuQ������������F���_{������k$���i"	���������������������i���C���+���������M	}���E������NG������!������������ad���DTl#��}������/������T���������8J���8Ja���*+p������������<2���������W2`T/z���hKt������I>I���>R������1������������~H��b������
���l���N������ah������0���/i6.���������Q���sC1���[sc������������M2���������PK���<gm	PK������H1android/support/v7/view/menu/ActionMenuItem.class���X{|U>���������l6���d���4m������������R������c���B������B[���i���%M���i#T������i2���>������&mE���������������������U@I�����B������������
���(>PT�����������
~������������dv&���H������}������|������s�����s������<MD���?"4���������P;���������$���������&���������4g���x������os���.���������#\<���������=n}?B�����������~XKK���G���}\���'"���B���#X���c.~������O���xR������d������L?������*������HJJT��������
IT���I���m ��������������������dDC������z!���I�����KQ���i5;O������^���a-������VJ���`���I������Z�����/g��������-������������������������x*'�����������dzs���Bj������=�����������[B���i�����������������C+g���2I�����{���Lk������?���W������������&������U���b[4���w���$������^��^F��Z)������S������tZ^������A���'���Y���'������I������du"������fH������GtmO���(4���G���������������n������������-���������a���
>D|������������k;W���������������g$���������u���
`���������D�����d������Brcr�����n������������e������(&W���Y���p���D+:|M�����������������(������������(����������������������������K������>5���s���ulc������������a���G.5m������������kS=g����*���Yh�����������������K���������p���v���P��������������FE���B(t�����E0+���=C���C���.������_��������������m���2������#���V���������avgN���_����������-t`	���8V���u���z���`*���3���A���:������������,������tc[3+M+���y7���������X\����������������Y���-�����vP5l���������v���]7���Zj������5V���������������������������
]���i1������������#1���;���������*K������C���Cg[������q���R���������v���OS������Tz������G4���'Ne���\���q`���"+���7S������f���5���e]���J<������A]������u$�����������4������(������������La������?R���n	7Z���u^mX���f7vL2������sj���x������������������������8���6���@���Y���r������x���Q?|���������#���,8���������i�����g���a������g���i������(������D������A���D\�����{q������(���U������l &l#���������������*oq���k]���M���|nD��������������X���^u!������L[n���������I-w������$�������V���|��[y��������G������smG���0������N*F���������������������r���N���DQm�������������������9������F������)d8P������<a�������������M������+G
������������it������0%���U:E���M<'������or;������2Cjab���8�����Q)���[���M:nCFzs������������^���L���<������\���YU������F���Et���B+���XLq������������,.fs1������������\���b4_������P���yt���B��������������[������������)������.���������
���������(���
�����������������������J���������R&�����l���������iy������nJ���B������)t;������������A���L���5���((��������KK������Y2���3������%������'u1������wt���oK���������������������������2���.�������������������������r1q��v���q���8_:>���������������	Ux1	wF������������-������ n/������q�������������������I���������	���{������������6~}�����������=F������>~������>���`���O \D~�������q���N3���u;������P���3���J���8���E=�����:������-���������-j�����cV���������"K���B��z���m������xo������K���B���k������;��������JG������9������������������_������ZG���
Z���v��������������)�������������������@,��������Q
���f���R(6c������c-���Q���c-���Q
��W���R��n=���EP������ 6R���
P8������C���yP4���bX������6������h������u���������������&B���+A5 Z]hU������f�����������VH���z���Z
������������F���1B������(r���&W-7	��������R,������������vw{
o���m�����������x
�����<������p��������������Cn������=���������k-���p@r���������!���%������i���:���������j���������v���������������:!���]������U���)W[������z���M�����,���f�����W���T���*���j������������'S���>!������������4������N������#���������%���a������������*���������������0N6os���48��(P������u�����!_������!���;-���(#F������������8 ���c!������n���������;} ���;d���2���j@r��c���8��kD������������@���j.�����������/0GC���X���i1A������������M������9������,&���m�����Z	|���
>���n���+I������l
������]d��+���W���������Vq���
4�����������������������p���������������q������g������
!_������N{'���a������a��������������2sG������$>���$Zm���������1$' q#������"���������.���������Z���~-���X������������}$���v(Wl���
���������7"���L���kk���������_������85���7���=���������s���7���������t���xHt3������, @Y)������������O@��������������;������������pm����������z�����Y���������N���������O,{?}�����5U���d���c������4���i ���������u���������q2&Enq*������t+��������2���������Q������������X�����������7������>J������G���������1$���s���F���������Q��c}���������������?���oa���U���)
{�����@}���'���>2n���K���x����� 
���������g������������	j �����G������uV���An���)���#�����
���������x���>R������������k<������������y��������q���)0�����������,F���m]z ���w���������J���^%������u,���P��� VY���>E-���������g\H/:������6Ri���������S������	���K/y>0 
W������>>C���:?���|j"-������������_&a��������������1���������/Xv���"}i"k������������q���rE���j_k���-t���w���H���Gq=���BN���������������������akC_���������(5zn���
$���zJ���[���d���������}������
���8�����������a������7,���K8���t���}������#������H���������[S������M5D���;<���8���Rm���������2���Gize�����u���U ������������<F���A|���������U������3���z3���#�����������P���PK������������
���!PK������H/android/support/v7/view/menu/MenuItemImpl.class���:	|e������Mv3������I���������G���P���v���I������Zh������������]HhBKX������i������f7���P��(���'���������iE������b��*���JQ���@o���9T������{�����������������������������������}������{������������_���AX&U���!���}��������b~l���G??���q	?������c+?.������6~l/���������2^���W������M���������������0���v���Z������������C.���`w������=������������4������Q������GI^Kyh���v���������^������<���������<�����k������f���������oe���}������6�����o������������y|O������l\��w���w������=���^���W��������������<���A���?>��>���[?���<������������������F���po������G������-2N���p������{���z������I~���������O������2���������N���������H���ft���������i���@���������3���t���������������~���'y������������F������2���1������xt���G���������K������?&e<*���1���#������������d0N������B���@���z_���������X���3���u������������������*������`"���J���������-���XFE�����������uGW������������@���o�����]���"`������L������0������JG���'���Q���������`8���%���{���������j���="������w
D���1���Yo"'�����2j<������Jm11������S*���GB���O3X8>���LD;#	�����}!������������D2��7eF���\���������A���:���SWlt8���SMg������������Qw2<������l���������������������h$���9������������"Z���YM�����#���x!`������2������D���slE���XT���������im&#Q���Hf������hj8}_���xN���$���Xlg8������n������L<������Hz���E#{z���)������������	���/��������#B���������������������Z`���r],<D������n���	^�����������
I]b������������}���4���{Ih��������� ���
���������M<s������M+v{iw(kg������������%���w������"���h"���P6������������d������|���0!m���E������XT������P������5���������������Z���������b��������������Wj���!���_������!���������h8���j��������������R������i���������q;	iS��PP���	���K	������]	������������Ng��(X0}o������e��������������zI/���H���d������I���ju���[������i���`s���h8b]-]���G������!\`������b������������C���m���#���$g���������Ur������jr@s__o"���m	'���<���������(���i������`-���FFc$�����M�����()���<������\	#���9���ZXSRy���Z������%������z������������������������l������c���������M���������D&>���suDex���������4������������8%L���}���������3�����R���������������	������0CjZ���j���]���W���P��8;���4PIGG���-���T������������D:�����d|������������3Iu���m������fTM���������c������������������P������vDQ���bYv()X��}���������x���w���r������������+.R���������s���������h�������y���"�����������\���������������P���_���*���������_���������������a������2������������	0���K���,���������y��������������NA���E���������5��1"O���Fa���J@Rj'���Z������l���
������Ndb������s������|������Y���0������=N������O�����S���"K������#���������l���z	��wHKS�����.���d���������������5B������M/&���������,��)���������%3E+������Y9��������������)n������P�������0u���=f���J~���9D8���.0���x�����������T���\���t������h������+������������jd������Q���������;���������AQQ���y3������X&SM
���dVn5������\��������N���N8��������s���!h���o���>��0%"'���������������������H���������������������������������Z���G���J'4������K���C���:f���������K���5b���r������!���F������K������������������#a.���������eK���Q���K������UD���������6���N���Bu������%������[���&U���2������`���������������\1Q���EhSy���������r��1���C���\�����@^���/L���&���UN������x8������������Io���1������L��������������\I���h���������o�����"D8������Q���E���1;������������~���3������P������k�����������Y���drm���Y���X���������F\���`���=%"-Z�����rZU/���������8���UC<������x.���vk���?���������b���z������UEc��/�����������)����c���X���*~������^�����\1������z*5������d6���b���7���z:G������:j������5���xl��>Z��������|���SZmy������q0���2���X���S|���������T���%K���N������1���0������R������&���������D&Q���EEeaF������K���oQ���6+p
���V���z~���������[���
���x4��8?���������x;���S������������������P������������O���x\+������#LAZ���������2~O�����������������QQaf������������[vE���-a���%���h���\4S[������eUKt(������r���S
�����	n������
���&���1:���1������O���g
d`L���������7���9���uE*p���!���/������F���K|F���{x������������W
V���/���5���z+���S����������Q������;������/���s
������U���E������I���J���?)������`���LU���W���^���������������W_������)���w���������et|���O������+���'���������������N_������������rHC������:���u%�����������M������a����������������������������Z���cs_�������������������-=���[���I���e$������Po�����������+���1���Q���W���<������U������(���������������E���G)���w���F8������4������
���!������p���"���$!,������������`u���a���9���s���;0M�����������;;Z2)���%?..H������������$3���"���`3B������������u)���%ErH���������c������]l4���������������������-y������G������A���������������I���������*l3������)����������������0Kf���7d������j�����TA������%8Y���D���O���������%���I����������Y���f���r"������w������\f���������*N�����;���"������;���t������@lN$���Z������aWnOF���������i$2��������������f8���w������*t���������
/������CIf������I0[e7��������������"���������H������j���S���)z���F=���7���-���������:{C���������w@S���'zS������zU)YM������.j�����]���L,���m���*q���V�����������m��������s:��W������pJ������A������S��������������7������������������K��|qn������n(z���������������y���?������������W���������:������_[q���������7���a���:K���{���������D���M���������d��������Q���-������2���&ds���'K>r���,���D���S������JY���������'u������Q������;B�����9������&���FG������������������������������%���������8[���<���~������������oM������g]%4���k���:����J���{������q������.1���&���d���)-D�����1���w�����V`���������������D���Q��9���f���������V�����������R#gt���
2���*���������/���)��������'���A'�����L��� ���,.[������t������S���������~W���������v&�����U������F���K_"L���l��������MNS���8���f���������&{���&4�����UD���p������v�����������������gN���d3Zw������������kf6C9������J@osI�����n���J������VtS������������5������
���/K���O������0������lDB8������,���0������������������h<���?zC-����������������4���q{)���q������o������L���N���oj'��:6������������"������5:u������M=���xSO*��������������b_#�����������i������������4���i���~������4��� ���?d���������1���?J7������P���#��������7���������M
6���������&���������Z8{���������������=������������������������������F���&8������GA
���������������{<t���4���~00��������#���
���8������;P���<���@C���(��������>������g���y������s������������0��
H���sHx������������$������$������$���sHHkHH���#������3p>���?���������������/���q%1:D���1������F1:L#������Oj/���/��L���G`R?���+���8������/���r|���
���r	&������8HS���I���LBev���{���������:T���������I������m���������$T;������j}u�����~+-5������J~MB������Rr���8���������������x`9���G���Rq5)���n!���L@���T������{)t5���Aw��������~R���)���
������������FI.,���Z:���I���(RJ���;NePZ[5k������}������!���������^b���������������q���"�����������������������	R���������/���Wt���]������&`V`������{-���������������������������$V2	M���C���Z������c���������������'`6<������a���p������0������������D���yp���������������!��������	(8u���A���������<j:���SG������K���������	������_���N���r���"z��������l���=V���l�����������������������q:���|>���fa���������@���#���I@��t":������[]������;6���x�����������������ll8���p���,������'��x�����?���������*������m9y
��������:'������t;!9h:	���������?(~���H������L������*���������Xm6Xm���R
���������������G���<�����������-���?6x��������������Y������������b���\������������������C������p������p���������������t���a��������N������l#"���>���8������r������������Z4p���Z���N���G,(���������|.������S��������������HA���bt������b���6	���6?������
������/��5���!@fd���B���������P���;������	���������0���~Z76}NpG������>���P&@���8���9���a���$,���z������p���6���������_���;���&���mk���$���T!2&.$������������m���`���b������%��Ka=.���><6���J��g������"������$���a���hN*�����������������+������������^(}��������2������������8���'fB���.���:M������"���������x���I���u���2���y���w���{c������5���?l�����������dfLH������)���<K���"k9���sTrh���h���#.���������[s���K���/%=l���
���������
������qV�����<d���������l���G���������W���"{������s������������������OBU���q���D`���%l���������!������wq��������uw���A������������:���������tI���eI������*�����S,���"�����u3P���c0������������5���������,f���/������B���������'r���������p���Uj���L������j/������-������2	_���x���~���NB��������`P���{���{}wB
���sV���#p���~���T���B8��;���������Ux=,���������"���������x���N������������+����������������4j���}�����������S��]���������������J���|	���&r������������&���o5���7N^���/���
������������F���P������'���������Q2������������B���8���W���������0������<hx;���xE������I������|<���������������'{���uOl������LNGU������J���������u���tiT������������$S.���|x���$���jC
���:U������Rd���ML������������	������ Qx���������u{��^v���s���^$=z���z��������������z������`������D!������������l��������3������S&���������t���'�����������������'M���������8P���������	Q������
%op#"c	}�����������������������8vPq���_������j������G0+g������������M���i���%������M���5���������R������?
���7HR���|���	m���������(z������������������C.��������Mj������WC���P������^������}���b��������4���64���u������,���������������s���cR���[��������������������B�����6	������Z���\�������������������S��������+������,fL9}i������W�����������F������w������M������n�����������89s[R������E���*���Q^���5��'DO������������&R������k(������b��������_���������Ub������&M���2i���
���6���������:'������k3������!���������������L���������+������S������Ir������f���
+u������������������|���U
������f�����������M���	M���dU���I���������������3Y�����������s������/������>������K������]R�����������"���#&���_������������S���vR&���.���-5���d.���kL*�����j������5������Z������1���������)������������g������4���r���������R������R������;���
���hS��������� ���������������Y^�����[WD���������������v������d������g���������������������IKM���.~������^g���'���e���������H������4a������G0���0���������A���Y<���Ig���*(�����,g���sO������4#���
������hN�����%���������}yyI���Z������Z���I���0[Zg2���9���������!���Z.���p������A���}r���������Nu�����UG���>��� +���J���1���f������i%������w���O@p���������(���<���5������lv���F���������6A������s���������&m���������ep���t������+���������������������������*i������������jC5������5���j���u\\qW���H������z���vaq���mP���9G������
YvL���H������Jr���0x������$�����TX$������iD���������4_p��s3F���������w���^���n���8���M���EM'������mG���B���j���������q�����������������\���).4L���y���pQl������[���������bf;���	���x���������������uZ�����������9u4���6������x������H���,���A���2P%�����������U���k2������:���".���3���������Y���������m���]t.~���+���f������8���������r��������t\������sh���6�������������;+p���M���l���F���������F��������>���Wj������h���������-l������]���C���G���;������0���-p.������-K���"}������Q������>F���������H���7���B������d���������������������J\7���|������L������7������LH���vkA&������������"���Ps(������F������������l��������������������"���l��������������{���eM���Df��t�����[���<������a���t���$\^`)qW������������������t������9V������I���������1���g
�����������������: HG�����������>@2���2���HQty�����nbg������rV���%���9�����0�����������"r]������\���������]���������2���p��V���������������������Q���������Kg{���������{���?�����������3-��G���Q?���Z#
]������������r���������6])I?������������b������L���0���W���A���r���������=������Z<c���a=������6X������������W$X������
Tv���������^b\���
;���������~'z���������*������������qz�����i_9h^��������vb������������s5q���Y7���������:|���Q���[������0A���������A���������_��������������<~���Z������u������������{�����������%'�����R������PK*������������BPK������HCandroid/support/v7/view/menu/ActionMenuItemView$PopupCallback.class���QMK���@}��M������������,xh��~!E���?@������M��������nH6���������$x������������I���E���"���a�����7o������������
���6=T������b������:C���XieO������������������H2���}������u>
dz/������������oB���D������������t���������oM���'�����ZC���e:���E���Ij������BG���Q������$1������C>Sr��R������<���������+���C+���#���w������14��������^������������\E���������������#3���Q���������i(/U��������������'b&ZpPs������p���U:������������`"C���������h���l���B*^�����b���*N���Q������=���m���b��� ������[������������e���R������e���`������G���
���������'PKN���������5PK������H4android/support/v7/view/menu/MenuView$ItemView.class���������N���@�����'���������C������p0���.X���4T������"���������6������;���x4}
1w������e[/���s}}������}|z������+>Ex���@������n���������=	������J��������������k�����rq&������rN���������������Z���g���:������7��������P���8I������! ������������������[%Wwj���d������L��������������������mb?xi���mE���@/���ro���{iI���/n���������+������eRz������k6���i���_D���������8^���Y��:w������j���R���bU���������O���.���MA���Q��������d<������^������xRw6���o���_os������������SE88������fx���3������������u9��!���V���9r;���U}������������g������O���}���W���'������������������F���
 ���8Zq������`'p{������L������6������������`���C���������PK���������nvPK������H4android/support/v7/view/menu/SubMenuWrapperICS.class������mS���@������GmZjA���������H(������H���������E������]������@������b���?���88������������q/	K������"{���������������������������_��������Z1Lw���3������h|���!f������b^������B���bA������Bd��������%	������0g5]3������yU/U������������������uS�����in������U���TS���F[������V������������������Q�����^��l1���������2g������k:_���������������+������WKjeK54������,������]������0~��������a���������������6��n������T������d������<i���lS���������O������������Q������%r6������P���������������)���)�������q���S���vS���������������$���{jCU*���������dwU������?��^���OB������������zY2D������(k���(������������YC���������w���RM)���(���������L���}���5���7���7������al���!���������+V/�����������\l��
W
������K��������s^*m������������-|[������������=@��B���n���������&������s���;��������8Vd�����\���cd������=���1 ���C���b6���������Fe(������ki���6���Io���g������5���|_j��������V���������������4�����~��������U N���;���������uS������U`�����
zce���������n������������������(%S���_���>��
7I���h ���A������l���V���-��������	"f������C���LT������N���(�����_������������&7h���[L������q���L4���c���D������$y���	m���N������B���������Vn����������������������iBNx ���������B{F)���!���	9���|���DI-���e���r������������$-$] d���2K���E������YH������r���)oH Obhm���:���z�����f��������������N���m\���������g���d7���&!���_���>zk���gm���NM�����0#�����������5j���bt!���������d,  ������������������zji=���
PK������{XB	PK������H9android/support/v7/view/menu/MenuPresenter$Callback.class���������J���@���������5i���V���g���`������<x3 ���
���m���AR�������������������������������9���?���������7o���/������8L���������&Vrc=�����������FK���l])�����Vu���������Y=���]W���6���������������0������nX6������������0���������
������������0���8^���{���������b���;������������:��1���.	������q���a������={���Q$+������A���������-���������/a���X���!aC������}$q������������0���5C���1I���PK������\���zPK������HTandroid/support/v7/view/menu/MenuItemWrapperICS$OnMenuItemClickListenerWrapper.class���T[oQ���([`mE���j�����������b|���l���$ZL05������'x*������������������/������?���8g���%j������M|��9s������|3�����������������������kY���bKk���
��������[9���p������B���������r���p���+������������g3������������}k������kk*��������/������]1���I���������7�����l������J=��������������|iK���`vl���������<������������i������P��������Rmg$	���]e�����t ���gb0aK������������P���J���CcJ���������1,������4n���Q5������@gp$���>�����������9���_6*���iV_0I���*B������������������������;���G��!���V��������������;sw(+=���������.���������0���A���DU5���
lvbe2���cb������.������	���m)���X���jN���D���c���lH������ka���Q/�����I{���J���W,&#?������vB#r���"������������g���������|^��_���9������u������'|NjK������T�����������������������������&V������,=���Y���]p���b`#=���0h������4���X{������7���XP���#V>#���������e���4���A	[\���-���6���>���������
���rgXXK�����~^���8������OPKfs������|PK������HVandroid/support/v7/view/menu/ActionMenuItemView$ActionMenuItemForwardingListener.class���U[OA������-,���n���P/������"]@������E���$$$���0������`���t70������n���������G���������������������������G���I������l7"	1�����9{������}g��������������x������0d<������������!$e���F����� ������L!���������Q	9���vw���W���c���������������j���j�����i��������Z6�����Xt���e���������������-������R���7���������a2���rvz���!���l���CW��������jy���p^j���%������
VQ+mik���Rg���V,������9:7w
������������0(���&������%���R1(c���Uq��(������������]���������0���J������P���:��"���|���M���������t��������f���������Xf���������9������3S������mv���#���������������Uu������
���k�����j���Q������0���P=���0��� ���[
������T���m^���3<'T`X���������d������tu���������c���9�����d���k6���W���I������-���J������F���������}��������������J������������+������������'���������?4+ED��Y������������k���G���.UyI7������)��������	!������!������v������~���n������%�����������!w������3������������yes��S'3���.+	������`���������H������s���Ec7������������d���������2������|���e7h���`���������d���F���|
%R8z���'`�����Cm���,������3������ x���N���:B���z���M���Q�����������������������������
���������6|���w������|���������o5���������������G������,���g�����z���P��� xp" F���`SH���i���<�����'������������)������zr������D������I	������Oo������{c���4������������$O���������j(L@C������9���9���������PK����������PK������H1android/support/v7/view/menu/MenuItemImpl$1.class���T���jA=������Y���]���4V������m���56[��� R4���RZ"���lv���f���f&������F|A���B������>���x'Y����������������s���9w������?���}pn���l#���+6.���kX������fa���B���!���{".o1�����"%7Niwx���
���������s������������ii���o������������R���������y���C���������Ph��%���.���������nH���R[���^������"a���3k���c��������G�����cN���������i��������5%���Z(���"RC���#b���������o���=O������*��������G���������0���{*���|���D�����������#o������^K?T������������\���T`a������MT���B��������������n9���������z���������������
���H���y������������B���������?���c���������,���-b�����������I���������E1������\������N���1������ ������������T'
���y$���p������r���&���s���������#���=������1���v���������r&	���?���Q"BSCe���X���e%
G*���?��������X���[���#���[`�����
]������6�����������������S������}A������(���4}M&2o���H���cl���+���so���`9Ex���"j������b���������=���������r���3���GP���������)�����������������G9+���@c���~+������DV���|���?������F.���PKv���D������PK������H1android/support/v7/view/menu/MenuWrapperICS.class���W���sW?��,���Z��]%Q������@i������N���&&.Q���&)������D���R������XK��������VY���'���@K(������Qh�����������v���������L'3C���O������_�����S��������������������~�����{������������=���������������6���������������n���>G���E������������{}������}���~������	&O2���!o���d���GL���b������(���������O������3���=������O������s?g���L���c���K&���b���<������������������L~������L~������%&/G������Q���C������(���������Q3���������������e���l����fg���������b���F���^7-;�������jz%���2���l�����������fnQPx���,KA���3FM���iV���u^������`eh���,���n������]���KFC���������I���
���,���_������z]Z������BNP���������'(���:4���������n-A!���\tf��������������������Z����������������������������2k���mY���f���6llg���������]���|���~L���H������������������������{]������f=���z
���01������������a���.���!���Bs���W���_3���j@?������wd�����vw����������yU���������m���5d���Tv������Q������5pg���������]������; ������������������������G������������H7Z������i���{������,F	���������
*���[*P&���P���������4���v������e�����3���mh���H���%���
,���l������<���������������,���������U���%Y������������1���O	g���!n4@���*RG��lkH[mL-�����s���{3������y3���������K���Mq������J������l-���kE���a(������Y;���Z[���dN���.E���7������7\U7
p6bF������������0nH������������"mg9������2l3g������������%L���R���V���xgF���������S-���!l"���,���;#0"[���n;��o������������UA#�����������u%_���
*,������%nx���e���)9{MZ������Y���A8���r3���*���\0k��������{���������}Po���u������������f���������x�����U������
���������s��� ������W4z���^4������������5z���������������I&9��������4z������������	&_f���A������'C������������F������F���������&o���������L���oh���-������F:������5���lv���5Zb���
���-SE���:]��������F6a������m������.U�������������������������s���T������@������+��7���_���85kI������������������9���
8���<���`f:���������k`h���3��X���w.�����mu���������������������y<������������������������}������x1������������������D������=��������������������������:b4JcD������a��� e!-���=]�����f���������������������[���p��������������^������Q������i}������)���D������*���v���<������:���bN������K��������������{O:���J���H'������
w���������p������
������/������Q���1p!���q$ae5������j
Vc���N���_V9V�����������&q���_���F������7���	fL������$:b�����&Y������D���t���=������j������IM���;Z������T5������u������,��{Eq,������}L���t���������h���X|}������H���7M���Wi0NG���������i_���h"���}TK%R������#K%F������T���0���p3!���������?S}���9���������;���Q���������<%���|������������������_���Y|������Mxt���}
���&���}������^z������H���^���E/���"���B]��{������������T��y���cnrQ���������rLyu\���c4������>���:������Q��������������O���>!��hL���rK6���lxxt���%���
������������sl@y$���������mq]{���##N>���|���
>���_x���������\p��.������������Go���].���*���������*���h���Z
���9J.������������9���w������7������=L������5������5������{n&���
NE���������J:I������*���������������1���YZ���!������������������.���A�����gh
wY]zW������~���'������������.<���..������������~/���iA���l8���O���Kv������l������"���������"z6`���^R������������{������cK]��������3\��x���������9���G������������z������sx���@���nl���q������g�� _	h����52���������VG��������2���������W���������������S���z���1"���M������������~;������=���������������W8g���������������_������E^���[W���}���Zhu��������:+t]}o���PKA������rM���PK������H0android/support/v7/view/menu/MenuPresenter.class���R]kA=��I������~[m������>t���>(���"������@������Mv���a���df������������m>������Q���I���`AR���9p���s?������������������#<o���IO[x&�����J
e���U������iM���������s���VK]���������H�����������5e������F{���>���������������WW������>������N'%}K������L���m]������l���������eG���C���3���g���������������������|�����X������Bz������6������X�����M���&���/xb������dd_\���b��F���aH���������S!���j������%���z���3���������2������=���E?W���8������%G��/������<��������$���������E���J!6}���.������?��������������Rq���������(%+G7k.������Y������ymrB���v^������M���Kf���������H���������CE�����������yco������������p���b���Ss���_*������������������s9���/o������F���J���Q���qx���v��������X@8������@-���q+���X���������������kX�����������[�����������w/������G������~���x������(�������������������5���+���PKJJ������������PK������HKandroid/support/v7/view/menu/MenuItemWrapperICS$ActionProviderWrapper.class���T���n���@=���$uk	���������^���P�����������EH(���*���������dK];l������G���-|������uL������N���J<xv=;��������������������������F1���&������]���Dym���Y2������������
���X#7w\W*���LQ���u���9u���������O��������x���K���u������T���������9������*a���������Z������������V��n���~���f��������J���ZR���J|���q���a?{ntP���\_������]������g�����seB���������%!Yt\��������J���JT���I������h������r���{������	c�����BV���S���!���m���aO������G&���������1j���~���[%$�������[PR������GW���\s6w\���f���8���j���S���GrWt~D���es������'��NU���JH������dK(���wMf���������������F���_���xt��������������'���Vw���"+������+,\���%I���[���������������)L[������������9�����p���,���������������������p���g3���������������u���:������sVK������^������������ZW���!������B������BJk
���RZe���$������{9���U8"���k*���x���/������P~������o6���6��������������Io������w���������y���4W1���k���d������]���1������S������J���������#v���������>������������8���^L���I���D���_N���w#���s���������'���"���|���B���3���'���M������������C���9���������������b}>\���G���������-fB&������������"������2�����PK���O'���o���PK������H:android/support/v7/view/menu/MenuBuilder$ItemInvoker.class���N;������0}���'������������������HH���Q������2B�����w���b������������
L���fF���>s������X`���b@������������+���%������������G������f*E������-E���-j���7��������������g���i������������S�����x���4���������������N������/������!���������������O��qn���������������6������a�����(���pI���]hi���bw������$L?���	���|Q������F���M-t������sB������?PK���FD_���1PK������H.android/support/v7/view/menu/MenuBuilder.class���]	|T������?������7���f&/{&0Y��d���l��� ���$"V���!���$���83a���ZZk��V.(.���J�����������Xk������Z������Z��������{���U������s��7o&3���������������{���=������=������s_������x���Y���,Vz���9���r���N������.Yt1���������f���\������y���c��������������y������t)������������������.%t)������.���:���|8���#���Hj������������������Eo������|=������K%������S���*jUSk������'x`w���M
]����.>������'���)t���JOju~������FC��K]������2������g���������k���2���n]|v\��������j5���e���������y`&���O���Z���������]H��������4x������/%q�����������n[=������������������	�����j���������x���\���������E������Q������^���!h/������_���������M���;������u������
���N|���������y���n.u���
��������y���������������R������<���6B��������<}t���H���6���e3]���s���t���%���R���������r���\A���\I�������������V���w]���������5t������.���������y���|������]G���/�����.���t��������G���������t~������H]o'OP������:���������o������������Vp���$=������������������������_q���;���]t������,8�����e������h���C���{���r������������������|���������.���yP��������������#t���������w_���������	���$���������G������ct������������0���.�����O��'���������������������KcGPk=���������������zv���dx���.���������-zVD2|����������������4���9���<���������������{:���AVK,��������1���!a`���������#M]���h4������������@W������@���bE���<���.
l���tz:kZc���POg=������pO4���t���]���E|���lysk������������,l^��������iE������%kV���4������i]�����������|1���������e���K���4���Yc������2���A^���)v���#[V������F:���A������y���������b������1���E���������H8���Q���N���zb5���2������^���������"������(������:F���������v������>oS0��8���d���.d��������>�����������+C���������.|������N2�������������5�����
n���������������,���������P2>&>���qv��������D���/���i���D[�����������5������������Ep������������L?������R�����]���
������n��������������%j������hFwc{,���Q���r���������{���������8���5������{Np]������+���`mjT@TT^wS_$���`K���z��u���V*���?d������R�����I���[Ol���������M?���f���M������������e}����������������������cM���	���������Gk:"���MD���f���j������DNP���d������a=������Hxk������n���X������S*������7������������������2������p���fYm���K2Bz��,��������	E{���������������$���(gOg������������n���}������PW0���W
���^������������@!������e���+E������iE������7n���D���L������@JQ���A)���l������������M���������z���,���i������bA���%o|������65F������j�����
����������� ���b���3m���ys/���
v���(�����������Dlc0	u���W���sz���'k`PV���������T���d���5I'������(���\��������5 !/Xnt���DBt���j������������}����� ���z{���G���������+p|EK���,���HG%/�����0���������3������������M������>������������d������J
���BGa$������L���MIsh������Oe���������A���g3r4���H &���������5������7������������������v���������}������@������������`���9.��������#0��������������
E�����������������������������kk���Z������5���l�����������������m���������5�����������<��������2d��;'6���~1+���
l��������=(5���������qg������t������%<Q�������������������}1E���0
%\���������������7���/���a�������������W��$���������d���s���5���Eu7W���=
I���Zq�����������/���2.������l���
u������7������zb���<������e$���&8���A}W���MG���BD������q��O���;�����������[������������t���d������D���U;������? ���"m���������H}W������������������������L���BeF���������p_/������v���������T���3W������y���xaj���	b���%���Mq������g������������&���21���Xq���������A���K������f9������\������������9h���/����������}���H������|:J���*K���q���u���2������������������a9������`��������������@w���~���������&������AF=oY������J��y�����C{������&������������Lou4%zC���m���yp���ah���"#������I���t���7���Z������."���Q$$��������+�����������E������*������I@���
}t:������tz���J���[ty������������E���������������������O���XC������������Wp���������.������:���������9%���f���7W������fGI������l�����������������������������������������nyK���/71���1���"������h���������B���������!���	���������K{rs������q}���h�����~HTH������W���w����������!���w������`������������"���9���������1������GR9�������JN���������`|���->������������-o���������h���-
���������=
@kLsD���`���������>MN���QJ������Z4������|���:D��b���V?���������7-&������%\-9���XN������#������E���HL������;������������������.2������V���$������O���iCd&���[������!wIB������)�����������+5o��p������������S8������������������������GC���t���uLsR%���8���������1������r���I���mxp���������������������������g*qsKd���s������3���.���D������9���������+���\i
=Q���P)���W������DbB��������i������Y���D������
F��#V���G������V���"������������_7���h[(���>N`n8"M������"������e4M\���F���@(������Ol������|������7ww0P)cv|Q?���AG*s������������S������0���������1���e���!������h������^dFF���;u���������w1��� U���3������)���)���#������������k������y���e-8#`0���KGD������xr������]i&���-G������������L���M������+������E������d���6&�����������LM�����)&E������e������������2������Q���1������G:���'#T8J5���5���y���1������E9���h���������H_;U-���G������o������X���*������<������"s���������������,UJ���1���/���T2���������_L[C������eY���pZe<�����������fs)���J*�����������������4������F���W������ ���@���%s
���~i&���j���VTd�����>������*������P;������������,���je������Et���c;'���h+s���9������8���h������'���������UF���������,$������efE:,��(���4������]������#N)fgw���E/o������,h'���%moEe������dfy83���u���g$K�����k���T���|]������������m
������8}���zHg���7Ef���!������My������c���w������/������������������`*Qw������r"����������������������-8���������16������w������UfvsC2������ib���������������������5��������������������������������i���e���������K��������������������������':���`������x���0���-���������������;4���o������[������o���������`.f`p8E%���?1���B���������������?5���������g:������������n0���/���[���%������������������"jo#���:������M������A���w���o0������t@c�����;���;���{������������������R=���h���:������������
������������?������ZK[J4���������_6������1X5]n������W���b���������������������������������������������������������������������H������#b���c������B}��b���yU������M|���`
���/������������[~���7���Ml������O���Il$���7���~���~a���{���-ka��� '���'{������!e������`������R4���A/
��������0������	n���e������Ch���a������q���o���p���������EF���a���������N_1���������q���������6}a������������u���c���\���������|C���K���(���/2���Wb������������&C���D���!JE���!������0������L(md���v+������pR�����������
���������������Q���������N���������*#���2
mV���������q���!��q�����������%*���
������������l���������j���0{��������������`d���X���-]]������@Wc������A5���`���������V���
���p0:���'A���B=##6���B#������	${���?#n������x]L0D
�����������������������)b���!j������q������F��v���;b������j���������\v���.���������>������b:���8���`e��������������!1���.���D���!f���_x������h���&z���h���,���si5������w���G1O���7X9f���������`%���������Z������h���B���,���������!��������O������j���%b���.������<������`���c���7���1�����������ZX������R���mc���M���������T���o���f������2���*y��������������y������.V��?]������4a���Qf������#O[H������)y������j������������J������
���Y���Iu���������O-���PR���(U���2���I���s���,������o5���77���i���������0���A���,T���������(������I}} ���D2��������������$���i���<S���2&���������������^���B���U���x������prx���������&*���������B$7���������g��R���D/���k���������66%�����������t���{������MQ>AI���{y���=���\*������4���P���<���	i���Uf���F��V���r������������".���YF��G���j���������K���'������������i7t9?���Fi_���EqV^qj��B��������V��������F���V_2'���P�������,������������VU���,���Z7CSwA������"���:���L���IS������.������N���s'35������H������	���������
������>2\i"aN>���h���������������?���\<Q���g���V���������TWV������u���������(������L���H
C���-��_{:0���o~���������������m������]:pV5ZV{���K���@F��������������>���������7�����������feT���O�����������I���:}/4���^u������b������������g\$������MG
v���N)oY�����������E�����������������t���)���+.���eVVZGjP������5������8��T������;*������mbf������|j��N������s���������m��Y���������������a������������'������~F������y[Rqaf.������u���3���E��������������;d������������<0W���y��.������	���������t�����������n���i2���������H6������
"���8���������4���
W^���������5�����
������05���&������}M���$���&���>,������������������{*��ba*l6���
z���cQ�� ���3���X.���|H���hfa;������6������������'�����N������29���N���*S���u������&b���KIFW���z\������P{���MTT6���pT�����g������J���#/������I���e$N������C���^������������?].���A���PL�����������=������Q��� &/A���})R��������A���������I���f������������G���9���hv_,FV���tt���������C��������g���h#+������n���)���������}��������� ���RA8��������J������^���9?\���vh���6l���N[1(���2������������������0(���������K������px���h������������Wl������������U���}������~������*���������������
������������������������9���B�����������������������S������Q���������������)������S���~���������?������@���������$?���?��������_��������������������������T���������~������~?R�����������������������������������1���5���;'���z������
���\���������/���������������F]������C������������}��������Y���������W���lU?���������D������D3��������}a���YD������~m??I���1B`j���K
���7���9���
���!
���@9|
*���Q������z������:���������Y���R���D���W���.��.C���7"�����w,6ec���	���������LC���3`���������
��������z������R������	������|���8���}1���"���3J���\��������Vpz���U������������C���L������O���_6z���������yX������g(z���
z;������`������������������j���A( QL���Q������G���������P�����������&k���aj.je#$g�����x
������;���f������������l���������������0]2���������u���O;n���V���v������#���v������1���I���J���	������������Tcp���������X��|���������k���\���A)��������_Lf���P���4������|������9+���6���d���������`������dh������������!���a��������������)���������������"������;������[a���7j;hO������at������������J���"��%'d��������0���������/#������b���Q���lf!c���l������P�����������V������0X��C+a���0|R<
G���R0���qVX0���@
o���`0������a
������c���%q���������8������6���u������i������{DC��������:c94(HHnJ=���LT���>������������s������{���#&���|���8������'���+���cA3	Y66rX%0?��� ;���	������j`>;���ga���k������������������n���9���\������9`4��������wZu������l���������N6Gpt'������(���MX������4���������������������8���,nB������&t������g���������>������L������C���V���Xa���d���B������`������������������������9"7P������:���������������>���������u������~������}rOUAuu?���OZ������\4���z(d3p}5 ���3�����������l6���J���=���lF$���B���-���[[���b������r���d-J}jC������N��_#|k%���������YiZ���miBx���������VV���Zd���;Q���G���������3Gzq��������D���
���8������J]z���	t������*���'���������������0a1g���}��`���bpX���������.Ct���������0���m������6���������DZ���_O���\���������2�����������������I���|���F+������������d������]���et������������}���X6��������h������%���m��������t��������$���|���ap������������-������XG���%cl���$������wq������������xb���z2���c���J���?!34��� ������c������������X������:[���rZ\9���������IOkr*�����4������������-���oP���l[������uJ��������Z���.�����������������PK������L������������;���_���"d���W�����v3���������������
���H���������������tj��� ������R���������f&Yf4������il����������*������1y������4���u���\a������^���������a���������g������x���������������	f������0���m���x9\�����K�������7���kp���\�����[���q)���O���JG���}�����h������<���E;���EMF������$q�����)1�����d8���
V���������|���Xw������A���`���8L������9:���V���)���v������e���6������z�����������_������QBA\	n	������S`���$1>���*���9D���>(���������"%Hvn[���%���D���}���G#������������������n���2v+&���A���a���a���Z���]B���
������}������!v/������������������Yv?\��������Ch��������(������l}1:Q���������b������[������R���5���^*!bJ	������b��� ������|:���������a������-Q���	���S������0���a������Z���������������\V���ii���(���������Q)������������0_+������������������������SW������cVd#n������������CLZ���"L���44���������Z���������������������i���]���~XP���������Br������������������\o���������������c���U���������|B2+���Q"��������!���������������.������������qR������Fh���J������+������,Q������\���[iO=���������@���W.���wLt������:������H���`<4e��/h������C���l������L���9���������p^*�����1U`1U`1U`1U`1U Y���d������s��.���c1"���\������74������B���:Y���:���K6e�����������(������+Rsp������#R������������~hMC���U���<���b[���68-���_���������������������Z���[���l������&��������cA���Q�������������������������������wr
���������m���|k���|k���|k���|k���|������]9���2v^���W���N������ip_���������)q@���w������}kUw sdl���aY���������\EMLh������������������V��������%d���|W���p������f�����```JC9���������:r������H������|���8�����������������������������KN�� ���<���K���~������������������(��� ������:�����������sS`���
�����������������;������G���\(j
������������7���<^��� ���������.������>���Y������������.���������yy;i?������������������K���������^X������U���c?���a]������Q���������������������l�����|9a������\���������D"y7������-_n���6Cb���7+���W2���������������������������S���Z������������Le'a&��A������������������8w���!������������<G"������Y���yh���������
���[������<5Gj���ra���.���A(Z���x�����������&^���4���*[���Y���&[���aK-��������� e���l]������t���
���������H���������v�����C`?2
���������0������~YVp4��G���"'��������tv���,f������8Jv������lc���t�����l������~������������O"������*��������(\���am���2������LcnR��,?K���������S���'//���������,���,	������E���9$HP5������ew�����!\���a���U���afE������~������E������������������L���������O���#���'���a���Q���������������%���J)���2������a���|4������gY+������1;}W*1G5������������Ja���,���LR'���X���)���������m���/�����������wCN���������s[������F��������BKfX���#>	������������Z�����������F[�����������4�����B���������q�����|u������L���%���_���NCuM}������f���������b���n[C#���-��������t7������b������h\���H]x8���Lp���Y���������������F
4A���c��������������
k���K���������B&M~������m&������R���+&���������y������'Y������,8���DJC�����d���S)}>������yQ���A���0C������J���������4M3��������\Vv?TRc���@/8������[e���������������5r���������Y������?���`V���������y���l+������0������c���J������mP���/���f������������������R������m,�����dp)���>��������R���E���c������|i���������b���C����������������������������������g!^g':�����������/7������j������b������'������L-������������v���x3���U���8)�����������9���������r���������m���������ORW���Z������(���A��������w������|=���:`���`���Pl�����������Rrr
������
���7n���}�����p������&�����������Sn2���,������`���o������yk������V���7��w) ������:���|���R���+������S�����xox������+z,���<.���,��.h#������MP���7������}(������0���_a	;
���J���Tx\���������������-a���/Ha]0���T3���7���]G'R���l���N`b���XJ���I=������%���!F���^���j��������9���������9P�����I;���EB8s���_������]���|���
���������ka*�����������������Qn5���[k	Uk	U������WS���	6��z���B'k������K���%������J���&!���Wm���������6�����������������@AE���e���me�����������������p1~������V�����������&������N4���������,wHa���8���HL7H���������3J������m���H������������L���o���v���), ���g���������]0���.W���������5�����=A���k������P������Vz>���i������`R������6���=���{���	������x16���0������B���{���������x���0��������}
f��������������������������,������>���$#������������$���KaT���v@��������?������������������������Q(3�������������������mB���L+������|������7|O������=���b=���b���E���������X���0���������+���������T�����������������������������gc^���2������������b���>B��a$���������������s���
���������������#�����BQ���=���@;Uot��������������������{���������������������`_@������}t+/!/���[���!L������)�����ZG������3W_���=������]��������������������s���,���`7�����������d������
/.���IR���������-������(���k���R���CeE(���u)���!������
a�����������;���]���������*z������/������/Q8���I���[N���k���e_U0������l������S������Y4������������<���s���^���IIOQ���������1���|/C���{���Oa*���ee[������U���|��������������1m���*}
nx�����������
n���_���>(������������������������+���J���e������#���������'0���������6s�����������7m���|������1���%������F��������q}���2���)���a)s���L@S������oA������\���t?[���25���
.���n���9���
E���������"���"v���<���S9������y���������rY������t;���������t?��n���vJr���������������������������-	d���+������B���l���VZ���V������������������f���aRW���v���E���T�����A
������������M���}1:-������G������N<.��������������������\hw2���������SU}���"`{������#���lK�����������}[L���(���������O.���G������~���J���������j������ ������!������������$������d���Sm2$g������������c������GT*P������5���u������q������������*}���2���LN���>������HT���������Y���\(uP&���a��3������_���|������e3���
���������K���@������_&���������wo+f= ���aHJ���S~z����������m���������}���3���V���������������i���Z���(w\���r������^GJHsp-���E������C���h���X������b#���Y!I[���g������q������������Kd���t���pf�����2���$������������
���������)������	:{{Ri���y}G������0���]���8���������������9���S���|_���������w������,���i������������������%j���^��������(C���[���>������#S���|������vvV���!������)�����G���������������:\W���&o���vh���f������{���A1e'���Tm������4������������~(������m���������^sh���������������)q���2���Jfb58���E`�����W������r@_���*���:���$:a���XD������K������1���
O������w��M���������������L���������c{���>���u*���(
���M���YZy���}���������Zy^���������L���[���_~���c@?���/���^���;���������w������0;���ou�������e3C������-������&������$T��������������������������{���������������Q������l������>������������~U}���=��������H������G��iim���'������������`��������&;������v���t������w�����aV:^������~B���.j]^�����������{]������^���t���V:w������=^��H=����������P������G;P���8���������!���������u������������6���������&��������u������}���������xn���!���F\@7������~��������Tq'�����`�����J���V������`������	Q���<&v���������l���xT*������YK������������z���t:���N���t:6������o-���~���������)���LwIUkP_������v������\-���2'V���4	���R���9���m������U������-������O���������t|���;5L
.b��������������e���S������EE��������������������	[X�����%���|���������";W}���������W1������;������^M���E��*���J���|QY���~KK���p������8������pm���/u������5r���������u������5�����������V�������C���Wv���s���������CD���������p������q���������r���`������'���>M,������7���;���������HA������jf������������9}h��{~������z?|S�����������n���)7k���������BLC@@������&D���������<���������0���������9���y���)���-���{���R��������������^���\+~7���W���6���*l?���������k���M���tH���������|[������@!^7���(y0Avx���B������������a���5�����������g������eH(���������K`4������~���^���w���������������������FC���1(���0q��������B���������.������x���(���=���O4��������������S~������������)��M��f���O������������	���O���@~������������F������ [������������(���������C���-���������`������;������X�����P������6������M���������������M��������������63�����6s#���k3�����������������h�����������(R���������#������my������J_��������ro���H���������aJ���m~`*?%���<���������ds���������������&q������8���i(������!Es���(���cK���������X���������W���#������-I��ex���G���Y*I��������V������������A���V|���,�����������"���"?��:���������L*>���v���Z)���Q���s���C���f�����$��?���������{<��{<���i���������������x���
���Yz�����D'#���)Ht���)���2������m���������F���F������������.������dk���h(/���g���*-������e=���������������|���MV[~EH*���!2���ri������z(���f@���6
dL���������s���9��5���m������2OPe[������8��������)���i���-k/Z
���q���>���e'1h������"/�������������*n���UKy���������������wZ������������������9���������-������������������������O)#������
M���������^$���\���\�����]+������SD������7���v������ny���a#G?���x?��������������������#������:������������uA������
UZL������P���������<-���i1X���m������M���F������-���A���
1������9���r���N���������>���������k`������yx\�����������������������%+(L���\��������
�������������������������=P������G���������4��������s��������������p������Z���J���?���3������gxf������������F6���)��������?���s���{JZ�����D7������������w,���?G���~������~���8���u���&��/������|��������I���&#������Tb���!������OI������Z��������������������������3)���"���K��������*.���������H������6���WM������{A�����������C���]���(������D>>�����0������>���K������o���S������G���=Tc������>\������������o������9���KuLh�����m���w������#�����NAw������i_GG���(���h������dmL��	��'`!������e���S���W���j������D;d������"`y���������������Z���������w���i��������������������V���������
������R6}��)������y���������+������'���O;������U���a������l���_/h/���[;��������������A���������,��������O24��������������9d���*-������������3$dL���9���4=��� ���?e ������������/������8dU���~���?���@���4F������o������i���US���U�����������������| u������������������������f���3)���������������������j5������0������,���Hn������������|\���0%���s������w������q������������Z^���V���>p������*AZ���h}AV���������7m��������sK���1������M���S������U���I1������W"V���m\������h���:������j���v:Aw���>���������������B���W��������c���1���������q0���Q������0���������*������Q
������bG
���uL���u���I������1�����M���4��x`������x������'���O��-������U��k���	+���8���H���:m-���q���S���X1���v���������4^���o������������W����������������������8
���uP���%���P���h���Y������������������p���c6���;��� x���p���c���8���C�����q���b������(���}���}
���bX���!	������$KA/`Q������������o_���\������~���H���������J]Hm������.H���������&������;���8?MF'���y���oyV	m���*M_���������Z���������\���Jw,]���K������������k������x���d���������P������������N���������
G������E������#���>���������'������Ap���;������b������PK������)/���nPK������H4android/support/v7/view/menu/MenuItemWrapperJB.class���Tk���@~������������V]������Um;YD������mq���1������Q������kz������������������R
~?������&���"������\���������>y���{$���|������!���Q���ps	���U@���jn3l���]#=���B{���
���Js������������Pt������;������0���H%���S���������WC��������z���e���n���0���$0	|�����������BZ���J���������M��
#��F���!������������a���H*q���B������������<���#������>���2z���9s��������������x*1&n���\ �����`������c2l���1���������
���@���g�����j���������[Tw���������������jL���;������H������������������������	���������a���������������hW�����%���?���!������_�����pT('���z���V���3<���>���$<q���'\���������KY���(Y���������"���P`8H������������v��������������������������������NYn���g������A��q���|Le=�����������;\}T�����GtehQ������L������,������X��{g`���b@���������K/���p������������Vb���X#������*���r������������m������"O���+2������������������!���1a������o���c���������0���p���������Z���������u����Mk������
,������L������Xd���a���	PKv 6���PK������H3android/support/v7/view/menu/MenuDialogHelper.class���X	|W���f���!���	GH���	���RHa���������S@4	 ��3���������������������������-h������UK���������*Xj������VX���h���W���zk���������������������������?������]���
I������/���y���~���c���������/<���$���y���������|���V���y�����
~��������������T���!������%x3������������������*Tw������mB���vy|������������AY���-���w������]2���#���!p������p���������8������K���*< ��ex���.@N������q������A���{���������~?n���	���;)������D���J���0N���������������������������T)���-���<������q!������������*�������������'T|T���7��������(���o������T�����=���d"ew/
���6������`������A!j���1���#���T���[a������D���������blz2l���)��"���?���>e���������e���\syU���f���u9���������[���h���S���T0&������B���8������z:m���,�����������~)T���[f���Mk������������������kW���iID���Z��������'���i���6���Q���&���z���]O������������X���&���������p���M���0xbv���<������D���������y#���`�����������S������u���wSb���WPQ������A���t���5g��������������j������
&���xmd���$���hR���������V}O������Z���������}��������������w��������BR���(k������5z��O���S���X������z������=
������'��t���
I���������aci���R���d[������tK���������HZ���'���f:���[���n#E���c5���8W���B���������1t|������������d+���a
f`v{������RBT`���f���}G���a)������#������"��� ������
w��������������i�����������D|E���N���������������������Di���i6sGQ^[���������6���f���)e���3N���,_���4���m=���������Q.������t?���*���������#���%1���������m������Ym������T���XeJmW,��;��������$5���KT|������v���U���t������)|Z$��������N���������4L���������������a������/ ���������������/���+���������i���:���������
|S�����m
������w5|������������P�����c
?���O5,���2
?������5������T���+
������o4���V4<������~'���������������������?���������$�����+V���_���W
������5������������/���[���������5$���������
/G������4,
������Y������4���Za���6���!�����b��������7���aT���U���x	U0�����������:wa���@������P���N���������n���ED��������������v������9���
��vx���r������L������*���^DP/��������������H���Fza������F���n���������X���]������"���������PN	���
���������![g���������?���kW_���e���j'b���,������6j��������������;��������������������drn���?���:���:���������������������x=���$8L���������t���M=i���O+�����������n���sy���������o	\���x���n90�������QF������.������������W���������YO���J���6������������@������<D������*P����|���������������+w������������B��������a���	���(���������+���l5
������������n=���f������1������Eb��������
E6J���S���nw���o���K������hU������)��������(\��������6rP{\8Cp���ETB�����'������Xj���Xd���I���&���J������=���|���4������������$������r.���������Q������B*������K��������eJ������r2f������$���-���!�����B��������#���u�����f^���\���������������)��e_������������������|���:-���L������L�����������jo������U%N(���a���`������}e���r������M��������D*������������	KW���	������
���C7A���;w������!���)T7���?���������������?4Sx������q���'������������K���������ya:���a><X������X������\������
p�����������������������(���T������O���������������?���������\��������8���������ce��������������$���������e���q������������c���#SI��������������k���E���������������s�������������������8��G���9���=������J���T���h������\���������������S������CYc���'������'1���������2(���41���������F���Vv���S���s���L��������B������2���^������Np?{S���PR���5U���-g1���|������s������P^)������m���7���������|������������L"���@���4������f���%���������I7=������i7������Vl���r��6���&<���v<D���G������Fo������K���3XCN���N���8���������(���l���!tQR���?���Y������A������������lV���E���V������<������Bn���k���������L*I��������xcj���c8Hp������2NW������,6������������WTy3���������W������V���dk=���Ob������{���!���������#h���D���������5�����������(���%������������O���sM���;���������9������������I)=������6������M���
s������$���S��� ���v���[���������Q ���o���8,������ �����������H���^~���������������������	���������|���XM���6:������F(���C���i������������9
3������)���������8���uiYu�����8������I?$@c���)]���z������Uh],[h��������"������������������Km���

��������g���v������;++���:���'Q���������h������S���������������������9,Y������mZe,7w+G���J���?h������������B%ds���z%,0���,gjYE������"_G���b�����#(m���'���2���������������0V���������������F������ID���������a<������d���q���Nw������������6 Y������]���k^���5���n���C4k��l*
5_@��������������;J������Y���SY���=������,������\������������!���pu�����������k\x
���2���_���1���������������U���U���2������@���������������oe���b[���G���
_	9���a=���W���'YI%������c������������y���/���|������"���}���3���g���9T���PK���%aX���	YPK������H@android/support/v7/view/menu/ListMenuPresenter$MenuAdapter.class���V[sSU���vr���4���������@[��������J*E���������r���@��Xo���&���p 9������I���>���?������g���A_pf���^���t���?������:���e|���2���(~���������P���X���tfg��������������������������������������>0;���v���`-������������g������p$���������D0���c~������!������{������0���i<���s���������F4���irFb������K!���,���\8x������[9#���q���, 4������}�����	e���U.������T���Z*���vj~wj���4.���
���UMe��=��������Q1,���(������v��L{\`8���Z��������2Y���-���2���U���F������>������J[������������3z�������"���
4J���tN/E@���,���(O������J������������*i���/c<
���{���X���l4������L���(���#sA������SU����������� ���h�����;���%���P���������X���p���������F���Z���������������i[���^������Kh���������T���������b������c������b����%���P������K���#.���M���Q���������������������������������hl������,V���h���e���}���3������^6d���=������e\������>]A���2ny������fA���5s������������Xj)F���IgbU���&%h������������I������V���6������>MM�����s������!������("�����������FV���(2]������������!Sj���������n���&*������N���z���������@������=	���Ug������0���"���������������Vs8������<&b������
T\Dg���(���
���H������.���*H���(���5eTT���1"0���������)������f|������Q������	���b���7�����H?���������\������0Q5���9�����>���Y*��������tV���������^+]������C.���b���N)D���l�����zz���K���W������~��������������N������������YF_(V������������|&$=w���������U���������<o��
���������1���>���������0���H���b���;c���y')������pO���j������[���������K���T`0������K���������������������{hm�������������������������@{<q"���1|q���M������P���;���=��p���a|���w���{~������^���������)6b3���`������&-��������������������"���������"B������4������r������������=J���**������N8������F���D���?���������W������&���s���������������KMx������>l���(���{Q���b\	C���������!���y������F���������1������p�����wvL���{���r���������W���Hv/"|���k���������������~g������������?I���%d���<���r6��������C{)������������!������������6���������v���<���������"���������������^�����������������Nw���������������'=������H[L~���.7���F���G���/���i*y���#���z%���H[��������������5���-=*���)
6���"���������������z������l���K���9������x����]x���db������������������$������������zY���d_`dI����������������������������������-���H`} ���"���������~E���������������z���v0���4���F���D���D3��������{������m�����C���GE������89
Sg���c���[X������P�����^9���XP���BY���L]���iZ���1���Z���������b������������!���a���T(S������7=���yuu���H��d���������������f���Nt���&=h���Kz2���RhMS��������������S���k���	���%���A/&���������,o{]c���>z���������`���?PKP�����PK������H3android/support/v7/view/menu/ListMenuItemView.class���Y	|Wy���?i������]�����lY����������q���������Jd�������2���w���;��������������B���A������-������P������p���-iI\i
)m������Zh������BKi���r������r6!������7������������,;������������{���������k���������������������a������!�����������Q���YO���c=��������r���������K���>%���K������,��������'dyZ���&���I������7���m������S}���������	����������������ge������������,������������'A}V���/���E������Y���/	���eY���E������*���W���7������*��������������)���s���<+g���%���������������
Y���)������������-Y���������|������r�������������������?y���0���<'��r���=������g������!������!������������������!�������������OT
OT������������������2Cd���������2T���P������jP���=>t���B������k������V,ee&ccN>������Ph���f
������qNX���i;������B������N���a9���B�����I������D���0������e���N���������������}&������3�����\y$���K
������l������V���/���$������I[������������L������������i������f���T���V���;���>���tR���K������������}������
������������������{������/���W���������cS���%>���4������{������������������t&���������9������rS���x!������[g������������H���)-������r9������[������������F��Ni^���������������(C������+���jM������;������������8���Cz'E%���������������>5Z:3������;���������S�����f������N���������������������M������y���e���%3IgP���������U������/������d*6���0^��{���vF���O(������	������4���������G���������v���������E���,���R'���|R������a������JbKG���h���������"������/i\gQ������\B2���(aO���93���S1|���_������k&������yk���/v���D64e3���i�����gk���YD������F���a+���)k'���T���������"/!������������I?���i/tn7+4l�����������Iy���(������t���z������"0<e���������������m�������q���V]
���������T*���������H���K*&%���y���Z���1���M���$���J���`���I������Vd���);?\������!c���9���,$��������3C������%&���ZN���������		���T������R!���������b���@������������x���&a5L|������zk���zJ���N������~,x~b
7T���f���Va:o���#������5���������Z)���������GYH���|s$���������)���P���������aa���K���������������\������[&���Gs
���j���J���Zy������U3q���)O���������WX>e''������g��������S������������_���������w
������_������m������=a���L�����������������$)~b������kkx>���u������x������e������������B���������������K������������u&R���2T������V���C���6U���Zc���.Lj�����������&���H���j&L���Qm2a���Y������I���������$���L���?'4���3���zB*���������6���k�����zV^���w���x5N������O������*Fl���s���W���U&���A���Mu#���L���M���d���������f���������������������7���fS��������Vgq���T/S���L<�����������������,���T�����A���������O���M���,S���*���������D���!���1iL���S������U�����CN������}Bw������D�����2������������������>������D
u���T���������aSQw������\mb0���Qu���������a���s������GA3���qA������t)���L���A��+&Z���K���F,���K���k���W(���_���
������e������2���|%���������.������,���
���]������J���M���QU������
���Wg���rR���-zesA������[���Cp���d��{F*���T���|9Ie���+���������<���7_V���������������������kw���u%1Ny������������VN���k������������������T���]rn��(������Y�����������]���F^s���������������s���������a>�����������������Q#o���g������u������,K���������LR���Y��d&!��������T���Z���C%���������Q���R������'-w���)���M7���,���v.���5���TeoD4������Io���������SN���������1^-������������%f���d���bXi���x��������������`���r���`�����`���4l���\gLP���}���������o��n@T������������|x<5]H������+d
y���������
G���q�����5�����o��������������2^���"\������&R[8���l���n���WE���	���������������0���������~��%`���5?���b���<%�����s�����:������h���diD���EF���"������������C��	7���VFA���������j��������$Ey$o:y���G���q������lz���_h������3���@7GE\���;�����q
ch���j������	���P���W���/���
sn���_���������AG9z���������������������������r���������{������w���6������Y}���B������������{u������������^��������������������j���j������
D;PW��y������GXo���d��A���5v���hzTs*p��������X���=������^������>l���~�����y2���;q���nve���4N:C�����������)
���Z���UK:������~���������<=r_���o���z���^DsY������~}} �����x>���������+������
���L������}������nO���"���G���s0���h���F/`E���O���m���<��������e_���JAZUB���yj���<k)	��������W������������m������n���Zd4]���������o���o���6���<~������)���"#b���������5���������������,������Y���5���������D���X[���:���Y_������n������MEl������"������wk���������������������I�����@'�����������������������������u���QU������o������"uR���%�����������B���	o|������������e6I���������7�����J�����������>���<9���nV���s��������������>���z���
������������=���o$���`���������������*>l/������,6	���������*���9x������b�����E���u|:���o������9���|������FaY��������� ;���#������)������M}6������
������)���E������e���#���v������������+���_���T������}������Jl������t������]���������������G���^������}a0`o���`qu���w��	(���}G:���bw������������"���w������#���[������m������������1���o������>������B}b���[f���
���/i������������!������5�����
���`������0BV���E]������fZ*B������Q���[���[���
ogt���+���;������gq���M���b���{7k��4���CL������2f���O7o���,1���������������k���`~���1������Fz5������������N������46������1������������������>��/�����/��k`���h5���/ d���������}H=���f���C������45������;������}���o%���������h���������,VT;���������V���N���������?���r�����?���������
���a���#T���	������1���h������������;Wl2��������������J���1���������7���	������������������_O���Y]���z���+���F?������������������V7���:���,]���u���ut-H���������	|������?���\���V|���?���]������/5Y������������������������n���������-���Q���������������[���4.���P���r������3������\/;��4���n������E���������5���t
������������uM=������������<������
g���S������=$���������M���E���~�����k���������]��e���w���������3���M���b���}���}���3���������������s���u������������n���Ev���/Q���/������}��������������� ������Yw9Bq}M���:o+���������L���2��������]���������b���������AZ���}L�������������A���������Lj�������������������'1���+���7������������#0������w���������������v���������;���[���sh��������_���:|������&K�����������V������������&d-1V1������>���Ud���Nh������O���&���������������������{������$���������K���F���=���?J������$���cW���s���H���G���h>���������2������OyPQ������y���������������������j���o9���W{������������z�����O������������V���z������^@U���R���������Z���W���������������{��������_x���_���KP���������+H^���%y)V���9���W������pjj^���m���Y���mj���n3���lU��������iU5���oU������c�����$���]���9���[������������.9y�����F	���
C���1���WV���]���p���i!������4���������Eef���
���������������1e������e!|T������T������7���������B��PK9������
xPK������H2android/support/v7/view/menu/BaseMenuWrapper.class���W]sU~N���m�����������������@������
���������D���PHi���������BEa���,���B������lZ���������������+������������8x���3^x������������F|������&$Mb	z���=���������}������}�����_���������������[p������qAAB���S
������a������������E���|���������rpY���;r��
���H���Ui������c��$R~���&���~���aA��������������������@[f$���������������������q-���2sF*������������q��������������-���-=S���0~][���"E���HG&���<���������|V���������.0[=;\>���P������s���Y<1x�����������EC_���$������������hy���=[6�����L���8'-���q���y���G������S���J7������F��bC������Aq������������|���������u=iE������#������.Cdd������bfN7���������4-���������������LC���]������Z0���d������aT������"'������.�����Z>��������$KIk�����������5xz������.���K���4���qxj���������������������1���B������^��{���������@������4���3������je���o^M���%C���9bsCwm������������	KK��������x���������	t������+���2������@}
���7t���T(������i���>��������������Rp������,���U:v$���k���	���tm,Y/�����~������������f .'���y9������D���!2���R���r������Sq������.������1?G
���E0�����������Dsjx���h������ck���z������}���\���L������=������?$������GV���V���@7KD���6���(���Wg���������-Sg��������������<������TW���
LX*���X���4���;$������zbQ���������*���1���������W���������3������$���������������������wT|&���|���;���f������@���Ys�������A	�����������T5������������z������������0V��`0���%���c���F����������������wE������o\=���"���������������vW���/������������������o]���);���7���������QW`������\�����������������jME���Q��������d���e�����������@]���>������t������q���Y���i~UpNF7������������cj?���<���7������y���!�����������������qZ������c'���/������a���a������BC���r���>���>;���]���������
������`/���e`���t+���������<.���~/[gU���]5���A���C���^������������^���c������������G���L���������gt�����K������^i	���@i���#���M������������������������h������s���������<��������������6��� q��BT*���n������������f
���������0������Fe���8f���r������a������'���0wm���ce���c���{������%O���f>������|������.xc�����������G���������������������Q-Y���C���/��UdUi	���d���W������������=N���'��������l�����������81L���r���d���W������������=���X
������i[������6���������q���.������[���e~~���YyW���A@Rp��=���_������K���������0��.Q��������e���������������������y��������;O���������Wr������9���������wPt
������K`���a���������>v6
[\���������/������I���&������������������N���������U������Dx���������������`���������������C������b�����������D���������3���O������\������1���$+<m�����������.r/s���������������Vr������)������h���3Gnyr+���"���-������M���X������n���������5���M���~���"1I������������PKy������iPK������H3android/support/v7/view/menu/ExpandedMenuView.class���V���wE���&���m���HK���%*���$-���H���G+�����>������(������������Mv���f���R|?���������GQ������������������������Q���4�����������33;s������������{������?���������4������
���������^L�����)^Mw������k���������y>x������Y������c���|���&������21�����z������������������a���������7
"e���`���5 
,���'`���sS���;���|���������@d>'/MJ���*������p<7���kW���������v���]Sr���.�����F���������������`D������������T���	������U���$F���������g���M���������������,�����������A5TE;������Z������rF���#���Y���X���w���������	�����jiAyg���H;���~���)���:������������f,\R�����������������2���K������������.q7
u:������2%Y���G������ -p������������q������+��������E���G���������I
V������(C;������0���Z���n&���Ur���c&t
��NY���]4P2���Q���9���)���$��������3������P������������������$���X������������/���)������W���I���!5Y���BY8���
l���+������#���[���A���{���Oq���J���������+[T���e������u���
���2���Se���������<���hz+w���y'���N@I8������u���FM������
���@G��(���{z>���%���+dIu}Z_)E���c���Pl���s��yYq������n��������������c���E���������%>������e������,TZ������fa���-������������-���������������C|d���c������S������s_X���_	������-���������Z8������x������u	������ ���������������������Q���C������������'��������������� [t*I���/&���6���5���������>:���^Y���Wz������������M���;5���M��@r������Z������"�����OoU������B��������_������F���6I���t���3u������\.���z���.�����Tf���b���v2��������������g��������'[������������
���m�����
	������������Do1�����������������i�����)������4YX-0���a������.Q���Qg`{���-f������{|���e������z���$���-`������e������������$S���w������'���������7���U1I���F>���Q2���1��������9i������S������v������������bo��^���'a������-������S���b���������~���y?��� ���������&���g���4w@p���������(}]E���l������������P���x������Cm:@���I3���2]8���c���:R7���q$���J!M0������Y3���������_������?���%���G���������k���
}���������������H�����������k0��������^u���������?kn������������OsS���jJ������0���^E���P���������y���1J?���^������7p	5���������&���l���n���A���W'I���(���������Pc*���+���/������
���b���aa���?t������������i=���������������O���6���6F������5���������U���Fg)T���������X���Z;������~D������;������vj���sd?A���OjL���n�������������������������������� !��������������������������2������L������������bKV������������s���~���������@���z���6���;G������hQ������	��eD���U���d��������V���W������&���&������Xwkk@���B�����������������
'������T2E`������;������y3������;}3������7���������P���@{U���O`������������y���Mt������QXNt���PK������~���V���PK������H7android/support/v7/view/menu/MenuBuilder$Callback.class���������NA������E�������������7�����H<���x���6���4���8��������������Cg ~���������i������������������c`������I���s��56�������5g%+���������A���l���DQm��������������:���w������b&���\+v��������������	���#{a��������0������������!Y������e<�������������e-c\F������S������Jfo������o�����.��(������;Wh���x\������?���SDB���M������������-D������������������������ h;���F���/PK������.���������PK������HRandroid/support/v7/view/menu/MenuItemWrapperICS$CollapsibleActionViewWrapper.class������Ko���@���������������qM���WZH��� Z���8���BB���"������������6^���Qb[������������@������Cp@=���������IS%!!kG��������fgF������������n�����������������A6���$qQ���K.k���h���j������������@���������[������#�������������������������������v���v���x���:u������������Nx������T>*������!U���lI���5Wn���������2x ���B���ozm���i������Q�����
;=Bqj���������k���ueP���^O���������Q���^��������� ���7���������J���om���i���2���/h���wJ���sU���9	S
#,z���������������g���MH���U���������`���KE������dx���������re*������������A[n:���'��l<a���
���Md���AX���������L���8i���B������iL������@������H������*���v���P���������sl���������l������^?$������k*��������������r������+cl+���Zq������X,Ts�����������z������o���a��������,?������,r���h!������T���}}A���Z;@���Rj���G���c;���t���:=���,���@���^������uC5x!���[���)f������^������V���������G������"M8���JO���������������������y������?������MR���0������
P�����r=������r������������V~z7������c}g#{������J������2������PK���%������0���PK������H5android/support/v7/view/menu/MenuItemWrapperICS.class���Xy|������~���v,{-���������q'Xd���	������������/���q`���](���������Z���Zk������N���m���^P(���+��������@���@CBH������
m���=���-���B/
������������{���v���^���������i4���������y���F������u���p<������������������W<U������4���_������
�����x�����,~���������,���������,���c���<���?���x�����,���������/,���������o,���������%���`���2���WX��������,���������5q���������������"���/���������������,���`���oI������������"���E>���P��������,$	��������������������������,a������c������������k���������������gc���Va������s|���1�����8O��"���_������>\���
���i���������%\$���b	���B������c1e<���
���������HR������������s���P������UA���jcJ"���&j,���-F|BQ��������>���j������5������#=Z"������Y���
}z���������BIu,���";
RO��s���;7!T���lW&���@L�����p���������hBi0���'���������Pb)���X���������d��H,������&��������������jr4>���P������a������bj$���������p������k���5������=�����k#���H\'>���@��������������Dj|<n$'4j2t%��� ���VC��������������`|��������h������956��������m���G�����bh���mW$G5ri���s������c���H`{*���	R������0������24>������,GX6ss������j������!���g������9������MF<5���UE������g���������%���d������d���������Y������*FX=7������������9������/k���YI���o���[W���O��?���,66���:���;Pe���*yiD���*YRu���I���"���"������\$Q������Q-���������N���������������a]���f���4M������e������y���I���4���c������������\�����E`ND��������<���jv���Z���������������������9K���Lx������T$E���������������������%zjL5���O���g������Qb������]EH���-���I���:���^UT�����0���X'c�����������������^&���Lx���a������[���T��d������������J���S���/���g������H���Tl���r���U43 ������D���D*���ZV���������Q���t���T2������Q%N
3=k���f>j���9&���-���������%RK��0��������/vK���K���eX3&"0���������'�����^e��������5������^���49������������-.���1���������������Dh���uT���FS���6���Vn������������	���(������Oa���������b������������s���6��(m���R^�����������:4���zE���	������lA'
���������������m������Z	������1���S����������_������>������������������������h<���������BB?eBVx���}a.�����~��'������B5��lgTE������H��������������V������{m������mD	������-s���m������7������������Wc���%3���$������YZ�����P���������k���X���u���������:���pPG���=b���JRu������Mw���L3j������8���Eu%���2������y�����������v���U3O������t���N���/Ou������������4`	;������vzJOjcjH������|��������
���F!���!���d���������������a\���}=������p>�����d8[el������������������������,",F@e1*���v���!C���?�����C���5$ )C
&d8���/���������2|>"���G���B.���������\���|\���O���%2\����t9�����������\������KW������������q	(5���������_���{������p��� ���Mp���{���6n���Q������9^pB������������T1���v���;Y���/���o�����<O���x<��� ���������]���2������2<���~������a������w������������M'��;dC���������p5������Yy8��� %\#���Z\'c'���������;������g���TdJ���6H���%���F���������lA���!���n���]���7w������vk���{V���������p&a���L��Sd<���f���=���V������t6���$���P���F	������f������H���K������t���:6'9������(L���������Y���O���������������kt���������>������Z��������;s��zI���A������l]�� O8������{���y.4G��������d���m���5C������ZDr���~��S���yz������~m���u������Q���x���������������E�����!r`���������>������������2���W���GN���f���Q���'a���=���dS���Ip%��������������xLU���������?������������D���A������CI������Z���w���-;�����������w���df}���x���n�����9������p���n���3���������,g�����I������o���V���H{7������b������x������M���������y������q���������������mk��������p��������u���nAX������V���G���������A7��������Z������Q���tJ��� H������Tn������������A*��� 8������ZZ������e*������������������P���`���J������l���3������Yp6���p���pi#g���6���
zs[i���>���;������������x�����������-E9#u������������D<@
��� ��� ������ ��������AZ���������-{s������e��������c���g���U��� jR������u���A(������J���=������������J9������������{s>Mhp������`���������Q<������c���J���������R���K���;5YDM!j���.���������\���������5���"���(���������������\���5���������2������cB���������np���������A���.���v���.���
������\���U8������R���{���
������Ge���k������2_������CP���g��������Jj;������.���������S���OK������������������\l������/������������v��O
m�����Z���������eD���rj������.������V���v�������������Q���M��w������	rS���k���+������Nj7
���]���E���VD���f���v������O������.���6���I���v!������3���������������&���������9��������H���eH������glRWx���������$���OH���J/�����E������s������gmjWyP[������������������ 
N������A������km���s���s��,D���������~4���2t���`���Y���������(���0������EC-���`���J?���Qi������g9���qh���e9���1���F���|�����@���y���7(������o3)	���(���������}���_&���������VW���49������B���������l���������uxt���ffOQ��]������W������v������������2z���z?�����w���$[���y������Y���Cp���n������������������3yR���L���y���|���r������	������������.������*|������}>`���9l�����	�����������������0i������!������������j���:&F���m���������Z5/������/���|x��4������e���T+3���V������g���'���{���]��������
X!������ �����)���������5d������!7���wCI���a������������������������u������7�����zx;���/
6���RZ���{3~1G������F���������#'���9���������%-������a���������=���P������Y������gl���������x`r���������{���=p������C������/���Lo���Lo���������b������X���(C5���B=������������������c���������������G@:���������Z���������9���	2Or������D'H������!
���^m������VX���y���h6������8|��������.<���������g���{������(<f������������*o������X���q������������:
���UC���w���������~Xs���������=I���k���������������sp������V���6������]���w���uk[C�����������l	[)\.���l���5������������q�����������������������P�����������X���"���iH������q��������n������������1������������M9QOt������������/���3������?1���?�����������Z������������!���������x���"���S���=���������������������v���f������w���>z������������������p3M���-������}������O������������?PK@���y���&PK������H5android/support/v7/view/menu/MenuWrapperFactory.class���UmO���P~���6,+c������������������6V^E���������d#������!1!w]���������.m���������_H$���������(���mc��������������s���y������{{�����������������(#���T#���0&#���������������6���$����������������
;!���������$L3���Z0L���]d������n1DrVIg���Z3L���P���+������&/�����\���4^������!���3���~6������5n���l���()N���R���lW��S���
���@�����������N���6���Tt{���k���e���'������~���`���8R������,������MW���	{������_��QZ���M^������������Gk��������c���4���a���)C���S_R���f�����������/���4������Ae���������J-R*���.S������������N#������������i������4�������b$`���
N���q���������������v6������ZU[���W���}���bv������������������0������dH_���<���s���H}��0J���������������f���������6(���������e.jzE���P]	.���.	|���������$��������'h���y������9���>��������������^3���������X������T5��������wj~���@obm�����n���������qt���G$��������|a���������V[v��Vh���+G������|/������/L������nu��� $���'������������C���m������
BH���S&<������!������(������6������}���������D(�����������������������������m������������j���C��������������4Oy��~6���1������7H���������}������bI"�����������,#���������������G=���|���������i���������|���������T���D]���Z<$���~�����:������������5���L������������|���������'TI������uH������3J���������k<���������PK���Tz1������PK������H>android/support/v7/view/menu/MenuPopupHelper$MenuAdapter.class���VIsW���Zily������������h���2���`���������66$ ���1`��4������Fh���!���������BTrIp!U���g9���8%U������9P!���f��q������(U���y[w������u?���������o���h��R4���#1|������*�����������c���'pRC������i1������qV������+������*���e$���B���1������
\���e������..^������������1)���2��P���9-���Ry���?������CO���������t���������B������q]���������yH\��������������	*���z'���|_KDx���$P�����������������VB������U5���������-���6��w���)=���I8���-Nt������}���������Hh���������������������:���������W������jFk{S�����;R���H*���ez���j6������aGQp������b������13���%���\������O���N���������������s���+������^T������P>���'C]������:��9���[���:�����,���������v���b������E���������p'k/��������K15m*���adF(���pf���_��������������s������|+������D���:���9h)dQB���7R���k*���������o���������t�����]���T���H���k[c��w���i5������P7���I7c����D
��������-.6���J������ 	+F���TbA���p���u3������������I:���#n���E���f������Y���g	���)#������L���Ssj?���jTM]���F�����I���$���_������J5��\������\���#������kl^+���c������y������|&������������t������
��`-���)X���n������FA���e���\FFFVAy������3SL ���`������e���U������(������52>Qp
���������������^\���|���/[���������8k���������
������M���4n*���������
������������&���|���|gE'���WY���[���j�����E���!X������9���l������Zd������
�����������p���Hu���E+���X���������{C������4���JV������e��������������������o���c������oD���)#���������F���������������"������s�����G���
���������������O������������b���������GC���7�����������x������.������Qc"m���8���UY-���`[������������������&���p���������Bs���������vh���Dh������9���������!"����� ������������������;J������p���>���3���h0@U���h9���.���
<n������i>w������x������g8������������������ ���\OM
���x\	@���QJ���PA'PC'QOCh6���B6������3���v���
?���������������B���gp������������f ?��������D���+}���������J���AJ<f���P���_���������s���D���������y���C��������A[���h������Z;!���������N9������}2������������#or������>���c����@���-*���������{������������M3���@��HG���(���������.���H���[���aj���vN���@���dbv���������dbv,���\ma���;l������vT���M7,��������������������,���t���6���Ew���J������\������������r^���	���[���3������_������C������P���e���^!��z������g���k��������������S���0���2���C���q���������
������*���t
������S���v���\T���%f������aB���o7���ld���~���=������d���������%���e������?������$���������w������������;���������2���:���;���:i������������������u���V���9���u���������D���^���m���������B>���qN@���QF7PI���������M������[���������h���;������]���{������{}���%?���_���nv2���6���^���������y�������������������ux}���'x������Q���~���g���9[���g���������+V���q@F���	A���5��������������c������b������������J���������k������}������7&T��lA������b�����Zm���������t?Y@������y���n[������]���������!���K������R���.6���w������9�����Jr���������x������������������]���PK���������O9`PK������H2android/support/v7/view/menu/MenuPopupHelper.class���Z	|T��������������dr���@���$���5J���0	D���"������`p���7������dt6g&���H���J���Z���Zm���	��V��VQ@Z���U������k�����������k������������m_��>������������Y2������������+���8�������������/������w�����D���������SDm������'������"������~���������#L>���d���v������������������{|T�����xe(������������b���}\��E\���S���x*���������i>���`��������������������ZV3������������l������9���9W���������d8[���y2������0_���������\������������z������"A���XV���������D������2���+���2�����������������������b���`���P������������\���Z%���j���z���������������������k���������/���f���������j������GM���Av6
M-2\&���&���[���������
<G���].���>������[4���*;d���&;W��������w���2t����������������������"������������]B���.������5������8���������L���mf�����������������������������������L���I&���
L������Fc�����6v������h���*���������X4���2���������F���������r���Z���]��������������������mL������������T�����b���n5�����X������1([���T������	������"-��������(������972w7������������T���3��#B0S s.��������������,������7��K���C���n���d8\yf�����x|�����������������������3���������n������������N�����:���f���������N���1���Y�����������J%2G������V���kq���)���%������^���i#Y���M������������Q���;������k���[C��:���#������V$nK���f{W���L���sG#���=���������������F���x#���2������k����������������������8j���`���������������D������������n������e������4������	s���������i��������������������<%������H6[���b������$2�����������D,���.���;���!a���RP���gu(J���aZ_7������M���tngr5��M������55/���t������mFW���������������v#������������+���������O������������L{���+���������������������%,������������t���������J������������x���o\������]]_���y�����sG�����F���������\������FI3������uc������c���������<kw������#E=���mH���2������S4j������
_o���Wg���B���PWR������p�����c���q�����8oG���Eu''���Tb���#���al��������!���2���r���D���,h��d$��������b���u���u()���������e���hK��4���C)����������������J`d���r������b�����������4���6������X2���
���������n���������@���������#���r0����������� _X#������#���5RPL��������w,�����2���������{8x���X_%J������q���9hE���9���dR52G�����#������������������.��z���O���d���IU^���d���ZZ���t ���M���Sv������;���f������g���z���R#���������X4���bE������>������K%t���������i�����������q������,Z���
���������
m|dLH[J"���5���������nTY���Z0l������`4���p���l���[Q������r������������b�����.9���a������`JnXr���6@&������������}���!5J���rT>H=������������~Z\���B*���������7������)���������qaR$hW������%M������	&
������]9d#������&&���(������P������6���*�����
sO������o���������I\w������%+��BJ������1���L������p��'���|B���0���(y���n@������F���O������P���������X������N���K������(RM*���������Q7���
*I���P��x}F���+Y���t���������������
D�����$������\������6Y,g�����������	������DJ������������]	���:TZ_���P������u������6:]Oa���Bt���N1���k������9E=:���{e���_������u������������R���������:b5���`���������&������������������N	A���$���d���:������{5���������7������J���[d���V������n�����i������o���;t���A���R�����gu���������������f���������F�����l-������k���������]���'h����$������������������R5]fM���������J���Ay5F������*q������u ������p�����@�����������^���?���������|?A���/���A��������� j������5���#������:=HX���Gt���U���y������OX���������a������T���������5~T���C������NG���N������������2|?���	`���'���)���������:?������j���������G������_������y������I���p������t���������K}���F�����X8yQ������e������xX���cz\������ +���+������H������vH���a���H}A�����5#j������5)������D
:���1���������'������n���������u~Eni��������������������;���������'������������u������������"���������u���@	���M������N������O4~C�����L���A������r������u�����������.���j��e`������Dp,���;wTv4��������������������:��������U������������9��y��Y���K���,�����������������������cR������b���������l���w���(4���6��F<���E���F���qk������7���5Y
������{������b���9NTO"Qm���w}gJ!WM2kL��������,T���l���Cd:+'���������D������T	���0���x���l3S���PPZ������������P���q���U9.�����������7���������a������=���*���C���j{���atw�����P���.��=���BF8���k7~E-���%���������M������E���Z������m������w���������������n���j@���A+������<'S�����������a���������L��pJ������n������O���fj���������P���V���@|X:������7���(2*���As���x���h������k���������;F:������"������������^o���ua���n|������#���~������������@m���������/,������M ���+������A������������2������F������r���%���G��
������M��������
2+������������2GRvkY5���'���
(/s���`hd���������������t\h���B��ph@������������
������������|A���+���%RI���L.&���x��TU���I�����������������I5RSqqO,������Q"���1Z���iG������=���#������4�����V;������x��������q���9bG^�����m�����Y!���d������0���-������\���}(���#������_������r���	���S�����������mW���������xj���P������:#e 5���!�����CY���������J���������}���+���������\}���'���~P���|62[������Y���������M���>$���������[���������u���BQcQ���������wy������D2������?C���
���oI������B���/U�����������������������8f������1'P3������:�������������������������������������2������������D���n���.u5���������?�����������z�����������������������|�����jvH��f4bjF���f���
$nV������g���|������{���
���i5���
���������m?���_������������������@};_$���1rU���o���������L���������i��U���u���>Kw���u���<���Z���
n
���=6���+������e���^4���m���}��������������[V������������{���["��������������������������M'@w���k���X���3��d���)���\Sb_#������C���.���������s���������f������������8FZ���9D���@������o���������!������I*���^&t�������������������������4������QY���0MY���������a������2��������������4m���*���������*������������!���S��\������R��������6*��������.������O���L_=���o)���������E���������w5L�����zaj"���������)���e��������B_F
})������R���������������|���"=%���������R���������������@������q0$�����zw2������G���k���U���������������1p}	T���������B���������������������1p}���
���G������Q���&rC������#T���y���B���[l4,6p������bxw`���f���������4������|���1������������T���J������o���h������T���]c���������+���,O���������d������G���������z������&���mr���q���������N`(b������Wv���j���h��� ���g���������j~���J���i���,]���T���������������������b��������������y���X���9C4���*���^ ��������x���i���ar;���`8HS���+���OC.������4���"Y������i������������hMK���p������HFz;���D���YO���A��� &������������!j������	������������o������v���xM���n��������wLf?������n������>h���a������	H���9������t:n������4���L������-��
������hgyNS���F��������T�����������������C���������V���?������,f������[���3�����X������_���H+(������s������T0&Z`Kk<L������OA�������������������������������u~~������9���������y���������(z���|������������t>������%gy9.r���������aQ������g���0x������Z|^p���6���������,;=���������*���������������������5p(���������fc.Y�����������������t���s���V�����������5���������9���*������U`����������C���^������;������%���������TB(���@Y*������cXWw���W������|;>+
���*���!*���5e���!$���aZ���:������{���:���(}�����������������*+������������d���
������P���W������3m
���|=������i (�������������FI������t������������������S���:Ak������k������^�����=N���j������{���.v������"������G������/Z���m^���6���IjR���]2Dk���l���|:A������J
~������3L������.��������+C~���t���������y���������������|������gf������R$���H���>������������ ���?���������u���_���<z�����������~���������������/���������N������������#)���o���)������P���>���������?���D��������B���2A���@������M��'������[X������D���7���������������-i������T�����8���b���)eR���AC.����������������������8)���XiJ#���������(���������������������Ct���f������4������������@���������������]���E������������P������>���������+`?������J���������1���u������������_������_a������H�����z?������t�����l{Z������k:9OS������|�������t���x������v�����������~���S&r���\9S]p���L���S���6������������K���I������Y������������6+�������V���U~���������������{���Tc���JN)��� =]������r3���������������sM������*27T���������v ���KI���~���W��������WJp���O���������!������#X���������x������^(���������������6���Z���������cty���x��ajw���������������]������n8������q
���������	���H���;A[���l*���U���F������5������h���N���n������68���*Nn:���r���������t������v���B������$~h������\I5<���������j������t.�����<���.�����������������������g��<���L������0�������9������������VR5������5������������������H���������N������l������������:���Sq	u{3������KGo���`6���?���H������+���-���������~_I���=������������=@(FX#"���'���uT���%������Y'h���������FQ)e-/A���s.������2$������������u���tM������e��V?U������NzE~������,������������p��������2'���92u���������,��������!������P������P������P���@������'���b���<l���L��d
��������P������_�����Cr^]��!�����������<_���8���%������r#��� ������/B���/������������#�����������4���5���w`G~Q]���7���?������9/������������$0W}!BS������%���������.���������W(������O:;\���A|���Z������������v������A���W���61_���������5���������a������o���$U���T������0�����������������������M������=PK������v6���-PK������H(android/support/v7/view/ActionMode.class���S���NA=���.-������"*?*������*
���iB$������r������t;,������]��z������^���^h"1���������|������������t���m������l2gf���������9���73?���|���`Or������<R���Z���Yld���a�����������������m���~������A ���Q���6���������	or������m������N���>������FU���������;
������r���tCv��y&]n2���K������xu���P�����x5j�����#���gq������R������M#<���$<�������������D���������������
���)���[������v������<dj������E%�����������������������JT4���������N������1��������H���������tFi[���0������G���������2v���������
���t���ba���/���������FS������uET������D^���������kP������vgt;�����������n���;������C������9���#������������+���Hu�����������U���v�����������tO5��5���n[	v���
������������#���������3���|���������������^���-�������������{���o���-���������������������Q������<���������cy������������
���H���`X���8o���������������~���Q������#i=#u���+`������E���������A,~���������Fh���D������i���oa������A���1���������Z���,.���!�����F9���a���3���������(���s���m3_�����������������J�����p���1Ni������������jM���3������0:u���t������w���������?FojU���[������c4���������������k'/�����D��������T����������@���������N���wQ���X�������qO���
���T������������F������2���=>��n=Y������������_PK���I������PK������H1android/support/v7/view/SupportMenuInflater.class���X	x\U���o23o2y���4m���������fi:)���T���
���!���������$-)`x���yM���������	3o���Q���@D��� (������MH(MZ
A���QTT\>�����������I2	���_������w���s�����g������'>������'���<������o������*������������r���������q������V���G���^9������+q���������z������}������||���Wp��������������������+���E������.���|��;������'4������]r��`@������.������~'������rta.������8(y9q������������}r���_���������!9{��J]���������H������
saW���cO(���������'���t#���35SP���������G���CZ4���G<%������kl	���,���bH:��������������������������������V@ilY������^���N������q�����yB���������������Z������>lDM���07h������������O���g55v554w\N�����t���&���������
M������.���i���������������voKs���o�����������f_{[G}{K[�����������������������������gg���[6>������643���u���c���T���B���%I���m-������5������������������o�������������*������H]���;��fT���(���e���6���oR���qI������H���/���������:{���o���;Mw���f"���`������[������IQ���������M���B-;,���f���s���	A���������e������)��� `���������ACo������l���#���������.���������Zh���	���ur���fn
R��������h������71=}���<}t�����X[Q������������Q���)������`bW`V���7-���b���<���Jv���4#D)I���������`���S���������������ti������������������H���ggO���7
y���Vx������	���r��E���z���a���_���.'uq���G�����������������������6���h69������eQ���������$J�����������Q	K���X��'���e���3�����������^���uV������L������V%`���������Qi	m���`[���&4e��������������u7k=���������mN������I���K���S���������S�����������j2������8]X���������.k������K)���P8���������������p���������l���0������F�����������$0%������H���1-���k������z���������R<������YVR���`J���������������v���fF������(+��#[���F ���������������TY���������K���������ht������j������e��������	���;gg������������pZ������������hN���4k'���@���2���������RJ���������I<���:�����p������E*���L���������g���������AYjfgAX.���8g���h������*>������T4��W.��������hc���������D`���SVz������x������BclR��M*���������
~���������������W*~������T���������DV���2v���mS���7"���e������n���D�����DydZ�����+e3��������������~	������e������*���G���kx]���x���������7xK���o���������a������3��������������}m,bC���R���
;{������	���J������f������������m����������������H8�����x������7���������?������_T���������*���������������;������������*���%���I���s:���B���������(
o)
������V���T��V���������F���3Zo���Gv��������������n���������!������������x������pT���������q���*'q���zc�������������������|���e��>���!|L--������W��F���;O������%@������c��$MDR���p'p���������ec�����.M���:#������������Pd������+#bE���7������l|������I���������EG���������#���v������o���?������R���������������,��{���������8������������n���������K���������f;���c���������������������S���������Jvm���a%���Cf������K1���ec%'+���f8
������X���y������u���|0������&���$vJb���������������'���1;#���F������\���	���L������[y���������CWm���d�����i������������'Q���X������	������?������������FI�����/������Sht���|������Z-������WI������J=A���������k������+s���k������������\���������O���X���������D������8������2���K���^������������4��������^g������s������.���������B�����=vu�����������JZ���x���>������������XPQ9�����������������������������������������l������v���3���l���x6\8������s1���B���uf������l���?89;������|���������@P4������^������������UQ���l������L$��� ���K���6WDA������������m������G������������
��������v���;��!���������4/A��� ���4T`G���m������+���^E������7���2���S8���������0���:������Q�����E���#����������������Rv������������Bl���J���������������K���!������������t������tr��������t���-~���g�����i������C,���j���s������)GQ������-BA������������7��`���o���/��������������#SiJ��������������������������j3km������0K�����[������Zg�����k���7[���������v���1g���p���DR���Qus;c^������.D������wR:������CXt$EVl������;:���[���W������W���������YV������o�����t������X���G/f���g������������A,������n-������:>�����������m���XZ���\���v1������m���Q��Zg���dJ������n��������������5=������/������������KCy���N���^��mQ���(fY���ATZZrcK���dY������������j������(���>*���������H���������������4���*���������..E.cV|���i���������p������J������U���������������0?���0���b���E���1���������������G���Hq#wo���������wC���n�����O���v<���;������������������coa?���&������Q98$������W������������b������8������xD������1���	�����������������E���X������%������RjhP;Q���������y~-���Ib���]���3FZ*���9���3e���5���I���c���dp���"_lG������dC������3������Y;f9������R������2������)(
���^}�����������������
v)������J���O���	���F.{�����i��������A���X���e���t���#���v������"c���<>��������{z���O���=��������F���������38���wX��� ������1���E���Y���?���������;������9������r���?gS���L{���>|���q������uj���7y/���E+������7} d���
`~���C������{e?'+���������A������	���������I���������2=���*~���������FF������������l���������a�����W8��/2���������viQ������8���������������X
$���%���r���y���uB���w������oU���^R^������d���������eL���������C���=6��������M��e���Q���������,!	���j������3��O������-���J���~���s?���iX���u7������gpv������q%>f���rP���������*~O���������PK������b���
���PK������H;android/support/v7/view/SupportMenuInflater$MenuState.class���Yy`�����������d&���L������ a�����������"PF@������������G20�����IB\q���p_���j���K)���ZD���I+������jU�������������������������^���}���J�������������������������������{��������{������������K/���A���g���������������������������������������g)���������/R���U������I���w;������WY�����������qB������������O���dD`D$(M���t),B���
���d���)E���#������l)���������'���t������I������Z������"���<i���/h������A������2���
���B)���"A��FI���hi���������XA���9���%h������	���&
���$h������A���������������4EP%/M������J���O���������L:;���f���i&���#������t.��������Z������#���7������+���R��b������P
/)-�����L�����������F���E������v4���a������Q������h�����������������J���r).������
���Q/EC&������zU65���j���o�������������������
v������6�����������\R���md���h���������S&5sM-RxdF���m������F^���e������k#������}���������j���UuL<���`k������Z���n9	9���U���������f���������C���������F���������l1\[���&���A���a���'���QMZ!-���	����������������n������E���P���l���������	������������������v��������������jZ���@���qY������slm~������������s���������Q���]~���
#(���+���������������y\���-���@������bkx���si���V#��D������,;������������jEg���'-���1?8���������}������_5V���J������~���1���?��������K������,1?n���������������������Sc_���{x������9���z���!���g���P������m���JF(������>��������������j������������������6���ml�����������"a������+������*������f���f���hr9M������k��'/���j������ ���1�����������������Ds���E=������z"#������	N���F���L��������������������N���&/*S��������yBs	5I������#������U������j���n�����Z���������@k2
���$k���.��Jx���m-b5��������\���CN������t������]��������Q9<1{���aO���K��������������M���������t���Bo���������^S[��7Bj&V���)l������S���������	���(oC������P������j���l5���������������2E���8������+"V8.���������������Q���������pm������[���R���l������F���������������Pl������&n���2������A���%L���T��6������4���w��fm��{4!i
������b���(1#RH������������y+R���NRrt���������y�����������V������������18������������`���u������x�����������"c9]���������������������C������X4YxI���aa%�����}F���S���z������$���.>GK���������,k���l���8���I���q���W������r���x���������\hs������������qqc���������W������$��������8���E���\F������!���e���b�� Nn�����������������!g���������@3���������$������������9�����\0P��������?���������3&���"t������0+������s���m���{&y��������p���
z���������9������>���<���r������������I������������������������������$���������������C������S������5lC���������]���+4\)���UR\-���5�����Zl���Q���F���Q���F!��������F���4������5���Wp������J���J#C������.���Z)���������z���A�����������f���������Qp������n������6i��� ���v)v���n���M���)7���K���������������������������2h������it���������.���~���}�����C���C���q��t������������������ %���QA���>������%������=&���^���=.���~A�����h���������������s'L>3?���H������bg������/Q������#g������DO���������Lu���:D���C������������F������T=������S���������������a������h7}���s���F{������=#��R���@���������������������h������������4������zq���3F,������^�����{U\F���[������b8������W���}5^���kK���$\���������9���G_->���}���������������BLS�����"���qn���F1���{���/���������������5������?
���F/���~������#���~L	eg|���ht���������h@c@om5��z���^������y���������������pj���:"���kg������Hv>mPh���:���a������������������p���5z���~f������5z������������������F���5z���~a���_j���>}`���_i���!���������_s���&9���������$���y���*��k��������������]bA"��������o���#���>���O$R?%�����������|���z	E)���U|;;���������O������������t��X���.���������.���e	������������������s���������H"�����������������������VL���:���F������������������������G���Z���$���7���t������^�����������������������s&���p]-���Z������������������_=������������-y���XK������2���ql"���������[(���:}l���Y�����������������'$���"������F������������QQ"W{���jgu���~^S���2r���\���0"���'[���pu���dhf,������E`���5���@���?UGB������'���������o�����|;������Y������C������������
&������$0!������'���T���%O������P��������=q���������������X\���Go&_�����������������429���L'���+�����������Wc������������"q���y���[7������|1r=���
���0z@W���;@,��-)���������,��;���3Cx2
%������������K���~v$���$���U9������������/_G"!������Q8?���?1������������~���(.];���!��� ������$iD?[h�������������������������������
������Rgj���BfK���������������&������|������	-���2z���Qy���0$���^���q���8*���s���)���q���\���~���x���E���L������������=��P���H1������U���R������l���`)/|���S���|b������p���x������:����������(���e������#���i��F������@���'������T���H���)$���9���S���4���QKb�����������4O���S���K��� ������n���������|���;���������O3������������S������>���Gr���������=q���s���K%���Z������O���������p������K���>������������=)���^K��������� �����������Q������������N������g���)"���+�����%���g���*C^8>���u���i��������� ���1C������qPP������^0������8JCK������!���U���;c���d������k3[<������������`<���������	���4���n������+������*��������������vU_k�����������f���
f}#nR������f}���I������������v������a������0������i���w���������f���=f}/���S������f������Y?���������.���������G��h���p���������o
h?6��������������������������w�����������D|;/O���E1���f���������.���������U���}�����������.��������� ���|J,�����>���~������|Xr"���.F.���"��������������������������������������H\�����������M���j�����������!���M���L)������-]���K���S66V���V���vZ���!T���j@������XZ���ka������b���^<o���{���M���������/i������*���!������u���S���aHz7���������C���-���������q���������0���\h������p1������0�������1['#�����g/���(�����1������p���������4R3���Q������������+���X���/������CP�����������;2������X������������c���(�����8<���QGs������-������x���L��,���c������^]h���w������.8d���Y�����	'*8I���������ri���v���������]���P���)���f%7���v���j'������>���������	���e7,������i������]�����J������t���Ng������t���j�����9������V���Y���<7M������l������.T<?l���������P���/Pp������w���T>���Zh��J&���y������������G���3������������5��������������������(������^\���XNLoJ .������+���^������K/c�����A��P;������i����� ]���������*���k���$]���g���F������M8B7���=�����������#��������vJ������Kw���h������������nZB������rz���V��������%������M������
������a���G�����&���������������N���l������2������h,Aow+o���Y'9���Xm���o��l���1���3���'������1���d���}������������������fa���/������.������p������5X�����`���8���������T���4���b���O ������������Z4���5���$H��tPw���a3��������VQY������:���������������>,Q`Vj���f���e������u���2���K(������2*������\������>\������FF���E���H�����\UQ)���������;������
k���W���`��������h\���[-���=X�����,��������������� ��z���c������01L���:��������������
]L���������K������J<���'u/6������S������^m���(���������������"ls��1���`������:���.������Vq���Vq���"���{@���^������H������)���������k���4Q7<��v������N���������`������t���t������+8J������������������>������������������?���-|MoS���C���.
���cT@���9Z��	���M������og������������������
^U���Ae4F+���a���������#���5������N>���5x������1]y���9-6������KS���wT���4{�����y6���������������=���Ri����+y;H������ ������bYM���2���7������M������&+o������XZG���G|���|���������I��1!zd������������*������$j+���*���jh������������c���C������b������3V���9���������PF���������������q������m������
	���������J���yK������������FE���	���������b������.e���	���#g
,������������nl������Y8���y������EV��E������n������V[������G���\������F���Y������I���5���^���e"&�����������F}���������>x������I���7���=���L���������m1������������<j$r���K��������`>������da���0���	���C���	������Q�����c������'������������iT���o%=(�����������������6|�����������}^&���
������d9i���������������a.���T���������������j������%���aJ#������������F���������������2���G2������PKrOg���������&PK������H=android/support/v7/view/ViewPropertyAnimatorCompatSet$1.class���U[OA������](,K������������EY.E���"Z���$��`H�����������j���������N���`���h���<���1>������_ ���<������?���xf[[hLzz���������|��������?~~���`���Z���a@E;t���
Js^E���0Cz�������������%U���2������&���7]���`cI���������rl���!\������9���4/9���������b�����������������������^���X���0���F����e2���Y���\������r���)���������)���,1M3���c���Y������D������J������,������������X7J���U��e������)������_6][������AE���f���������8�����������gQd���1
������N���������s���������H������\2t���O������������f��������;���u���`B���������������������/���Yk��{{������s���Y6���KsN6���=�����h���5������(:5t���OC"8���aS!Lk8���
3������p���!\���p)
q���E���mc�����������{f���������E�����Ea������
����������������������������o���������N6���Wg="Y���^�����������%��0J������)���57d5b���y@��������7-p���.���v���m�����!/ ������D���,���Z���_������-������7O���2�����������;J���l�������	hE������2������J#���t' ���Y������*���z���_���F������������������������T=������l���de���ch&������������H���c���?���y~������U@������w������2������EZ������?���}������u���-	F})Q~���P]V���o���s4���T������6������#-Z������I{���7H������(wV$�������������9H���������������������U^S���7������-���������������=*���5������?UA���������������9?��� +���������������s���PK9C���������sPK������HQandroid/support/v7/view/SupportMenuInflater$InflatedOnMenuItemClickListener.class���V[WU���&	���N)���-6*B��Q[m������B���K	���������uHNa���d&N&���z���;������/���6���e������g������/���R���������������L���\���r-r.{�����o_N��������������������Zp9������������������������N������SR�����9�����\���������P������Y������������$���k���A:���6\W���,/���xO������}74������������YB���������������������������dJA���������-c��[������OXF���0��� ���2Wm���+���o���������������[���5���i���Z��������������j.)���5'������s���7-������e���jGL������������F+������<��W���cK
B	'K����������-���V������h���XB������dk���pMy���&���m���f;���:f6���a������������}���2<1y;#������������C������������������������l���������������.N{"������������������Y���������>ms���a��� ������j���������;������8Wv U������j���J���������.������b������|g�����������m���QFAc������������G���N~���������>���������z���������b~-���X������j���ip���������|G���������������]'���&O
���"������n$cm���D0*�����������������L���c{���NK���u���`R���xQ���L������[X��������4WI���������g������<������D��������������S������v���qE������6D$G���"2������c���HD�����nD�����EL;������������b��������K>������������Q������o�����������������c,������]���������X��u������G���}������P���=3������4���1Su ������������YP���+���c���*���j������P������r������%���*������������j���;������b������Y*���`���3���������M]���Ut���*H���5#g"���(wlK���RN������������ZM7���!,���#a���2���Wfq���u6e������sa���������9,&69=[���������lS���@0R������p���y���Pe:/W���b���^}���\���K���U~Ws������:#������������_��������������������9���W6������������8��������������������kPt���PKj���oJ_���C���K������
<@������������������������C���G���K?B8���������H	���MG������P�����c[h������������g������:j�����z���������Fb4���������������������������Gr"���wJ���L������~���~���������,0F��p���@
%���`������5���E������������S������Y������0���1������q���������'U�����������������������������V1���bT���!E���g)z���edP������ ���������/P[B���4���.y���/���
-���`���������o���V������{U8���B��������������B���cz?J4z1������A���N?���(���"���	X,US���>
��/������1���4���)L AweT*���W���������p���1������`���t���3l�����������'E���M���������}G���������
������+��x:���^f������p7k������PK;rQ ������	PK������HFandroid/support/v7/view/SupportActionModeWrapper$CallbackWrapper.class���W���wU������$d���th
���������V������6M#A@AZ���,��P)���q���&cHf���d���R������W���������A}���(j*������x|������������s��{3���t���������G���������|������������un��������������������������Z���a���g%<���������3*a,������8���a���������p?���������	������,���������������p���		)	i~���������q���%h������R���������|'#!+A������ch�����J.������J&3������.K0jJ+y@���U3���Q���y5�����T������ih��������N�����,��������������Q������K��	C������+C��O���-�����G$&g������	���)yI���RbK�����������2���������\���vD���������`���n2}������|!���3L+6u���Ho������.���)k������	��R���)���������������bD������2���P4������������p������}+������������l	}������Yq���x������������wz���(���/A[���������������
���	���<���Ldhgk���H)���Q������������������Y52>X������]���p|���������X���AVI���Rm���rJm5���*���Zb8������������u���a���y���%+0:������������t���a������������������s;���-.,5������h������jzE���6�����yk4c���^AD���=������-��Y�����*���<%���'U������9���
������\������	i���ti���E������������C��������������������������U���g��w������������4���?������)et��������Q0Sj����������������������������������]������r���#���a���������_F���2������������������/��� !"������A���B1u%���������RH(�������#���"#���W�����5!c���n]������xE��xM������x��������Fp������x��������d������w������������A%���������O���NO\RS������wz�����������W���=���������uMo���WI,\1!+4���X%.��������U\���������s�����W�����2�����������������[���md���Ft���Sk���[���k^jT���������h���5[���X���������������������7W ~]���U����������"G������4���\������K������������F���r������^%������]xRX������G���OJ���������{������^���;���!������;=Ix������������������DhM������Y?H���JF������q���L���K������]������H���<���������������������/`������4���hZ3������������C4������O���������C������#������cz���~BD>���^:���Y���w��������=B��� )������Q���������������YR���3���@$���������E���^|���������������-���ot���q������}8,������������o^������y������Gp������?g������g���.������������hX���������eZZ--���������q���%������������$��������e[<(% ���������`|'������������|�����������
z�����@k	s������
E���"���-���YB���
4
���������<��������I���+���5c���?@�����c���h������xa���aaGsX8������X ���������}������n
�����0@'������������F����������������?�����������/������������g	���C������������!���,Zz������?���~�����������������������������������������������I)p���\���3Q���M���D%q��������h���%*���������Vl!���I���������;���S������2:M3n��c����������7������������������������A���x0,������$������R
������v?���1������TD;`���������PK������������raPK������H2android/support/v7/view/StandaloneActionMode.class���W���_W���,,��$@	���������e!l��������������`6������������4���G������fg������,$���Q������/���mm���>������>���&ZS��������?���G�����������6������a��������������y���3���������|���1���������_q$���z������<�����T|;���������8jp�����������������{���w���������s���<���������B�����������yF���>_���������yyI������q������������J��������������������_�����xy���������P�������������e���~;���������g*��c���������=���>3���\���/T���R���
���#���������������1��ulc6������#���KW���
�����!VI�����������x������S+���������R��������c������ ���������n���3zfQ��Hn�����%���Sw]���*���_{���@���q{V���+ppCv$���zv�����{���������L��O9b.uN������9���+#X���Ic��������#�����H���������-������v���������.���Y�����xv���������\}���$�����r
���m������}������������sV8���X{������!O$*F`�����������{������F���LA���a���s���������mj���3���9���;������1o������X
T���3�����n��(J$[���L!���b���2^u���07������:Wxg������]���H���FtgR<���������d���k<���������JD���LX������������������
������DZB8���Ms<���
v���N,�����y��X�����R������"w���'��^��FB������e{���L:1������2������N������,������K�����\������_���l3���e���4fuOHQ���P;'���|K������_[���w#,l���|������]DR���_���Q5���o���������@������@~��3I?���������������k���h���������Od'���)2��������������:a
rbY���A
:*P���������5b�����=7���
���2!Z)}������v��������[l������������E������9`(������	������m���������*h
������,lW:Y��������������������L��
������j1��F���������v�����Q���_:��������I
C���������~������0���������8��� ���U���*~������7���-���\������;���^��������������a���jH���q���RqM������'
cR�������������sx���������&������W5���]���X���p������������#
���j���������/���7���������������������������������c������	�����7������i{)���tR���K���;������k���������+������sS���raQ���������E������[
��������������2���������s{s���R������Wa���tE��������8���+���_N���vj�����������3������{e������rU���{���3���y-���k���5U�����OGe��������������V���������������?&%ZJ������F'f.P������G���m���v�����lH���{+���������e���w6���5;���������5f������.���X<fI���q���z���})*���-���b]������t���������[`�����������������Ff������������iH8i*fp������JSrAw���2������@Q���������������nc.���%�����������3���������������O���4������*������'������[���|Rw���O���eDs���������~���������~0xR���g������~Z������������������������pr
J���oU������UT'������"���\G���������<j��������[E}���C������O������V���pM�����u���X
������P���������A������n'���H���C������1���8���������rw������Q���n���x���������DW-w'I������S���&���bU�����������J��������� ���rD
k���	Ca���xc������������X
w���������+���=������1������ ���������1IxU]y4������\
y[���l!qn���R
y��� ���	$M������T`tS���k
������������Z���l��������X���&������"���M!n���Pl������m���{P���u�����+!b���<?+���4���&@RxT���)���,���;������d��hZG���������5���������������V���:������4A=���������RD������P���n������y���������}'���Q������Y+z���������?���L4X-������5l!-b���������������J}���������G,j	-z,���Z J������C0������#v-Iu���������������KJ���������*������E���}y������#���(��E������������������|J���	���������8�����WK������A���	U��������A���]��+DQ������������������������s������������v���������TF���#������|������8������~��������������G|B}r���Q������B.4���{������6���������������=���^���`6���^�����Zf���&������{���Q���������J������.���F���bx�����������%�����������������K���H�����"`J������`
���Zd0n6W���%����������������u���+M���������<n���]	������J������������������������.���Z������<���������w������]���J �����������E���6�����������KD������~���������_��������������&)������������
���������B���V���L��h(������;e*���
_���������i������w���h���%q���������fp
?���PKY���n������KPK������H6android/support/v7/app/AppCompatDelegateImplV7$4.class���S[o���0=n������
a���n��������-������ij)���T������Pyv�����������������g!���@<������C���&���������Lj������w���9>������|;������������Q���������%\wq���n8������`������hG2���5���=���B���e���'ikc�������������������������vD$��������q���w���������T���>g��/
������3���:zR���������x ���>���(R������G}nd��������L(���}������iG<IE-���w���E���W��������#v���������*���S���|=F��8���tuj�����������������o���	���C���PA������������������������wQ�����������������/*���������m���G\
���������������������������A4������PX������������v
������S[;������'J	C���gC��icX��� ���0tD������a������9������S���O���K��������������A ���������jR���=\D>6���������������`���Jv���T���ye���=GV9������������������������{���r���h&������w���'������lB-���"������be��u�����������������������s���cZ���\���������3������n&�����������Oq���fy\:������2������Z������*dU)V������V���-���.���PK���{3������PK������H;android/support/v7/app/ActionBarDrawerToggleHoneycomb.class���W���SW���]���<D@*���������������k������<���������	`ID���n6K���v���f��������������������������������G;�����	���;���������soH���2���������9���s~���s���������������������W���������0���C
���x���q�����$\���aq.���a���{������>$���������>L���������d�������������������=f���8���7���7��4���H���s���%���
	�����iCS�����s���3M��������BA/0���������W���������EU��fFI8���af������YpT��RsEr���O������
���&������	���������C���a���ErM1������V���������
S/.���t;������r:���oijnJ���
������*t;Y���2���f��������R(���������(���=���������+������cXfD������lu���\Y���LN���L}Y���R��������������W���2���|>���������������)o^4������5i���V���YC+(ir���a)C���������Xh���r`������-���zSJBAV���H=XU������75=�����s������#{������G]e������ek�����LC���n8c������,������MgH/h������A���Y]���Q������15/:��������sc���P���������k������um������N2���/������w ���u���������(d*C���b�����b���%�������������������������������s���HZn������V���������+��������������&���$���������
#��������������1O#l������'R���u�����������S������������2���Hk�����������������U�����'@
���ZzX-������������QN,���h������k������������������u������2���$���M���x��������������������������#������#���e�����������km���!	'���O������e|���/e|���q���
�����]������To������F���`a]������UM[������Qi���1������Zij������������'Sujy��������������v��s
s��������
���7vG������fQh���������x������]���:���Ar`mW���������2���������pb���f^0V���w��7���#�����������%q���7}cw���$������U:���!���������k���O������h���H���JlA������\���������NG���p���:T������������L������B���S���uUVA������\���}jx2���'���V���������������x���>][������;@������r���������������=���U���������������}���B������������v���J������rT���L8���9���e���*:������������������������������c;[���������8���������-�����������=
	D������{���t������A������8h��7?������H������>���������L���������������K;������}/L_���'���������p���u������Vr���A������4]%���������q������?���f������	\������?������������������s���V������W���N������+���n������S���}
���>Dw������������(���������������^������Y���3������?���+������~R7<�����������(t^���eJ���%���=���:z��������������Z���K���������
������G������z���|	*a *���]$-������F������F������)(���"H8���W���:#������8'�����X=���������p���������z���H���D���,������9������C������P/gh������.���q���������c464}8���������4?D���8���?������������������������@W|7bD���(i������J���.���	���9L������Y'	���
\���-���,U�����������v������+`���x���������
���[#���z���S"���K���r^���z������|{s���c���������-��������Cc���������Q������w������]�����F��t������" H+S].������z"���`���CI���������]x������t������v5���M��������L��)���iOD�����\C?���q���<������;x���PKl������������
PK������HLandroid/support/v7/app/ActionBarDrawerToggle$DrawerArrowDrawableToggle.class���S���NA�����������]��� "E���hQ���RY���j0&���i4������p���������N���(���[��������������1���������
�����h���[���l��$���D�����9������7����������?^���p���������bv�����9eL�����,���dq6���*ap{������>!������������=���v������;���������U���������B���?$��<7���n���,������q���X['������������$���(W������noH}Ollqft���k������u������������d:���T���tC���]������������v���!���N���@���[���+�����������I���������������������K���<��.t������w}���Pbn4'���a������r[������FX��=
������x���2���j��������5���o-��������������,t~���������������_���%������&������_x v���������6������1���������s���������������,B������������p���QGS������������>���+������!y�����T������_������~]���P����X���6/p���E�����������A<���#���������d���o���k��������������l���8������3@������x����������������"��9���w������������sn������"o���i)���a���o���c"��������{���b?}���E������H=G���R���(WOqT������#������2%'Y1���#2���	E������1������}���}��������������e������������iXE#e
���qy���w#m������������I_�����������������f"[���q���������������������x���er?PKI0���X���PK������H4android/support/v7/app/NavItemSelectedListener.class���T]OA=������.���7������|��� ��� 
6B���$������Zjj���������N���`������l���%������
���������>���������w������������-���lv���������{���=������������������������H���IQ���
a)���6l����������������m��������uU���r���k������8<UD���*������tV8%���U%���Z���<������z������g5������;������b������Q������U���kB������-I���hV92W���8������;qV������[���������7������G��������%���$���@^���eEYjS;Piu`���u��;7\���RY���aIx������J^���|u���������R���DK���y��N@������g���H������@��<������tW���!D���B���v������������,���H������:`������| ���������
������0������������U������w���v���ur.������)���4n���g���4j���|:h0������������<VZ���l���=���<ua������s���,���v������wc��������l������������������.a������H>������������^v������C������������n���������Q���O���n| ���tLX���+;���������a~'t;���n���c������0Gxv���?���`���;(������
���+���E0������������c&s������,�����8���!���&���������2���g��������������������WD~cLs���������E���^���G������Y���
���WC������������}���>`rmM���a���<���<
���q���b��������������Q	��i:������a5K������S5������	������
���������X������h+���Z���������&5���4���W���}Z������0*���7����������`������PK������������PK������H8android/support/v7/app/AlertController$AlertParams.class���X	xT������o���$/���������	! ( $������FX
������	Xy������$fs���M���������j�����mQ���hic������������
n������j���j���R������������j7������9o^&���e�����������s������w���<q���4���������h���7s������08��� ���������!���2���/���N������
`���A9���0���������#L}������G���a������������q������`������������������������'���������������������S���v���	S?e������g<������y������3/0���"S?g���������������_������W
~���������H������R'\xY���o���h������x������<���T���'f���_���X������*x��V������%������y���O���'���������5���;��������X������������
���������z��������,>������-RP���PD���@���j���67ia���P=������v������HD���(B
Tt6�����������������������������2���i������������`������������4���M���F��������������Zr������@���O3YkNb���Ys���i������Qst������*~���������@������	T&���������Z���������F\=am������������]km������s������M3���������[�����l��
h.������s���������p���~QTxY���������F���`|&���O���d������,l���n���#�����������7#���i���k������l���P>A:(Ed
t���>��g,z���������������|���>1���^��WNPi���������>m���������ck���H���k���������3������f��������������������o(������ll3Y������R������tv3N���������������5"~#�����������������i,0A���V��6��������g���	�����������������u���1u���^*v���.���l������-d������)������=}������b[������U���������������o}j�����Y���p1g������������i^#��������RF���E[���!N\���d���������or������dk������{���@Y������3���{���^C���������������~��G���w������c;G������������������?hxu^������$E���>*Q������������������;���o������#0���#���dnBZ���HK*m���������������H0�����z4S������"���+>���������i��������E������e������������i���igVz<{S���������������a������	������F������������������������;u������5�����������������7���Xrq���b���rj%rl������8��=a2
������a���5��������B.������sk}DV&���)���pIm��������>�����k���h������������j���L������������V���;������������f������������[o���7������W���m������������a���TrM'���N���w���D�������5UiZ���|���������L m-���Z:M���������Z������A���7������q6ErJ���Y>���������K���VL������c������
���I���*"O���������R��3x������	n,������Uq������Wq>���T���dp>���0u#S[���n{���\�����������O^E������P	���>���������b+���������������'U������=���(e*���c���*f���r3UQ!f������xt6���v/zUq������������������~ba0������������x������������*�����������
���T\���]*.���\������
Ws����K���,-y������������������t���S���T���U������������:���UQI���)���N���@���.Tq5���B,bW������<������\���4���!���V���J���!���;���������������lp���������4���I������	��������l���Z���gpP5���VK���RU���D������������{b{od���������L��p��Yib+���*>���O���b���X���������������U���>�������������������a�����������V���aL���'P7���������'���}?X2���������������?���qF������is���K������/Y������{{y���C������4:���G,������Ufa����������������������n&="���������������g���L{������TWG������������������gQU:/������0*������#���������}���azP9���r���!���CL��� ���UyRy4���JB!q��%���?���fM"������\������%������������������i��?���>��������&������������i!J���T/�����
������t���w���Hy
���xR���R���������;���Y7R�����������b:������D9���	���������
���������n������
���jd���q������5k'6���q����������������������������x���������LZ������������M{I���#���������&���D��/9��'tyz���L1@o���I!������������w^g������������dj���"��������Rs���������bc���y|VX������F���I���Hs���y���IUV���\S������������������34iW���P������?������F������B?<���*���������?���baz2Xx���������c��������������f������6���������������l���������
������m�����������!_������Q���0���4,L���_l���]b���q���������e6���������������6>`������|������W���������6�����G7^������������tw������'l|���=���.���������������o���������p3������w���������U������������������@2pTgFf������0������kCa*���������8'���C���=���.R���������V���I������������x9��/���P"+0S������Y������������d#���d>O���g������p`Q���RR������"���]w#���g	T�����������0���!n���
F��������
	���lQ��2�����J��(���a^���P������
e1��� T>���������&���7S���PAx������k
���1E��������K���&S������cK���>���"B���>'������F8TG0���������#���#���8������������|������N���J���-���������
b���5C��������b���������1T���e%���������l"���C���+P,W���B���`���<U���L��������\������Y��ur-6������������@������_n������l�������������^v���Vy>������.���;��������'���xY�����������K/��������L	���f������/��������)D~q~>���J������JU���|���{���h���2������&2Ic���C���B
E������!,���H�����h���Gk���0\]���D+4������������CY{
���b������!���*k)���M$���C��������������f��� r���X���������9#�����.V)���������������K���������q������%������;������������,���')������������h���������.���������A������{qVj���������m���������!������Fx���Jj������������d���������]������I���uTM$^���U���N���Crzh���Z���1������Bn���#���
���(���G$���6��������!���mK������B���������\������+���X)`���������������%���W���/o���
���v���,������!y'������]xP��������������������Y9���������Q���"���krD8���S"W>-J���3b���|V����������y���T��� ������V���{)������������W������I������������������������������z�������������(%?Q8���������)p���J���2D���2���1h���������7���R������3
�����K������B	
������������$V���
���������������������o=wc���0�������������G���������G������m���F���l���#���i^���p���p���p���������?L���Z���7'>E���������
���hN��������6PK���HePK������HGandroid/support/v7/app/ActionBarDrawerToggle$JellybeanMr2Delegate.class���V���SU������&���&a������������@������������T������T$M���
%`���������Z�����a1$��������������7��������vF��������������E���������&���������'������{���������������&���������_>D%���n�����g!���f���2���c������AB���'���{��������}!������������(`^������B,QT������������B���Y���1wMg���!������ke���n���3���������4������w��������0$���������������1���s�����������`�������a������R���v���u���W��e������������w6M���!6oT���{%����������Q5*��S���P���V������m��� ���������j���4u������������������k���������������X���T���������i>)��� ���"���\1������Mc���x���(�������������p#9���U,������4u;S&��r&���*���q���A���T������������d,��������5���r�����L������T���������M+/"I���������������������6nM@������n���z���.������o:g���=QHy@V���+��/�������������1���^���&���������L��U���%G��������������XF���������D^���l���3t���������/������������ ������2bE������$*3������pF���^������&eG+���'������d���������u������J}�����9SD���w���������������b���"�����(.k���u�����/���'��������)(��5<���7T
������������e
���T|��������s������2U^���d���J[���NM5u!���-W������z������v��������������K���lF*Z���^r���Y[q������4������c������G4Q������;���Y���xg+���3���Q(N�����x���C���p���k������d���/���j������.������Nk_z���������������9���������������z=z-���nT��������[���������*Fc���������md���c���;|���������������t ���Z���������������E
���A���J������ ������DL}���P�����N���Vs���R���3���z
%���������W���R���K���>R3���+)���x���������G���H���* ���w���+���*���5���������&S������3���������'������h������u!M2XL���#4������C������O���b���-���)���1�����h���G~\���4������#���>Bx���m&F������������>���}���7Jx!}���B���(���@P���%���OB���q��� gTf���)Y������!��������)������Cv70,������w	)���$F&A���G���)���(���1���C���U������������]R���������vR"������?���������~��������0U��������l������O���"A������"���L������?������&z]�����t���b���������}t���z#���l���2������eqe�����������������IJ7������M���������nI���'������'2d���������FPdA���.���������������������X���~���Xl������������Y[�����������g������J������p#���=n������y7���J���k5t@D������������<��������,���O0-���vW���������
j9E���H���a|���������Z/B���PK������i_���R
PK������H:android/support/v7/app/TwilightManager$TwilightState.class���R]OA=������,��������������1���W���������/$&���x���v'e���2���������������|������������?���xg������Hxh���d������=���������{g������������������������*���X������������/"���	��������������������������������6�������g���j�����rI������	�����������������\������W������rGY"S���V���������Y;&TvM���l���������������������=���������V���Dz,������qAV�����	������K������&{.��}���Z������T���������fW���������������(��u������V,���,���������	-��������������N������I������v���������������������=|!=3������Y������fo)�����QC���"���>���gB���W���S���������A���L������t&������z2)������|*������������{v ���t������V���)��������G������np3������������������!���e=���
������-������S���d���y������T������n������X06������3,������_���,c���Oe,���	���<��������_PK���������*PK������HHandroid/support/v7/app/ToolbarActionBar$PanelMenuPresenterCallback.class���U]OA=������]Z( ������(V������EP�����GLH@H ������m'���������������-���h���E������hP|������e���3���%���K���&3w���������s���;���?~~���
`)���K��M���������(���br������a���(��������m?Sd��Z������v�����������������i���j������:e���[������+-���DAs���������'���������Q���m���������[������������������e���mYe���v���V�����l[���-������f\������0���a	���qQ���������E������%���!������cEZ;������s���]������N������T_���+������������������s���<���������yH������Z������N���{���]U������G#���]��������������c`���m���%���f���BU���\���^���b���^nd7q������r������������H3`��~��������R���������*���a������p���H�����[���*������-������9���2y`Y���H���UZ���t���70���:(a������cPw.���30���%������Xb���\/���J���c���a���������7���2���X-���f.���"���������s,b	hU*��[]���X������mz���RvlQu���������t<e������Eu���S]���*C_v���OP)��������������|���#5l>������������"���[�����`���lzG�����������vZ������J���9���/|������?A���=���4t�� h/���&��6!t���*���������Ao���������=���@������O���Cgh���
���q%	S���������Q��������������������Fp,���>���+���z)���k*���������!������U��y������c������������s"������������3����������������Vq���6 ������#���������C���������f��L���2���D���pv���J���bM���FIs������[���(���o������;���y���NC���/T=#h������������t"I_������r���PK���$������PK������HPandroid/support/v7/app/AppCompatDelegateImplV7$ActionModeCallbackWrapperV7.class���V���SU������M���r	(e���h������n���
���A
���
�����$GX�����������>���?���g
���������>���������x���}u������nH���	���0Mf���~������������;���������w��������@?��������N���^���E;F������^���hW������X���`\H���������&���4������Z)L���p���B7#��������!4���BsSo���b���2��qK���[gF��f���SV���'U]_P���+���j�����dP&L���;I]���fy���':C���������bJ53������e���U��7���6���X������z���@���3f������%-���a���)$�����m'-���V���1������E���������������
���������������;���J���y���c���N���������>������������������������������N���p���J������������h���=������Q1���*t+rH	(^y}/���a���L:���p���P���,���/���B���������7W���c������c���������BX���������i-s��������������������������������WD #������Y������~k$1���`���;�����cm{s���H��������u���S������+mh���Zu���|\/���{Y]S<������
������mO���SA.(���C���<���A���(x���)���U�����42
8��������`	������e���(���a���0X���e|������AV������������b���^������u���U������|���n+������&������R
"E	]5������<������������������������!������-Z���(������X������M�����q]���,r7���������53c������/������E���S���7Z��������������&Q�����������������������~���P�����]������K���jNrtc���4���$������
���K7������|������������F�����'S_������.���{s������m������N���2]~�����R���i������F.���P������������������-���B���Q���y���������1LD������.V���p��c���ns7F=������I������������Q5���n/������������c.4������j���������QLW������C���Q������,wSZ������t���3���e������kx���B��������������:���������.���Fq_���I�����������
���t������.���������ts���4"t������4�����QEj���@C���h���t������!���9Dh|��������|������������-������������_���B���sRU���9��������
������#���I������<���Zh��� ���"xR���������"J:Hr��������J���]vP���gyV������ }���u���vy6���-���IJ������������=������������������#������qw���T���������cyp������4������������lmz���;������@{������h������6B���T���
e���O���OHQ'9���C��M���}E���W�����5m���9<���������������?Zv������/�����"*���b���F-������#B���Oh���~FL�����������~�����;���?���K������7���K���U~3���f.������������
���.w������^�����A���vZ������.���gH������������6������������PK���������������]PK������H/android/support/v7/app/TwilightCalculator.class���TmlSU~N{������������h.k������Ca���������������Z��uvl���`���Q�����������w������ ������!qD���?Q���?qa���������D������1���&5&bL���������=���e������z���������<���{���{������=������G���._�����`
26���X��������1���������������M���7?�����������$4���������Rs��������5r���`�����������I���/~������f������'���z�����=U���7���������G���������Vx���������I��������/w��������5?������u1y���|���P������������������f?
������������7&�����������'���i?������W/zE������������M������g���|���0_���]������W���7���+���
'O���q���l������������$%���`X���������*{s������15���y������{������1otBN������-(�����������������������P`������������AU������
H���|������c3���������[:������0W���mKo[[_,������
��������>������.4������������������������$������C�����X������������-
���t�����p$���������`���_Nl���������U���&���w���8j|���78Z-���{������������P������Hx[8:(���|6U���`���c���

t���d0������J.���1Xd������m"���������fY������J������v���A������d-������J���;���Jd������P���,������������RV���h���9���`O&���������������������_5u���iR<���%������.������������IeMg(���������������������[���s���,D���U%)k:wKr}2))���o���$$%������)M7o��������,��������������(I���������G���0���t������hVRr������Y���V���J���II���ik\���u������l@Ir������������^CI���x���]���>���?���rT�����m������:���������\;:���$9pO9p������I>��������.D������������8���P���������%%������M��������s���.I�����������P���������������j^.Pj!A��FJ���������������������Rzl$���P%����������������o��������������2���[���������q������<������xpo��������o������;������������N���!2���M������*���K���.���T*������������ ���K���K3������Tw	�����������������������QX���~=m+���������y���������.������|������K.���@������l���R������j���������X������VNA���x!���������$���������"L���c.������dqY������mt���������N���(���q���T\���������> e���������g������D������*���}v���iBD������sR������)���39������cMe���2���g���(-[4���J������{���������c' b1���3X���s��x4���E,%���G���;���/���xYJ���Ux*���^~���:a5u"j���������0���_���T���Xq���5r������9������������&O������������"I���tt%D���uc���o������������P_}���U������W���|v=��������.���������!`������/���.������'���+���t���������������Q���8������ ���k�����������������94���D_a?`?a?n���~���A���������L���V���I������0?���ex���u���y���qN���������h���q8��w(G���������������=���L������ b������,d>������B������g���������kC���0D���N������ �����$��������Bg��������nj��������^B.������������D������8FU������N��������������!���������V������������h0i������������������@BSz������PK������������r>PK������H:android/support/v7/app/AlertController$AlertParams$3.class���U[S���@=���`c���`+���e���_������E	���
^�����ET|q���d-���i���I���:���������x������������r���6T���t���������}���=���9{���~���������#��������� ���A������������b(���<Ne1������FqZ���cY���������&�����d�����Wt%������C������}7
���k���KaD���n������<���)OD������*
<���i���(���������������m���f���`���|_DU��������p���C������o$���R���R������NE���"������Hy���������������!_���������������\���=������Q������8��������q;�����3���al��#���-���5%���UO:���i���V>���nC({��������OV������(������TmZ���N���<���b�����p���b������������0������������O���j)������f��������������������T������\ ������9�����3<l�����������������RDx|#���z������V���s���R���kRS���������������G������i������������G~�����P������k���".Y�����-���b������e\1q������5\7Q���0���������1q������,���h56��������������������g	G���������0������������������������X	:3���P���������&���mN$������E���c������t���97J���Yh������k�����������������������I���J���=���Q=���(���B���XgRh������8.���

1�������������4C������5N���������`������3��������������/���5=������f-���������������b ���������������Z&te��1-������7���h���!���������������!U(���PK��n������{���Gow:K���Am���2���
���r���R���70^$w���3Ma|���.�����t������������o���^���^������9���������-W^������D5�����������������s���3t��������U���J
���P������������8`|A������������M���.������~H���q������tG���eE���������������������:N���+������x*SPI���N$"���8������$x������u�����������3$������������PKV������1���PK������H/android/support/v7/app/NotificationCompat.class���XYsU���n���I'c���@XC,������4������eX��;N:!h���������������4���2t���dq������}���
���������������������������������������������������$������L���eI������;���{���������������O������e���q���������\���E������jDc\������b������7���Lp1������\<������C\<������#\(\������P���������[8T������\:.rqI���!���`1���A���-Ks������������2���������f
M�����:i������������f<������h������<��a���0f��b������/3l���U-���h������R�����������J������/���u���������`���������g���K���������9���[���h���Lk�����6h���%i������1���8:���u^N'������I���������zFr���������x������aI������Q������/�����������������������(���L��1;���2g���B������sn���b������E���!���y��������AU���\���vb���l���u���*c���	Q���H������P������u������";������������O�����7 ���������04���<E���4���������C���������)���L1���.}���J������
������	���[���3`i���������eh'������zv	������7������l��r���3&�����Q)������'}������1���������bi���������u���������]pTmH���G���q������������)E������"������)'1(���������+	Z3(���������c������$������g������pD������xA��xI������\��������xM������xC��������������NxW���{x_������P���G|���c\���������O���������Cw���4���Z[���X(#Uo>������@���������S0C��������25C��������:e������A���y_Zf"a8~Ky������}R���oY���P������t&}QS������������������e0U>��������=-8Z���9f_������*F���z���������'x���������.���H���
:���&sL���U������+����������������������;Yn|l���s���tv������7P���6-H���������'���������xB���7C

f��<m���������Z�����!�����)������	���Y��������m���������&r���������.4K������$���������G-ve���=t3xzPN���������8���8YM&���������g%������UW���������c���f������������s���������9���e���������#Mp������=B+%kz���L������������a��������������������������(���I������1y&2��<���#���5������e���<������������t���u+L��s���y0�����������������G���h������um��������������.?���J���������q������IV���11<������������'������'������
s�����|������j���g���ofy���
������������6������������������W������#=?������;j�����d���j`+������5vSKa������������2	���E-������������ r���?#2�����������������W����������h���*j}-��� >���������W���������Eb��~���D'��������q���������v?jo������P:?������y���WP
��������������������!���
���>���������k��������x��O��������T���������������Le5���5TZ������������uT���-���@e���ul*���o������Km	#d��}-������-���7���8���}���?iK���?���B���W������'<\$_!���lk9������������1���D���D���p������0���p���';\NV^�����������������|C}O���u��������������>������`)���'P���$���������F/���������������2���d1L������������x���������������G������7������S|������#To������6�����������������Au���;������Eu'������������������gA������������x���PK������������PK������H4android/support/v7/app/AppCompatDialogFragment.class���T]O���P~���������1
�����2��������|)���q���,!A.���@��������������������S���&^��������������'c|O;>"3���6=���9���y������������~������������<%�����*���H`B.���	Dp/���������������DM������Qa0t���Y������?f������]���������������w�����V������/j;|���B�����S���]^������T������c���������Ys,���������������|������lp���5���[p���.������-^q������/W������2���8v���&���/���������~F���x�����mV���j���L'���B(���<���������������.���m���h���������3ty��������N���v���2���(/������3!������E������>�����������
���n������������w������Q������N���VEKb������(������+������4t3L^-2
���������p������nA�����%,���x������!V4���bM���f������k���.���|������*?_������1������������������&���`*[���lwDUI���>���I��}B)������a���R������������I,{���m:������7,qh������������"���Y������2
������.���Za?o������kiz���5���^b���g%���(���������=t2H2���������	���1m"���#P��� I���p
)������[������P$��� ���"���D���>������������<7Bl���G���N������v���?Qx
���|���;"������������V���C���������e���1������rMt$���P������&���{�������O���yec������*���(���i������10���E,��B3������F. ���������&n.���g������1���t���:���a��4��������_���U������"���������h���������PK���������������PK������H.android/support/v7/app/AlertController$3.class���Smo���0~������f���������������2��[*
	�����T������P������������e������(q�����D������~?
q���
C������w�����������������������������x���������P���uM���X���c������D������������6,<c���f~���V2ah���|���2
���Y���O���1���������������H������	CUEY������������k������I"S������^x~���x���1O���@
�����DrP��D������>���~������Uw���P��3���F��������������������IL������H~<������H�����������g(O������e���4nId������!3��������o���<
������H���o���g���}������|���F������"1}�����-tt���:���������l\u���hR�����M���la���r\C]G���b_L������c(J���������S.���y6�����^��:���i(���(���L)M���������2���Ke���,+���pX$������e���W}���q������^6|���F���+���g���������������4���"���Kew	������-���u������U���������.@���Yp�����A������:Y��� i���������-ws���������0��9L���*_
������*Y������I������e���h�����������X[�����Y���5��`g���B��m������z���������
��������������������;������]���#^���q���������+v���oPK���F:
'PK������H.android/support/v7/app/TwilightManager$1.class������A
���0E���h���Z������.D\����^ ������M	IIZ������������w������a������������^������������a���������McSq���J���������T2/���k������*������&{���*������Q&1",��������sMU[��������b?������������������������;��������b���������������Z������&,���������3o������;]������������;@���������_���������x���PK��������PK������H3android/support/v7/app/WindowDecorActionBar$1.class���T���NA=
������:���������"*rQqQwo������Y���Q���C3���j���0=������B���L���x���/>���&����������������������������������������>������������~������	���&7���	���I4���'���.���f���k������$���������u[s�����
���&�����Q���FsGF=Y������xZI/���Pi���Y������0������������SKc���U:���������Q���G(������9�����)������,CC^y���aSA���Rqa^���>������JKA��������ZZ���������`)2���������������>���"A+���Z������'������*���r�����������ch]%���(���Rf���L������u���T���������4m���{o������������iU�����������i���v���������|������������������U$������S������Q^6!���`3�����aO������������qp
���8������,���9���a���Ac���m������;������v���������������0���K������+Z���B���R���PJdd���=���������������W���i������������I���"���F���fk������������6������������w���������������B���
���W$�����A������-s���a{���������X+���x���_)������^������ma2?������*0���^���}}���j���������%���2�����������D������;i)���~��6������������������V���@���f��������T���mw���+=-L������EC���K���/��������������������T���4�����������������p;���������y������K���hI���hq���H<ra���&���t������4������iv���T��zBu���mF��-�����+���t���{�����������c������m������������ub���D+������n��������_*;���J���[A���kt���Q���g���U���������+������50���~���
���_���z	o������`���(��6~FS���������������cvib<$���xL������)������g������������������x+h-������(���hv������=���P���>I���v������������3^���"���#VM���������;PK���5������
PK������H4android/support/v7/app/ActionBarDrawerToggle$1.class���S]oA=���-���������Q������VQ[���]h���������1��		���4<���6,���v���!���M���	���������&?|2~4���&���B"������&{s���;�����{�����������v������������&f���fb������������������R������m���������
���d��A�����]���^���W���i���NG��������o���N���~���Ry������������������?R������+��������d������������1���������:Cb_5���|Uz���y���e���y�����bU9��s_jL���"���`U<O������.A������T�����m(o�����	CvTwO���S���N&*���������&���1���k!wNxgP���YS]�����vV&���n���������>���W���k���������������,,���������h������=l[���������PD������Ed���-������!������l���{-������q,������������������ir������{������ t���T���Xdkq�����f���dxV�����S���l������>R���mpB������0������Q���g���������Z>������MZ��������4(W*���������
mM���8"���/���cP_���J���`������h���6-������D������������������$������[���������O���e2z\���������������B{������/|���D���]���3O6I9���7d������X���2���k���	0���0l�����}B���
���}���x������>������������>#�����GY�����A���?������������������4���}�����F���p���T���N ������%�����������������Vi������E������)������f2���PKE���6!S���PK������H3android/support/v7/app/ActionBar$LayoutParams.class���U]oG=c{������'���ihP���lKZ���&������14������B%4���G���T�����������������IE-���������������zg��������@��������{���sg������y��������������Dk	\���������W���:������X������7I|���;���l���Q������|���������������}m*&���3������`x|(��������������#���&���F��������������������v%e���������������������������]���������'���J���������,���1���jnG0���4���#���������}������������.������n���w������'���<X������C���gH7������������������GzZw�����������4���C������������s=e7l��������������������{������������������0f'�����pN1������
���P<��wG=��zQZqg���(y$������P���%���������JxU���q���������x���
���������4�����V���������9odG��
yp��������������������v������Eo�����������&������������o���=2��;��������Q��������T�����:���~���C���F���4f0k���������<5���������3���������^/������F������h������]���fI���������X&~dX���������M���0,���!���9������������������M[������������h��N���v���z\���;��u��������L(~������yE���������3��a������W\:-
���	{������n������������W���������������iy���x���O���������������P���iB���44���cz���=j���%���Skg���������K����������������8!w���������������zU������J^���<jXD���������o������X������+���`V���OD���+o}���X���Z}������8-������������;%Fp������������qqc)���..���P0���hT�����1(���0������,������������������u|���(
���������P���������������-���������~���p��������p���|uV.A���DJNS���������-d���������������xg(!������T?���"y���i)`������%g'������M!���D���1k<������5eC���l@���=}���Q������V@Y���}:������f���G������<���J������������O17N)>���������Z������������V������q���?���RC��4������/&���!A%������V@������4A���'8���������6v������h*Mh������"X������������sI���E<���e���j���������������!���_���#<���������PK�����������PK������H8android/support/v7/app/AppCompatDelegateImplV7$5$1.class���TmO���P~���:WV���6A���P�����P������u���	���d������\���������k���������g���?������Q���s������H������\������s�����9���<���������?���~������ZiL0p'
3i���E������=���W���
���0������G)���/������������90���[��������c���!���k���������a���������@���V�����k���_�����%_q������Y���o���}���������_������p���\cX.^l2$���������
������7������.���Y���=mx-���iZ���P~���0���*`�����_���d3���[sE�����s7\���a������������������&-QV���e������!wfGZ���d0v���N������B%9������,���>X���������/������6���������m������y��������)k���:���LT���������<1������tTM������5���xA���
���������oA���^yo������<���
���%���)�����/y���0?(%���t\Z��������������R������������N���k-%���6���X���+h_���Ca���qY������}iu�������������������]/���P���e���������I��~3������jO���7-������������������T���h���������k���0%���KG������F������������/���~���]���p�����)B���+!���h+������ML���Qg�����r9���S������������e:���F�� A`���fO���J���������D^c���������h������m*���������b\���a���b#K���`��������4�����������b������������.;A���G0���$���������tLiC(h���.���x���)���:n������3������1m���G������b���n������������g��f���@���1���������n���n���=I������F������\���������n?PKx5���BPK������H9android/support/v7/app/WindowDecorActionBar$TabImpl.class���X���we���M3M���t
������,mQ��iXR@){*m���Z��������dH���$���af���.l.������

/������������9���Qb��������/n/���E���N���t:���)/���2��������w���|'���������=q+������x%���V���������������0
���T������!���^i1���������������Y������������������,b���������S;���"���b�����������s���z���5^������������������Sr.7,+���"��� ���~@������,[-������)]���9������-K���������S���2I���h���i'���6'e���H���VlM/���������z���1? g,������������dN.d������GU��������|Z���:��YS6F4���JfLy\�����w������glK<X���������WO�����"R>������j���G���������niLL������&������e������AM���T���v������I���Ha{D���:���������d���1������������{TE7���V������6���������;t���������9H^J���U������^������(���Us������f���������M���������G���)
������6���7r�����������S�����������xgP�����{"[���3���:���J���
���TO7Ne{���:uO>���s(yt������������!���&\������y60kO���xx{s���������.������������8���4������D���O6������w������UC���������z���>���Z���%���1Yq���<<������8^���k(������*���������D���C\g���������5���������:-���|�����������������!S������4������t���������������WbS=������ Qa���(������������-��������������IO���+���n��
������������ESQ���j��A%������iKX���5������'������+$������Q	���HDpQ���%\������M	o���O������x'���+������{��������� %���1<.���+#���P���U|$���c|"���S\���pG"���L���������"������������������%������0��UX)`���C������nR�����������������������������������(���eu���_���Em>3���n$=���e(������~������s9������%rh������������ �����F?`E##�����F.���5���f���$���4l����jI���������l������{z���N���.������ yA<i���y[���|=n:���6������WA<=���������3���������q������������7vFJ������=U���}rA���2������������1���v���'���]������������~���9u������d*���������l������+���������������f������z������?u���dY���������=P���s(������&���ltNvV���K���<h������&������m���pj�����������;���3S���rfjS����������93���;���������"���A���5������1I������t^C������������������&Qs���;���b���1>���O`=���%R$ql������4���c
���\���$���|V������������2@���?������G������������O������;]���!&n������E���x��X4)���B���j+������o�����&���~&z �����������v������+0���I������waw�����������@&���������*���.���vf&������M,���I��� r���+�����r0B$������D���$���"Z������������e���������|���������)���:W���u������O ,�����{J���N ���Fs}	���������|s������(������������Hx������s5���������������>���k��������s���w���.'���������:9�����p��0���V��"������V���
$B/������X6T��������7���o)������U���e?���������X.���r��������������sUc[	JX���g��������������������	������	���c^uv���Hv���&;���?U������������iv������r���p���(���������h.������o������,v<������.���f������XE3Q���"n������:���'������rP������`���������������Y���
{xIu������<���'y���/������?<������������/f���?���2���/9������x������VBl���X���?JTl$���V���o������PKK���K������PK������HLandroid/support/v7/app/ActionBarDrawerToggleHoneycomb$SetIndicatorInfo.class���U[oU������o���1���8������m������8i�����F���$q���������NNC���������f���������������]������	)	*@��������������� ���HH���������oj���o���[������> $���93���3�����������������~���
���y|���B/��N�����D.������������W��������������cQ���`
�����0���I������:p=\���CMA���F���������DIbF������������iwE������oy��M#p}���#���{�����������������j���������@/���������Z9�����������������:y���	���L������������^������h������������Z���p,��-}��**���+FE���6L\���;���&������������������	V���`=���?/�����b�����������������5���k���y��������2T������������
v������eW@+8���������5���^W������������Xox������������������3n������������dn���RS��������Mwe������������,#il������=������q];���U���@������g���l���@���~���u���mx���I���U���f������F���'
���e��SN�����:���@������	��������_2���V?Z���}������������%'������6|SM���a���N>�����!4��={���j}���[��K������'���=+������Um������[������'���
������0���$���4�����������H������h3n���aV7���7���������Zc-������mV���a������������������pw5|������>���]6������X���������J|$0��������������������������=N������ Vt���C/��������$���	e������k���	������g������������S������)���\������&���s���V������V���06���0;I��H���e��BX������������������o������nQ���h������M#=��������������TNmk��������f������������������������������FI������j���������������%���/������Ij������b������t4���+b���.������M$A���������M���Oh�����6Jg���Z������?���l������������j�����XO,���=���C���&:G���C���pKd���M���������Hf?"��������������]���A������������z������
���������
������������8q���@���k���Z������������������������MFW������?��������(���3���������(���,���KxH���������������������
hoU���Wq
hI�����������������E������F�����/bg0�����\���h���3���i���������`���4tJ������@<������	,"qN��� $���?���&q���)���%.������8���|���.<A���+s]���\���I���)������a���H���PKR���h���PK������HCandroid/support/v7/app/ActionBarDrawerToggle$DelegateProvider.class���������J���@���������5ij��������Wq""���Z������������/���M������e���
���M|7>���%n������`/v3���������3���o���N0������c������]���;������������������1k.������Bo���������v���ZVW���������[irgU.������,������9���,���(�����+���~c������������cm���z���iT���������G���X/[W �����������������������������(���'[������o���������,<z<������������E���\������g������#���Z������������~:������N������B8������/":h������������A���������BMB���������������������������Q���)6������PK��������PK������HFandroid/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState.class���X	xT������_2���f&������BK@���d���0h���*��������������P���%}���y$���7��7	Q������"���b���P���R���TD���-PfR���EZ��Tm������}������}�����������;/���!,|s���]���������r���=/g���8q@������������|lwb���������C���|������;�����������������������n���������G���S`���y������������p������a7����������������Op���~'my���{�����������O	<���B)���3���������8���G������A���r���Q|���>��������w������g���O|��#8���x���ss���7|���{���.T!���F*����������0���u�����������������r������ ������)E+5C/���5+n���M���f���
T���a���f}X������������W��������5���������VP���������V-�����������
���m������������ii+������v������`���������uhV(b;gPD��������`B���f���H(���������'���&^���E
���c���.C���K���-���������L���36::t#���������������G���������u.H���u_#5u���P8��������(���Y<���������c���a���9���f���0��������������'���#���n���������9x��|���q���bt ������:[t���'������������y<&[���
�����K7���������H���|Ph���IF������C���S���>%CA^���k���bV���E���F3r���n�����������|uq���I��������������_���������=fq���YW���}���������f"���LAC��������;Zus���������������H@7kf���������������j������������������j���������HGT���������a���������;���������C�����m���br���o������4���]EvK����Z��X���y������R{	{nL���������n���6���=���sx������;17���������p\������g���
���}���������zP.-b���������m���������]������������ Gv���"���`���V���H������
������(������i������rjMS���^DiH2���H������j���������+ ������!���^x���t���������a������
6������_��������U���������}s������
���]���
F������������+���������W18���������������������\W�����+5���E���������f,#���5�������������������������oE���������&���G����������6���������������`������������klst5���([���!?��������NM���������������T\���F���X������*n������_��������>������e���Z���9g���U4��x^���xQ���k*���������T���������+���������7U|���%}���U���=���}?P���C������~������' u���#y�����������1Ii���d���?Uq-������������_������*~���_������
s������������������*������?p���������?������bf_X���������������2������������*jQ������������������������������*���[���
4���35$a�����������xME���k5_���ko(X���VqP0qP�����������[��I�����1���D&���?5q���)V)3���������|������3���g*���J7������G^���|F3���T���X2���S������m������|a������N}PQ������(���k���������Y���.m6���f���:���eI���)������@
z���������T������]���������������8���P7Bv���*w������Y��5g���Y@������oU���fYd:G������h�����������������h<j������&	w���'���������+w���G|g���������2m8\������d����������8������>���EU���m������a���I���XK�����H���������)#������J.������K,��~~Z���
:k���������VKR���`���R������
���z�������������gsm��������(�����������������������e������������|���������8���|Z���������{������������+�����A7l���y,��������������S������Z������n������������������-������y ���,�������������������K%������>\F[���EQ@Wg����������/���x���u<���)i���r���bb���{�������7SE����~���@B���X������fFl
���W�����PC`}�����/���q������������o���M���a���+m���N���.���)=��Ry#���U6������FR*v$���RB���4J�����+$U������_o���U6m���)�����6K�����������������<������?P���������@���';������4������u���������������C������)6!_l���z������:���������y���T���S������������7���1P���9���i���d���NNr���������x���
���p���#���0m��B���B$0���b���E
TS���l�����������[������ehh���e���!\���qIp���!���IJ�����$0���hZHJ�����������������RqS������	���������	 ������,������94������yk{���6z������D������j���$QX}E���I������u%{���V3������Khe\���JAz������hq<w{Q�������	
�����z���	���y���ab������px������09;���)	���������������`Z���t@���kIK���[���+nE������
���6L������Jl���������N,;P/������
q7�����������.�����0���nt���=���&���b���������������6sSj���������:'��������������F���/���h���f�����i������L���6���������I$qFd���������(������.���a������\/;��� G���������������������������}������������ZN���������b���!Ru?&������&A���8������hF������M��+���"��� ���YTJq������<���������P���*GX���i���=���������������e���P�����V���@���z���������L���W���������q��A8#���������'���G���G1OG���HJ������Rb���8������I���O������������ZF���@������K������h���E���X��������Z���������������v���J������tV���)��y{1����������������$.���Fy���P������H<���2q���������4���������g2���������F���7���������5s������Fq3���o������6���������k���������BU������"���������hu���3������@
���S7���i(������| ������X�����3���"���'���J���b���������i������q>@���s0C"c���L'���
v���������2���D"5}(���X������\���P38_���D���e2���+(���f���g���r���M���������,������������y0U���{;���o������a�����`������?�����o���������������������?'z������_������Kj���7PK7������@���	<PK������HPandroid/support/v7/app/AppCompatDelegateImplV7$ActionMenuPresenterCallback.class���U[OA������������^)EAn������h/���mE���Rb���1���@B��������������������fw���(_LT���}���7���m-���pkB6���=3���|�����9���_������0������8f������������!���|*
q������(���9���y���������a������
������f���K������n��-���S���U����m������������yk���
������M������^\"���n������
���|���Wpf���!T������������������e���Y���k���j���N���b���4c[st������l���d���c���������[���0[������
���NY3������V{��������&���
���uWz+u9������g���������0���ZUi���0{b���������8P���d���J�����n�����������e������?d������@���@���������!r���������.���������f���:Hu���#aC���������������e���
���������=�����V������%����%GH:���l0���]������`=wB���GT���{'��� _E���������	b[V�����g���������S,���{�����@A���������Rz�����`������������������(1<������&cHH������������
u������'j���*
��g�����vG���r;���Oh���{���C0-������
���0���^���������������t���>V�����c'���������������R������V\�����������u��Ki���S&���������^���<O���������#40Q���DB���������!d���������UZ-���*@���X6���������!���i@?������d>�����������a��� G���:���:6������7���������������������O������$������7\	b'���tA���/I������G���P���������������=������w������4L?������H;���q���f���v)���������M������"L���������JtTz���}E���(������L���O���������cn���]7Q���������Hi
���$d���w:���k���p6wvrQ�����.cw��������������������������������;E�����������g���G���:��������PK���Sq������]PK������HHandroid/support/v7/app/ActionBarDrawerToggle$ToolbarCompatDelegate.class���T���rE=����������d������R���	1���,���B'[" P/XP���5���qF3���L���	E���`��?��������*,������������(���������$;N���)jj���o?����������������������oo���^	���x������K4|[[7������������nj������Y���i���}��������Vw������ ���
������0������E���p���#���nz];���GQ+{������������R������U������^K~#���������2j]���*$������������"������������������������������J
W������0P2P-���8���)/.tv�����}���vsG��������������������O���aX���������������C���v%�������������������75���J't������%bO�����������������������C3���E���������������������v�����$���������uE������������������XK���������������r���D���$*���3>���j���=������z���4���mk��~t8���0������@sfm:������@y=�����������}_���X������������Z���Jh���u���)yb���lo������\r���z������������������
������
%���������D������y���NisG���������������������U��;���������:z���jcNR���v������������K���=���5������3d���K_Q���6���~�����������������x������taZ����������������i������������2*>���]3x������������������"���Zh���S�����V������0������������a�������w���C���o����������������<���a]~������b(���h�����������z���������I���Jg�����]N���vy���TU���I���'���^���?+������4D~XC+/���J\������ut��������.z������uE������������������8G��������58}@������Xcy������<@fY���O���#������r\������&������E���?D������(������x���9���f���������2`���W("���q���+nbmR������~������'8y���7.P��������cx���I���������K���������)\&5���X������
!���.������������������=
(Sq������/(���������(������3zT���������gL���
������1���������=���������1e���!���������K��� ���Y���J���0��a���%4���������&���E������>�������G������:��zgX���J
���������������g������������������q-�����x���������������1$O���������������
\4������~������(��������+���PK������"l������PK������HQandroid/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState$SavedState.class���V���S[E���6	���$\h������jm���j���!���$!���������4���
D������M������{3������P���C|������7_|h���B;v���?������'tt���QGg���������zvs	������8������a���������������;��������o������������������e9���������l���������^���+R*������U���������Q���������r,��I���E���&u���qT9���8���uK���sB���Z������z���'������e	���d���+\���XU���
���������m���r�����������������-�����������j������G+������pl������������������0E������������������,-���7������!g������0���[yQw���������k���H���
d���k���������`���=���������M���������Y������������4���%{������{������)���ey���i.O&������������I���8M������S���ex������������*���
���q���bX���jk���&���%���a���b���usYw������7C��9���������
���������&J������	���s::������������%���M���������^������e���������:)���;C��������������>
X���h^o���t8�����b���'���s������������nQ*������
=k������ZVT���������)���2a���nQ<L���r~Dd���g���c�����AU{.yP<���������/���q���a���������z���.\7���/���r���O���!2U7���"���UU:s������������������3.���p���4<������������x���G������xG���8������I���������.���c���r���|kxi
@������>D������<GMC

���0B���s���������N���z���k���sO���/���S������*t[������N���������C���UA���������lQ���������������^�����;������]nT������e/*���������������3������l������7���������g$������������X���F���������.�����������(���Y���������}E���+���`b���^���8=Q��I���������VP3u���ZQm������i���x���Fj���y���v���4���+���������o)���Q���r������3$km$1���������������3���q ������C���������t,3x��������v���4'��������B�����������������@(H���������Wn���-D$���������?DH���@������H���������������8���Q���F���>���xRW	J)G������W������������}���@"]Hr@L���.>���Mr&������!���r������Lj���M�����������������pFa���2������z7���37;hO���������������4���I���'���������]���x���pBI���x���D���������Eq
������t������v������a������O`{���R(������8���p���������������7������p������
���z���"���������������a������H���p*}������>~���d���N$������~"3���ZU:@���=h���h���]��������[���4v������MZ���T���S������`������(���%������;���������)���������pE�����PK������S9
PK������H:android/support/v7/app/AlertController$ButtonHandler.class���T���OA���
-���m*������
���KQ���R������[������d������P���������������������E��������	J������p���R|���4X���P������������{��������������__������B���+
������Tp������1���@���������
n������`,������L(���d���d������������l:������o2������������������)���t\n��������	���aJeA���Uf��������
������,k���X��������+���fQL3���z������n���s���ag2���,��^��������
���������B���������W89���%wm3���������������xS������2���?e���(r8���������a���R���c^0H���XEn,s[���|]���wWu���J������������e>�����������i
;ep����������������U���v������I���W���Z������.�����-���������������������K������]h���;%���������e���������2���������`���������b���F_���!�����������&���������z���W���%���V���.���������d���2������Q��)������cf%!���TDpJ���m���������������I]���%3e���������������Z���6|@���bw���8R1���������yL)H1���������Dh	Z���/������eS������
��TXE���kv���p���io������r���,�������C������*D���CG)k���������ouZf������t������;������������V9F���-h���������g��0Nz\'�����������w1o������I���������$@gb,���
-O���������������'~���������W���_������W������3B/������m������%���>.���]���#;������
o���������Cvww������|c���b
���%J���mJb���/8���������4���F�����)���1������|^n���h������5���xC���������(���#���o���1������c���(
������}!ze^A?}#tSq}d���������9������
PK���9���P���zPK������H3android/support/v7/app/WindowDecorActionBar$2.class���T���n1=nBB���mZ���R(���r6j+������B���������T���>���������Z���Qb/^'Q���������G q���x������(���x������������3���33���������������������������(���������".{������+N\���p
E\/���C��������`���������*2ZFA2���cml0|���8������������������i���Vj���������&>���J���G���J������j���!�����`X���H%^��������=���,wt���{]n������'��������������R��{<Iy���,�����D������UK���>w���1���M������]c������dX������������������	���S��������v���5r������
{:���������G:*�����������������n���������JU5������2������~{���t������X{<��6���XA��xl���a���g�����������������x���$)o5���������lw?���O���m�����������Y�����)������u������������:=�����������T[+��������D�����gX0������@$�����������b���&���HC�����\������6G������3������I���&;���������_���j���0���)���,���,x���I?���=,b���e���
V'v'Vk���������	r���N9A���+NMs������#���������������i��q���$�����������:�����X���������lZ�����������PK�����������PK������HRandroid/support/v7/app/AppCompatDelegateImplBase$AppCompatWindowCallbackBase.class���V[Se~���dC,������S������m���I���=��������L���I���A������bI>a5������l6t���)���x��3
3^8z���3^���7������������������Y���	��������;���������<���������&?��������������FQ���A?r<�����9��������{������x"w���F���39{OyV���������r���<���A,���������>���!���Z�����e������t���Q��������������������j���������Z-oVk������XT��f���B���VY������"������tC���sA,By���R������J�����a+_������uQ'���%�����y���������Uz]7���������#������L����������� ���-���XnT���������R��������������Y���*E���������������Td������Q������	y���(9	���������9}���'T���r2qvD���hY���3Ni�����������0l���H������������$;���I���������pB��������KZ�����������������������]���~������[���[���QYF���������vh������P���?a��%
e8���U���!v���9��������a3M~G3������������������������j������f5I	�����E���4(r���N�����n1���i���t������\i������W������b��� k+W���8���������=l���b���&���������b������|�����u������pX���5���a������S]���|���c���������T������T ���b+A������������e���p9������U|���5/���!!���_���Pq	E������H#������\���������������������	���N��������-���V������������T�����|���A���N���\���ma���������p?������\~+N������������
��������+,K/������^���������lQ���7FIlJ������S������$���������������S4*K��������B���g���������������������_������s������}���KFx���u���~A���"������0��|���������������.1���������\���
^K���x���+���������{������k���/������������������Pt������{t��������
������������c������������������vui>f���1.���{p������v������������j��o���nRqs���T%�������:���=B{���������������������1C3_���������z������0M6���<���A��� ���(���,���X���U��zx3���.���������������������������6]T���������u���
[������|���H���;���8t_a������W~@8���(���p���Ct���	���{~���
���t
aHq�����������1E#���N���������%��Id���*���d���b���y������p�����������������)������6������p���n���w���������������A���}������������d%���y������p+s��������������������g]���oo\J H3,<���R������'.��������� ���r���4E���&������������������������Fe���G7[8���G������>d���v������aK������%���g=���6������PK7l���k[{	PK������HOandroid/support/v7/app/AppCompatDelegateImplV7$PanelMenuPresenterCallback.class���V[s���T������/:���#'NJ���������6P���8v|I���m����������������� \e���4U*KKN���t���	������K_���	m���������2���/b�����G���8��������?������������v���;k���������_���b;������Gh������������G1������(���1������J���������Eh���PJ7���Rh���>������1�������wt'���g������kf���j������S���m���������v���r���m���l{����;+������������P������������q���{M7uw���a4���������u�����U������)k������������jE���,������VI3�����.������1$���2���Y���La,������\���0]Q������������������2������$������G���������Q%������M��[���a9B���g���6MyG���rr���I������n���Eu|�����������K���|���N���g���*��������������6������V%|>���S������^i���������Y���}������-���Xb������r������[���������rg���~���:���A������H(���]���l���_������>������������%[���
H������7DJE���U���������n���}>���
���,[���G:������4���50������i���jaF<b���������e������R���������+V���Zs������������1������mmGS��S*���������:���[���>���������������*>������*���������*���������*4���(���������������6���N���������0���%������������[���������(���wh:���k������������&_���������������C����+������������O������!���*���II������-��������������N���2F���Z���$'q9O���������������p���4=��������������2
������!���+���w-���,���:���f�����������������%���������}���������������Unh���T������-sZ#~v'|���l���3������������3+���j}+������h���������)������Z���������f��� ������������2���15A���<}���t���0�����������������r���������5������!-@���h*������'���HZ=���*���������������JQ���������x~���C���������#������I���z���P���Pj������������������=���������������O���������s���exJ8������=���=D���WH���`���������������?V�����������������C������������}g������������<���>���:X)���������^k8���AJ/���e���������(vfq���l!$���k-���������]��������������Iv@5s���8��t���8���������9c������$���KS&B���e���������>������g>���22���]D���#���0���}���������=b���q#���3��� 6B���������*p������������;������������y��������� ���������45{���ke������w������+���NzqX6������X���,9KPJ*������y���}���F@������`����������qo���5������3E0c������{�����@�����o+������D���.���_'������7PK���JFe]PK������H4android/support/v7/app/AppCompatDelegateImplV7.class���}`TE������7���f���%������N !RE���BoQ���$K������%f7{������k���a��
H0������ywz���g������l���w���������YNE������������{���v������D���������Q��7o��������������
F���������������B������������]������G������������]>�����������������>�����������Z���*}������:!���J���������g:�����������������������������/������+���5=~C�����������:������������;���7?���������~���������������$������\`
�����������i��� ���������I*9���0H�����D���d���������R������fP)���^���Q���t�����R&���ei���w���X-U�������.9)|��������������r���Gu���I���S���|���H���V���������R_���������������.������2 ���������
���Ra���6H�����hET��������������&ieT3��������pzA������tE���&������Pil���6N���kG9���xm
81Y;Z;��������&%c�����6���	'iS���������dm���6]���fP��4���q)P�����K�����������TR������t���������������������B'���������Nm������X��������R'������?M���m������-�������MH�����.'$i+���������������������UI������T���vBy���pT���Z
���T������<���j��������z"������.������e���6j9T���Q��k~'\������������58���j	�����dBk���K���.a���4�����D���uTZO$���@���������������T:���JgR���,*���M���s���t.�����������t������hu!]6������������b������%$4���8���<���R*]F���������������$1WQ������������k���k������u���������v���Z���������MT}s�����m���������P�����x���������N������ ���nvjwjwW������=���v��������������-���������������O{���Z?�����������c���.������GH������������l������;������c���������	R���������Zu���������������7������ty���Z���������t���	��"���N������=T���K/���!���x���.���9������}���������	������<������������������~K���������.������_tj/i���������H���z���J���P���OD���W������kT���:]����������-*���M���w�����������������������������	������	���FFJ{��������}@5���������������Rh��������������C������.�����O������%i���9�����SG2K���t������������}M������&Y���������-q���d���{������C��������C���a���������]��9���)���c�����B���B:Y���EZ$]>���R25p���%������������.Ui������N���
������Dd���cV2������������M���������G���������C9T�����������^(���"���)���Do�����������.}i���~)���%���S���������H/
���2���CPxD���.������@��QL������ ���E���.�����R������r���2���:������~#������(]���v������bU���������c������8���q<=E4Y/������Nq���8���.������������b2���1������;������������$������b������y��$1���%������f���tQ������������������Z��!���!������|],p���������X���Kb���������K������})
���L��l���6�����������B���$V$c���d���V������'������K'���U(���d���������XXM<���������Z������J]���NuNv���I���>I���a���'N�����������.���2��������s=���������`���2���g���"���4N���C!O���,p<������w��������8���{���O���	{���������������������������U���k���0���zt���2���5X���T.ot74x������c������
���iA���/p7���������Jw������1���-554������k��������������y���������OdP������������D���!���S������
������t������S������V���|������v3�����������9G:Y�����\)���(	&{-2���<���
;������t2���<���������m������M������S$#f������������$���=������U���/���j��������q}p]���^=*Oq���u��������������EM������������G@&���g���k=S^?��������m���E���,h�����7P[w������OT���!������������������@TBa$���������[AcG^0����<���1��������������%�����"Q^<rK������0������M��������8Ev���!���,���Ax������N}"U���Z2������
 �����������|������7P8���)^���z���	���H���b������J���`5��������������������f���+������:������T���������u4���������Z������[KX���b������1���^Z���"������������&���A���g������t���jw���/l���������K������a������&<���A/���:47�����P9���������l$������~c���aE`���'n������u���Pl{���q���7���
ObpB��������4R���ZM���(4������������D���-������������������@z���7���������������4.1)���U���q���������������lU���p���7�����w���nDG���1a�����xt���u
9	Qc���Tc[������(������5z������������g0T>���)P�����H���������t9jD4HRC���Ze!5���������`X���������f���\w���������.P������`���8O.������DP���{"������������'������&���������n���`1o49���&��v���������6?=l���1���3&A���V#���$���S7T������+���&���g��o���Q������^?�����������2%"	qv���A���&t��������5���|������/���=������O������p������3\E���"O������������������55��������������}���Y��������wh���h������3kcI���u������``q8������������������b����k������4'[������U���1���Hy|%qFb���Q������l
+��� 1&&���_V������T_C,{���k���h���kk;������L�����������
��������������������$����������������S���<���a$:������.N��������(��v���]���@���"95\������{j���E���O������������k������Z������������W���dC������V������n������������#������f���J���Q���|Jc���{������m������t������$L���aO
���������������������L���qsD)�����1t���E���.B���������kG���"���k���h>P���:���4���	d���$�����������������������������<���-��������Fg������.j���0C����������e���,���k
#EN���������g��w������Z���*d������!���B
���TTr������P���^E!���n���=������}������VZG������
���@7��� ���Yf�������}Z������;���'���������#M���zOmB���A���w������Rc���3zJ������������hy���{l<���q\�����j] ���I������o"oZh���G���<���DT%V�����M���xO��������������������Z������]���m)�����������������S���bm���J���������#������
���o���Q���+1:3���������B������#^s	Y]`���T���XSk5���������k<���B�����|w\������*S���y���a���o]=������P���������a������)���ble���3���O������>������z]��������{Qv<���������������%D&���vQ���bpt@V������9���
������5���k��������q��og������������Z���(=������������k<������{���vY������������B���k���#ud�����Bz���F���tX���������tAW���R������c���;��� ���HV
������tEN�����8������?F���������p#���lb'���v
��;������������M���<������!GC���o���~sw������u���@�����������������������y������Fo��������)~lHPTE���v���>�����������c���D���VI���y]���Et����������������`#9_������L���&���������K���>)���Zox������-���Q��������h������teB���rd)hW���������QcEwI������������F2���i�����`���������&������I�����I���C'������R���;������:���H������������c���=b���\w���]���l���D}������������u������tq����������w���������Rx�����f���V���1���W���������������!��Vr���8���D��p������������8������q�����6�����=������X1���&1���b���O������N���������5���+������)&���������
������06������5�����"���'o���������^]����������������QO���������j,���g���
���+���8k�����!���6������4���e^���GA������Zo�����X�����������.���������?WR������������������+������S)?UG&�����5���5�����WYus���������������.������X������
fU������U&���������'Q������m$rz���������i\l4���������N������_AB���r���*��h������BJ���;-���a���UL���������j)��k3|������!],@)ij���������I)������ ���<'K������*U������Di���\4���^t���������������,���c\���U�����Z������5������I������x	%������$���1������b���.���3���o������EffT���:A
���+���&���I���fF�����:Z���d������������������Z������������p���k0���>���������#������D"!_?<:���g�����������������F���KZ�����������/C	Fd���Q���c������������,:�����������������EG<������������D���:���������������������?3���|���H������B��������������������������������l0���������������������u:l�������X���}3���������U���������(���7���u������_������`���_o���[���m���������a������/���C���m|���������`���al��dOl���o������C���!���F`g������������f���L>���V������"k������������,C���-���1�����<������a���������v���"@b#{ml$Z���6���E�����������������w:F|���:zs���!.���1���M���*|���������Tg���������4������������K���!Wb��������C���W���;���r\f������v7���0������S���������
���{\���������@���ta������V���\&������f�����d������/]���`������%������L[R1�����S������.t
���06n���p��������y\�����J���K���GRuV���]���*������r%���ta{���!.W��� ���������?s������W������q���������������4�������������������tq���!n7���hd���������`[���������������7���&b���#���Q���������GC���BL������}i���������_t2���������ClwR���w��������]������[���c������|���������HZ{���\������������5��8���K
������}������-���x@<���������![
���0{J������#������!%������T���\���)J2������0[���-������y���O������EF������]���_������N���0������PO���v���������}h���������q']Z������J������&vb7���������x���=������������eb���8�����a~���������h���������C<K���i������������Z+,��������������<a���������������X0�����6C���F���`������������dv���[���������������������4������2���q���vb���.^1������ofd?+d�����O5���������7������S������������c������W���������e��������Im���RJmA���������������������g�����T������:=^���'������x���.���0���]���~���ZO�����a������{������Bv�����"4���t���.z�����/%���1���3#o�����8���q�����������@���=���A���l�����������]R������~B���:���)���}���!>D��� ������$>b��� ���q���u��������������������<r���6���?��������M���]>�����������������!���$q���J|m���o���
���-=~G������S������~������A*������a*������%	X������L���S���(������X���5^jth������������m������Q9d���L6x?�����J������������0(���r������x���B@IQ������h���������`���������������zC������������������%:��VA���L������
������^���e���!3d������������~4ZR���������3���������)��0-(������������3���h[���a���2[������e���!{
$O/���k���<��������#;���C ���w������S;���,P���������c���������]"������I���!������@��������t)������9X1d���J���v���"4���`���c���"���I��~���!Kd���!������0���\���YN|K���(���\c���������x������2���p���a��r���!G���1���KR6$�����9AN��������<FN:r���������X9��S���TCN���������������\���l7{\9U���?���4���L
/���W���8*-������
9��������������	t������z���������y4�����(+���	{���=������.O������X������E_���{���)������m���94���*Y������S[C�����9_.0���B���H������
���D.������e���%���J���������0X���������������\wa;F���.km������������P�����ck���U������������r���o���������������������������f�����^����������������+���	���8��+I'N���'���r���!O&34������-���c���������*���!k��������%������������3������x���2
������c���������������%��'a������c
)���]���������@���q4~:��������������8���l������N5���B������0]�����L>B������t�����k1��������������������%������i���t]���a���3���Y���<���?���.��������D��O���t���������FC^D���.&I���
���������K������%	=������������s5��������������d���	���jf������
y���!���F���,���!w���������ngw���bG���p*y�����������u���'������������i�����������������n���������,7���4���V������m���0P���,o���F-�����k������_C��"���i������v���uv���n.���ik���������#������NY���.���4���]���n
���Q������!v���+���3���y���a������k���������A������!r
C���B���!���������l/{���AN���W���������{���=c��1���������HTZ���E���vR������1]���0$e"������J����������������n������m�����t���7������,TL@<���������H@������7���T���b������zV�������RWMd?���������-s'm���:���qQ��������������������Z��zO 2M���1���a|������4������/���������rJ���ONg���v������$���O[������Ou�����������������0���}���9E������7��������X���S=���a�����#J���ut���bz��6&3������&���Mp#���us$S������3F���:lE0���h������������Y���������m���!������������h���>���,Q<���%���<qr���{���R������������6���(f���D)���������������d��������������������h���x���t>ZX���������r���)OZ���������=O������0���������{���������6���g������v���Z7M������r���b&p���c2���V���S��,���h���:���4�����iv]���������9E���q7���R������l������{������=H���������C::���������������a���x'���/���;��������������"���t������Q.h&���������0������=�����M���A
���1���������_���������������������g���������Hr}p���,o������![j���=������Z���������
������^�����u�����������R������~���>������f���������u������#���mQ���kLx���^������B������������74���������������y���HKo���:���������e���#R���F���Q���������Px������c������O���)�����fA~B���L��������������������>���"?!���u������R���vuU�����f@���iX������S���������������Dl/k=
���Er*�����������T���f6���aP���3Y&���������n��������a������������uU������}������d��U������F���It6X}�����#V���|B,������cK���B���������fU���2^������������U~���G������,���������!E������������ �����������������������������#���C%���2;F������4������������s���s���������Mm���fz������F���'���������������O���H������{������U�����"G���2�����Y������P���:���c������������\L���?(������C4��������j�����������������evj�������v������1h+���8r1������������������sVU���[���(�����������P���=b2?0���������������y$���rVO��������n���������������P������Q���������o���ZK������&��������������������v���,���v=���y<���T���V������;UEO3`������������p��B���*J%R������U?�����������X���{���>���$���
���M���A!_���-Ze���Dt���g}���i+=kE���A���v
V�����)���Q"H���R���>���,���P ������vnX������^G>���|���UP%���@���v������G���������%���C-���������������a���j���4������\�����:9������*������.������Ef��������������������,���k��U������a@B���?���XNg���O������.4f\U~���������������Z������������������������	������N���U���	������o#b�����������*������9E\_���2���GU���f���#�����������j������9K|o���6���J���+-_���f=���v��qC�����[���T���3R*������9���m&U!o��������eo���������0���<-
������������LW���Dt:���������3���jt)���z'���z>~���������4���������uVY���$"������;������v���>�����a1M������hO������N���������,R}Q7;
j���NvXB������OD.H���>���6@���x���Y������T������������������C������+���*������"���e���wJ���������c�����#X���1���I2���9]������W������	v���"���@���������
���-��������%���������j���$���Q������N���?���o���0���u������f e������s=e
������_�����������T���b4���g���������t/jP^���j���3������o;��������������~���8������$%���"���1���������������*y������,������)^~���~L0~������E�����������k���>���)������CG&;���g������g���������Y%���:������k|>b}���������
"V!'���,������������5g���n$���6������M���5��;,���D�����
f���J���yE���OP���^���v`W?���0������{�����	���������pZZ���L���t���f���h���������&
���PX���:������V(UC��c��U���������
���������f
Kb<'���%U���74���m}_���T������������a������������Q���L���4������n���c���;[���6K������X���o���k���S=K�����������������Q+���O���=���2#U���.Y���J���9���
������76���������~������$������������>$���i���}�����������������Gd���������e~���v���K���J���Q�����������������G8$}��������`������.:������szW���~������������\���i���;������w������fo������$������@���2ko���j���T���W���������j��������������u+6L_��������Y���i)`	~3���\���i\���������?���'��>������u������������ZVF���g5"Y������������q������������h7D��������������������_?t���������&������K���$������wm���������'<5���;7e2������R$6���gk���B*36S���1���������6D�����������*W������E���c�����������DYf�����������z������8G7���#�����������������l4�����M���Q���}���5*_�����TC���w��������X������42����������������������$���F?R8������t&0���q?dA���sb>���#������0s������������T}���������H���C?B���������!1������$Y���������G|i���v������8���:~W�����������#g2������Rr���������M/���������p���������|1n���&	���<���������F������e������D���'u���lW���uu������V���������}}���o%1���������F������=}���/o*������2��������R8���0���Z9@S������^3������V���n������	���}G���1N���������e���@e���]N������������X���:��������*M������������p������Zu������Xkf}���S���QXh�����"���0���9M������
���������������Ny���b������3V���F���������L������P���=������6yj���
��q'���Q���������L1��������������������������������_}���N���������@���O���Dh
t���wE���k�����!���������������vt���^}��������������������#������%���?�����Lt���������.���	,M���O2^#_&���P{������t������5��?���4x���*���:y���*�����N���hU���������b������bT���>��<:.]mgv���y������P������/J0`���I*������s*����n}~��������5IL������X2���������`�����������������������r���.���c0���X&���������\�������c���C���oe���������vv������ofw������������������U���������u������=������������T���������au���=������������vu������S������������������j���������.u������W���v������	������$�����������/������������~/{F����������������^������c������������������������W\RZ���F1k���������vH���*n���������0A|���&P
������������3 ���c�����bs���;���{BK/������������������������������������p���?���W������o���7�������������������������vA���>������z���-���)��r���@R���h���������������������N���z���&(���[������B���ep��������3@&{������������fC9������������DH������r
������P��������� *������c���x���A���$���W���NU�����f���i6�����������8�����_������������T4������P���gn38������v���H������U������-������������M���4CNL���>m���_��������
������t R1���A}���(d������������Xh���������
���`T���n������v������ai�����������������������������_��&6,���!������j������������h���~sK���B���fHmWUV���6���4	���������}���������Ba���>(k���AU%���m0������
C���T���C������������������BI+���n���l������
V���eQ���fB&^���F������"������x���`���a0���1���������0^C������������������[������7���|���.4���{���W@{���������D���T��������������H���p���B���hb���L99(1FY:������o���#���������<E������!���bsq~+���'9���t���HN���=]*���������������c����� ���?!&���0���������	}���g��������
0���)o�����i���a������q8>���X���Zo���3H���/P������������[������w������dC������0l�����������������"`�����t���h������N���W"������J���V������4QlA2���4D(J���tk	N5���9K������������D������/������Jt������	���B������8p������#������?���Kk���������-f���������
c��������(���������I���w���Q������A������ X*Z���4���a�����e���@���i�����	[��B���11d���������5p���7gakj_�����]0!������w	K������a������"#��������������������������������a��������;���s���5���qP<,���Pi����� Gw	D_������B ������������1d���
��� ��� T������@ 2������������68,p���w���+Pz"��
AP�����������������/���������
F������66m���\D������������1���-V������]���P���������# ������Do=:������f������[<���=d���������%I���7Ae1���3���F������[Y���&o������b������)X?���l���V���F>������X������`���\l8c���@������,���	3���Crq������
������B7���6������xT������H���C��� i&#���������XL���l���g���0�����l���->=���hv���������x������\�����������-������(������������9������P���������������26���3���4������������$���;`V+TT��������0gd"b��������%o��������������o���H���~������-���Cm���:'���E���X��������[5������'���c���b���j���%4������VX�����������l������m������=s���X���P���H������������-���������[���+������������������j������	���h���;������<��� ���\���'v��h���������$��������s������ ��� '���b�����8���8�����l������,W���@
������A���jw������E������������d���w���jUS���.���jd��������HR[`.>x���!���8%2���H������5��������������������A���)������������Q���������T���i���
!e���aY;��������	^������������
ZaC���if9�����������%T>���,{���|���Y^F������
g������9O���������y!������*������k���������v���Xq��������h[LJ>&������)y���.���������$2������	u���$O���9Z������-?~���'y+\���'���������yr/\���������'���������������V���qU���h������	���kZ�����m���b���cQ���������.E���������������h���O������q%���c'���T���
*���������j8���������j���?������
������dk���B�����p;nd���p���l=������
���$;������s���
v>������.���������F8���.�����
�����b�����������������������������$v3������6���������V���nc+���������Fv7;���������l���4���^���t���h=^��������[���'{���`��������|���������>���3������������_���>���K���?���	���S^���������Oa_�����������������s������|5F-������K������%X���q���Qg���*��������T������������AZl������~6O���N4W���C<���h���b?���T������|������4���������<���2 ��� ���yfvff���!���������,���g���ct������������������=d����?���������`������{b���~}p���^<�����c������S���5���������H���h(���lS���X������OX!n������>���Y6F������\r0������������������
���������V���)j�����������V������6-������-X������*��v��������������[���w��w`���f������N������N����������������k���Q���h������|o\x���|J���������`(�����<&���P���{���2������yo������|X���������y���\���|���������{���`���������V>4���3>l���+6���������;9���:������a4lP������,���/C���bL���2'')���'1)������������*���������>r�����!%?�������������������b3���5
ml>e��+������
sW���0���X�����>���{P^0���y9���\���5R��������b]���X-.[������������6]WC���^^���(���9|$������a0'����O/���k���1��� ��������|
�����������|���������r!���	������������r^W������p���7���p������������w���^F������![L������������59'���(������������uE������������[gRWQoy���Y��eQo���E���iq��D��� ���������K���:���������eY���2D)3{�����2�����������|%������'���|~2,������P���k���$���:���:������������?���d���������������Q(M�����0K���bd��d7<H������V(	���*���C[T���|���>H������l���[8���k@���>����������������� ���������ck8��q���������i8���@^h������������WR��R���ye������������3zx������o���5_`46���l'<��������c3m{������"��������\���|w:w���g���������������|���h!���J���4���:Na�����m���������U���A���������������d���S=W������������������V-���`�����������K���K�����'������6)���*M���pD���\������`��K������4��-������������$������(���!`���!l?
sm9A���	���2
���������������t���:���L��������z���������	J���&���~���!������ ���������U!���]���0^��!i$R���u\������:������������c,x���ExI\������d����"~Rls���T������t���5���c���xk���������������������������������z�����v������������Vhi��������6h�����������2tC���Z`����������������������w��������������[M���������X4���������A���|/�����������=|+������#P���E������������v������1t��j���5���=���E�������������2���|���8������1���d(B������HK=cu>���	���������E���������"~
���������fZb���:���-*������{������{!���?���������\���{��~V|������I���>���opX9HJL���������wtEj��� M{�����MO(|Or���Xe���������M���u{���=���������4������������];%G���/������������	z���N������3x���������������H������Q���������vE������M"I������������������s���������-���4>������������������oZT���f������;���
������"���������j������b8/QB���]�����:������������^������[������O.���������m���DC����������0���3?O ��������������*��������������d8���>������"4������N;���������,������n���4���~������������_���ax������nxO���fX���������������?P��������]���!������O���������Q���JP}>&(������
������������������������V���������$Zf���)��������\
���0>}�����0������T�����������������,/A_������3/���8���*L������������
���o���,���6z���w0���������������������]���
>���3������p1���\���?���M������w���v���O���������������g������9��������������������/���|��a���������������Y_~���
���?���QZ���e���Z���������b��\V������a^���/���k���XXs���������.m ���O+d���h������c���`��
a��������������������6���}���Mb���iS���C��������J������L_���|���0:�����f*������X���Zy@=������O�����1���ToY���a:���|�����>|������4���vX2���C;h������������?������m������������������#������Yd"������
`:������R������������1������������9������$������������+������G���cG\���T�������
���lke'���d�������������J#?���U��������4���2fE'������E���0���3���=������V(4�����,
������������3������}������������Ua������'[������-���m���h���������������1���/������������`D-_2���������-������h|2���b�����'I+���������������������������PR�����������R���o���+rD39������W���a������������x?:m������	���8O���������������=���������������������W���j���j K������������S���D������p���������5���m=������6������48^;Vkg���O;N��������v���������,���T	z���E���a������0P���Gc���T�����]U_l'M|	_���|~C���������a���)������ ������:���������g���Xe*���������E���U�����a���W���T^���������g���e���L���X���
���o*���7������!Y���zj���@���v�����D._e���5v���������XL������#��������� ����������������A���������������������=������MFO������fPZ|BD���+������*q���3] ���������>���k������o���+���7��������������F������������ 71v������G���kJ������������
9������@���	j7��� mk���@���vr���v�������������k������Bmr���~X���m���)P���������JF������8���������J���*+m��T���1���t���I���`(�����W������D������X�����-���������(���?d���9g5[���ER���JZ���]���9������������Tx���������mEt���������=(������"���������,�����Q���m���0;���p$���G���F���M���;���r������X���d�����aK������5T|���(���������������D�����	S;������������8���#���QzK���0hc,������X�����JJ1������q���H���������V���E���F��������������QV_���������+0^{������C������Fe.w[+���sy5���Qd������v���5UW���=H���t������Y������8���x������:,9"���n���l6�������X���P���2^o_9���z������F������7c1���6��������J-K������Lq/CELE���/���[������f���[~|���FqI������g$���_������������������4QG��������T���"���s19#wc���������K������$4A���y�����������g�������������Z������,ie���~���~���w������-��dK�������� 5������d3cK���������������I�������v���qJD���N[d���'	
������Q���pz���<+������������	���u���k���S������������������EWG���������J���������
���E2���'d���������j���I��� 6]������b���������>������������ C��� ��������=������,n������������������������^��������������8��� ���v3���(���,NhEp���(�����������B���oC[I���T�����������l���=��{���
���`������/DQl���!P���Y����'J���0���Q������|��	������imO+���"������eg���������o������������������������r2R��������59������l���49�����������3w���������<������jt���`p6���������r������<���`?���*!���L;�����������������7���8x���o���1X������������������fU�����������=���Q������;������8j�������������Z���_+sQ������2���Y��������������������	|5p���N���0���`���f���A������0������K���c���!=/ij���z5������R���2��������!���P)T���xc���>���C7k���}8���c'+���1���F������*������J���rd���alV������2���f���a������X9u���������-l���*���la������M������������Fk���C-���HT������������i���?������������S���|Q���"4�����-������QK���(X!FCP������&1��	p������������������21���S���1���������"f���#b<)*���)1��� *���u���>���c������-���������bc���������b���+Y���8���
'���������dv���X���*D[(���������c���������E���5���Fv���������������l���8���= ���b������l���.���Q���~3������|���`���q!������a���9������8������������������������Z���������o���V;���������3Z���������<��������Kb���S������$������aO(������TI���/X������������������������i8[3H���L������~m������3,���?r���������(���L������������|������PEq?+���js���W������:?���Gox���w������������\~���e.N������G2���%������������1%���l,&���;��66������,ca.���a��y���C������r�����Wl���1���.���4���,,9������X������}�����`.W������n������Q������W������gv���������*������G�����J�����c���B/���g���j���a���9�����������U���"0��������������l%����������� ���l	�����������L������e���������������l
R���F������zF��������|*T������������4|0�����������3]������f���2�����������������2������fDUf�����P*���������j���"������Jq���7���q#���������!n���������T�����K���������x^���������������h������������a���D<
������m���;������x���5������d���_������D*���vK��6���~���������~������hs���������ZDUb���z���������Q#���i|���Yl������b���������s������b8O7ZB������������M����RZ���AF������������ �����m"���������Q���B���L���zA���=yr���i6���i���9���d������'���<w���}���������RZ.������"+���zR;;��������������WV������*J�����������r���I������F�����������	(O������4���{���X���f���g`���x������sP���~���Q���6���������Y���E���H���W���?���������Op���xm���k���M������������h�����g���_lf������j���@���~���Z?������������$��������-�����GY)���A������������,|���,���9�������������!2���b[������������7���+M���ZB������cAu*B������l:������vVYU���<���������)������V6onI)��������<���>���
Gi�����������������	bl���1Z������Co���O/>���a���s���
_ 
������	+m,+-,���a���{	������
SAf&e���|���_6���������������
+������cgl���KP���������������U���^r/-���bA)���'d������@a7��������
������������5��e�����������rz���J{-{a���&���*QF���������������p���I���,T������E]���TnX���D]dRz���������������H������`cz������-E���������lYLT������������������rK������e�������Z���l���F���������������D���VVU���Z������e���R1������`p������#a�������������@|[9A������V������fY���;�����V���������F�����*).i������b������3s������������B������������%~������
���P.0J���0E:���x���
���2���2�����������7���<���"{������/������~������t���r���-������������������������,e������2������-G���\y���'���a������$6B���������il��������������X������`^9���������������r���R.d���r���,������{���r������<���=*WD���dv&W�����������������n{���������/g���YF���xV�����W"V@^rR���������
m���F��'���I���a���2���2��$���9��������������������0���=	��g������9%���������pJ���@T���k������������������~r���d0������l����������������������3J3|%��#CO��������'���.WA���������TY=e-���K���������]���0Zzc���{���������c,���������)x$���J:���i?�����b���;m!���������j���PX;���1���J���)���������T���������������_���VokSi#F�����������)���1������QL"������c���@&���4������;f���@������9( C������������ 17e���.������������+QQ����������������$���
���K���������H������ka���\������������P���K������J���������x������@H^������p������.���W���l?m���i���1"���X���A9���1���P��������p���6��� ���������q������F{������lk���/jy
���;���=[�����(c���]���R���������E���H������B������
���M6Li���f������������������ko���������Y���Q���j9�������7������������O���eb���������$���	"���0���8&���<.Wn���	6g7AS���������	B������v���7i���l���y������X-���a���E���/���������I���2���E������gJ���X���������f�����u���/���������JJM
������f���I���������T���������c������������b������X���u���X������>Q�����~���-H���[!Y����������0N���������D���n���J���V8K>
������p������7�����Y���;e������]���M������m|m���S���|���������������8������@���+_���O������������U������2������f���IE"������|��������������eK��������2���~���9/���@r���!XNv���HO?������&������������������������������"7���l?������^������@6������>Ek���x���i���F�����������R���������#O���(`f~���������������������|��������WQ0_C���|\���$��������}!?������������H���Ob���h���������t������j��������������J���Q������������������������y[�����'���M������"���8I}���Wi���iJ@z���$gy���Z������@���-?������F���V������@������ C~y���������O~e���?������0V~m���������L���D6���j���d���������x5���������������l��E���.ZW���d������������������������V������������=���^���������da���U5o$���=���7������'?���NQ[���������ZieO���bkP���������0oY���Hs���%���,���������R���������|UjXM��|������������?���39���:e#���94������6���������'���Q g�����Y5���oQ������S���������N���������#*������h7#QU1������@W+���}���?h���������������Tb������W������F+D������&���e�����2���������������V05���W���gm2���������Yc������#���
9������;R �����#:z���pG/�����i������P���������v���9L������������A%RFN������
���������RZ^V$c`��s��������
[^vHqe������������iQ���Y�����gLZ���������0XrT���������w@���!���1���;���`GQ���3b���;$���`������������X���������~�����e���JM������YCU;U="���o���vT���2\K�������K��N���K~~���������|���������/������N���������*���\���h;.���������P���|(������0���u���������1���8F@���c4���r������	���qp���c<LwL���������c`���c������8<���������sL������~o���%���:���?V���#j���#������"���?���A������M������d��������d���a/Z,������������������tk���������6������������v���i]3������������~?���aJ������wZ[-���N/'H���������������k���{��c���:;v���3i������V���W������^������������������1V���������������9���a���(���)���6vn;���j���S;���y���������Vv
J���������=9���������Vv!P���:Z���L���K������6�����^3	G���H���yI������"*D���JB��	���H���������YP3J)������A����������������� ������f���t������:���h������^���U���a���������c���z>���t,@���]������%0�����nLv,���9���*X���X���' ���O���5���������4���*8���q2lt������2G
\���;hq������������5���������:������#���;������������������8���%9���b)���sX������\������8������v\������96���!���K���0���e���X���yll%2���u���Uk���I������������������r��������N���+���NZmD?������-������V*������)���������eS������c
���m�����X���8���A���Tq���a�����������{�����������)���X���\NZML���i�����H������������Mc���I02���O���4���H������]���/�����������U������6v������qg��V]Y��������������e#���;s���(?#i3d���������
������������m������H���T]���������[cx���6������p������u��&���6���s��&u3���������c���R���������E1f	���`v��������/2������:���@{�����������������-1E>y������Z���?��������a������,u���4���������b���B+������������KW������WR���������:!���l��������������]���d���������@N���"2���{���������(���rlC���������Wy���hZ������0����-��(���O���2������p���co���N���0�����������lgxu������|g������$���6���R���v������������������������������}V���	���tZ��=ao2������[���������p������������q&���G���W������J���u������H��V���������.���@]������h ���������u���,������qa���"���y���@OL���x������!ag������������G���r'J���@n������P���������������d���������J���������������k�����&���#%������P���W������;������F���7������:���}���������������tX'������\���������03������qp������8���������D������-���������������X������?������^������������@������
���X���d7������������&������������f���*���9(������}���������?������W[���S��������������7�����o!�����|���#��������S���c���;���d���d%,��������0���������=C���}���Hf�����6H���'���<m���������~4���������}���������}������������%���GH���C���x��,>���������dy���|���������������}������������?PK1-n���E������PK������HRandroid/support/v7/app/AppCompatDelegateImplBase$ActionBarDrawableToggleImpl.class���V���SU������$��t������V(R)���XB,�����`-k���*���h[���n6;a1���������nhy���������G}���K}Q;������Q��������������S��������%|-������r�����������������9������������������9q���������2��������q1���h������������k���,��0Sq���0!���t������0osUA^������

Q������R���g���*������Y����������������^�����h������������W���OU������}#������T������g������������i������%������������"9���l0���L�����������w���������������,���:���.r������`1"���2���L���i[S��v���m���oW*U��������-���psU���y���mZX���1���t���c���_X2V������N���*���:���m������Lz���ATq������d���V������- rg���!������������f���������������������<���|M������5���Z���gH���������P7���B���9������;��C���.-_6������Lo���������r^4=S=������������%������c������G(���E���������pG&M���,C������C�������������T^���J������l-0������
O���if���=4b���51������I������90���OQ����������������Qa������?
��h���\��b���[���xvd������r���p\E���������~���V0���b#
������X���;*������
7qM���-������}���������@%���������������0$���:��������6WZ6t_���N=���I���$������!H������#Cl���������I�����������y*���2������������u�����������G���>t,���+�����������������:������M������Ui������R������]J���h5��j
���������������6���f���������������H������������������t���3���l������X?���#e���������������6���������������*_�����������������Fp���������������b���P���F<���S[���.������ke���������������:B���������SoJ���%������/���������x��������������,Dc<������
������C������iB'���(���>CYU~���q=������$���������\������������",���g���F������������B6���e&�����������j���������������}IH_I������:J������$���^���"����������������������������Q(���e~Eh-������������Cu������:���=���wO���?^���n"AJ���*�����������H������K��<z������������������u���6F���<���N������>B������������B`�����������
g���7���:L������������
������7���:q������7���-������������v����������:D@,������(2L~
c���(b���o!&,���������������������
���������e:'b���������mR���zv������g���GB������T���L*���wd)���P������������=������7���������A���	Pp���������o4���}������������
���(UhR���Gq/��]������/���Y���Ig������1������Q������������������������6���������PK���$���@������
PK������H5android/support/v7/app/AppCompatDelegateImplV14.class���WmS���~���������[���������8c���&qZC���`���c���'������%������K���������Bq���8I���6i���m������������o�����������L=�����L������������s'���s���!26{���������s���s���s���]������������������q���1������H���"������xbz9���l0U���������+b'���#/���x������Q���������(������r���(TT������+B���j������w������^mE������x-������u������8���}o���3?���?T���#o)���?Z($���|Aw.���V��$���\n^O_���9������-iYF1������K%������`����������������hjn2���������sc���
��������E=�����l|���)���VvXA[��J���n93z���l(������+f������.8������g���������������ne��������������������]t���O������B!������$��������������������v���������$������	>wuL���*7t#��K
:���g���<gL���h����������� ������������������T������:������m9���������b|������m,���F%^������p3������������n���F���7!q���J������1Y���������i}>g���p	Wf������)���������Y0��������6�����������#���/���#���FMWA+���j���������H'tl���@���E��� ���������R��E���������]���]������*������X���K���������IJB������)G���n������0y������������	���������JQ/l������������l������d���V.Z���������������lw���`���p������i���8���:o���%���j���-D������v2������~r���M���g������y������%���Y���
v������f���{���������ey9������za���&�����������Mq���e���}���-2|!K.������rQO������M���Q���������8���������������R|������S��������������F���.���F������i���4���.�����3������bm���������3���!k8
m$���������������$8%m���6���4���������������i8���������~���4���a������_RoZ����������Y������\^���|W���u���D���sY�����7a������=
���O���3
������
��������90��t*���7���?���������1Z1���������nE��������X���*���kxh������K>DR���y���h���k������������D���
������y������+,i���5b,���m��� ������F���2njx}
?X���4�����������7�����8������
��������������R���yhhf���k���rdcl���"e������oz6m���������:������v���3.������\}A���������`hM������x���������d#zl������+B���j������6���/����������������i_������������N���uq<XW�����F���"h���������&b���������lV���q���������o</������E���T���x�����`���������BN���:a0B���������AGD���7���R�����������_��������[$���-�����(������������Y���AQ������N������5r������������Rb���oYx���������������B������������%������_������1>������H?���h������6
S������������k���	@���=������T,�����W(-��������p���������5���@9������X���w������������AKh���&v�����������
���D!x������wC|=4#���������������p���F���������J���g���p������t������A������������<���K���#uJ���5���Az0���}���8]������"O���c���
���
������Q=U������_��������L������uIWW\��J���s{������R���V=���Q���M���
_���������DL������5���������������ULW���c$�����������*���������B5���{���8������������x�����"s.���������0���g9���F������*R_���sD���������S���1���I�������������������_���Gz'���T���'@F���9F��������������������������#���3������3���.���S������,.������s���I���b������3������\������Z������q������O4"T������u���^���(���"������J���]���8������O$���������+�����������v���������z$������,���E������L���V��������	���������������"������V���n>���A�����\F������������=���������Uz���v���
���������:���]5���]Lk]Qtr���������������rIF������;V���w������
���M���Agh������qo���w���P���|������q_��������������������5���^���������������������������u���^���������#]~eo=���b,
���������.Yt���������c���z������������������C&���#r���c������	������<I���3������yZs���y7z������:f���G���������y������^���
���3���
������������ax>GT���7U|K%KD������Y������?#[������Wt���{���������l5=������������������i��������������\���������������� ������
]r}���H-���*���
������m���������PKA������vIPK������H6android/support/v7/app/AppCompatDelegateImplV7$2.class���T_OA���-\99ZA���
���X���-���Wi������BQ��HbI}���^���rx���������]K���0���wT���"���������w���8[���H��xmvnvf���7���3���������������O9l
C���]������P���DJ���m,	.-���=A2���h
������/cYFNF���a(���3���x���![���������u���o���������Z{U���]W���p�����t���`���[������������t������j���l���L������r������������*���Tt���!Z6m��������qoW���Y$+;���nUu���������P���2���A-���6������������������$���!}��)���q���&���u�����������A������y@P������h������@���)��������������m������a3���6E������%������������88.������������b3R	t��������v���T������g������������]�������������6���m���r|���nl���`�����x���b���*F0���"������2���x���������5<Q���.���������<d���2���*���1C���N1���f���vC�����s#���^���(;���-���~������W2���|3������m���U������C������do���^zN���iO������N���������<���R|���s���N���������������}?��������������~`%���1������G������%���3���T������������f������6��� p���d���q������
���s@<���D���~!������E���E������Nab���������������D������������E������W���������^H���������w������u��������1N���*xB������)���aB������Ex���������L���������o`���'���V������	���&���$���LHD���h��������������>������������x���������"���3���������+������5���������*���Y\���D���������)���
������AXQ������$���$���������`���+��������-������+���|���C.���U���W:������PK=jd���PK������HAandroid/support/v7/app/ToolbarActionBar$MenuBuilderCallback.class���UKS���P���nZ(*������������H������@���Rp�����������!���-u��������q��;wn���8���������p���������xnbe���fqr������������s���_������BAD���I��h@<���
1���������#B�����&��������^'�������-=��������e���������1U+���%���2���4{:W���-sF���������4������zi���a ���Y+���������OYy������<������|���������������%m��������y+�����������������������1���f���Y���)���F������)��� ������c%m���47���b���h�����lQ���e������t���oe������s%���g�����������+���������CT���}�����������������R������NF::i3������������!Tu8C	Mmh���:���k���������h��(������Vp���-���V���������;������'	!������'���df������������s���(���������������Mm[S��������F4���QR�����	L*������)���
f������qG������*���������������x������������������3���U���������.���mR�����g���z������������a���sj|������~������I-������Ej������D���������{������f�������������� ���������!dE�����:���s������j������>oH������������������G���U������nX���\w������*#������u\0���������P3������2������������#���?������)���&B�����������Q���?
]&Q���jp���������������nc���������Ewe��������x��� X($z���^?$���2���z���f���4������������?C���������������fZH���)Zi������1������A;���]q.������}B������������3G������������j���Q'���;l���p���$���E\r������9������O������������s�����]�����������]���>���G���������c���R���'L���aL���+"&������Y'������9������tH/���^aBz������������������l������������������������������{B������]q������%������.������������\5������>ca:���z�����������������u���2������w1���������)������@==���������PK������E~>���PK������H.android/support/v7/app/AppCompatActivity.class���Yy`guow������1���a������!������������+���rb���8������D������c��e���I���������v,M������������!G��������I���!4���P���0G���
������B���J
������P���-I[���-������������������h���;������������C���|������{���}���\}���������������������}Ut���~VI������*4?���������������������������������^���_���������K���4������������F���^���}���������4���������u4L��4!i������������Ep�����������5���������R���U���Z%���j���F������"������7���\��aQG���q=���x������6�����-������Ri���Y&������*^���+es���4���2\%�����������������*^������5>GfZ������P��|���4m���l������������������5���l���f������m~:���������������������x+o������i���$���^(���v���w������������������K�����������.���/������R������5���c������3������h<k0E�����D���6������\*e���������v���S���������T������O��3{������*��������F,������1���������������������������`j������ae1y5^e������������s���#�����C������,���t������L������������;L���������b
���mb���������	PU��������������a#}$>������������������H<9O���2v'#���13������G���������l���7m(��������v������'g%���F���P���8���01+������[#���@V���n���������'���E���8rc<���������xS������5!1k��������=O��������������,������m������
s���{��r�����e#���^�����������2������L���@���N&������J��m���3���	4�����������z���iP��������Dgv���������\O
��� ����� ������f���t���������0������1-���������Y���	h���������������Y��`
���V���q1a���;���q������:Z9���e������d|������e!���������u>������������U���E���S,D&lC�����������-���������,#�����g2b:]A���s������������\���%I���]���rQ7,������O$
������;������c���h.���x������[���F������	���`������������2��������9:Vy���rY3������gfR������������+�����������������E���������)O������9���������i%���������IqT���0���I2������n�������������������mK���N������������dEMm��������������������������``������r������L��l%������ J���&N�����������L6mO������l���M������4������!>���Lb��������qS�����r���EVv3-/���[F���
���ir���8,K������Q������>������a������>���������O���	���������2a���i���<���/������������������;���J������z%��������}������X��������%���7���L���$������������;c���,���/������=���e���1���b���m9"S|���������_���.#j0
,���������]���z.���#���������
�����������������>������������Q���f���9$1���L"��z\���|������
������T���������^�������������������������g@MG���1+!���t�����-���������������#`������������sA���)������~&up7���O���������37������B���q���2doSO���L&7���
;������-r./m���������KJ���������������*�����2���]���'���XR��������uv���<b���\/���pM���TL���a���~������t���$s���������Hs���V���������0X���I���fpV���g��������s������`���1������.���������-vR�����������|���������������B���I���T������W���y���������������������������HT��������1���-k|��������/Z@N�����������v���N���9���2,ueP���Q���G��mX������Cg������M��y`������A������+���.������ja���c���c������������b<;2������������V���r������'������g������r������0e8'���9��������Jd]���������"������P���=���x������9������f1���������ku������:��������������df���:_AOh<������ ���y���������Q������NI���)���
t���u���RN������iR���[d������U���;t���[���{���^������&���	���t���|
_������u|���N������M������������������������H���7������a���:������N_���'t���������y���>���s���
���������Gu���������=F������������<���c:=K���������
���������&�����������%������������o���k5N���<������������Bg[���������oi���������&N���������9��������������������N/������t������P���Q���A������������7���<��h���������
���V���M���I���������������!]IW������"��������������������e���r4;��������)q��fo���w0���-���`D>R���+���I���G������<���@g������Et���-N���)z���������i|'������7���]���&L~������N���dh�����������������B���im)25������������,R���i���3/���v~13]���������������f^������������'���L���8������E+���(���������������O0G�������Z���������j���}x vAD������
���]~}������������Q������������3t8���������kQ���������V��������3���L������������>���������z	e���D���u^C.%���@A1�����������r^d���hi`������"	zR���!������������V&���+N}���T���������k������k"���������t�����Y���fTI���u6���^���������KM���\	���T���������Y�����������%���
���P���������������������c���������>&_qw+������'??8������E�����
���3N���#n))���9������L`���x^���yI��� e<kH!Y���L���@\���K���Zd]������<���>���������������L#���)�����(U���/
\s���+_���M	k0������xf1���'������c{���n���Vif������G5���������Gr���������p=�����M������k{���,N������q6���</|.���{������������s���E���y���(���������t������t������PH���!"|���X���/������E"���o������h������h;��������i���h������U{������9|���v�����������������8
������4;���S���������NS������c���"������T���N���E������������������iu���������(6U���\x���*OP���Z������Zn������[������^*��������Q
���f������n������������<
ek������]��g���1P[���G���/Dc������������k���M#S���0���P��������$���.'{������������M���I���6���F]s5`���������UW7:�������������y���[���*������j���{C������HQ������/������aZ���^R���]R���������c���{������������*���j?������������y+���A+\��������`������p������]���+]Z������r; ����������������&������\:Q���������������O���=t������:A���5M���b?m����������������������z������}���K���������?������~������m���6���j1n?���5���,M���`K���x��������������s������W������I���N���K��������������������?���������������E~���������*������������a���u���������c���4������������4k���+���|DC������������������a���J������<*���A���}������������V������V������+{
o������������9���]��������������U~���9���������~2Ost���e���+k��������������N|X���
���b)������K���v������p���_��������������������������S/U���K���qW������hS���iZ7Ee���������n���������������9���Z������������������M��A���mJYT���������I��|���>������������P������������������T���Ex������Nz������Nz���^���pb
}������������z���������h������"���A���\���u���������������p������@������������!���������5���_m���������4mt���/������&8���{���������������Z������Z���������������yTi���#���I|������������������Q������s���������'���o*���e~#���O��������������c������0^������8������������������=���c������y���������
���	X������y���������������%���������b���D������x������!������7���<���}���-f>���cx���;C���6������X]���K���������������i-"���SH�����������������Z���\i���Mg
�������������~���(���_!������*���EeBA�����������������nZ;n���Q���=��� ������P���������k������pr������/{���E���+Bn ���W���A���}�������������������mQ�����)���=C������G!��f+������a���Tq{/���Wvn���������f���m���cp������.x-�����������J������������nj���{���������|������;���������v������:���=���������������^���������y���������������[x���0[IO���ao������^]HO���3n���m���������ABX������j���5
������5���������	E������g���9W������������*;���
���D������*L1���������]���ry������]���s������=��������������y���������������������k���������3E������������Io��������~���g)������������������k)���j���z������;8���zA���������np������������
/���L���_������|���v�����R���]���gx)/������������L���������?������Ux�����������@^���������0��/6"?���������5�����K������������K<���+������U���������WUC��������������������r���R���=O!������B���{O���������XD�����4 ��By"^��������k���'kG���^������\������s�����������Q���������v�����������6M{���v<L���b���wg������E���yH���#������lJ���x���)���������S���/r���56G���z��Of���jV$s���l������������4j
U������P5������t���ZD]������4TK=���z���"���������B
te���������i������������������v������?���jO������!������������7���(������p���UZ������������O]^S0������������gh���5D���@���WE������8MN���rgQ~���Xq���������O���&Zj���U������y��'���

���Z��������������V������?���M��h���v��j������>������������������K���������a^���=���p/���������>���G���i���������WR������PK���X=���*PK������H2android/support/v7/app/ActionBar$TabListener.class���PMK���@}��������M[�������������������������������� ���z���&CI������������������y������������I������x���������y���f������}���x}p���c=B������9/g���I\J���������T������}0F���]�����#,N���l������I���6E������2���^G\���M\���������e;�����_���U������X^������)������e|���L������������v	������'���a��|cc���������z���~k��������Ka%���:������p���O���i���J������:������A53��������������Z���	���}���N������������������������������������;*T������gtkeK���Pk!���@'������OPK!\������PK������HFandroid/support/v7/app/AppCompatDelegateImplV7$ListMenuDecorView.class���VmSU~.��%,%@yI4������n������EP���"J���$E������������������5Y
���;���(���������������������3N���8���������?������������x���fI������Q'������������������<���{7���������_p_`7������B���cQh$���������
���Q���\
���zSXoE�����������������V������&DQ������nG������������57���g��5������XF-���l���r���������RN��������m���}[������y������5������������fu���@���7
������������y���;������ez������rE���|���2U���h���8���p���0������������c������j���������3Z���t���Y���C������MIT���0R6\������������:���-���j���C���d������)65���������vN���������RR��������!�����X���p)������������G���������p�����J���;���2�����4�����ah���������o*������=n���%Bstn{���VKo0�����T,�����.{B���}������RoW������������%!������[#���c���������=���Z-B�����%1���������]���F
w������m���&���������a���T������������������=Z=������v���)���E������������.GPR���	������QQpW������
������w1���g
���aG���.>WP���}������������[+���w���soHqh������<������m8���>/kGV���F���T������x��������T���)1������`N!5Cs���h������h/���5]���������������������p���������������z���&t������P��fju���
23,������7A���K4������(��������-q&������7n���\O������{������������Rw4���a���n������N3^=���������W������/:&������F���k��������z��c=B���g������b������a������$������!zfg�����������'Z���a������a���������#������2���7A6r���%L��������=&nP���t���������+������l���������"���	���g���H?@
��� c����������������N���8������������}������Xh���^$���0?R���0=���������|���4)���O���IF���.J������q������3	���������^���.�����>J���a@������a���:#O %OB������������>������FW���R������1C���$���;l���-K�����������J������y���?������������^���{���"E���������K������1������1������q������������������)���s���Lgb������	������.������������61������I������������I!'���~X~������������������G���������@������I���3tpf������������e������J���Y������������:���>g���Y������	������
PK������������IPK������H@android/support/v7/app/NotificationCompat$LollipopExtender.class���U���n���@=���\������������Z���[���T%D#���������J������<o���.r���������T������o	���������G!��	R���Tu�����������������3������~�����������4���T���(���;���;�����������������������0$��=���dGL���\W���������h���3�����g��������}n���qW�������������������J������t���������=0]������m���n������g������V������W���������G������q���ap���1v���/��>���������;r���p���t��������5PQeP���5H���<
���64���j���&$���}#������H}������'���ve4������d=������j���C������������9TQcC������������x���\���r���`X�������������7_������������N�����������AVG������������&���h�����������C���:���f���~���'in�����������P������1���������������2U<$Z���*e���A���0���_9uV���$����������N56'P,v���������+'���R����������������������������Ho���������K@	���L��������� I��T������/���(������5G���i������������<���������������(���y'H������H|G������)���������$���������}������c���*��`!������aW������9���������&I%������_���������a������n���a7C���[T�����������E���-`������������h���|������������
a������\Mf���PK���S���6:vPK������H7android/support/v7/app/NotificationCompatImplBase.class���Yy|\���u>���3�����������h������/X���������������lK���A������0������6�����������������,bf$��K��t#		��������@���:$&������%���i i���I���&������iIMR���.��������������h���������~������{������{�����,���9������7������������sD������������%?}���K������R���,}���K'���^y|���C������>������������������������P������xi	���ht��������������^���"=���s���������tzDx���F���/����������9���zL������������%������������������x������^���G������t]&}���CO���S���xZ���������R%}K������������-������"k}G��+���g<���,}O��������������������W������������������P���.���sB���X?���������������O������?������3������<~!������������2���+������_���������B������P���[B/y���������e/���B���J���k%Lx3c���g������K���n������������5_�����}[������{���U]]��������������������-]La�������������������5���������q1���_0O���`���&+ie���0���j������er������b&S������J���������3���e���������S��������F�����������������Y���������F2���NY���������@*������\_o�����������������!+jd���T���%������7������D|������1������*S���f:m���L��5!���ea.������p���u,���u���������������>+�������������������M������Q{���z���������lS���u��Q7���������-}F�����~���LF���7���)�����6���������h���~������M���S���8���������Z������V+���m:9PXEt���m&cV���7���$nGh=���^L������E���`������m��������a�����.++������;���6L���yN���f���IJOI���&O���H������������v������ \f������^���?���1[�����d*afe	>������3���������U������������d���r���R���}���#nQ���:��� b���,�����������d���"SEtL���6<������i������T4���b������#V���������������1������)��(���C���X>\�����������������|���Y#z���������W|HQ���^�����4���iL+nV������C���d���L�����L������0o������������z���aG���D���{������-���
Af[w���H������5aU#;.������k���:��������@-6`5���9a���'������B���*���y��������������������������;���um���������?���Z������`���L��E�����m���M3E<�����y���=oK����������U������5:��-���gz������������R;������������v���X���������V$������`���P/mf���2l������5Qb���)������ ���'���J���d���5������������[���c���������3���HG���QY���.������������P'%cF:���e������N���f:-r`������P������a��������T:aH���Y���M���`���:���J���]���$���������FR������T�����
���
���@���
���HU���!���������Fu;=x���$���k������1���������5���4���h���Z}���%���������r+E������P���N���C���������Gg/������t���s@���2.��R��� ���������1���M���*���������\���C:���������/������"���"���f���x�����x������5��������������~4j���������������B���)4
������������Xm������j`���:u������)"���������IG��������M:z���3���Y������|1_���������������2(�����\������5���eZ���f���������������WpX���:���o%������J�����������J4���������X]���N������t^Omo���y#��s#7������gt�����t���L���������o������������
������S���L���f��s���L���������t���.;������:���������5������KzZ���v������y���4���)���=���������.������j������������jy���������.i�����������[���k��������������������d���WD���cK������y������:'���M.~���2������I���S��������:������_���#���{������Y#���5���������|$?������J���:���������7������i���g������=f�� �����������������������kjI��������������%��z&��N]���tE���ti���um)���u${S8p���������x���4>������=U����$���?R_������������Vw���I������	9������������E������\5r\���G���fd�����������5���j"���4Y<���,������,y������n�����4���5h6������{���Or<���+������`���^������A��������D_������8������e������lZY���������:���6��Nm:���:1m5-������������$sEL<.���������qb���{C9N���������b���YR]���W�����������3���4������������2V�����������������g������������M���(��������������qu��1���N^���pJ������c���j������t���L���(������@���������p������0z���nC���:������i�����������������j@ghv������u���Nl���f��@�������=������>������[8!���L��������������F���0i7R������L��������+���)Tp>���%��������Es������H���7������7���Q8������+���d���������{:#���>Jun������i��������k���?`���'���O�����������������D��SW,g���q���D���e������$X������>i������)���~��������������b���������Cea������E������Q������U���a������K���������P������A������������K2Y#;���������1���������������nC�������9���OMyb�����������Cq1������W���p{�����S���P������503���{Ft���O'+������5;'��H���Qn-���A������
9$������xp���������e������S&���	[c���������f���.���+'8������-Fj�����G�����������������������:%���������������4:���x������w���H-���T���0\o�����������c����O�����������lH��������������f����������Q���)���z���\���S���l)���R������i$���`;���~2������W������.q������V������#������i������h��Vj#���v������@{���������;���o\4���������o���������j�����X�����Xu������^<u���������������x{h?&���"lY���������+���u!w���(T��%U���PiH���B������������=+?������9r������������������p���h���l���VVa������������������z������
���kT|������	���w)������t���j#u��F(���KQ=�����B���������H12������P���0���)������������56���E���A1���S���J������$T*>������������z���������R���2���*[0������������A���%���/������������Qe���������Wnu������f���`���l���?_������!X-���U���S���{������F���{���pul���J#���u������������s���#���i(��������������`��t���������<X,���������������������=H������
_���C���������
������P���s���;p��������3T���pk���W���������Y���U6V��*Fhvc���Z9T���������������|���{������qZ/���Ue%9���#���\W������rRT�����������9Z���������NP������S���t&���Wp������z3��������ZC8y']���F\���j\7���7���\��������������������������y{������������g������������v������������
���=���}<o��������u*i+�����5���������
6���(���
+���p������������KQ������6E������+J`���)J`S���(������WQ���RE	ltE	l|������)���H������O���b������?������E���Pz^A�����TE���+���P�����*g^������l���p������~���������G6������WXYR@���������p���!���-:M������X_������hq���{O������������P[w���C������_,{������~������������D���.\���p!�����������/\���p!�����������/\���p!����������Z'<&���\���+S���)���;���������r`���9���T"������pAX���b���r������������I���������@0������MKkC���` +&v������$L���oK���S������������v������������<&������������Z���d������b-������f������x��������3	������}���������������O@i���������@O���������2���������
���2���
���* ~���������������
���* ~���������������
���* ~H������TQ���+z|���>������|���f��� ~���Cc��� ������������o���z������������1|3}���9������`"��9������}�������������0������aZv���.m���������/���Q������������4/�����iE���c���+���������������v������+m>Yo���?J������-@������������m������>������t\��������`���]*������������B���Y���]���<���R���������]z"v���(W}n���������>W���Y���W���)��i������a���?Y�����<r|p'������cN`������*������������������jU������`������T���0A/��������|���������<-K����������*���W!BE9Z-��������������Kk
��6|������X��u7������������|i_V������"d%������k������;������F��8���������i���?������������9�����'h���mD<���H���,���~���/XP���t���/���������Q@q���������)i������������&{�������&������i���3y���������"���1
��m������%���:���D���!/w���_���������*������z������j���i������7���������\������
I���e���������F���������};P��������y���++"U%���N)������L/���������G������(���������3������{������?KA���<���y
h���������0N���p^���F������������8���R���,b���AD������!������!w<>���4���(���%���v���������0���eP���������}�����������������}���~AO���K���������i@���[\I������j���./���g���\������
���n���q=���]���c���O?���z������������~������������qz���O���/Vs������^���#?���A����� d#���UE���#���X���g���R9���|D���r2('C���r2('C���r2('C���r2('C������3������������������I���S���T���w������������.��#���!���$������T������*��=z`������������/��������SW���0���5������5������F���������#������R^nV)���i������^��������n���+������N���
xo�����������1������N��\������>���<���B������{!���_�����g���J�����}������6)������PK������Z���KH(PK������H.android/support/v7/app/AlertController$4.class���TmOA~���-=8���P������!*b���r������!
���&Ub0|�����������m������w���@4~�����������������(���^r3���������<;;3{���~������	�����!���������Z���&TM,`���������������F���
���J���������n���GR���NW���S������&���������������R���!������D\��������o���i���e������������������N���#U���������d@������["j������������A`Z<`��������&���"���;'-}v[Y���������s���7z���s:}0X���0���Q=p������2���r���T���������������U���~������g���������T������\9;������)b���$���H���������3������������0������X���a���������7������H���a]������ik,������
��{���nU������P1L(���������������/;���������	]�����������]���������z������Ex���������#���xi�����,X(X���ia\���	������������u������a���KY���M���������������������l0T���?uy/������6pj+q\5-���]���������^p#������*�����V���N������Hv��&�����lEK������<������U���6[X���c���g���/������4�����������������TSc������w������U$������r���Kv������^:G���^>G������������W���gp���d������������a���������1J���������[t���R������);���������������>������������LB������������������R2������GH���������t������w������M������l������l%������y���S���m������5zB(������yB9���O���2������������_���9n���"[���g^���������PKN���������QPK������H2android/support/v7/app/AppCompatViewInflater.class���Y	|���y���������������htX�����������{u�����������$��������Y���f���;������^���.������������@���������4PBmJZp �����Ha���)$
���	)m�����������iN������������{���Z���"���������{������������������������{���o���������V���A
��x"���xRC;��������������������z���M/���%���g���x�����x��o{���^��������^|�����z���^|�����T���������2���������5���������5������4������+������������E���/���������U
������W
KE���o���������������*������XC���h���]C^[������x��������y���Z���������]���������u1���3���������s���~���������1���������~���_������������������������w��� ���}���������SqA���������m
���q^���������w5���������U���������D<������s���,rk���H���������%��������rEOc���'z���������T���Q!���4KC���W���J���U*U������E���DU������Ks������������\������i8���������������6���������7C���"���a+x������J���f��������������a#���0������Dk4�����������������������a'���&���������������q��������zI���������;������4���������j������'RK6���v���Pz���E	I���=n������������J���������q+�����������m���t5o���
d�����5"���.#������M���������V#���gZ��������������9{&b���2���������������f������������������Q+T���2���w���k���B�����qt���������$���������bfL������dE,{���������Ep���FCb������V������H���������.���7,������
���]F���p
������-���\������F"���E���v������������F,V���������Fb���-v���96l3��j���������]���%������Y��������Q���`4���#a���G������Ga[���7i������^���������Y���������1v������0v���aw���`�����������7�����������������ivB(���"���f��[GY���^6���!���������������7�����D���b)0o0n������s
���q��������4���}D*1?`���������D���22���!H������LFlk���l���������m7���,��9�����m������0Y���	������p}G4�����Y���Yc���������t}����������������*���n(���������8%���������m<4cbwkE���������������~3x8#���,������^���l���������By���Tq3Q���u,f���������q������-������I���f������������BB���RE&���<���.���g���gI{91������x+������p',���>o��������������R���BzYF�����d������Q�����>���TZ���Y m��J���*-��� ������������������c���N������������ka2aN������<���I������*6a��������`8������@4������,���������Y[��������������Z�����V���1���i	}D������0���R���N���R������������������	^:URgmF_*?���$m;a������!������jQ1+"���;OR���IZE���D���Gt!+::P(���������:.���I;*���s2C������&�����},���������A�����������������a����������P���i������������x���Ujf0e���*g@>*���Lv3�����P���U]7���]���������l&���'���t���L��7������L���n�����������yfb���q���5#���8.������pB�����e'Y&:���P���NuT������0������������������,���a������b7������13������r���V���.���V���t)5���"������jZ���_������R#a��)*������Eh��������������t9������q���*5������B������������Z���6���F.���'���(-I+b�����6���t���q���������J�����IFr�����������8������N���M������C���N
������E;U��S���#���^���zp���N������*���������.>���������J������������(���i������(���D���C&YA
��o���F���,���1������hy2���[.O���kt���������P���Jt������������������!e7������S��������� ���������r���t���������������<'���)������	������Q2���N������9Z���������(F���n<������{������b���J���&���ya���1S���������������G������<��'V1l���Izi���!������|���#jo���&#���q������`������v2n\ce���u:���?��<Mv���"��������WT��USW���-������7������E���o=\\������$���������s���3���H���\���������������QJ���b������������p���f���`���[���	���G���d������*9���������9���;���&���e���W���������h������������c���������-���:���K���x^:	8������������*���������X=e���ji���������h���mX������},��5*.���X���F?=m���V���(���sY���������V���2g��fWHa������iOL%.���
3.K���0������D%Y��������E������O�����w������������4���Se���������x���>������r���������������6���7ej)u�����������������������0/���J�����������f$�����3�����A���mN������������-+���������v*?���.���%���IA���R������������>������	yA������W���5/"��������#������'Y����������������2������;+"P������;������vJ���������m&aS,XH������������M>+������L�����������x��������&���SDE���n������	���g�����������	�����L���8��������&���.������������q���Zv���������P���`���(h@`HA���a�����?W������M���������������0���]i������(���6�����������G���������z#n���AU������P������9���������.����������������������	���������,.I?������������]���t���<���������������R���	������������[=wGi���IxK���(���������KsJ���s���t���zO���[{9�����4���)
���/o���W���-mk������������2���/������>�����������.{���{���6���������-zd+���_�����=���_������'���.0|���n���}���������������y���7p{c���������������@R������/w���������������%���������������+���!���^t5������,�������<���p�����������������������������K���VU���71\ ������d���P���Er���AFI��"9c'#fI��"9e#���%������(W V2���D"*���4���X�����1���(O f1���T"���"���A/���z���i5������������\���O���a���[������k~������YGx������W������?���AY7l5j������������8���O���������`������������G0������,t���E<:���r\,@kK���#���;���
���X���[F���������	���i~���`���������Z���GP���,A������7j>���Y������rk���e������������K������U���4.���i���YP���T���������������v������������k������<������R���G5������b%Lz}���2������8D������0���������
"���&b
��������R[)���e���%8������������*������:���r\���������enTz���	e?>�������������g���kq���r3>����������q���r���T���I|1���K������}�����Os���+���wn�����������O9(E������<���w+���rd��������������g���������������������������q|���9k�����%���`���������s���������p���������Tq���_�����������q��������������<���������G���3������)������$"z���7'(���)^!���8���������W>���U.l���z.Wu@4�����RST7���K���������w������,�����������k���W���^1�����������������ys���Tr���R������s������n:������������4���>���HL���itS���g���s���Q������R���d	J8S��5���.������=������Q���?���'���x���������:���������������]���s���C������<���o8������-���>v���SX������`#���^���������0v���s=2���a������s������!���?������?���+������x������fn���x���0���r+������
6���F���.L���A���>���������a������l���
w���������������=���X${)g���p1���t������PK������\������-xJ���U|a������+*���F���y���Wa������fy*���>���������@���Y���q���_F^���9���=	������Z���d���.kt�����!���s���9���z���}���a\>���f���{-g���
[�����������c���y���������{���E���������w�����a^���B���s������k������dO���0������T-e���������p3'������1!j1\���`G���E������{9x��l"y���N���+V�����������QlP���6
������E�����������s���������qE������j�������������������a������,:������������-��������b;���&������E������n:��������~������C���Y���������������f���T���}���������}���U4���G���������?���������S���|
}x=���M(c/���
������B���{���i5Yi���[i���[���M6���Z��������������������2s���=���<������������1������&���������L���Q���k������&���x���*��������
p������������������V���B
f������������T���p�����������>���������������������v5x���s������c������d����(/���������<������������D������W������������������^%0���������F���	V=������!���+���|#������*e������jK��������B���������������P���_������������x�����?������������������zXs���������gG���8/t������W������������a�����z���q��������Jya!���I���r���:^���������.������Q���|���������c���.(C������;.������w���Jp ������.��������������~\���v���FS���y���r?����@���������d������d������{���gd���������tx���,K8������������������8"���������8���������X������b��A������
������eh���u���?���h|���PK���k���\��� PK������H5android/support/v7/app/AppCompatDelegateImplV11.class���RMo1}������6!
-���B���8���jE ������)Z���������!U8pr6V������Z[o������+8!q������c���
B������������������|���7��������x������
,a������������������������h���������q���+��,���Pd���q���8������������%s���D��������������������6���T���������!���k���bl���Ke���d���)���������*���ZW������Ty(9[��E&���,���?���cw���O���K5^���\������So���6������	��������&��������z��� l.���P�����'���������S��������dNO���;{o���Rqu}���&������?������5��������4#���s���6���������)TN������8|P9���S.���[������MZY2ac���;6r���W	���e������<���������������*3���F������5/�����_E���e���������@	���W���8���#D������������bQ���E0:d���^o=y������+���K���������"w7Qg��������{���u���2���G7p3D�����[A���6������
|o������>��WB������������b������F���������������������������7
ZK������W������8������PK���C������������PK������H/android/support/v7/app/ToolbarActionBar$2.class���TmOA~������=N[AD*���)}A���QbjL���������I���L��������������c���������������/&_>������Q�����
������Kvovf���������gf������������������@=���i,������a���F	���g���-���XX������!��������3T���\������������{=%���`������w���u���������?���Zm���A���^I%������������wU���M���B[*���������������kk���������<���f=RfMj`pZJ���������8������M���}N���������������J���I3������G������Y���)�����������|���������$������+\���}��|���V���.������8���NAw������X������H���t`���������x���`
5���xF���O|������������B���������^���X���������
��������� e������������;OB[�� N���WZ���&��!S6��������������N���4������!y���[������$���Y/U������������a���cX�����Z���������"$���D������Tn]S������������0IT������������QZ`��)/]���)6fM�����I���TS���}���~������������������f'���������4;���l������9���������������B������P���������L������|���������������9u���i���tT ,������wq������Yz���[4Jd���������g������\�����*�����_PK3E{BPK������HJandroid/support/v7/app/AppCompatViewInflater$DeclaredOnClickListener.class���V���SW������$���!��� ���������bACB������UK���5
���
b�����d!+������t���������a������w������o|v������Nk������������S������N���s7!F���8����������������������������������������=p���|5���a���������
������������"���^���O���IO	x���
�����������������@���,���1' )@���������������h���������t7iZp��g���l���s,d���X������E7����������|���w���������P���:id���)UYdh���������i���������������\8���P���W���������������)������;vY^����������',S������H���.uN����������2�������������������p������o+���G���R���,���E���q.��p������WSu���d������+XO������+b$(��1UWb�����bN���3������������)���T������ tYI5������|B���k������$������M��������
E1��NsD���3���G���qd������aZ���#a9���������#������m@���������&[��������YJ��,������I���������q.���[jJ������jF���������&} cC���nX������:������Q���\������z,���i���E0���|������x1r�����������)s���6���+���������R\Is���d+T���b)J���+L������b������������������������6���6������$5���$X���L���CT������T���_������K������s���$eQRQ���������.���WZ������z������������IP������)%�����5����������R������{x���"���U]������[D="^���U������0���S-���M���������eBS������"������������]������2������RJ4���D������������(IYR���YK������Jgg���RAi���0���B������������������b������m3t���;�����������E������wE������������T���z���������������">���������d3&������d���B%��������IL���R������������������	������������k8���j	^���iQ���������������������������������_���R���W���F#���u|Muu7���YUO���e���0������qwI���.���R���������nI6t���-
qU��N���������3���qL(dXIH���.q8$���7��������������������!1������A���Q���SW&��?������W���������Ql���������M���������������^�����y������>���������j���T.���*1������M���D2���4���E������y���������I���������������������-%a���y������8O3���������w[H��Ia-���������Tv���k���������������
���������D������������9������6T���UW������@v���+������2������F������W���0���������
i���T���������������n���W������[���?Z-c���A������������
���,������J���w���O���@������jn���~������Out������������M���f���������L
���f'������A���������n���f'���u������@���&������p����������5�����P���|���e���x������R���������W��������r������1Zou������!���8���������?Qe���
������������hv���&���
���������~������������������D���������:���������i��������������������:{}���������(���<�����Z��������jr���
������I���}���v������=���c���g���a~;���%���C?���c�����������aZQ������DG���=Ak.�����������Fk���VH������Q
���ReiJu���V���wp*��������������T���S���������������4P���������������B7)u���
������2\������o���]Cm���W���rh[������������<Z������?�����������*Z���W��������C[���v������^������������]���5���=yU'Wx��������9t���p������`���mJ���E���ES���A���h���n"!������hg������������f������������(z���ab���`e���8��1���"������Fl���	���v���%���9V���(�����������������6���&���������I���*��� F2���}
���������3���w������z���p�����������Myx������Cn���������8jS���A������Y���P5���������PKgSZaS%
PK������H5android/support/v7/app/ActionBar$DisplayOptions.class���������J1������������k���v������<���A���h<x������BAX�����t$%&a���]���y������P���������d������7���������/���8O0Lp���`��.lSWr������d���&UP���<������f-Z���pQ6&������������Zj91���-���������9z������]������2H���{���^+tC���������/V���jC���E���ZN������1���sU[������q��������w\8���w��������;-6������%������
��1������j���r������(���kY������������{�����0r���E���tqDw=������������PK���"#)E8���(���PK[4���������PK������H.android/support/v7/app/AppCompatDelegate.class���W���wW������%{,Ev]������J������*������(KK(Y���QY2���������	��������<���hF�������������}_���^���@)!M���i������p���_���g���p��������������$������D���h������������{���{���������������������N���e���������WLC���$,���^7L;���z&!������d������2ju���N+���R���mEc���"������	M��������������lK0������>������Nm���x,���VW���i���Bn���B���!���
���������������������y���p������n8������l���5KB���Pt���������!���fxh3\e[5���I���L������b������jUSb���2���U	C���
}������]���ZW���/8������5mI._���������atk	#�����������bX���IG���*���������l1[���K���C	l������������A���D������y������\+���E���T��������Y�����������tf1���=���������/0���l���j���je���7������)rn���=>nr���T���lj{���������..���������t��������������������������L*;�����������w	������V���eG���}us���r������S������i���f���p��betyIS*�����������L���47���Y,���������f	U���D���X���L���rl%as������E.���\������5������
IOB�����������������"jA���������h�����j���O������3���TO���R������(������}��I8C������������U���b���1���������:s'&"xo���m KO���������
���Vt;���������	{���������]YP���a������������-�����{LI��������� ���������pec�������������������NW2a��b���1_������������y\c
Y��� ���}a���������m���������G������Ry������������������E�����������S���%���������Uu��d\���{���1A���0f1w���(O>(���b���������'%\
���2���<~G���g$���/��������Tndo��������y���p���k������p���*T���������	%��� ������������jm������}���������*������5/.���X|���rmH������!Y���
[������������i���t���N���nN���������|������������(%��\���MA���iEw���������F���I���@������������������S���������E���tz��� q���C���1,���)G*���������VS���O����������������:6+���AX���3������m��������qjd9���Li���]������z������e���������9=z���hf+d������-������m������a}-cN������������U���r-Ot3���������������A���R��������������T[S���A������"(���fQy���Q������������U_���5���BY(���9*���'���n#CO+���mt������
���S���F������mTj��������&���ayw�����c*n���Z������������]���-���+���m1���]Ky������������]���&M���b������^������w���,T���pi������������{���X������.���\���]S���������m}^;������%���6���/9���RT������|������A���[-OhW�����Z-W0~������?���Z[I���9G������I���K^U���|���T;E[������2������������u���������P���s���������?���ma������=��o1������2?���R������������JT�����~U7������h���f������m_-���������W4u���������w	n���H6���������a|?���p���\������N,"Y���{���������lo���q������������e���4"8���n������?[�����{���2������l�������DJ������������M���������������N���+y������D[������Pn���W������7���?������Z�����������J���d��������������SE������|���X���(���N������b$���������d���R������AZn�����������x3}D������b Jm���A���6������8���������o|������q������������������"�����������<���D���"���?A������)���������$���!jW���J������s���������������������W������B���W���������������]H������"z���D������������{Q���n+������Jz��������������H7s���aZ������0���rA������g���e���N��������C������������-���.���=���
���o���G]���1v���e������������������������1���q���"���Y`������������������@��x
X@���E?=_#���-������;��������������)e���4������3���#~M���������>}���������!o	������v������+���������D���eb*���������������W�����������������������;��X���i���.������0���<j���t���Pp���������'���N���}���[? >���y������~o���O
���Q���~������	������S}���t������������������������g���������`}N|���3���|������8���$���
5E������/���|U��y!������7������T������+���	r���7���������}���{c������^���	���������������������������������������.������,(7���'���#���'������2���%Ho ������������3������ ������.�����h���D~������x���$������x���������fA���������OiQ���������F5���k���������sq\��������������E~A������pu������UO���J������f������$C=������������SUE=���0z������[������h���?"������������������������>
������>���M������`������PK���pI������PK������H6android/support/v7/app/AppCompatDelegateImplBase.class���WksW~���$key������v������������Jq���,���U���&
���i�����F������������k���D���f������������-MiK������������r)���@m���)0��3|���������`���_���=G+i-[���S2���9g���y������������wW������o_p;������������bxN������y��� V/*������������"���D|2J[���������������B���g������������������������_������K���r=���������������������%!���Uq���51|]<~C���7�����|[���w|���j���4���=ah���������������J���	���X������Gu3g-Oh���������e�����.N������n���'4{��������E������[�����������������)NX������/��������������Ke��������������b���4C_MjI��������6I���-������������nj������ |������T���������������������������b���tz���G������d��S.���,���M-Mi���Rj���,���kh0������T���*C������n���������9Cs9)
m������(���Oj������;������]<������mC[���������l�����rT������b��6,���������<C���������5������������x���?��C������������g�����������������������DA������������enf9���������I�����������1���������������%���Vz���������������3���	��������n������rq���������t���s������j���������%	+���!���������������1���
���'���m���)���U���=vF���5^t��4���h%���I^������+���������h���Jv���<k�����"������e[+5������xb{������vo������s������|G���;!������������7k���"������?1���=G-���A��������a9���{���������*1�����K������F���(���������([x������L-������������Hy
���������
���J���L���C������7Hw;�������������rWB������$[Q>���4EG@���G|���������J?"^T������������~;#UU���n���|�����m������������������������������!���������"���i����������2���%���
Q"S�����x��)���v������������������$i|������������:S������09������Y��������q���i���C���G�����4V&���Y1���l������u������w+���H�����'B!{Mo(����������T���e���iK<m���tF���@���O[���I���(���|���Z���*������L���"��-S���'���f^$������"���������6������U������|Z������M[����������1���b7���x'nVqn������������U���U$0���p��rd���������q���
���hH���.dyI������~������9q����������������������������s������Zq���������7"���������������i���S���s���B���]V���9���pP���m8���0��������E���w0���F*�����������������F������!a���W*���C*������w���.���YvW���T�����������f8x���10$v���B���������������6���}���]&j���M:Q������[������{������������������Z���)X��,[���Fj=tG���O}������1������������%���~������:������E���Y�����������������������(���+���������	
���������c�����������������}��P���8������������X���=���V1���������L���N���������L���������
9S���������8,���#���|���7������wy���r���K-���c������������q���Yu������B!���O%���������c���$���WL�����P2������kh[E���V���?@�����������,���������#���������8������c���������?u
���W���Z�����D������{���������h���}������	���b������\���)���4���������:���2������������"��(N������"���r5M���q?���������������������������
���
N)dL��n+
P'������<N���B=z���Brl]���%$"��t���aOE���B��������9=��uT>������5���cuSQ������r��� ��A���\�����<#m
Tby��������)���
��������29gI������M���,���������a���
t���i
������@���U`���W���-D/���J���#���������O���:���)��������A��y���k8F #HC*������Fv���V������E%h#���������������������������pV�����2���������>/���#2k����������������V
���������4vC������+&{@PY������l{���|��V���V���s���������4ibBq���������������v������7���e������
^������������YZ]$���#c/`7^���^���������s���������WH������T������
HTU���������dm!B������8/S4������������2���p2���������:D���������x���_j���K���0[������z|-r*XY��������q������������
6������s���9���w���������-4cpj��������������������-nF.�����!O9���F:��������x������X"���U������'iK���h�����5������������+9������������>;j(v���u[���
>�����hR���������!0b}���������������3������������`���!]B���X���Ck���w������u���V������'������/j���������e>������t������(���gdh������.@���zO!!�����������v?���A���x���p;���
���4?���������������PK������+	:PK������H.android/support/v7/app/AlertController$2.class���Tmo���P~.���v��������|������pBa+n���%q!Y������bf������X������RzI{a������dD������?���xn!���
�����>������s���������������?���~���������ihx�����O2���Q���`������������m}l���%)���km;pC���������������V������+������������
)��A���}/*�����������h8���������/,{8���}��d(|���D���x���'���>4'���9���J���!���.gXm{?
���<���`w}��������������zJ���S*|0��� ���a��������������\0������.%���������������f���zD���7'���}������s{\ZG<�����������n��Bgc������UR������X;�����K���#���H���3������������s"F���������x*������_���������c���������:p|yA������}�����������������������42V������a����������/Z.���������������S������������w������g���������]:���������m���������w������������Z,:������������)E+p=��"���a������������������
���
�����������qx���^���������a������`������t���u���e$���y���/��������JM������A������V���+O���Az�����Y������������	������I���3R���b���k$5���Fb�����(b
���P���n��H���'���������Ds������,���"��O'���0���������1u���)t���c���,������nh���%ct���P*F-���u#���~���G���������oV���uB���i���>��aGK���PK^���nQ	PK������HRandroid/support/v7/app/AppCompatDelegateImplV7$ActionModeCallbackWrapperV7$1.class���U���rE���:���3���2$���D���b������!d���F
������&������M���������\Z������������8���=���������7���	������*D���Ko������	������
���|�����c*K���X������������������|��������������������O.���N���8���������e0���|���gqV���������$���V���r1������E\�����������������������u���sW���c���.>bx���T7R���%���2���u^���b-���a(������,���WQJD�����������U������HK���7���PG������9[������b)��r3/������������4��6;���G���9���qY*i���0������d���B���������L.���������Tb������X���������e���������<������HZ=5�����0���a���������MS������Z������lp������|������N������R���/���hiC���*���p7��UC������x���"�����fT������*������7y���or�����:���jcI������������0������rx������Q|������
������������C	���\���=���c������"������������b#n���S������]���\T=,���eu+.>���p��������$�����t3+������@���jOZGUA���-���<4"b���yp`���i5/b���V'������\W';a����������}���������9)b���������v������f]�����������0)���k<*ke���W&���`������{��� ��������X������@���1<_���������^���������fH���A���&L���kR������V>���j/��������!c:���������H(C���Z��������� ���������������^lj������������H|��MS
ZE���P������H4������(���
���E���������y3���������K���u������������b8Lx������9C��}������������b���K������=I,���������I=��������o���4C������d������?���=���%1o������P���Gx���d������������Fm6���������i������i������������������������m���������:���b������l���������N���6���������7y������32?���L���w���m������Z���������,���������Yd���c8���c���y���	���\u������m���/|���<���r���������������t4���F���vd���4-������$������g������<���������4������ ���`������!���
���S=Dr������PK,\���PK������H,android/support/v7/app/TwilightManager.class���W���{W~'���������e���\H���FnKa���,Y���)���������$m`0@���Z:������!������������l(���W���������ZmKi���XKoTE���BH���mU���������������������<���?���7������{f'���4$������}v��s���;������~������}r���]7�����������h������>���x������xL������"���������������Z|M��������}x�����������������������������������|��������� z�����>������������/������c>���,N<������+���^������h���]~7�����������������������M1���%���������+��������x��������������������b������~ ������8������G2~,���'2NK���������0���B2���Z���fI������s���������������U[���P������~������������uDM���Tc ���������1pI������a��a���VsE���������]=���]���	RW%QTI������V������O���������Y�����K���F���`�����U�����������iK������|b������[5���������������s������l[��������X���[������p_������f8efT[7
���������������9���Ub
���Um���
������$aQtV���+wK���$���,��N������S������
}jN���"������n������������������uZ8:G������C���Lh)���V���xG���DW���)���k���,������B���������5#�����4A}��E[���%������.)<���f���oC���qf���[���;���32������x������4;���Z���v���<h������bGW^S���?c���K���������OC9���@^+������X:���N���������`������Y���D������������X������i���r���������������������E���e���d���V���b=+��������gZP
���������,���nt/���^������J���K������hz'S�����Ie������ Y&���2��4������
Y���P���hX#D"���6K;���"������������!���������a���P0������F���.���S���Jh���-���>���u#������3v���uX������v���0mGFs���U`���������D���i���s9a�������S`���H3���2Z���.2���~���i[��������lE������s
Fq^B���z��������+��������*��������������%:P���i���$O������\6B������a���u�����@���L���h������1q#���2n���������"���ZF-ZZ������"���L$kj������bP���q���|82���VK���S���������~���X���6I^���fXC���������
ZQ���(2"J������"cL���8~���Tp���?���������5C���$������d���#��������������������l������������#���]������{���=C���������!*���%���������EgW���$���k o���(x(���%~%���I���gH.	���:U���4+��������
~���K
l���d|������7���������&������������������;���������GBNA/6)������������b���O1X���Ih������U������_$,������Y������IUw������2��������a������5h���(���.�����~���KX0K"h���?}������a8���F������l������et���r���qNpu���������V���A3������8v������Px���s;r�����3���������Q���<���.q&~�����e���v������49���e������S���g���,���������������KZf������3#���	������u���)L,�����5���w:������f������������w���d���);}���������������#~Jh������E���b���@���U��������2���jJ������KW:-���������b���������V������g���f���D������&8��������u���(���U������+dk���G������sc\������������[ >���
������7�����
���������aSy���y���7OY���s���������y�����������5���O������;���E���m������A%���������1H������QT�����*������������������:���0���������p\��~$���j��������t������q.������������x'f���������+�����w������;���S������1������������|���S������_B(C�����S���B���g���=���j������Q������������:���������='���<E~������9���'���
4���F������a���Ki���&*'�����������(���������������%%S���F������"������n���X���z���i������H������������2���~���:w������d���%Un���x���
���������2���������z���������;������������q���mZ|���X������1^�����������07���%���/���!~������;���
���8���m>���7���l�����������������]���G���u��������p���������=���Q���Q���������w���P���zW���G���P[���������9z���c������Km+]m���O���H=���������l������3V������j{������������I���JU]B���x���
G���������������'���k�����h���t���'ezh	%m���8���9���q���ZX������yz���>D���������i���2���2���:Q+G]������������������������'
//.���>���(���4��u���������X"���;-�����������Jh7������4���A"���xQ1������9���C)������������k���������������eK7x������������h������������<��������������*������������������g���O���W������K������u������������������:���G���0M������1���HS��O���uY8HC������p������X���,���w7������F���3?g������z6���������x���o���x���j-������x88���������phk���������Q,>S6��������� -���������0Bx������y���������O���Hz���tO���lO���c��������������sx������w���W/���e���������p���8;��������z������C��������������������?p��������S���N���_.;������"������������H���NI9b������0%z�����������[q\���fI���/���k������x"���!�����'
������r���j��������������R%������$���^������������f���
���p��������������_SC���������������1���Dh���n@69)(���v���4���������B������������a������|���I���	A���
���s+P������Z>oE���PK���7���	vPK������H8android/support/v7/app/AppCompatDelegate$NightMode.class���������J���@������������������V���������$xrAz*���������VR������M������e������$����������������������t`>���������|���������\��� ��� ���^���C47u�����T���p8���61++�����������R4������(���������+z������\(���hm���p������������������J������O��n���1C���������������?Z��������������gOir`������B���42���Um���)o���������������`=}��������7������~������ZS���(QU���yG������bI���c8���k���%������!b���������.Z���b������z���{?������������6!D���]������������`������PK3J������PK������H,android/support/v7/app/AlertController.class���<	|���������3/������e7_nYB���#J���$$������@������I������.��������������������������Zk������Zm[���V���ZTD���������b���x_������W=Z�����������^E��������������&������6��������ys���y������|�����������������^7�����1���������o������������0���������J������q���������b���W3���������������������:t�����������A���5������������f���������6���hx���������67n�����������������N������a�����p7������������wqo������f���������=������u���<x�����������>���j���a���������0���Gx���������{���	=������	\���Or���)O3x������_<������9���3x���������|	�����������������U
_���������=P���������������������������������]���x`^��{��������?���4|������������������V��������������������������������'���������?������g���������s>������������}������+_3���/���������a��x���o���������������,Z"���n������Gd���&<���B���&r=p������i"���qj���&
=���Q
���<���H3������X%Lv���&���h������g	������C���wb���&���������<q��������`������Y(���������Q1ZT��������8���D(���0���d0���������t'���xA���&������������?������*���!���������eP������K���������������������D������j|���������2(������$ML���������������
F���d������!n������i�����(���������������?3b������������3'dD���������Q[!wnG<	/���[B������������#���)������]L������H������6���S���x������i������6/���EZ*���U������������H4^���9������������^;���������>������������iU0�����Pb!u���������j���V�����������P������$������6������������o���G������S:���p���������.1b1+���r���-������+�����������������V#^������D(���6������8}[���k�����������9���o4b
-�����nj������������������z���H���}���9��Ph���i���n���UE������������p������>������n������������*=,��������`'lH��������lq���������RU���{���Zd������j���������������~���cq������t������Y���n���������#������������i
���$}���������ik
D#���������Ju_������<���R#7ZR������5���=���������������Pah���������7�����������]�����gvf���������r������������nh#������<���
������+>������PO������ZZ���V���#m�����S���8,���������_%-������<������*���Q���iS���?l���������-F���C���t�����%���x���~C$0���\��������&���������������K���$`���I���KM.������|$+^���Y���9;#e���&������������������`���d������3���������X���kG���#������`|���������~������@#P��3v%������>���Bf������86���v������3������l3�����������?������
�����t���7c|���8���VB$c���h	��6���a���#���+j���j���7���-s���Q���f6������?���V���n������������������R���N�����������g���GE#���Di��������?p������<���!������`8������B������������JL�����2�����2���z���������X���3���f���.������/t3Ag\������#���������w(������������)���Z���Dk���z4���8*$���!{Hwt*�����O���#���������������:{���������>����o���/%f������O���6p[���41���_�����������������2���D������F������������X6R�����6ec���v���������r��������������-��4���"���3������>���r ���Y���`P"������*s������hp]G���Hj���TJv���������<������d���J������x0������f���?���������>���(�������������������I-������4���Yj�����Hx������y^dc���I6������}������I�������llVQ���itJ���������jZ+���C��������"���NC
������L�����O������wW���?*���������]���\~bY)3w���[������~���@���aYcG8l3�����X������5'������)������)
���'
��������K;B!���������ME������T9���������v���3W���|���-���C���2������#���X2������r���3G���d:���<������9Sl�������-2gm���JNo������HM������������4������������V���K���a���?Vo���yM���������������tC�����������&������������Tb���`O]���Q������1������e���9��������������������LYBg�����F���������������������b���������������y������������������C~���������#���P���`~fVx���lAj=�����d���5D���������
#B���`jy���th?W��1mym5m���������auQ���4I���JI9���1������������y������R������������*���"q_���1@_������������h������������^���mc��2)��xnC��������47/[���v���������������������g������?j������-J���=������q���b���g���C��������W������n*������������8K���?���Mu)���������������j������'ImB���������D���`���}0���>��������������������|'w���������������15���i<���	���������yz���9������i9)u���6������������ni���������������������l������J���[������i���Ii������u$���u������`������������J=������-�����������!���du���|������W2���W������HG4`,r��������8���\ux���������2���������[���{������������`7�����S���N������t���;���C������a���O������:<���������������C���{���{������������������Sy������l`'���O���b���������{:������u���v"L z���[���I���������l]���������������������WG���b���h���������<X���������b���������b)������:������1X���`���FMp@��8F������k]�����tEd������t������.�����t���������yx<���:Ng���tCB������E]���������
{t������s/�����������������{������`������������u���V���H���^���(���' ���0*���i Y������Cs������mt���������0���9g������]	hDK��������Tn������������E������xV���������y]���#FE���A������l���������]���h���DP'������ub)���	�����T���������t$���SDT1���4������H>Q���.6��������������Q2������`������x���������z���1���������%���������<U���X������2-]���&N���������L]���������������������M~���������r{>���?���EN`���\������������_i���..���|���$]���R���z������'k���2]\.~���2������.���[t<���mh���y������dP|���-������*������������������uq���������&���������f������������*���t
���q-S������.���c���J���������i���z]��� ���tq#������k]���z���������X���73������mna������o:]���J���"nc���]�����l w������6{MKgt���-�����N
R���l���IF���~���������������	���M������`���w������4���������{���
�����p_}�����������������|������o������?���L���������������������j+b������!CU�����~������>K������q
6W���/���}������
��������������������IWBd]������u-Vm$������_���@j}k2���3���������w���������N������\���6d������������������S���������h���d^ ������
2/i������.s���z���}M���V���NCn���\���e_���=������������Z���l������������������������������F.���������������������;���������R���������T$,������A���������,���������������������=X���������x���������6d(������0��������+���������o,E}������E��U%���VWT������������Q������������D���n������+������`('���p���������nR���������di������t������
F������vLef���L��U��34q�����������66���f������������������s���������kX���������j���MF������U������������������Y���`ie���������������Lk���������������4k���#���#������W������8���o���._O���4w3��������������b���&M���������4b=���Yk�����#������--���n6���5���dC_�����������>qV*+e���2o$.?4������d���XK���~p������������������4q������'#������A���R���r~cS�����������T���i�����
K���)*d������-���+_&������`VW|������w���f���t���ea���5���o ���2R���������������d������T���"3U\o�����m��������pXU�����Zb?������B���g���*���&+s��������tE������r���������T������������Q.���M���������^�����DX��������<�����������������������5f^X��F�����p������Jq*���I������I������~[������#�����c2��������������>������J���������DC���������)#���'���������������B�����U������������=C������������������������v���*����������s���Bi^���%������ZnjB������������������������f���?���yb���{���c��H���#���������5���k���|i��������� ���`������������m?96���_a������o���������4���t
O������f���L���'.���������+���=,������>?��������������������e���#���zgr������+���R���������&������{D���������J���j7@TB���l���W���u"������;���\������.������
w������.���#��a���l���1���{���v���������g���������e���<(���������C���l1���5���3���7���0���4������e������I���/���l���������e������(�����������&���/���+���}������{���l_7��������f��������e���o������������RN������{���������������?������������t���vA���/���������n@���������������������qH7���������������������_M7���Oe������w������n���T���(�����p���t������������#���?���F������h5���������C������%���������S�����"P���Y^G���V���]���_a������K���
'@���B1���C)�����Le,���������&���7��������V���k���pZ���h���d2g������\L���������������j���
d���IJ������@���>&,������OW�����������E4������g������!���KpJ������Z���7������K@���p:��������������������������������P3s���UP���q���jX���-���������->rl������FxY���|@'x/hd���n2���2���"2���!dT������G���������&���KfWG&7�����������������/���
���r���
���&�����d���K!`?���������pgn
������������-0���o���|���"���y������������S���������4���������}������x���d������d������d���������`���i������	���$������DWpm��������������p"]���������������@������j9������&g,9������x���������*p���t���������L���Cy
I�����������������,f������������D���<%l������������2_jH
���o������QG���m������}������y���v������J���IF���r���,���A������5s���Y���^.���kJJ^9������������������"������l���]���������������Tbx������{Z&���?%��������!���������oOo���sP7���Zn���U������n8���W���
���e(������oh���o���4 �������������s����������zS������:������I8���E>������������g���)���M���W�����������;8���QT������+���#|%4������+qv����������gh���B��������,���A$/������!8���!������Y������������a&���+��������B���e���^������WL='���:��s���>H���%��������������������G���)������Xj������������c���0������������������������8<e5	8r���������f���7���������������������O������������W������{6������n(���(��9r����������#���r���@������y���`������){���N���������XG���u8&���T���������`��z<p&,�����������*���k���i������l��������f���W���{C���B���������0)N���������0���������6\������rss���$������H/1E:���Mw���u������8���l���U��Kd!������7(
]������ ������S���R�����4������������	
������\���(��P���������$<�������������������{������%s#L���.2���������������@]������������U=0������9���������,@������g���V���lq���J<���c���������������	8������������J���l���69���������l,Z���/���������	XR������������U���;a���6���<���x)n���l������q������)������+���
)���l(���C���0���8+������j���x���u���6���v���������'���t[,w��������D>���ojkL�����������P���
[���N(���N ���A���v���i���
������\������c���O*������&������5���5������9���9������
���-���������������6������;���������,���������������[���������J���]J��������RG���������d'���������������������������.���������	������x���}���C��*J3������[ ���z���H@���j������W������|���������PBCkh���������Ujm���Z������������Z���������b���Zp���u��������}���H���l#}���B���������������6���";a*9���[���G|���������<'��������3'������wE���=���aHW��!y8U������b������������j`B���������*���f���I(���a������pLV.���������p���jWS���������5���NwP���8��������S������������{���r���	���]���[���=���{k������������(/>q������������j���������y���������������������]���������������?���y��������u���@��������u���0U;E������y��>����������������������������P���������@��������C���7���������|���0-%���[������"���|���(�����,v������p���Rx���2���"^���G='�����R@���{���K
\���`=���������+z`���7���;	h���������������������v���M@0�����1$���������$������I���C���^���������������)���������!8���f|N������a=>������t������p>������p>���������������������$���/������������
��������?��������/��������������K���#�����q*~���3���l���/���������c���k<���������q?������i������R:���q8���-������2���.���������������������x���X�����x���-���4������������H������8������H�����.���=t���
<���������=d���u8���������k���������������4���W���<���it���tm���z���Z���&d���5���5���������-.���^\/`���t����������������������������zy������x\L������|���&B������t
���h���4������&���/���������~������Sp�����������Og���B���\0b�����������_C���~���������2,������V���B������������D���S���'���3Nw������������w���P������k`tuy���c7��������������e���������������������nt���r���[AW���q������W���;��K�����>���������\���������5������S{������}`���W������z���wA$���j������T4���U]p������F������@<������#���jjcrjS6�����I���5f:[v���oNyD������h ���'���

F7���9P-t��� ���`����������A���B���@���kE)������0������r���������T1���������2Q
`���������#���Uq���)�����h���@,���O���ri��������;�������
���(���a������gE2���~*���eo������h���af������R������Y/=���(g���C]
���P���������vW���o`���������������bLS���:���W���������aZ���������������$������U���:|I������v���J��������,������U���~L���������n&���f���oO5�����������xh���iE���%���t���mT���t������>8s������������g���b���������s���k��������������?~��������Y	8W���:������������������r������]���>N������O���O$D3h������+a���X�����0V���&������q������&N���z���������4���������E+l���"���_���6���JD������]"*������H������!WK�������������,J���s~������������	���������R��2��� �����������Q=������B���������������a������Sc������A���~�����������������,P���c*���6R	���1���������
���%���-������,J~������{���wi
���������������I���\���������n������O���
m5���5s���������S������������.���I���8������������}���������|���,���&��������D:*���������������j.M������������F���a���������[���k(I���Aj���E���T&N'���<j��P'���"���<������s������#O���)������BR���Ep������������b���*.���������7���������
��+���e���;x[������W[������"���������������]���������=������,������������Ajc���{���R���������NP���j>hu���������8h������p)o��������������������+MA_&}y���������d���������l���*������R������i\jx���������������������%���i,���-�����lUN2���gp%���JK���U���w������������{i���6������Y':���d���d�����W\#�����87���dq3L������Lq+�����$������)������������N8EtS���K������D���W���N���{w���������Z������)ts�����������!���rR1���JK���W������M=2S���:��������<������`���*z���
���������p%EYd������[(���������9���'SG������������>(�����x�����W������:�����Ne���U���������I���ZA^��m���u������ ���by������,������������h�����������Y���J���������?He_���-���������	���������������[���������BV��]0���\0;���.Y��%���agI2���%���0F~���������L������������(2������L���"s}���L.������Rd���ZdrM2���������L���"S��� :%���d���:���U���������������:)���x���x���4���������������O������4������H���,E������)J���@������"]���/����������� &^'#{~.��K������p���x���������v������%�����<#������������d?���������g���������\j{�����ex_������������S���W������>��4P
>���vy���z���C<E������>�����z���PHwq���%3,2��������o6G���1������������^p���i���csG�����������\00���Mw���������;���
�����;���������w������|������9g`���g���������=C>��T������H���������(	r��]E������U���������l3���hxG"y.���$?���������<������
?��� ������?��������6 ���2";��������������!_���9k`������/L��� ���C������5��� 2���L������4���n*���`������/���C������af>2���+	������������~�����������������R^������������m���bJPo������(������������m������(������
A���7���S���6l������������]���������r���q8���pT���:������"G9������])���wP;������w������U��h���A������K���K���������������������E.������������[\���r���?PK["X���YZFPK������HPandroid/support/v7/app/AppCompatDelegateImplV14$AppCompatWindowCallbackV14.class���V[OQ������.-������rG.EK���������r-lQ���@�����������J���������]���_���������&���Db|������������q�����m������l���=3s������ff���������������_���c��J\������B���]$���8 `���I���a���[|u[���������������bz#���74%4���u]3���������hP������`H������ZR������Y9!oJ������������k���#c���<���������5)`������",%Rl���A\TU���'$��M���_���������E���
���+j\������������������1���������������PQTyy;���!O������ij#ZLJ���I������������g�����!LA��� %C������(��������6���L=���
���CqijJ���jI���������������������hj���R0���0������!k>U���|[������bw���*"���mE%=]������2WS������:Q���Or[7���@���A������Y���L���r������������>���3S���y��������T������������\��������������Qk���'������R��DT���jL������AXD���D������M���,���������&$b������,���x������������k;Q������b���f$S������m���������Z
5������������uu��������a������A���#������$	Y���G1���)!/K������#gC4���T~v������������g���v������dXS-��������������=���U���L������`L������/1*(k���}���������!���q���:_b���8���W7���\	O]���������t���U���M���P������+������p��$PDI���N���_���^������������S���V���������F������Z ���kD������?���{���������$�������������(���;���yI������~�����WMh&������)���������d������������;@���8������������������(�������������������S���������������n��������������#C���et���Gp<���d���������"�����p.���������������������=���������PF���!A���1Z���
]���n������S���������4������<;������)���n��� ,S%���/t	���)���G������x~���������}��1������(���C���Z1a������������������������������PK���,E���SH	PK������H.android/support/v7/app/AppCompatCallback.class���������N���0��������������@���L ������������������)������T������H0������U\������(q���wc���x(���S(���D������3������{������������7���������������p`(����6������2tkbZ���Z3���un��Q1�� ^\���B���)������{���G������%1��T���\���zR������,Y���h������������P���������"zah
���d������"���d������R���d>������R��~��������P���25���2 2V���������y���"~l~���k-��Ki���&O#���Z-������$���I"���������X���������������H������3������	������������p,#���c������������p���7���10TP���j������������t���[=4���������\���i���i���{
���������cu������	PK���wa*VPK������H&android/support/v7/app/ActionBar.class���iwW���>I������x������&v���N'������	Z���6��������������V���3=K������g�����l���}_���^������e_Ji
%���r���w������;������w���p8���wg4������G���������������������}������������������?���������}������H���/{���W��� /�����{������&/'���������������c��������)oZ���������:73���lY���J���+���������zN���l������������A	���������y}���������R���UM���w���l���28��������Z���m�����������3���U������&���������Vn#�����h���8*_J���d/������������������b~vn���PL/��������2`Y���������e���^���������b������`���,������\���m^B������
r���BQ0���Z1=S������������l���r.���������\@���������<���������������������������_���c�����������tam������P���Q���������-������������������%���\(���i���A���qUW������������
���X������0���Su���T���\���&&]C�����������������l���b���"cvE��;������������i���������U���V
���N���M������j*������������������4&������v���f��������������%=���:"R;-\���#t���0���/'���KfH�����b���&������t[������Y���.*G���������mn���u�����0������.[���GN��������
���0���������eS���VT���J���\���u������E���(������
������YwY������e������^m*���RKen���
UU4F���$W������.���V���������4\���W���J���,Y���o���S���P���^������TX���c���������O��������������&���������r]Ni���^Ne*���Y�����������898���Wb���������e'�����������������(���]���q���$���t������������e������������"���%q������Q���������������`lr������G���������\���h���A9
���#N���NY{���CH���������,���������R���������+������������Q���08*��Q/������ahb���������s���(TqB������,���Pr*���������|������������#K�����������W�����������3
���3x���9�����w���}\���[8���Q}���m���D������r���D2S������;TD�����.y������	3���������n���Iu������7���:'���������u[o�����5
������>���z���8���|-M:GGn
Gc���������w������f���������W���\���,���}UU���j���^���&������q
���������fp���������������������	������������XP������gj���m���^{&xc���������^���o���^���6�����k&GH���N���D�����jQ7�������]Cb���������Tm���"#���u�����,���������`���3������Yn)���J���������.���w�����������B���>���PSPLC��8Tv���dh���,���U���
?���Z{)C������h�����������������.���;������������K���S������&������#W9������u���HILS���!��������X\���h:���������$���Q���(���j���f:j���%'���������!`���Z���+���bp���L}	������m���,=���n����������������i;���-FZ��������������B���������oSh������?��-���bd+���������w���6���\wg���������U�����Z���Z���������'������\���������0������pkP������0���������=mx������wx�������
���{���K������;���[5���������<U���j������6���s���
a���\���&t���ot��~L���F���=o(516
[���6���|���������������yU���
y������h���������S������k���������f���������U����������������������z���]r���I���������$�����j���<YI���%���d���'�����������k���0�����������q���J���.���m������������U���������]a���������������~���&7
���k������(u���8Q��������_���������������������ts���5o������n���\������������������z���3Hu���k}u������������:���@���`*������������r^���46���u���{���+~������8������wa�������������������������������J������c���8������K���>������O���������o���������I������[���������xI!���9u���-b9���_���������U������������������p������������g������������.|��|)<������	���������(��������������������V���Q�����&���������qx���ow1���{;<��������4!g\������^��������`������%.���0������w������It��<G���Y$���H���y������	������)yc���I������ Oy������Y������^*��������
���X���"b���]������VBpW���{g ��H��������}7<��'���[������������������������%���
������+89Z������������}���>���J ���������:j������5���$������A���* ���=���G���w������mRo���E���gC���Uq������{���E���%_���D\������T���d��������B%������b"{�����������ME���R���[x,������l���o��������������{;���������g������{������7;������Bw������	��������%���������a���u��������������B{������!������-���E_���������>+�����a��� ��H���
���������]���������g���*���%���*���Qj������z�����F���w������m���������������������������������������������6���a6���	������`$���o������Q������(|>��1������O���gZ���������%������������������������������������������*b���A������������N*bmT|���H*�����������6*������z���x���U���B������k*���|:"������|���A:��������c������'���|���c��������o���������Kr�����������������������]O ���������H������P}:~@%/V/������������E,'Bc������������O���9���������I���
1���S���qw���4���������l���������������s���G8���o���>|������������������x���u���c}0���p������@x���}L���A���U���|-������PK2t2���(	PK������H:android/support/v7/app/AlertController$AlertParams$4.class���U���SG���m.���L8��������������!(���J������4������Q���t���~Z�����r������������D���g9#���������������������Or|������������1���������������������������������>���?���������u������EW���pM���s������L������!���Y���i4������
���������M���hb������m��������'c���!���K���S���Q ]������tkB��������������Vu%������C������7���0�����������y��������T)���Ux���.������d������6���C_������1���x=������e���Q������q,h9�����������h��������j������U���I���r��q���'6�����G+���������M������M���$���������������������^������i]0��� ������������������������'���m���\a/���e������JD������4ie'���������:���H������������~���������p���+^���A,���|R*3������K`���ax7������������������'���bq���\������)���l������m���]���5������FDxn?�����+������Z��qOj���C{���;������79������]������_[j+p-���p������1|g���G,�����a��p���M<���P��������X5������B���M<���������u�����l,��N���������_���������/������L������0��u���������A���GWPG���n}Uz������������p��W�����#&{���}]x������������ziK8���������Y�����������Nt���<R���q���~�����P��� ������������������6���W{������T��������di+������������q���������C�����������$���X������s���|wk:��������C���G���q~vz������i���e������������r���Jw������������������0��������2������*���B��������������g���������>p���)������������������"���fj���d��������+E���a��� ������������h������y���8���V���������T������������H���N���O��!m0B������C������������=��������������H���/���{���C���k��������������������������x���������;d������������I���A���������r���G���c�����������������[������8������3������p���Ga$h������S����������� T$l������b2���x���W4;Ib���D���T���8�����~na9������������	*������PK{������mPK������H1android/support/v7/app/NotificationCompat$1.class������1
���@E���h4���������������E,<@P���PO���&������������%���������,<������7X���8�������������'���%���a������uUfb#A���g���q'���J������p7���������k������Ju���	w���y���a���U^j���3[���K�����������_���dA!���*%��������
KH7+���������������&2G���������L���^������w���~���)@���w�����������������PCI���PKuK���������PK������H:android/support/v7/app/NotificationCompat$MediaStyle.class������]O���P������gt+���"*���o������P*��� ���e������D���.���lU���[���������K������70A5^������B������+���������cf������.���s���sv������������������������Lb)���N���]Pq3N1!w������������bJ�����;C���������g9�����������������qJe#���	D6�������������U���������V@�����Y���
���5]������a*���U������j������T<}gJ/���������������K������@j������������Q���EhoI������v���,.W=�����!���_j<�����i3������/���\������v������������~$+6o��wO���#���\P2N������Y���ls���Z���2+k���V���'}+N���(���K������������m[���&^������{.�����S������=���:���������������aB���vi������r���*���
)���Vj���	������2u���b2������rMOV7���p���������+0���������&���%�����������������
���-���=���D������(��������?H������Ml���&+.q���������\���C���iw�����������9���J��o��j���j���Nb@C������bD���1���h8���^
}���W���Gc*L<*���������`������D���E���?���DL���������\lV]I9���Vw���9���S")\��������oh���_6
������6���+;���leB������r������<"���������;������8@d���ZC���������A��������d������)jZ���6Nc������$���������������p���Rco���q������������p��������5���)w���q������L���R_���jjL��������������Q|l������u����������?Fq���Li���}&���K���UF'a��h���
 ������F������6���$���"a)���������,������A������6������l.���]q��gu������)l������yO���m���a������b���vr���U���~PK���-���������PK������H0android/support/v7/app/AlertDialog$Builder.class���Zy|���~������-[���8�������������c���J���s@HbBl%���
vb���`���kico���������������c=G
���������R������rS������������������^@/Z���^z������������;���V��������/4�����������{o��������y���n',���g������
���q������s������������������_���_~@���������GN���1���@���I���D���'$~J���g������J���9������'������,��������o������x������k$^'������7I���������oH������������H���������������~���M���$���'&���%���7'������$���/���&������x���������$> ���_������������]���	������������I������'��� Q������b���Ts:���$���
&������A���Hj���������������7(E���2���\���&������������Dc������\���<��� o8���E���A�����������`������v��������>��������m%���*WB���G���!���C��������M������p���LiSB������������+G��������� ���������������Rp���Q���7o���k���
t�����`@���0���?.�����������������H������7���TX���b0��������8���i���������>Y���������t5��������� *k]���F6x\������Yk4���`��������]���<A)������������K���N���������������+rT������dfX���cP���������������V9���[y��	E������S���I���4���������1������k���]���F���>.T���y���������[�����������XS���������������"���@������zi�����������Wr���lWt������lT3(���Z4-���������4$���/a������	���XJ������4%���������������`���F���������
���)���rkL������!+B���u������A�����M���b\Q��������eD��������?"���$���\���6(W������)t���vA0���0gPC���1{���-���+���������^���N5���i������"R0���4������]B^Ac������zr���s���M���Y���6���D�����6������[iF���qG��\���Q���@]���;(���2�����JTU�����]���������fR6�����������������p&��������5���#t���<���������c#������������ll2��������������T<O���p��������d:���
���������w���������������b���b���������d`l���-i@#������I���xH	���I���!h������������uHqU������������I?%#���0v��������4���W���������[���|M^�����$��������������*,Ia������������15D)W�����������������������+~Y���)+eP���2���������O��������'������4���j������������;���y������}���?>���������'j���m���DU���|������������1������D������4���#���N���Nd���M���CG������/���L������bk'������g�����uhq������w_=������������J������)e���&���m������cK���"8mN���.uc�������������0���!���Uw���aL���7������ak�����uk������\���������������m���6���k���L-]������]L
������~���}MM���aLtq-TRj���#Q���U���������c���������p���/#���XT������h������(���������A���Y������"���e���t'������|D���������S���������<:���z���|������������N
i���K������������l���G���������hgg8���6���U(���.6���:�����������������"������.���������f`������3���������������7|������c3������������$���j8Q���O���Od������`���"�����D6������l6 ���j������P���9���0(������������������9���Q"���g���D���
4���4���������6���j���v4���<���KdMp������������-���KE������-q���cDv,[*���������J���-������������Z������������E���7������x���Ud+���������@:VQ[������O/< ������D}
������������������[���#���������I������
v1������xJi6���E������u���l;Y���a���Qd���(���\���s���������"���^���I���������q���f������_8	��������w;.^��	u������������\/Jx[���������`AN���>���������;��&���Yoy���'F���h88(P������o���G3���EOg������-9������������������r��������� ���.���������������������"?������U���z�����
������;���C������<���xY* ��<^���������������]_������uzGD������E7�����iz0���mz���I#���i������������Z������T5���������pHyZkr���������������!������������������VSJ���������S������'������7���5sU������c���}���������b8���W���L���uz�����������������D"���0=L�����������<Y-V3������5qMu�����������������/S3h������������i���'��������J������)A������3i���<������aN���i������k���jDz���^������s���iz���:d������M���s���������ndS���Mz���Qbn������F������-���p������zv1FZQ������'������I���!N��������kjjb�����M���0~2������w���������������������������p������*o���r���#������������;bZT���?qs8|������������z?�����r~������A������T��������9���
^���A)%@z
���,]������a^������
y������_&5���������C���������~���s;J'}���D��y���z���=������
p2���^���������t���]\a
@���������������������}���������*]y���p���@Ac���&qJ������y`�����
��9���M^������)���W������v
c������&��������L������������/���?���������R]���h������:���
���||������}e4������9
���F@l���/���'���������O��������1]������������P/'iu������o`������������L���s���i���U���w:���a���or������n������c������L���t}���YX^�����������,,���s���{--�����"��������\N0M���7s���d���F}g[������������������g������8C���n���w���������~Pt}������0���)f���BI���(m������������3������G���l35���������R���+���r��*��P��2���������f=������m(��������T}������,�����������U���<N���aG�����YD}��8���7A%�����W������������������G���(h/������N�����������{������n������(f������PJ(���0������4������(CYX5������Ud���=���V=���V�����!K������Q���U��U���fm������,���������x33���^@���^D���^�����������VY���������V������V���������U���p���������������XOo������w,������9���K_O������g-������}���������,���}������������-������N���g+���[������������`������o/|���B_u������R���7���B���%p���������DT���<*���MQ1
5sF���H5���ln���������f���4[5����������:T
_������Q���������������r���������Fq���)��������"0������+������*������������e9������@���f���k������4���/���u%������q#5���Q������r�����������o������6DkG������0�����#6���������%���^G������T���2�����|n���������o���:$2���qQi���������U���r;N���8������6���D�� ���IL������
������<H���VN���k������������!�������������������1{���1{�������������������'���6������������������������������������<1���$���F���L���������l���!��������vT������9������������v���Nj������:A�����17�����d���k��Q������������������pG.s7���JL\�����������=���s���$������S8wO���������p��������Xc���4���g������]���,���������g���3|���
������U������k���������go�����������gqR���>�������� ���&v��������=������1���>������������gTkr���=<������!L������������i0C���5B������������3���{���~������`A���Q ���E���:������ 
���G���������T���������������26G���#U���Qa���������2���	������=��������&���^������������&.)8n���#������������O@���U������b���3���/���(�����}0&���y,;���������Y#���������i���a���^������%&&���������pj��LNG&g������	.A������B/,���:������f���Y3gF���|6������!���	z���a������������#X�����-������c2f8���|���3���M������|���R�����Q��������G������������q������y���K���������������|��P8�����^���������r������jV������u���
o'��������Q8���Wg������J���V}���xc���(������&����������p���	������Z8���`���p!,������ja/t������[������%&[���q[������R���mxmxn	������T#6<���0���D,���g���QX���������wZ��� \
y���5h���c<U���a68������{���b������?���~������_������0������������i,?���������X^������>,/������F,o������l*��������������%���PK���t<���
-PK������H/android/support/v7/app/ToolbarActionBar$1.class���RkK���0=q���n������t���������������bE������@EA���
*~��0#5)i������|���������(���?-���������������������{������������`E���1������.���1���`������������Y���������N��������
���ZF�����Q���M���?������<������������&7���A"���:���f���H���R����Z���|��?���-���0��J\���Manx3$d���������r#������50xgJ	s���8������t{�����������TQ���Z���NM N��������O_��������� ��T���s���������9
���({���G��������������������C���������e���^	���������J������y���R���������HGi���qY,>*������������������V*Y������������E������������n������qk+/`���7���<e9EbQ������E/�����0l���GP���(l���j���j���`���������������L���������������(t4r���2+���5O��� P���X���fd���PK���4���V}���PK������H2android/support/v7/app/ActionBarDrawerToggle.class���Zyx������}���c6���r6������	"���C4!HB(Xk'���!���������lwg���jk���VE{���*h���WMm���UkH������������bm���Z[���}immkkK������������I���������������~���s������������������>���������\4���/
������;������./q7���~O���=^H���a	������������q������C>������������������p������p��B>?���E1���`������a><"���Q������1/*���C~���'8���'������).�����������3������������~���<_��������c���A=���>��������������2^������U������?���������������|��������	���������/=������������o�����������~+���w~�����.������S���j���b���rK4��������J"���&J:u=�������HL12�����T������nU��������d��������������@H���t���0������+���j���S������
����������������~���T�����y'������`Aj���1������i=j������pdM���������4c���%3���hU���=q]���	&���������7���}+���J,������������Z%n���_������������1���7��������4j���cZ������zzU#hI���R���#lr���8E���
���)���������#���������XK���G)���N(k���({���Jl���J{,ES#���2������4���Q~������������������"���DS2a���Q���+"���15jB6���QC������U���M�����������2������j���'E,w�����i���E���)������v���j	z������%������!���}���!������i������4���?���EC��G���������-J<������4������uZ"VR���ap�����������������)c������������+d���Bv�����������bp6���=���`������ZT�����t���E������������zH	w)qM������y���4vh$������)Y������(w����������������������������Ml������M�����E��h�����������J\���������Y4������P���l���8	������u�����k���^BG\m���Z��)������@���!$���������}db�����fl���y?F�����V(���5���������8:;y������0���������6%&NE���}S���[���BI���!���C���*F2NO������l���
���#���������������6U������������H|������������������R��������&���f�����D{y�����a+d���w0���&������7
���Q������<���{������0������h{L���@������F:������N������vtbjS���I������q>%P���F+��<!���VE���f��NFy���8���Y��������������V������e���������B���.������x.������}R0���]A���'z������&W���������������[���FT3���v|���nl��� ^SF~���P���������O���C��������������fRL
=/9���~i6���}������(>������8���w���������x���������;���"���;v5b���S;R���gV������������f���}*.���_���W���KG���(������������������&c���R`hLIE���������5d=������jDEx���MU���l;���J(���&5���-bX������g:VQ���������kQ�����������A������#���*���Iy������CO���Cj������\������������>EF�����26���l��� ������n������k������������6���������2��:������SB������������F���F���_q=���i'���-���:p���;���!���]t2���������l���������1���������,
S������������Y���������3q������t���������Ek>���������F���{���������_���hc8���������������q������
h������A���Qjc9���������2������}26q��������9d���d.���������$3G���������d��������������4���/�����Tb2������
eVDn���o������������jV���.���o���e���O]���?���C������'c���n5���$���?���[(y���������xe5������[������	������=~C���S������+��� ������B^���F%XU�����'���������+���Y)+c������������������t0L'������}>u
���&������X��������ic���#���L���I������J���q3���l}���
t��������������DU'���y������A��x���e������6��6�����*������>���%VA
R
VO���&���pOM������:Z���7������Ff��������Z6P������L���>F���"WL���K������������(���=���+n������&q���������.���-9���cA899���&���������l"������M56���	���l������������+���������RJ���U������ZR������Y������������*?E�����_���e���^���Z���������%���5)������R���2+������������O?!%���<������f���fvC������u3���2�����;H�����������������������������|������IKd<9-`A���@������������V���>GX���������38�����������'B������B��4������4���a%������������4S������9������1SU3���b���$���B^�����Y���9���S���6q_Fx���������h.���!���E������c���lf���s?���w������������K3p5|���������j������������U7B���������z���������R������C�����������^ZOw
���������hb���Ms^���nA=+q������������1D���>V���������|���������K������S���'8r���������%8*r���x���������xbw���C���NF������
8������8��������C������������g���������������JO|�����Uwy{P���A���ALc���u��� N���������7������!l���c���1]������������>���P���������|���o�����������4P���BY������=������
������[������ ��� *)���j3�������u 0������!������������j���B	������i��\|�����������������CX�����������`���%{������������yx���E\������p%^������
9��������������q?���&Yo���*m���������IF���!r�����!Vr^���X������$|�����FT������^������*Fk?��������$������	IF���J������|<���������/���[���������������F���F���r���`���H������������?���Y{P@������A��������� ���"m|bC+������	������l��������|Me�����v]W
}���$yx'S���;������w������L	���,}q	������U���{���b���������������&���:���w���{���Cp������-!���%������f������������������lN������/���\�����������������<(��������Pj��mV���p!a���	H���O���O������������z-R���u������������ ���1������ TF��������q������}���������R������2���`6������i���������^���������A���������t���EtyJ������W���V���=(���r���P������1��������"���:���c
6^V���*���'���g������������2Vccj��������������|���dJB���{���G[j���-���vb���{������7���u���s������������
e���9\9{���#���Or������������GK���d���P#������l9*���
T������a���X���N���qL���+������P���������(������|]f���e���s`���j���������a,��������@���0���Jy���1�����n��B��2���Q������8���D���q���PGAq���9���������=���S��������������� �����]\���������)���������������,���|���<LN������]]�����������������=~���
���T���<���ky��������������l'X���3��������iQW���T&M���������u���D(2{@���������tyx"���>o�����d������+������Ws���`������#c*���������~���M���Ei6������J���L���������/���������W���U���D���
������L���2������������P>���%c������rr���+0������&'������&xe���b���E�����
Z^���������o,������,���!���������=D���������&�����������OFe������j��������5(������������`oGdw���AswVG������[������,������<������X���������������q���q���k���mq���������m�����������'F���{���0������}
#N
���.;������[x���p�����������q���%���)u=?{u���	��������������������������FRHNJ���~���nJ+������������	V������{������d���gl������4|3���q3n���.���T���5E;���a������������������5qx���
���:������A1i7�����M���6���������]���������=	7���L���&���!'���
���Lu������Q:���h>���������W�����kh���I���Z�����������������z�����������v������4{a���m���������A�����^���n������?������?PK���������
��� PK������H@android/support/v7/app/ActionBarDrawerToggle$DummyDelegate.class������]OA������YJ���,������������X�����!&B4HC����������a;Y���tg7������*?D���������o���������hL���������������g������Rj/���43=s����wv���������?�����"2X(`���r������C%���*C���[s������H}���0������U3���e������A`���W������RI������a���2xKu���!������7�����Tb���������p������(3������;���������Ci���I2���d���0Ro{���Q]���������5���K
���D���������Q$�����������������������������������<���������������nK,������Q���y���z���������NE�����jJ���k?d������xrCH'������D5}������$Xi������vp���`X��������+-���������������6���X���������m������'���##I������{B���pM)_s���'m-���e������e{G���R������\���sgN
e`Vt��������IW���������S�����������q{���1������nl������s=��������I9)���-��n������^���,���P������������s���o��������&5;������=���^B���%d������a������������������h������r���'���������!���g������IH~���������<}���0���7������+��������@���"E������k������j������`}���������s4���������+d������(XoP������Tw7F������8:OTz���0���I������#���;Aei������1b���[Lp������iLa������(.Xqb&���g1���������c���������������z�����bb�����������������_���{'=������|K���jd������k������N�����������������z�����x������������|���S~p���������|c���?A���������x������.������-���PKQ,��������PK������H.android/support/v7/app/AlertController$1.class���U[S���P�����������������eD���V������H���\���BQA[���������������ik$���t���������3���������}v������<���������=I	:������v��������o7���n6���?~}���`w#hF"���DqIiRQ���DC���h��������$���f4���1���+���P0������C���}h8���4C"�����-���������T+a���������������+m������m7+,���&���)������6,������0������XaeEIgh���������X]+������2/������i��"7W���m���u���������������.X���ngM���8:y���u���3>LRaeM���������plG���oh+d<Yl������#������������������u���f������	c8r������������<���xjL3D���]��R}���1C������:�����YES8���U���������CQRpYE+���T���#������
������������,���S��������k���s���*nH4/�����������-9���,���X���mz������������!&���h&���������R���^t���a������Wh|������^���p\�����������������s������iahH���G������"���������i��������* n���������j���U���������N���a���0s������������ ,
.7,���������������������pAj���^������������s1&������[���e������m*ggo���?��'������������e�����������X���d���Z������s7Eyj���,������K��������`6���������������������It���������B���B,�����������������������%4Jk���&S���������_q������9F6L������q������������8���N���s���N���X������K%?���m������=:}���Bk
m���1������j���p@Q������S5������	(������������[P������h������������!���,������+`Md������'������SL���������q/`���%V���
���������
������Wh������������3���6d��� @Tj���
u���������J{���n������������`
���������{-=���~���������8I���6���5���������pS������oPK ���������PK������H@android/support/v7/app/WindowDecorActionBar$ActionModeImpl.class���YxU���'3���$���i���G��������W(���&���hhkK������4��������-- Lv'��������ef6���������������>������������J������TE���
"������("������(z��������$���m>�����������{���������y���3��������������8E���Ta5������������g���������=*���A9���������}������~���}@���#������*\���Eh���0������v
���Vc#>���k������|��������������|6���������:~���<_������E������}���g���<���
���}U������"X���X������������und������!���A���������y������x������:��o������MF���E��}[�����U������0��`������������p'S�����{*���V���}	u���
	��2[���������ee\���bW������^=������-3K���R�����[k$������������������h@������Y���vc�����a���������i?���Dsf*i������T���������S���~=���W���$T������I���z2������J���c8������D-������<���M������������Z���D"������������a=������3���1���������2������;������62	����������������������������D���6C���������k���@���;d:���%�����������.3������F���������e{o������k�����0���2-��������������ZwJP���hI��^3c������K���v��������������^+������v�����������������J���Y@���IgS���NG���������d51b������ f
.���KOf ���������M~li���������6���������Q��������������������������w���z���W/bf������������$<?���P���4���������&������e���l���V���bt7a���-E"C���wX��������(%���x������5]>������%z]C���7.��e���J' <���Sn���GU���S+-=���_nNOR������CT������<2TI������������|��������e���}zj������q���0�����s���J���L���o������������v������'a*X!���^���H��������p
���������h���//EB����������������������	sJP������LW���r/������O���pa���:���e^t6������A	���V���l���������:���������3���������
���������6������������������L���t�����s���������(r(<���M���:���[9;al69������������905���
gj������9^���u6`���������c=���9���������������������8]���=������������R���q���=\WT���L�����k���?���p?���������/5���
���4<������5���t���#���������G5<������������S���{
������	������G���������$������������pU<������/������4���������hx���g������LG?���#���D���������4l���h0y���;���W���
/������*^������/���[C������,���q/���������CY������)���I���T���J���&)���@B���QM������������[���T������-���K$������jR%ks
R���~���7���������G������$���t���A���\���3JFB������������x���#}C���5���������[J^������T7������=���r���C��������������i���N���������EA���U��oo���b*���rwRaG���D���p������������F�����������8���*������������={���0��t7���m$���
�����}����������!K���0x������	������������>������AC���������3f���jC���5���*������"���O���*��G���$]������������'���mX>=���o������ ���i,�����������������������������K���������}Zb)�����\������G���T$���G���������wD���e������bf������2���}������
nN��]���������������l6������W���g������3hvz������4���]���
A<a[)���_�����f��������������������������v������)u��8���e���!������6������m���C|���1���x�����s���������[���D�����9|`C������������!���;"������}���������������������r3���3tN���-/���v���h:���fQ���Tj���c	���D���+���][���u
\������z��Q3���k���Ob���H������y������������4e���v���������^6���������-y���������q�����&���R���N&5������a���H���������ME,Xp�����������������D��K������HN���������5���4X������XC���Z���������{C��������������������D������h������yOM
w���4o������^l������,z���
��������1H��(���������A���.���=������������Q���������2z������������/������8���|U���f���y���������D>���6���fl���������������F���>������L���^CR���$���N������eY%������0"������0������!8������������[���������������������n#I������������o1������{p������������/������,���������~��������c���|f]���������C���x���2������������=������2D%���m���Q<������y4x������C���C^]������q������\���yy4���x5������,D_���4������������������{���H���������}������������l������Y���C8[~������.������������c!U������U=W���-k���*Z>/������Z:���]���9I������<������x~���������������T���������m������'���z,&������W���������'���bT������q������I������)������������X~������������\%?������3$e%Iy�����������������_���������xj���*���k}������F������������[I4���X@L(������d ���y������h���_���������������������u���(������tak��������������BJ���E������b���������C������P���W���0G���������o������!������Y���������O���&������
'4P#������������ZB���D
���������O������������������{}���3������������z���K���8���)������<Z'��N������������H!���+t������d���F���s`������W���������:�����I���Ai
���AuP���G���h���������(}|���[}O���F���b������C���-���6'���\Y�����������������������p���
irAvL���.6:I������������
Sb���K���A4��;Du[���G���m8���z
���������������:Bh���������QQ6���t������>\���C'��������������Y"w������d�����������TV@UV���^���]"
������
x]t���������o 
������R=-^�����������ERp���$+���
���J������Jx#���������o������>������~���/e������D���<J9t���5���������X���������������J*���������T
������RYO���������*���������MQ{������-!���.
���XJ������J:���5������*i���f���%p1������zC`U���R���������x���a���s���|���"T������85���������v���F���+���l#�����R���M���S���+Q���<���������������������A��������� c#5,]������������������.������_PK������}
���PK������H6android/support/v7/app/AppCompatDelegateImplV7$3.class���TMo���@}��1	���	���R(
������#R���J)������DP8o���U������������M"~R+���'~b�����-���-��������y��������������|���������V������( ���;y�������i���*9=���q������������������������������x���*������l������a���
��������\���
_���������I���v���S���H���������]M[\0d;����������d(���|���S������S.���<������_������(���n������������8y���r���J���������U���'u���S���������<5'���������c���"������;������9���BS������I���������F�����������������7��������_������b������
=V���������6������j������6
���Y������h���-4���?iO���P2[9>F���������8Zp���������Ko$���C���,���H1���iX9���G������$���:@������o���������0��	r���������p������������N������!���������������������������Z���*d`]j
w]��v������|;������vk���������J2l���'������A������J%���O���������.���_���������O"������1X������>'9W���i*���~`���l������TWDf������������a�����������5���������������12g8������~������~%X7N���X���Z���I������������&n���;K��������JV���b���8���,<��\���/PK���zVPK������H3android/support/v7/app/WindowDecorActionBar$3.class���T[kA������I������vm���V������^���F�����h������P���!�����������������N������,������������������A������ >���������3���`���!���3s.���������e������������?l���V.��C������%\���q���,���m������nZ���0���}���������m������HK�����a������������qy���������������������t������%R������<���G������������������fe*���j���!�����`XlK%���������"z������I������������A���G����������������R"j<���I���i���7���������V���Jr#{���<!������c���)���n���>#��������r���������y$T���P���T���*2���������~���i���(������j���8U������K�����������-T��w������������up)������x������Q������C������v���z���������(������[���������PD������Qu4*`[��������0����������������������D���o7i���L9I'Y�����������������U���i���������6������g��bo������J���}���j���i����9������<X���`zH���q���^���H���@���-:���]������}��������f������9��������z���������%������������3X#������5C���J���3���7d���������m���������r���P������{"������������B���FncH���;���s6O������8O���������p������,���:������������(���������PK.)������%dPK������H*android/support/v7/app/ActionBar$Tab.class���TkOA=���+P"������P���- ������#c���6&���4@������������n'��vv��-���-?���������������R���l���������l���=s������{������������������������x5���A<u��������������]��������O���;���������������������|������J���������������y+���������b(������J���w���n������P���DM���0Q���Jl������Hx���E���T-
x������i���,���C���������B������������H*-������ r������U3���d������iG������:���=������V`d���>���d������6FCav#--������ ���q~`���e������
���@{��[^5_lvK������0G%G�����W���W9�����������
di���D���������#\������������������������*#������W���%m���������F$[JE������l:B���������=���9���:o���������{���_������mo������*���6Q���.���1���������e���������W���9���FO���hm<dxs�����������L���������\e���������2������.���������F��:xAx���`���_<���������:)������5-Zd���N������o���������T���wg&�����������$�����������d���m{������*���D��f	���0������%MX?������K������	1���]���y������������1@'���a)������)Z���a���������2�����o`_������Q���-Y���(�����M���&���c���No`:������������n���8KsT���X���;y���r���������>���s������X������f������G.���������
9���������������zkvs������If}������������������(���3������������-���PK�����w���PK������HAandroid/support/v7/app/NotificationCompat$JellybeanExtender.class���U���n���@=������ijH���Be+%@���:!T������h(������@���y���:��������T���'���xby������(������
n���,y������3:������33���:������������������������������"���[(,���6���������������2C������������!^,���3$:������`���v���e����������I;���������������>w���\������	���@x���������i~���
n=;���
k`���������2�����=��� ���n���[������:���������������C���;�����}���N������/l���c:���/D������I}(�����*������'C������s1�����������������PB���[������������~������<���m������������I���������9<��������C=Y��� ������6&���TPcC�����������&���������������q������6���!���������}������m���G\EK
���Uh���+h���������J���bh/P:
���3���������"������8���i�����P���������JS������vy���������f������f8UC���Q<s�������������2\-������V'gl���3���*N������i?z��h�����������#&k���)C+���f���*$���������JA���4������M���Fu���9���@���_B���{B'h^���V���#^������C���Fq������e,��� 	���$������c [QCY]���Z���j���Dl���_������H���Z���t������X������xmK'q7���f���������,���[d E)���I6������]���Zc%M���K���@���PK7/���68���PK������HSandroid/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState$SavedState$1.class���U]OA=��.���U>���������������������E�����4���B������"L_|���n'eq������������b������/���������������������������L���Mv������s���=s������������������_,���a
������}
��������WA��������������U�����
C<���o2$���n[0L4,G<���u[B������-���<���
������v���KK}G���D���k���������m������&x��b'���������u������js���>Cj������v4������w�������������<W������������=���X���������x���.l���!x�����������������c������R���a��4+j������nsi
������ w��������������������������������������1Bu
���������,���)���������,���������)���������v������a���-������x���&%?`x���������_
Y\�����RX���!���������j���	3 L���\���;���`l������8������w''���������8������a������UUW]Y������������ku������������������t{������f���M=�����OGc���1m�������v�����1���t������fx6Da:2������1���x7���zR������������������B���=���_y������4������g������K%���������R���t��������[o������}������e��������������1������N*���������������\���e���{���*���:���������O������������F������#���he������J�����U���QS������������S���2_$������������#���\���u������5�����������P���B������A���?���	�����������^"���J���VX(b���o���Z$#���[!���6���cwC������������g������	,b2������������g���o���7PKQ4������PK������H.android/support/v7/app/AlertController$5.class���S���n���@=k������u
	I���k���P������ ���@���**���HEy����������k���������������������x������(���l-���<��gfgg���������������o���<F���w���X7���%���sq������h9x���`������Cg�����V)Cs���e������8
&���8	���$���3���f������V���U}���.C���,6/���Te:���<
x������������tOI���������L���������2���{JZ@d������3d������T$j���X���w������Hd������(!Oc���B���y���������Y1���������������Y/���y.������d���zB?dg���$���6������������B���:6������D������	'r���d������<������B������A���C�������������������������<lb������6v(���e91������MA������8x?:������������>R���N���F9H���\��������2���C���UFi������/��L������������&A+<E������u������6������-���9<��������������� ���������������c>3������8���n ������p,Q?,�����M)������\S}h���,���j���S���e������h]!������oN���������),{
���������������Yt���d������a���@���l������X������*L���]������k���l������;���R}���)������P���!`���D����������������>���������������+4��qev���F������PK%���aPK������H6android/support/v7/app/AppCompatDelegateImplV7$6.class���U]S���F=���������h���6n���������l������&u���81���������1���]������D���i������������LB���>t�����������N���Jg���.���������������������{���={v��������	`
�����������`������x������|������������2������B���X���fY���������������[���&�����������++
�����'���bx������^������'E�����������W������������s���C���D������;��-��������TO���
������5RU���c
���������������������ox-���4y ���8���Li���`������+������������P������j������������}���s+���ls%=w��&;-���HqZl������Q���!���D���������O������)(���z���������r?����������������I=������L���o���	'*v��������=��������M���,������iac������������������2���m���<������?������Xx������������vP������6/Pg�����������KL���f���K���VWH���������M������"Pg1^��������I������J������d�������xu������	���%������������/]���;5���`���S���s@|3���������`������������Z���5w��������FAk`�����lFr���yZN���}(T�����������������*�����������I������B���*���Db��������������n��-4������n 7���K\���������������0L���v���������A���-$�������� ���������Hh���2��������r�����������kWZ-^������9.u������Tox���3������n������e<���E���H������Y��:������]������>���K]������������}���ny���������+���<���~Y��kp���������d���>���������������s
`���������!������3���-���#���{���\g������N2������d�����������D*v���������������>b������w)�����acS���������Q������8ORC{3������*_^W���-���VN���07��������������@���oLt!s��������������������� ������a��� ������7���Q26?���Q������QN`|E���������Q/9|M������Q>���T���������������
C������PK��[;dPK������H-android/support/v7/app/ToolbarActionBar.class���Z	|������o${ey}���Il��s���8���'!!!������"���>���A���6���Y:���Z���������������@���B[���r������R������Nj���zPzm)J���-m9
���{ov���ZI+K������������3������3���w��7o������G���������(z���R���Q���"������y^���c��P���1���Ih������B������~
xA7jx���������
?������P9^���y���b���0���.������#^���e2���B/��������������?�����������������i"_|�����������,���������x%W1c������������������k������������N��������_���/q���e.n������F������x3?�����������^���
o������������*�����������������\���������7������������ojx������������2���>
���������������������|>���������\f���#������������q�����������>���
���p9>������������U������������z���q|���G}���[���������������\<��������S���&?������'���������r���g\���\���_���C>��������w���z���������������������s���F������c���������z���|���[/yq������_������s���e4������������������������������o^��k���J���_eDzx���������������O���_L���

���������u
������K���u���������\������oj���B���Z#���\������Fl���/������������!���������0=���|���Gh������!���!f��p���>��������F���y��������P������������E���F*V���HL���@h���������H0���OF������X���spa������`������Ht���G.A3�����l���3������j`{0������OQ������O���������������������������<-������������4�����H������z|���wo��}���P0qa���@fOO0���0Ho������������������A_g2uv���b>������������6�����D2f���������a������������������������f���������}���i������,%�����������Ns���@���bh`g���K?������A_(���%"���2������7������wnJ�����������A#uS������������A^������L��������N������d������Wk=-���d���TzJ0L,E8k4#J��������{|���������yI#���7������n3���!���WD���tU=���������.9���g����������������������������Yu���{���d3���-���������Z?DK���v������"A(ILj|>������������������������dn�����������6FE���H���H���������m4������vk������5���4(������9���&������������$|1���)g���HaK������H���z(������!H������	s���/���Z������n���-!������f������M������w���|r���4grmbu��������������n$���0#-`?���~O���������|������J���J���0���������3����������������&P���������,������?I������	$	������C������������������k"������d"	���������8���z���������iF���C���q���B�����������W������2#�����iT���(W���L������-{���#���"B������������&������������3������T/���������[�����������a?���6 ���v���������o���v���A��������������������������+L���F���FM������Z������������<`���Bh+�����d(���2���������������[���jb���������_]������������z;V���;��������D/������/���������(���l���3c���d������/������!���s������E������
���M���j/���5|���T���>���~���v��iv���������
r8������E�����9���r�����������������)@a���q���Ah���u s���������������A[8������m���w��������KC2V��!������	i������'C������������g:���-���O���clN���������?I.������=������������s������|���D������������X���d���r�����a#4���o������K������"���VIk���tY���_���<z���?������qX#��go������;,�����f������<5H���2���5���W=���r��������������������r������e���=���������2���G���5���������(���������N>lE���������A���	A!C���w���,���+���$|J'��������z��.
)[��y������g������L������+s iiH�������������5��VF���������}������U������������t^i������i5(���n���n���7������������93���������)l\�����^,������"������Sn�����O���6���^���`I���,fD
)|���������]a>u���B������~���������%Wr|������m���������������3���������������i��������������������#��������n���x������y�����q������0U������VF���!1Yf0������������Ys4���NA�����h2���=���= ������������������b���$m������`���J.���������Z���f^���4���4X��������/���f	���%���9h\���1���D���0=���.b	RF��������
������9���>���[���G��������������}���%������05��������t	S���������E������D���%������mi���������v���&���	���~*���$5-8?������r"������O���+������4���m���������Y���o������4���������V[q���������p���n���7������[���	���������?#6���!z(���������%
���0yq���r������9���{^3��������&JH*�����Xj������$c~#>M#s.������y9Q#������O���W���>?��O���3gBw^�����������������s������������������w���������s7g33i������!���*������N���O������F������Ln,���h[���n���k���:������]������3���Oo������.������������9���B���+���jn�����R3:|���#���_$���������������t���n:���Y���t���nE���]01���]>���\������*������s��Q���(�����W���kB���E������������_���-���1��		�����������.���D
���������E-<������:]���������+������b���h������Qx���������tx���[������c���h������)�����������������gu���L���x@���9.h����������3
���8���O������)������BN���E���������c5���������i������U������\w(d������Bt���N������
u9\���|������������������y4���������ZTL������F���pt��O������Ux���<���.������t���E+	op���&���o�����������������:zHj,G]���
�����
+���������������O���������������dL������������-������j������o���:��f���A���������)������*���+ny���D������t��Z|���(Z�����������<���N������y1;���,]������������C���8i1������]���v�����.������T���@t1���&������|],'���b!w���t������������l&v2���B'���.���%���8���y8���������Rq���.������.],������% V�����b���������}>���b5������F�������]���.���h���[g0���������������������E���g������Mk���:M������������Q���������,���hb���.v���C������;u���n���%���������9@!���.]������!������B���D�����m������9���Q2�����������`�����8���?/0���u���/���������+���������aE���������~���XR,������']������������������);������h���Sx������vW\���a���qeS���W������Oq������^8���:���^���M){C������W]�����=���������������;^��������#L-"��������������������m	���������}yM=���x������O5Vz*mP���[��\���Y3��������FE~���a���8���i 4��{Xv������i������Y+���<J��n������c���^Z���������M���8���B�����?���m6������12S}t���P���:���������a;���������)9:������~���"2@7<���Y������+2]���������fuv���������1)������)���������������o������������j���"Q2���pj��������;���h[������P��������e������*���h������������J������?lN�����~���������J���)���{�����g���/���2������!������!������?���?������������Pd������������[������������k��������oQU���H������������	"#���f���������4������'FW������#`���5���������J���; ���Y���q+kP������
j���@b���u���3������N���������27��������������������Fp������������/^	_,������%��������Y���������`���o������<w(������������������\���y!���zPo_���p���e������������F,q���L���VQ���D������@:#5!oF���������v������,{Z��������M
Uj���4������������S���������_ ���g��O������������q������u���>���L������!���)���������_[���53���*?Y���������It���s������������`=���=�����������$���{`���yLS���G@���rV���<���g���S	������5'��������H���3��������4������������/}q���i���D���O���������������H4U������	>4���hL���/���'���D���-e������d������S���a{���`������������A������k5�����������V���UU������_���q���������&9mWW4j���-���d���W��������������������P������������l?���h���������wqFt����� ������]���w��#**������Y���������`���lH$3���fl���,2��j������Y���������cA3A������nK������������������������������������9D���6c%������
���{���g1������������'���
l���������\���h����������������.���2���Y���������������������e}���z���V���_���������z���������n���v-ge}3���J���Fs���N������������������j_���0���������@i���0h������C��^���������rj�����8��������mw
C���!���P������6kj���������~������G���N@;���*���`wv���z���J������Jex������&���'A,���&���p��3���������`-l������\X_������%������u���@������o��������I�����������������{���>%Z'���<���������������"_*;7Ih������������������jr7���c���������������[}���������0���������i9���r���v������l���9������������������[pX������������c��O{���4��������@������!���D���������E������d���������t���Z�����1���������������	{Db`���$������E���DN��������@;��u4���������7������!������������RN@Du���������d������dx���f�����������������ZDW���3������4������	���������K���>���������-���r�����9������&���F������������|W>���������)������	������8|</���SsR}~���'�����������d���i���z/���A���������}������-���Cx������'���@���������C<?V������f*-������z���e+���3dJ������0+-���J���	���Tb���~���0������]aa���������b���J���6������������/���i2_���x������������(������!x-���g������/3�����������%G/�����3#���bn���������<���+���V������k�����������S}G������5<��������������wR}W�����f������[�����������y���l������������C������ma���F
������������ ���*���J��������=���������i������a���ZX���������Nb���TX[������������:��������a���uf���r������.��������s���\���?K!��������"������_-~���F���������������w���������"���3������z������R1s{k���
�������������(���������@������NJ���I���D��iA���[��������I�����������������������wxE1�����������{������������G���LW���������g�������������������T�����������V��������������������$���������L
J������4���7ZD\6"������������i"���,"����������������������k���3���������\���������?������������T���+���_������[��������[���j5������=��������I�����������������wI������M���U������������������HN ���4�����������������������t���wa������������7���(W���������~;���8o)q���<���Z������B������G���?+������������i���������I������Y���Rt���(i%
���Q������m������P���{���)���b������R���	6O���\x���Xb��������P/z`������������"�����p���]j	b�������������Z>���O���Q���Fj�����:���[���c���V@%V������U�����������������At������24G%������J���^������Z���W���L������
���y���iLOs���7���������C���U��������P���j������������������='@56;_8������N���G���������(VK������'���)y(j���)z(���������������������������8g���������24%���������������|���D���M���s,wjN,������N������ ���ai.���G������|������",pD���.|������b������t���f������z66�����������������������aX������:���W������0���4(���ed�����W�����h)������6T�����������"���u���Y��������f���tGa�����I!������w#���������v���0���~8������a<6Xq���)t~���M6���������`^l���&���&(���5������k���-������������V3���!Q'���zN!T:������������&���5`s���������������������c���������z���lfa������3���
��������-f������b������d, ���	���`������8r3���|\������|<7���J73���p���;���������|;��������|��������������,/��������������\���N���"~���Sn���tX0���������0���G���������o������������,+l=]	Tk
������iQ3HI���������`�����j���yG������X������-���,-������������;������i!lU���M������ij������������3:C���;
mFm������a{/L������l$���Z$���X$v(&L�������.���2bu���C=������p������`S���������������:���������X���n������=�����������6���l���zm������u���F:���7I������.jnv+������	���q�����������B���i������;���r���������u]4������a#p���z������M������������t������G������G������z���t���8L���'`~V���<?������To������,��������������$+���8O$������a
��������L���N��P������I���4\���.x������Rr���������d{���;r��L������-*���������������6���M���i������������i=���������������P���������������)������(������K������I���|���Z������^7���	���GJ���v���������a���]������@������N�����������������j������Yn���3���H���
���R������P������������E������/���"4���������R#L������(2p������bq1v���������b\N���
���@*���%���>J��1���6|���l���������?
WP������+�����'ql������-������wHE������,���Z������Im���6���������]������F\������+������j}x���zh���������Ay���4���z7���������z������������7�����������������������������������	���������5���]���>������Z���<���h���������!���=}������|��w���������tH7��������o���������E���I���t�����������������������+"O��y���������W���������VF���ca���������������t����������� ���@���o�����TzX���)���@���R!��������������������>���7���8~������r���<���{���L���.(%P-J���V������d���B���)q���������B���kU*���/'���&k���WP'��&;���M���t/{���������u������������}���s��� 4���KJ������HC���}mp��:o{������~������m(���-���������D������������;@���In������`���,���0���_������
ta������������������Y���������a8������T���1���������������|������T�����u]G���o:������R���@���������f1������z���ca���h���������zDl������,Z`���������T���DL���O���p���h���[E;���/:���1[jt))���n���������5��������������p
n���md!��������;������y������������6����������������������5���������gix6yP������������xs���������!���Q2���ssI�����7���������Xj������#p���l|������7���������E���}��I���.���4������������0Cl�����������������j������>(���`���=]���}���B������J���N������6:O6p������dQ���~��&/Ig���v���G[e���������������L@{q���-��������������������Q[8���������.0$���r>A���-0.���K������P���I���/������ST���P���iB���������+S���U���6|������������2���"�����������������������0������=���(-���z��������p���������P#������6~/&���������z���������*����������������T���A���	���������������PK������0IPK������H;android/support/v7/app/ActionBarDrawerToggle$Delegate.class���P���N1���"���������(*Q������,������c<pB���	���Q������[��,%Kw�����o���������Q���v%����������y3���������||���������%���8p������@M���n{���G��������'|���1I���{��/#������@���x���=E}���^���8D���]8���^sD��������g���	W���������L���j���m!"���,���"���X���yGRS���L�����\}T���
Q]T������d���t`5@=������(n�����H&p������<~'_5������5��B���E���tV������g	R�����e	l������g���A4������r���������������(���Q���x1e	s���������������)���k������������V���b���f������-������rO���������)���������MC&���0������gv9�����<���/���5;A������9-H ``
���!K���������nC9���;���k
2���������84������~���������PK^���.���g���PK������H5android/support/v7/app/NotificationCompatImpl21.class���T���O���P������=������!*y���c���������CQ���$1Y20fd���������P��������������g������������&���O|���o2���s���	���ah���{���=���������������G��������oPL#���1������"���Fy���<PP���rJ������������������c������q���PeH���������������S���k�����Y���������I���Wv
^���r�����2!v���a���������wmS������������B���_�����������������������
������R��������������i���Y������+������jA/������j���u������7m��������������_���*���w���>���������������������v-CeF�����|Ml���~nH���`��������(C0��JI������Y���,���
tD������NW-9���������yXT������	�������^���j���������5���
������l���m����������������U|VS���F������Y������+���S������x���������+Xb���������6������N���������#����������������'x��������0������/&C���2���/������b������%ZJ��������!���.oO��z���������[��,!���h%���������Y���������CA���*���#��io���
������)���Y������S������zX���*������v���c7���$������4������������v:IF29y���)������#T���E7���jd���������L���&���Z���G���d���+b���&?#���p������������1R3S���HnNC���������������C(���=������#|`�����	k���7���1���0F������Pq���C���y���A���"O���2��������������������������������������I���b0������8���������xst���G���7PK%r�����PK������H1android/support/v7/app/WindowDecorActionBar.class���}	|T������������������Mf^������l @HaA������!A���������N2C20���Ig&@���Z[������*.��������������h(���UQ������u��������Z���������������.E����������7���7$���o?~���������r���s���K���/������������0���6&������x�����ME������.z���P���b���T���P���b������������&���������������7QM/*���T���Q���M���������P���������Qx���Fi���������	���������V*������~�����������E4���-���������������P���w������������Lz;���������S���������P������������������
������	5���B������
���������.V���6z^������K~������/w���,�����������p������������~������������^���;a&������~5?%d���8������������T\Gp������������������t~���9���������w:���������6���������������������N���������>������������v���������(���^'���������9��� a���:���^'���������S���s���w���0���������������:���C������05<B\���B���R���c������q*������|������=���'���S������_R���4���=Co���R���+���������������o���sN���<���������Ho/Q������T���Bu���S���������kT���������T������������}���������������������	������D���������5*���������������w������}J���c���S���g���������������P���!A������.���#���t���4���w���D��������T|L���?������_������z���������?u���U���3���������_)�����������������������������������O������u;a���`T��������������2���p
������+"������?���	������)"��
.{U������5������L�����"[+v���AE.������C���D>���$
���(t���"���E���T���8D)=��w9���I>Q���1���xQA������*b���v��w���J1���������X'&Q���*z���l���������UME
ShT���KLul
���N���$���3������I�����x���D��}���QM���	���y���"���:���������Vq,z������������b~:���#���S���'| ������XDE=������h���b	�����������������RE���������O���2���n���b9'I+���m%���5���[������8���������T���R���F]���(b-:���hW������N���������I���s2	���^���������Sq���������������������g���6���P������{���2���"���``e��������������h���?���A������������:���;���]���	���������d4���;Y���������{������ANx���"���P_������C&���p<���������S������������R������z�����������m>���m���	nI[R���bEK{G���2,���5-i���onZY��������������������g������E""��������.���
D������&������������������������z���������������f_d���A���1���������W������QJ������������f���������E������`[6{C~������
���@���������0���������������������H������c������<������H���&���������P���	������r���PkQB���������1���4�����������������N7���������0���=q���������z���HQ���#���:������Du���P��������P�����������>"������I
��� ���������"���#>]}(���������I���������;������2Xa������8+�����v_������"���cpZ���������������������V������������z���6���B;���muo���0V���>jGSnB������������������0���{���������5}���^���(Wo���)������K���N6xC!���g���7	��+���`K���{!���2U���p���~������.���7n������������������������u���O2X���GVz���k}a_������/tTob
�����&���f0���%`������`���i?.���T���
d75������_�����cUKk���!���5���������������S��������%kV��������B���r���I655'���d���.s���{;������������%���������?���)������}n�����c���3L���������������
,���������c���e|��� ������TC���}hi0�����������������W~DB���TC������RY���{���B���>o(2���Q��� ���������������T���%2
���������w���������!���������%���3������6���,������kk���P���R#7tB���wPV���>���;bm��������NM6YI���cH
=Tg+���8_���Y���>Ue=}������������������A���>kF������~���v��������������r�����C>������+m���_8�����rr$������6���2WP���[4������m���(X&���d
S���B���F������V������$!���D(���S]���@F������������>b.�������U1_����������������j���fsHs������0���pwb9y���H���������
���}]4/32Cf������7\���6���������Hg������������fi������@���6���pvI���)X���>���������F������BP������Hc!6T-%	��������������"���&cea���<b���������?$���z0���"��Xe���YBg)������w���V���`��������!���C���������JZjVOr������n
���+��\���]������������0N�����q+���������G���"���������������������]��������0Nq0������)��������s���)���"������������������=������������B������h���S������������������@1���������������&�����	���;�������������������������+���O��������j���G������Z���eGch������������^���1�����+���������������������
���J������6���������������k������������������9xI"���6_���������Ui
6u���X0z:���F���*d��aq$b2���4������RoD������"���������h_Dw,���kvo���uK+j���s���������H���24���������������3t���������@������UZeZ���:B������o���{]^i v��T���0F*4�����TC������,
v���������W������&���������	���`���d���|E���������9q!�������������������������c���z���a������
������b������*���Yro������7)���$���!w_������+\������[���b���$������c������3G=M4^���N2������>4p��������D���.������l������ptz/���.)������6E~��A���N������&���%Y���Y������
E��������2���������s������������L������e�����^���?BC��������W.B���,���G�����|���z���!G6������w���Oj\XN���������!���p������O%���4��������#������H)r&s���<���A���HE#�����*������������T�����������P!������������z������y������z1������sj}4)���4���
Z���N������{$���&k���b������KC������^�����������[���R~]1���t���e ������c���2������������iA���bUa���K!KcI���f���z]l}a������Qu=���������u������������������������������c���@(���7������l��!���������<���wZP������������vm���-���������n���3���j���������a]=���UTfO���"*3�����������������������!���
��������������V)J%���[�����t���S���H���:���:������[������f������D[ua���������M���2������~<XL���E^Z���������m������������W��M���������Rt54+QH���eS8M���9+5y�����6������r;��'������25���M���������/$lE���������y����������������������.o���Rv���#[1W������������e���o���������2���RJF���PJ]������b���/���>&���E
@78���X���B���>���i]���Wa0���*[I������khC���������r���������������Q���������������j������������!w/f������rd���@d"������O[w��� �����bw|V������^(j������[������������.Nl/������G{������w_���������$���CK���������5���[#���������w[������w+���7!O������Q��N������8���`���������{���7�����&�����������4c���i4(������K.1}���������M������&-������������������
���
���������������Y��������������6m���i)���M���M������|���8������d������������bg��������7���c���fN������������#Cv������g������������v������������q���g���x���������$���V�����fR���������1����������������������������������'1t������������������=W��������������3t���4K������������8��������.������������l���������R���\([a���J*�����)*+a���*������&���l���R�����+��������U������������l�����Y��������J���Mf���*k������������E������Yl��������MU���L6Ke���������2z[����������t���!���T���������������*k;���A3U���������UY9������NU|S��������0;������^���IUDD��������
ElVY;���AlaQ\��������������=������P(���Tq&������������H]Tg���o������l������U���&0S�����Tq������r$���������8;M~���������M���Q����������'NE�����������}~������������*���+���U���y���������8_���`���T������T���������NoE���������q���/���S���������v���*���}���
������]���������p!���AK������*.���E*{���=��������X^U\,���������U���m���{*;���������c���S�����������+���������*~���f)��������R\���������������Ul;T���)���W���������O���5*;������������������YOYa06uG������*������1������L���T������7y���e�����������������n��� Y]���S~���������W���
H������Qeg������TvY���������U��������E ne���������6���I���w������1���y������d���Ke������������e�����Nq������V�����E������-���Q���,���B���������p_,���cp���Q���bI���HQU������T���_���\������*���yb������x@<������;������������aP9���Kef���S���C���2���������)������#������~������b���B_���T���^���S���������(6������P���������Fa������{�����G���������8@������{X���b������������{ReOQ1������������H���������q���;������_������AU<���8�����)������!������������������p'��xZ<���`������P���-���R���������T������7�����������x������-~������_���o���������x[e? ���<���^T���o���?��~{���}���xN��kLf���#v����������xI/���W���Q������WT���������*^'���oP���&}�����������������������"���
��������@�������sEn&9������������H���Z������*M:S���6�����Y�����������q���������u���
���wq���������������fK���q`$������g������������+������Ds������?������q���������!F#F���������3���������N������Q���Q���N��A��"������������!���b0������2RU���'���Wj���������U���E|������������������������������������#U���C|���������������������������*>���h���9R���]���������������0d���/���TqH|������2V���SH���]U|%���Vm���a������l\���	������*������'7
���ChFS������6��������lvtB,.Smi<������7x���as��������(���#���	Z�����������K���������,�����l���r������fS1������;I������a���O���������"���\L���r#���#pP��K&\������y������U=���~o��������V������#p���������-_���&H8Utep�����J������t���el���������5���J&���������Z�����������������>f���'���������r������\������F���(���Avr�����������8���:gK���-��z������f���V���b���������������R��������T���aj���=���#������X���m������t]���|���d\���Pc���4P7`���.���������B���f���y���#w������
L������_D��������sF���������u���+}������S���/������]���}n���������h������������������wm������U
�����N������zs������.-k������������A_K���L������s#Um���L���UE/L<��JdVR���vJ���������n2���������q���M���4���
(�����������CG���Z<G���1���,���J ���c������v�����������8���k0���Zj?_<���o���1������X�����W;ZM7���������������a@���#������b���G���;6������������������$i������������,���y���q���������?B��������b���vbm������uJSS��������!w~���
:,O���H���q������u���a���<����������������_������a���\���������������������������G���M���������k������x%���z:Ag���G���������`o���������������.k7������V<���������H���������j7���L���������5���p��� ������������M���������
������[������������������>���@S[�����������D������R������Xj���&�����}^0`q���h���HN���{k]���f=t7������Ir������n�����\:7������Q@~HOTH0������Oi���:�����������)������FG���	zH.,���3���)7(������5���]#A{���i������U5���������z
������1���,�����������9�����X���?���������]t������K0tp���*������Dh ~%D���r���������4}_���������l���������������7���~������������vPv������������W
���������}������W���T���0������O������������
���q���7v������������������N������4������B���e���������!�����/���������'/���v���d���{���tGP��������'yyFKW������������/1��������������/���������������v���	���������������oF ���������epK���������$��V������*H���15.���������#!@������������RF���%���U4J������d��x���4���~{���*m���~R������`sY���9��������������A���������Da8E���������D���_N������0���v������b�����������U���4ig���c���Fx���v���;t%!������c������% :���M�����������������%!6:ye���{d���������GRH���L\���������������u���()���,��3���W���������*������������������p!~���������������)������������������:������������et��������+���O���������������4'Ms������������8��������j������.1������������������������������������������:���z7(���X���������dU������������������^c]���kbS������|KI.
���!:���������S'b2
&������������d���I���������ZT@7������!d���'~;HsZ���b+���{���)2������w���������{������69���d-������'������������6g��9��������~���VO���WZ���t���v.i���7������n���z���a_���;S���c���~������������p���\WU���m\��������������X������u��M���mV���!���������a��������g������6-������S���6���������#���"���}2��H
���2sc*TA	���a������������������w+��������������Q���X���������R���,�����l���|���a���9���������������R>'���������9���U������dV-���5l���|�����������N���O�����l���|������f������l������L>���c���s[ ������to���S������.������1~���{	k���}���������������������9A������L�����/��'���������s������lf-���J������$�����K	�����?��������Ew��������Of���\���c&���
���W��V������������n/d
Bv5���������wn���������j��� ���T���cK���:R8E���>�����������K���l��katM���4���F���b����������������L|������������qv
���K!���[������N���/���C������T��0�����p>�������������n���v���N���;������.���;���������`���f���"���YO���4v������������������m�����o���8���,cn���	������.������`{!���������]a^���m`
���VX	e������dO ������]������UV������&������PZ���H���x���@���{F(���{Q<���a���A)���B���\C]l#������Lm�����������T���������=0q���"S���v������T!������U���������	{F������������
������4������k���������������O&������E������.������#���������O@3QP������5{���
���a@���;���������Ap���+���TS+������������0u}�����������F_��������Ap���q���u������/���0������\wf!����(������������R1���(���������=TMc������������������������)go��lba���v$���~<6���}���H���T���w���R�����������a/,���nl4���X���<{���},������&	(
�����D���X1'��� m;R\���v~V��������M'�����������_@<
������8L������������'a<
������3p.���.���`���������K���/��������������������:~���	���������������6|d���ax���e���{�����z\���)#���G|#���d���L���������r���������=���������o���������SY������������0sY������I���/W������A[���A:���A���������=������������6������������9���������������*l���!(���-l������&������n���X���������k���������������j;������}UN���mRx���j���0Z~+j��� d���h������	������6R���!���B������������T���+��������>2���w���a��l���0���Z���������_���x���������J���Ql���*���U)���t&;K���������t2���������`M<���8e�����������L���������������%���������������:������O������>X{���-M���������T������������s���w������'������dU��������pQ8:���1QYQY������\b���.Y������:���#���������������AhG������;���������������9�����������n'������/z���v�����Da������:��P���A���\���������=���-X���c���������"6d;���������t���������s?���&���:������pz������C6���3K���)h������dN������I��,N`��������������e���z���nL���6���������Q���
������&L���HD���nf���c+CY�����O��������Y������w������T2���j���]@!������
]������vab��$���������t�����xH���|l������#������XA���n������]X���F���u'������-���������1���czML���������	���e���<���E������A���Y���������B>���������U���	P���&���l������������P������r"���������0;[��#���3L�����&���\���9������R*���(
���m+���S<������`���G���������A������q���������t���.T*���N*���q2���W������H���$���(fsa4������qO������ ������]���.������-���]"������7/������y,4q���f���9���]N(B���a������������E���<���;���$������MR���Q�����������lBo������q9a������2������2���]A���#���_���~������[������#���4���ohO&���������*`��������dWI������^���x������mx���
q��}���M���M�����:4Y���KA������o��e7H���Ga��������t?���9���'����������j���H`���h���'#���������NEg=
������T|������l���H������������2������B.9��� n6���Z���d!������Oi���������t���H������"���80v���a��������������j���������}(���R��� ���������(|3Y.������
&���������K������t3�����K���������Y�������yB(��t#��)E�����������M������*���T���d���������������n���/���������R���ax|7���������>���_������������w���������n6���yt|9�������� �����`@_;��1������������n1c\n���qg*������c��������S`���ux������t�����Y���������9$���������p���\.v������������0������Qg!C������Q���D���?���83^h���a������0���z���aAnN���
A^2���;
��������� ���5������p-J������T������
���g���{)������.������dkv������B���:������������s�����0���������2���'���+`&������aW���"d
l;������X�����������������%���Hsi`������Q���������nc������'iv\���������������������������47���u������.���������8	���������ALc0a ��p���6������	�����1������q*���	���|���1�����������a"���>���v���iJ���\[�����q���������a*q���Pc��������������������+���x_J������
���^x���0���g
`��������W���������'�����������������]b$&	������~(`?G������������������:>'&{���������_`���V������(2���T���7������G���/R������s������������w���Ki%j���?���v���������6���
���c���Kg���$������	G���������������o���(���
.������������(�����������������$���eg������������}NzM������ k���b\���������
Z���s������0
���4�����r]���D���
S������- 1<������Z-������O������������b������������������)���}?�����a���=f���������9q0r���������4���`f���x���������������������&������N������{������:���������kK���������%������RA������P���[B���%{������]I>���������L*���B��������ht���������)���;!\��������p1-m0G���F���CQ������\������Z{������f/\���rJ~���*���qU������G���G���c�������������S���)������nH���4c��������	&,������o}������������z������C���V������@_���R���5������	���qk���0���
O6l���d���k\R0������+���������ZEKD��g������V<���F������xc<���55���U������������y���b������D������&�����(�����������������{������������T`������������49)^E������az���n�����b"���	��\���	������%<������,������90������������������l������&���tgJ�����D������5���/K������������$G=���b�����������#���������@1'\J���������<_B������^W���_������[���2x������nHbQ������������(\��������T^���"������h"���1���B*H7������5e��%���
|���I���������L������L���O������������l���M������c
p-������5���������b���������������eo1&
���QB���������������+���(���������O���q|������������	���
���c��m4`���'iy[������\���B������8-��������F2���S���Q���dL���L^���|�����������������@?��� c���A���h]���F���A������?���?������������������U���{}cR��������|?���������ws������u���������(��������������������������1Sx76������64Q2���KH8O���*U���]������-;A���������-���������N=��U:%fg���\���Ar=[���{���������s<������xvr<;9^Y���u0���Z79\a������O_���������������i���"���ax=(������Z
������2�����`_s������0���7��������
:������������������6���V���`!rw������z���!���K���L������>���'������p*{O:���t���������N;���������������t���������KL>���I[���%[n��������������������������Sf������;</w������E���1Y������&\8���%0������};���&������E���PD
������Q������;���p�����4V���jjn��������z5M������S���������������K�����S������at���'��)�����,������0��� d���q���p���c���=������fc��������NAw9������������NX��������������*���v���z���&������p!���e���������!���������a7������#|+<������9~������j
������i���������{^������e8���V������������j3���#������������S���F���_k������-��������XE���������1Y���������.Zg,a������d������������������o���YmRG!���4���������,7���?2������	;rj���o_������yIj�����B_���������XJ������/���r���e;������Dw{aoRR�����]���S��������/7Q���������y���������|l���������������"���};������2���}������-L-���'a���������������������R���*������&���c���g���6D���OK������t�����m\������\���x���C���n8W���������Zh;���-������nA���;������������������k������&���H���H%���;���]������n���n������}������������B��������^��������G���^h���V���s������������e���rD������;���\���<{Dk������p�����������������T���0��Gq���}&������M>�����������3���n���(|������X���������?������vOY���������n������L���+���������1��u���������CR���'������������E������T���&������|���e������������Q���"���3n
���&���������S*���mW���P���������eKZ������70������	i���w������-���s���6���U������k������k���������H���p���������������F���d���#���Y������������Q���=���������2M���;������������=r������6������������*���~������D\���������������q���������+&���A�����������������������������������
������f���?���K���l`������������\���.������������s	
������u������3o<������.=��������Njw������������9���kG������w������e���M������������%���������Z���������74���g%8O������O������}���+
������5~b
���t{-���?CG������v������Ayr���������������^���{������(���������6~�����������$
��W���B:"a'���$D���>x���D1���������@Stq���%l?���������jr���������>������R���������������������K������b���#,���������
Nv���
tE:���%���p���p���6���������"n������6d������������bxF������s���^e���(��������������������������e���	���PL2r���U���������p���&`������;�����;������������������;��.���hc������8���/���lBZB82������i���B������]
W?������	���h���!���m������������XZ���~i������-���V������Q���/���^iX���R���5���d!���H���N���������	���62���������QLH2���)f���(���4���7E7���	���1L���������1L����������1������=}���4J������45']�����������Sa���������������������������LX&f���
1��9���)������������X���"������w���|���@W���p���8������ *������!���
���XO���FT���	���������������A������������������8&l������LT������-pRLq���������/���Wi���E_B*
}y���������tT[���������z���43���W������L���������������.�����������r���������������b��Yk���i���A���QL,���y��������n)���R:K���.���^���--���������������YA�����o���������d���m������V�����]n�����l\)w\���[���u���!3���E������������l������������f������������$p���V������'N���������t���&�����.8Ql���6���
������p���������>E-�����������Hy���F�����x'�����s!T������N���"���_:���M[e������%*h������������J������A���������������������P���A��������y\o���i%���{5������������5������������Qa������@������������w���������_	H|JN���m6���������H���!������D���
C�����������������d������e���(N<���T^�����������0���������F���������,���_���������Qx���x���L���5������YO	���������<mm���!������CK������lS���Pl���b^$���h������������������������!{������\������Rh������������*������
`���~������P��� �����������xe���]���������
^���������	���.?LE���GC���^1������������UOi�������c`R���%���B������	���<�����������OLj������$A
hGl���[������Z�����7���U������t���S���YN���f9��� ������������?f���pB���Qy#Rw���������a������i���Q1���
���5�����dE���s���\m/���4���J
�����^�����������v���)��������������fR������uL8��,��������,��������C���7>�����������T>]��F���������NUs>Y7e/���{?|*������6���������`B���g���������3���L���"������������]H������$:���������Jh���N<<�����������;<M������������]�����������Iz������	*m������1���������f������o0������������l���z���������D
���D���M"������D���xQ���������S���9R���l1�����������������a������3%s�����T������c,W;E�����������Z�����z���g������z�����������2bd�����v;g���/���f���~������]Y++���V��k������������O=.������C������F3,}���V��������������l���.r���pH���>L���������I���B���IW���$��[�����������v�������������d���f���]�����B���=V��a���=z���y������C���^g������<{\h/������ep���^n���������
;���������F/'���������pf@���!(c�����7���N������������<>_������"���������������������f���}���������U������������)������C������}
���j������ ���������P���S`m������c���>���o��S�����������������Y������������!�����������I������$���������E���xdl(���yp~
���u������������<.���������X���������I���Pv���t������(qS��������{���������F���������Y���l_���-���F���$���0���2���������������Yv���������&������b���sd���O���+���������������������f=���������5A(���p���������_[���������XP������,���������Lx'YN������������6Q��������������}`���������-���������_���Rx+m��� ���6�����������$���������[#|2_g1������l���z~������`6������������a���������9y���e������lr/L<������������e��������������������{������=�����y���������xl������VK������������Rh���	��'
������El���"���j;���z������Y&>w@\���l,)������Y���,������(���Y���=���|���
v\Z:lb.������[���������-���������������������y���������2���A'3������t^������ii���L���q:������/������3p)|>/������-���������m���������o��������2���������z[������������PKe������5���/���xPK������H(android/support/v7/app/AlertDialog.class���Wk{G~��,[Y�����f'n]���q���rSJ���)������������Sb'���������a#m���m���]UZ���	Z.�����{[(���B������\���%���KC������������/���������>ry���=���������F���������y�����33g���������3g��~������������p~��~|4������c���|<������8���������<���@������S���|:���q]���I@���g���>��������t������������������?+��������"������+���<'���������|U������I���4_������������"���(���Y������%���^������[q|;������������]
���=������7K������m������L���(��������������������j3���|��������r���XtJnz���������Q,������|����S���8������cl�����C���������e���'��������A���jh���R���5l������Q������z�����������^������{���e[���.
=U���IL���M���y������vXC4������M
���c���m���W������I���x���#���cN���(6J���������������;k�����e}���������3C?���9���H�����6h���������������Xsg���9roYFoZ7���J���������������)���*���m:���s������;c���9���0f������ 3���N_1���e���t�����������p*������������"���������������\9(7���d�����������NzY6p��������J8������*���'O�����"v������V������5�����������������������3���������������a���`v[���`���9������������ja���������^R]���9���������e.h������b��I���l)���������
[���������C�����.���L:3k���&��+&���0���������������M���L������:s>���jx���I���V�����������yV������������}$���~���\6f������${��������Q���?E&CE#g���3c���	������dhd���)2)C������Y���
���q���9���^���������6������8���������g���T���*���D!4���Z���n������`���Q�����r���w�������������g4������������������������`���NV���{���5p-������a0eHK!������y������nes������,���|ku���fX���������t���d,H��G}���������������_���>������g������%���x���e���4������3���m���igT������,9���=;���sv������y3���U���>g���H���������:������a�����<=���,���r|������'!g������3D#�����������i���������L��������6u���!���e�����������������������������������������������/������SDML8���R�������B���IRHG
C:�����t���������p���������Q������>~������e���"���^������C������q���t���A1��8^������#\������
?������8~������������������_b������1������q������x7���8������:���D:*���Q<������8r:L���J���#���������u,���������_cI������pF��8������������]������b1���������@������*gCC������|������3fx���������������
O'���������A������!|U\���J���������e���������!M���������������_���
3������@������E���������&L���f������W���_���[���4���������Ai���7p���%���a���������������Z'n,u���|2������*���+E���������h������~r*������R������������0���������0������mb2������_,���j���%T���j���!���R���%EJ���������G]rIK���l���������ph������������kY���q=������������W���"h���������������l���������D���	i������C���������Q��[8�����������������������������������"���(���[���&������8V������������:O������m���w������������"	���x7{���%5���S���>���������Rh���yzZ������&������Y���Y���}\���Dzii-]B4u���������"���Sl���Kh������J���T������������l���������2���A������eo@��]������k��=>���|���?LB����������E$���CumX������o���A������9���E���f���lll@���4)i{iK������J���-���������uw���z������s���O-���m?
H���������������Et���~������Q+���c���^X���:������s���6t���������U���}���(���n���:���(������"���#��;���,��������������r���u���������L(eZ/[���N�����������C���T}IB-bM-���c
I���S���C������BR���3%���Z���ZZDWm&<���<���6<���+�����&������c}������a	������6���������9O7p���3]���3k������������=G���������M������mh��Z���	w������������u|A������W3������
���gsW���+���������������������
t������������������"=���v���Q���{(E���dP���|��������/L���M������o��7���������������	���>������������k<��������`U���c��� ���������������"���0���^�������(���B}���Z���?���������+`���������X���������������C���������)���������A���l������������������������������s���
������Q���5���u{UHH���]fv���������?������Or�����������C���A_��������2������0������ST���>s���w���M������r�����������"������r���- hc-}���r������d6���u���������������E\���,b���s���������K������ZP���#t3���������U���������.������������.^ ���������/���I>�����������xC-c���d���X!cG>���������i��������������������*���1|X!7���#���}���T&�����/���Af���;yE���nn���C������������������c5+���y^7���PKa������`kPK������H?android/support/v7/app/ActionBar$OnMenuVisibilityListener.class;���o���>c^vvnF������<�������������������J�����������F���(���0F��������������T�����TF>������������<������"��������DvF�������������������������������������2s�����}���R4+|2���KR���R���$pK���x���i���������������bF���}���9@���������'e���&���02(������������������������Y���X���,&V0���������������@j���8���8PK���lj������PK������HDandroid/support/v7/app/ActionBarDrawerToggle$HoneycombDelegate.class���V���SU������M���M���	_5
���Hi		h��E���%E������PT������l��5���������.������������������_���q��:c)���>8���������V��Y6������JF����������s���w���=���d{������/��������a:���N���������Loc6���[������
b���#���y���}Gh���PT�������E���X��������������0P���V�����r���������������M���dm���������V�����g;E���+[���2C���A+Z���������U������.���B������n������������o���u���;���?0���U���R������e������vmc���00q���L������������0���2������[c������e���������dZ������Vm���������F���$=%[������5���b��������I$��������Q5*���#���l[���G��� ���(���[1������M���f��a1\��^*���o���������/���`���/���BJ���������������)�����g<������- ���Z^���W���NU?���K=���*���������I���T���U������������y]fO������*>������Lw���o���3���������)3��������������������g2���������(���4������5^!�����%��������`������]Q������x���������8f]������2���I���]0O(������
bJ���������pRS������n������W���-G7���M������������M���������\�����aEC7*V5\���=k>���GtP>�����u|������S|���!���~
������\���5|������K���������V���������|���[������������}C������{���-���&T���9���?������������lUSQ���p+&���;0Y���km0f���>������������������������L���s������9v������N������foI������`������*���Y���W��Q���]J������fe���~���`��;������R���i]$���������Y���������������m g������������������Yro	C���q���I������
������@<���#hTIF���/���j���V
��������P������'���H+)������������'������b���/\ ���@���i���(1���H��������A
���������������fBh������bD�����D���6>���K������Ko��������s��������������"���������������8. Cr���2������B_NJ������N������n���"���0���e���H���i���Y���������������&E���vT������OEfac������"���������D������J)U������;������G���~H��������G������[���v������h���v)r:+���6������}���&������������w)x���������:7��������������t���6����������F���2���A���"F���K������P/8���&���������������$���h7���������������/���`���������������A>������a^FB������f2p���������,!4������������4"������S���&���,
���G���H������
Ydb���:��'������y}���&���=������K���������.������+h<]���^���������PK���r������NaPK������H6android/support/v7/app/AppCompatDelegateImplV7$1.class���S���n���@=���������u]���B	������������������M+uDB$K)H���J������&���(uq�����t���������?���3���@T,���>
q���������������������x���3sg~������������&���(bI���������X��
+*������p���������"��(3���C/.���v������~x}+���a%���������������z������`�����������'������~w������������I/i1lV���]\���2h���/���:���OG��������x���'���B'p��������������Q0������"j���<���!���1������d=���$�����1������p������3%}7E���x���b���?,���#~���������c������A������������H���~7
���1`���d���n������j������������;���K=���]S���Y>������Y���H���	������)���|$���_������i������uEL������������Rl(���������)��M���9	���A���������V&���p���V������L������3M���EzK9f	=O������
���k���o`���������}I������Q,������%���t������u���c������^B)c���D�����V���+���	�������Qy���Z����� ���P������g0���>������%���}������OU������3��������[���������xON?���>���q���������\������!���P"���+���������������b���/������Y���J���PK���������?RPK������HDandroid/support/v7/app/ToolbarActionBar$ToolbarCallbackWrapper.class���UmS���@~��������*���VmKK�������@@������������������������hI:I
���������������QA?������M������^Z�����V���L/���������g��������|������������Q���p��� ���0$���Ti���e���������cR���!������ �����2!���&�������*���Z���'���I3��������wl3���rK�����x������������Q,������va���pr���i[������#���fL���������T���2��������s���������e	G/���+\��������!������{������Om���V��������O���6���������������i������������m���<2�����������sFa���pL���^���TdV=���@'H���E���|������"���������/����������������Q4���fX���������f~�����������������*M�����������������P,C���I5CWR������/J���������n������������^��������Q���������m���E*s������c���D3������a������v�������������m���ghhG������3�����������*ni��������E���*���4,�����������]
��������������b���3���������1$������p>5���*0���������92D�����������M%4r9������4
_������Q���-q���;*}�����������������^jI���l������A'|���1K���HWx������*NM������������������F������d������N������+��������mI���AQX2fo���DU��������������������������pug������NS�����mtK������9$5���f!Z{���m���v������������;���x������
���r���������&U|���|A>���>������!������,��/���������cr���*���/���������������x8���<B��Rp9���������s������������h���;���d������fHy������������������?���@���O������O!���o"���g|ce���*���4%9@������tW|~iDp������������k���W���������/H��#G������������d������+mF���_W������)������x���%���#p������������hR���8F���a<|���������������������1������Y���������_"���*���$(���������D���J"���������%������	t��������N"������"?���i������PK���D}T���PK������HIandroid/support/v7/app/ToolbarActionBar$ActionMenuPresenterCallback.class���U[O���@���f���n�����������W���#���]��� *(���`����` ���������N������m7���.���WL���	������h���<������?���xfZ5�����������gf������;���9g�����������F1���G���z����������������a��������r9�����(���.������1������
C���^���������W&kM7���������b`������������n���?���P������}'\��Z���F6������1���n4������A���U���06���������	2���������n���:������������V���%���L%pC������������zU������G;�����f{Kv������u������������oA^E$������+���G���k/��������gG��� ���[i������������+e���������
���/������1U���Mt������V���,���5���r=GP���D���mZ������
)���b��������������������������u������������x���������+���"���%�����P$m������*������05���#������������|���0���w`��_ZaM���ve������������������k������
t��� ���k:������������:���T0m������
������mw������53������P���������P���,������W���������5u���g���ke��������|������Rj������A��������]������������|���j2���������mk���T���]���	���������'t���2������I������3���Q���p������������S������������8*1.������4���]gE4���iQ�����Zk ���&C������Fu7������F������&G������/<5�����������b���o���=������Gw��������<p���S7���������w���dh�����N���������������f���������������8������3K:���K���%��2y��������s���+�����������[������|Ao"������G��������y������!
My-������������'8��������?S������^���R���������qTY���>������x���5mi������P���W���l������w������q���������������h���?���������`j��������s9������@���9���]������A������S���������:��������������������'������D0W@������\���X������������4���H��Y~���=���������l���wT*������3T%*)K������z?���y
���������eLd;���������������PKg���N���PK������H?android/support/v7/app/ActionBarDrawerToggle$DrawerToggle.class���������
���@���g5&kk���b���+������L���	w���.���Y���>���x������q���������]���}<owt=�����������V������H���$8���08X���|������0	���N���u$���4������<*g���W���_�����$������������/���C���0���2���*������9���������L���s������l���i���/������R���e��������+3X���e���6�����
������0 TPV���������������������������������MBM������PK������U���8PK������H5android/support/v7/app/AppCompatDelegateImplV23.class���TkO���`~^+���r���������ME,Pn���:\bfLf6L���b������uoF���k���������������������������B���������?���x������
.Kw���{.���9���yO������������������������q���������d$���"au2���$���2���X������F���)aK���6������3���M;e���������L��������������
�����������������dl[xi���W*������0T~k������q���������������r������9fQ���_p&���������m���)������g8���/l_O���l9j���������������J���u������k;a���V���������L.���3D���T���a8k���b���Z.���
/Xd���:���������g���1������4�����5���K������/2e���"2h���h4���0���q���������0q���l���F���{������'���q���w/^���������������n���������j.������������0w]���R������Y:���s!���5������!QO������������O���9���6���������N���3���38���vbw�����������$���f'aG���#<&���;.������!3���������.;���|������I���*���������z���������fllKx���0s������������a���$������������/���y������L���X^R������������������=���.�����M���
G���V������������[p���~������PC���6���W
d���4, ������������=������K���@h}���"$'���������������������9E���/D���������9z0F���Ca���,$���c���@������5���Bm���6��0M���������L3w���Y2Ey���O���������{-q���s���N4���_
���c���������LX���C?-M���b������X���������W������������}='Z���'���������WH���������������c-���q���p������,6B������ac*I���������&�����������������PK���/������PK������H:android/support/v7/app/AlertController$AlertParams$1.class���T[o���H���&v���P(B������ M���h)d������"������T���x���:������������f<	w������������������@���"���������oB���3C������BPi������|s���o������?���������������`J/��������^f���pqvs���wp������y���������R���j%
M���d���������AkM(������q���������S��� -M: ������
���nq������S"iD������������������������l���$���$I,��������x���x��GJ���!������w$���1���������������������O���"R������������B���q���y���w������h��������\:"������B���h���W���z���������A$nt���W���������WC������i���>W������yCh������0���an�����(���G������W`sZa������54���������������������������������������Vn���h���$���L���?�����������,������D���a(HJ�����������/Z������������$N���u�����x���>8���S���\���%E���p����������!ZV�����'&������������Z���UGR������7W���&%\k���D	������/%K���?���w���/������h{7������6������_���������"�������[..b���������r��������a\rqG]\F���������.���������;���g(���"W���������a���)f������K������h������}b������f&b���������!������zO���������}������<���V���.���������>sG���B�����������������srk~���(}�����������h������i	������������&t���6������	���L������ro������T��������{X������������9��������^��dC���~������(���}8���",������
:���1���`���S6^������nr���{���b������{������������7���������C���83���������
�����������������������L,������Amn=F���z������)��g8n=G���za\\������1������8f������z���z8N���1���J8a������p������9O{���d6���I:���	U:O���DTq������g���$u1Io���B���������!���M2������PK������PK������H8android/support/v7/app/AppCompatDelegateImplBase$1.class������1n���@E������	���Q������(RC$
���"'���1Z���kG���8T���������S���G���G_������=_,1N���$H	���������B���j-�����������6������Z���Td���8������^��|b���dc
m}m������������-���l�����������s���
������������9���/������������xk���������f������������Bi6������������������������l���������1
���������������q������C}�����PKOw���~���PK������H:android/support/v7/app/AlertController$AlertParams$2.class���V]WE~&������,-���@�����������
A@%���������~DC[Q������������lv������
~T=~\x���x���Wz���=������x�����������������3	���P���a������y���y������g���yg�����������<���/��������l^������KQB>J���hN���JWqM:^���������HkLc!���E1���WuL����h���������zC6���Q���������2������(n���fo���������a2��y>%���S���,�������������������1������m���������%���y���<���*�����������������+������������������C������K%������������i^*������������������x���M&�����������������Q J���}���{������������s���#���������}_���������.1@$��������������������&���������������	���2N,���������E:[���|������L���(���nE���`g�����-���[������R.N	o���O���4��wMnOp�������������������q������i���T���C{P"1@��������������D������f���j������q���r
��������������<
���7���kq���4���
������6������Y���������U��������f���8y���s������n�����RS���j���u��������1K������X���������f������Io%z���s��L������+���������G������w���G���m���-{������h������o����������<�����������������[�����f�����t���1���8j������H`��������.������@	���
F�����������I>���������ki������yX4������w���������H?���������#���������c���3|N���z/������p���������R���\������A���`������Ql���������������������S������<u���a������	������������]J������C{��I9������h���������Lv?���F���K!���������#�������������������X���Q.QL���DS���������z.-���=���5������������������ke
�����������K9���������������gA��� Ix
��������`\mI���F���Y������e���B���#���kt���%ZRR������XN������0���������>���������X�����������U,���i���������:������j���/������`���M���N���nK���7M���������������������������b������������U1���������Nedr;������[������><���������*@V������@K���,��������z���%���������?���������^9I���������������R=���`���x���2B���xdZ������������������V���0���������z������=DV������������������HSu$z���pB8Em���vq���Kti_���_���Y���$���7H���.b��t���f������P���i���	AZ}����������������k���������_z&|dzZc+0���F���H8���%6������������
���������]E������������@������AX[A���]%���)%W������o��������{���h?���h���+j���2x
CD@Z���U������
1������4���!���F���>���6���������8������Ygu<���������������}���W���Mz������9������������:���1���U4>H���������z���|���o5���#������������"���������������)���LY���fHYYRT���������q������S]��J������7���������������PKv���UL������
PK������H?android/support/v7/app/AlertController$CheckedItemAdapter.class���R���n���@=���Ic������������C(������@���P���JQ$$���$���������
{���Lq���f<n������X���Bb���������`���/ ���8VEA^���������<g���������_������������l���p������m������T������2t���C���"���������e���2�����������/���{���������1WS0���z$������B���������3������$kC�����|"���s>���)���>LB������������/�����������r������_���(0b������������������z���,T���[(������4M���������>OS���m���:������o���=������P���������K_�����E������:$e, Y6<���������Y"������L���DhHQs���"H������g#cDT���;/���Sa���,;���m��������&���42Q��������&���������]���<���u���}������������9;���hw������JI������sGvs���66������j
���������FZ������p���������Xfq97�����������������������+������������������
Y��������������������y���l���,������;?���J������y%���h���<������)���c���N���jBg9Z���Yb���������|���v���������������,Uq~���y���d`���������������KQ;���i������x������W��1O/���9���HB������,���/���U���M���(���1�����zPK���?������PK������HPandroid/support/v7/app/AppCompatDelegateImplV23$AppCompatWindowCallbackV23.class���U]OA=������.������PA(XK���n���,���
&|DR4������`��������������vw������������������7���������B���?���e������-���&���������Mvw���s���=���;������������+XDbP������a������e���H���c:C4x'������C���������������������F}������kl���n���������<���1-���f������ZG���+���yC���"���R������0P������U������h��W���������>��t�����
ua���o���]u���RW������C������TM���[%a������������������e���2���%�����#���	7���Y%���t������y���H������^U���:������7������s������!]������H������}���]	���c���S���*������#���������(E������"H^���_���������%���X���a������TN������������o���������������S���b���l���������������y���k���������KrX��������4L������������������T���{���������;���������]���+���W���!��
T���2$���s���������)������������d���h+)���.m�����������������e���T���������[���)_������������@n/���U:<���J&;������w*���ltTv���������atr���h���b������2���o`���������%���/+������H8������~���a���0F���]������������m ���	sL���g���cU���|���@���'������?S<)������q���e���������g������K������������$���8"������ ������������9������	i
������N������!������Z���`������(������P���\S���*������`�����������������������(Gi���*M\������(���az'	yYhQ���w2���	���M���I���H#���PK���FG���rPK������H.android/support/v7/app/ActionBarActivity.class���������J1������t������������j������Go���s������"������������������#m���l���������I���������P������Z��� ���	���������������L���������������S���'������������^=������9
������8���'��������������)���S���������t���N/���������e���S������fi!0L���)������B.J���ry&���sr���������R������XRX������;[���\_S5���������8yRK�����v^���*���B������4������:��������16���������w�����A��y���?=���b4���}������s;w*|���8B������:���/���������b%k
4���/���\4�����������lp���|���D���9���VMu���]������Y���]���PK������������PK������H7android/support/v7/app/NotificationCompat$Builder.class���T���NA=C������������"X������eA���|)?������TkI,��?f��2������n���[������A|������&>���e���3������������&;w���������s�����{���������������M���b���������f`���Di7Lt){��������:���5���3p���!y_���2^e�����_���Ys������������;e������l���������������@I������������������&������*.������<���j���;���mYg0��������������*���������
������m���������Uo���a������������������)���|+]������/;!������M������s1������������������������������$'wHs������dx�����0������#w
���W������������)���������������T������������������.���`�����caw
���1,���	���������d��������������������>���c���y���������[������������������g,������	���S!������������n������������ea���f���]������v���gdX������Oo`���29r������OW��U���e*�������������by���������m'g`���3���s���!������=������x������������?G<������������z:H,���5���������Z���u���d.���U������hj���L]h6���.������ .j���$���	������������������������z������������������������:���`k���KI
���k���P@���~���=������������'������tc���">������������������:���k������:������Tt������.$m������������4���������5"1)���!���`y������(H
��Zl
7���Zl
}Ay}n��!;O8������?PK?���������q���PK������H5android/support/v7/app/ActionBar$NavigationMode.class���������J1���������������k[���7Oz���=���������jQ������������������������dI���������������'Z���3������3|������������	������C���C���	C���p���/��6���a<-���v���F���������l%���I����������zi������Ze���������������F��������Q������lz]3���Zi�����>;������w���/���/���������������w���������k���h���������k���a<������^������ztU������+���U~fd������'[������r���������p���/������N:sF�����������"E{T;���O}D:������W �����i������|���PK������q������PK������HHandroid/support/v7/app/NotificationCompat$IceCreamSandwichExtender.class���T���n���0=N���fd���������������]������S������T~���
H������������K���&F5j���(I�����g���+~.x
���9
E��������������g;������|���_���������@��������&r���)������26q���@���������������������C���\9f��|W0���������������+���7�����������������������1�����������'#������CG���B���G���s?J���������4���+B���������D���������(���|���&D���K�����A���������}���������A`w���X������������������A���������4���&��������k������`������Z���SyR������4�����������b��������v_8������"?lV���������I���%���24.���m������wS���L���@������3���3������{Me�����3������<���#^Ke������I������~���-X2���m���������������2,���
6���������%������������������������j���9������P���M�����������u:������L���?���0���r�����Ve���(���{o&���1-+z���tz�����������\EV���D#���"���������Wh_������������6���L������2������@1uC
���������;������(D������
������wd>���5L������KL������G���TG���������F���mak���
������n������������41vvb���#���XP���-l$������	������P���D������q������W���������_���1
K������������������PK���6���pPK������HRandroid/support/v7/app/AlertController$AlertParams$OnPrepareListViewListener.class���N���JC1=���������P������\�����p���J
���PhA���>���%%&!I���������Gs���tQt���y������|n���}t���:���sg�����
<���1M4�����Ce������t)W������q�����������	���������a���/���0���������pHgSp&���������Z*���S�������������$������Ry/������]?VA}������h���L���l9��������W���������b������^v+G���(;���������9O������������������7B
UP���PG#������v���@+���Ef'h���������E���PK������v������PK������H,android/support/v7/app/AppCompatDialog.class���W���w������V6���%���16���������l������������jDH������<l���4N���f-���������������Z�����4}������������������w���LK�������������������?������������]=,K���������W������������f���s������������������
���1|���A���2������x(���*q,������2���y������ ������������_���������2���*���Wd���5���^������8������o������7e���["���������2���������wD���n��#���������bxo���q?���q���GQ���8������D���S
������s���m�����7���������Z���t���\,������������<���6���������X������q������_���������u���r,��������������������������������3���{���=:������3������}�������s���7m��������ws���=cx���|���������������U����������������������c���������a_{'���������6���\���}-������v\t2������3���q���De�����g���fl���T2���������������������Vg������������9�����������������\������6������7��������������������u2������������[J���-;y���T������JF������g������/������|������������2g���?���d,���[���s��gC��m3V��������������g���g,s������N*�����������[���'���R������&��o-���Y���b���,���q���������E���1���9���K������^g��-�����������k�����jZL���YQN���l������M���<@Q���ip���������������=���\j�����uC���C[���B��������������D���=�����������������D3gk���:���U��*:B=������^6���������$N[���Ti"9~��i���p
��������M���������M������hp���������)������*	��������������F������L���nQCGR������G������������_!7������y���u���3���:������8`9��������E��������Yk,���z�����p[4�����������	������������MK���������o���f���r���������a���������nU���-;=���\4���jI���"���������,4������	6S���������&������l������6������A���/���&<���}r���������yv�����X=���:���������)��������5c������������0���?������������-3������������\���������{���g������r���^���1I������������ZuFZ���r:>������������������'0������W������������������������8���3:>���1���������������c
���2p���x'������������=���������3������������#^������HC8������O������������mJB,R���]���5������t��������@���m���C���g/������u���N_U���������dr������U������P���#���z	E���������c[hzQ���j������Tn���������Q������|���X���`|���W���2���,������l[<:o���|���[f}���{J���������������a��������������������������f$��������i���������Z���������\xc_���������z���F7���X���v�������������������#-b������R������N��������R���uy���!���km���������������|*t?������*���=���6���������f���u���9Fk���,���Of�����YIq���Q������>���I������m]������7���Lz���1	���"6���������������|�����E���5���������~��q���c���_g������ ������X������������r���������#���Z�����@
������tD������!������N��������������������������#������Nm������w]W���������������q��������'������D���P"4$���#��p[fhr���_��������{l������>IG���P������@���������]���������I<������������	������&���sh���9���������@
���"&���0���j���4�����������~���5���6P3;���SxR������n���xT}K���D������j������V!������&���d���X���r+������������,\������
������j������p������j���HJ��s!���S���ok��������������g���`���������*4���d!���8��������������
z������f������J������������!���H���)B������#���������&z���Y|������������B���������������1������������z���Lh���W������������z������&���a=(4������%c3���^���!������������������_p��������� v���������Fx��������������������x4y���#������������W�����E���;������"���+WO���V��f+�����������P���z������_������!Vsw���jJ������m������0������jn���\{���h���M���-���g!���%:������������������a*u{>��|Kmu4���������������l���������P������������0D_
[������M��������b���������w���G������WF��������������������]L;���b������[Q�����x���������&Mg�����"���[z���4������	������O��������������4������������w������jLk���pU1{ms������6���������������������[k>������0"5�����������'6��������DZ���6��������XW��������e���,������p���}������/���o���������������PK������Sa���ePK������H;android/support/v7/app/ActionBar$OnNavigationListener.class���N���N���@���������&N���(R���������������+"D���C������P\���K��������"sw������������(���>
q���@H������;���������~|������Xa���c���cFXZ������N���9jk���(���[i�������������������Pl�������������wu������g}���������(���K��������p�����V7*������>������V���s������wQ���J|���!���OX���}������&���C���!H ������������e���W������!=J8���/0#���F���!Fib���������of������@���<A���M���PK������0���)PK������H6android/support/v7/app/AppCompatDelegateImplV7$5.class���U���R���@������B���T���{���������*������b���Z.����������h���d���-���K���.���2:������J������g���j������������3���������;������������������WXM���W
t#������e\S���u���2h7l`���j���a���&������[K�����n)���m:&uL1������,���������C2t���-;��3���������[	<���b���5������img-������V���������^������r^8b���KQ���������Zv������3���k���Y���������V������kmy���"���K���+k���
������IzJ^���;k<�����.lS���2���n���Rf��������K���j���z������,
���"85������osr���[v������v7���������*:������������8e������MLc������������xh���r&�����#ob���M���D���SE<3���%���������2������������X���:���
gH���h,������������������kQ���������h������q������Z���f���J������X;W���������.PM���W]��������������Cg���;���/���aXm���(����������o���������������������������|*������]��������S������>���X#���#��������u���x������\)���J��� ���������M0t���[���NN���NV`�����������"���b������$/���Ef���������C���r�����"������42������[��������������]���J���b(6���i������������������|������8��� ���<��������bh��������1���&���^J���0y<������V���)���<TS������JA'��������/���������n+���-|3���������6.���D���a���K������eF���&A���^���������4���&���$���������.������'$>D:gh��� $������,���M���������~������/8_gx������������������G������������G[:���i{hW���}t�����}���j[?���������Cr������G���R���������Xo������O��� ������0���1j	���h��������������i���!/R���@������+���X4���F���K��w	u���#���PK*D���PK������H7android/support/v7/transition/ActionBarTransition.class���QMO1}#������~������������������1$z������������!!���r���b������h��������.���������d������������2���+A���z������y���7�����������El���C!������$���	���N������l���;������f���������,W���*���.	s'J���I���e^���c��o������E���l/F^������{B���HH������	���������.!~������������������7���������;������&���P.������6���q}#B������d���W���������p���|������3-���t�����
���;���DX������k!������c������Y!llM���	~���tM8���U8,���S������%o)���	������������t[���������O���������K{6b���"C������w������������;���������yo���]���ML���Nu
���c������>efk���Aj���������!���������s���q���������'���c$���71���kX01���!@���S���!?6���FK���O������#a	������D������wPK<���Ei[PK������H:android/support/v7/graphics/drawable/DrawableWrapper.class���������wW��kI���������������8�����I7���r���J���&���y���D������R9
���������C���ki%m*��������������@h	���R(���6���������J���MiSJi���H���r?���98���%f���V���v������9��w���3���s���������+���}���%������z;���X���������1_�����������������Y<������,���s,���������,���������[,�����x���G���a���]���c���}?`q���������,~������G���������,.������	���������)?c���������,���e���s��x������Q\���b%���_H���U&LeIY(���F���������7
-���*���J���������j������������jj�����O���5���w$:1=.!���6������?������������zeA5���l���Y#���������+������������d���*i5	���]z���^���������Z�����������RUM
���'���R������6���D���V���E���&��������������������j���������Q������tI��������������Qs������\������(���������j	��������^��uS���4C'���p"��hN��������!���b���A(1J1BNhVI51/���;������<m���OjeK5kVE������rA<R���h���P���ZR$D���������4��9������l���KcKA���xW��� axu=	q���6k)���Z������E������vb���H���������S���<���Z���=I������StU��Q���8U���T���t���4U������F<
$��������%���H���vV���q������V���D���D������Gt���95U������$b/9������3���T������ewwT������f-K������9S���kU��������E���%	C~Q�����z-et���������������;���������_��������K���&������V���G������LS������9���������T+������*���]������6���Q���������<e������BK%���<���r%5_/���-������������gO)���J���LU������������;"z���RI���8�����J������PTu���������������e��������������Zne>n������H���'���cr���n��i�����������������>��������(i���i\eaK������q&���Z���zC���������lQ9��������������� 
������DT#���(������������S���x������N������*gt]5���e���VS���#\���c���EUs���^(���������������c9,	���]������>!S���U������������I���H���������$���/s������
������&Md���O���zY-���]���2������DL���V���YZ���Q���������������������V���|&���F��������P���a���s���������.#���;e<���1	�����	���d���
{d�����2���=2���	���<7���������,���e���2f0���K2���q'd������q[~���q7���,r,���Pe������]������Wd������������;���2,���*c���e,������2������������2N���3xM�����g	���o����������y���0vu���������R./Po������h���������������W+������i���������7���������*^���F�����������f���2]%r�����������
���������'l������������������)��}���5q���v������3���)T������;kd������������G[���1���v��������Xg/���4���`���*������[���*EhC���������������������v���}���P���N���$���H���I���������x���������X]������$�����Q���I?F7��������6R������w���u;���)�����%���C���������2.R���!���.������b�����	c7������"^���8���n���������������������������������n!�����}���/p���1���M������a\���.���[���$������qH7��pz���������l" �����������'q1/n���p������mn20Yq/n���pGp���u���EWI���V���������f7���;���������.%��������������������=���g������~O8���^���B9������	���t+���������������������������2���;������������+������&FE_]������1\������=������J���O���Prh���%���=���~������X{������y���C������P�����������������!��J������IuQ"���"���.t���C���+������x7������
���>8������������}���e_������������z���������k����������������_���������k������>d������k���������=}���������
^���c'�����������{������wI6������[���g���������kCE\T%�����@m���,iG���7�����������M^�����S���$ERsaQ��{P���QT���S���JT���U���������p���v'w60������'���O���v���������v������?������������K&5���������d^Hf���i���V@_���o���i;���
�����6���������(W0���
������[&K������
������
���d���b@8���:o������������^+��������L���Wq���������������6/���U���]���}���������������������:m0�����#+��������Bv������H��������xH���1��������������g���Y������������������������u���l������_���}������������������.������������������E���������a������������i������r���=������������om���q7���Q���@W������������e���������������������������������������>���������7���&��������������������������������-������������;������|7������������K���_1~	���������>N���u���������������/t������PK���
������lPK������HMandroid/support/v7/graphics/drawable/DrawerArrowDrawable$ArrowDirection.class���������J1������im��m��������������9xP���Tj+���P�����t7�����,������_���������RL2���������������������F���F��0 ���3S���LL������������W������5������������K^s���qZ���R������'���W���Z������������hG8���������^0���S`���(������5���UsU������?���F���������7���g������t4���p@������:���F������UEal������K���������x������c���7'������~���u���Vd���qB�����������Z��������	?���`C7���/������p���x3?������x	������������DXM���������������������y=���+���A���������b������=���������'PK������e9���PK������H>android/support/v7/graphics/drawable/DrawerArrowDrawable.class���:x\e���������������Ln&�����������Jh���)%���HIi���g���������q2������E���������������3s��������M���C���"F+������������o�����
"������"(���.���t�����,������������]������9�����Lf���>���/������������������������s���������?~���I��w!������ ������������O������ x-���^������o������w������gx	���3���������9���C���������?���������%������W���Wx���%���������2����������������� ������
������e���?���OF������������f������]���������������3���:���������������#���B ���!Cn���<��������>2������7���y��� I������Djy1G]���W���Lkd���<��o���t���������yX@������yX��������� .������A\������=��������������&��������<������a5MlO3��������������V������4������E���V������NMS������(������05��� ���g�����������t]������u���b{���������������z���������{v���������������������[������5���J���I���������������������������EtX���w������EBc���b������^r#���2C������5H�����*�����&�����������f���t ���[���;{;{F:w������%#���������1���)K���9���2���������.I+ 
���������4fho���!������������BA���I���q���������0w+���d���������^Y3���������TH���F�����������&���:k������vO}���Fj,���`������|[������blEX���RT���P���������5��y>jt������EJ5���������������{23*kqi4M���������J������J�����M������
i������(R���������T���h������j�����&������m=�����6������z���EU-���`I++���������������tNN���Pi���������u��8OK������K���x���!%
J������k)&wK+���tcA�����lL9QE������$���������A������v���i>8OK?������MXhsl2k(���?;������
Y4$iRF6(T��jH|������K*���,������L������f������SEE���]���%�����������������Q��������=���$������T���J���(������vz���%���;�����.������\ 9���*:g}o���C���4M���������������������F���j������b(���������2������3nN���s���[���NI������������ci%W���T������1%5N	���K��������X���I���F������lRw������1���������P*dSI���KS;K������KG���������B~[�����������6w���������o6���\���j*���=cc!
���������7���"^qt���!���49C���M�����sR�����i���K���uf
������J������tn���.���W������P!������4���&���*���������n0c\���(���X~q���"RkJVW���J���v8������������1MJ���������k/vM�����d��l������gLS3>���\���������������V������J������fAVg������[Z�����������������������������q)���Q������C��H�����.)8���Nj	������@��������H^6!MI"���������g}"���B������B���WD���4dDP������p������m���/���
n���
���R�����]������"v������������"n������.b'v���+������)`�����������w���<$���[1&���0#qf���:������q/���q^/���I8.���~F���A���D������������M���qD������x������y���������Y���Fi������"&c(������8C2<'���
0���1w���8NR ��
N���p��� Px��� ��������������EU���o���������������6������Pg���N���8������x���.������G���=t=D���fe���x���������������v��������x������n��������po���v���@h���S���F���������9g������i��*���������I���L.gT������B���������������<lL���i^{���
���c{������u,%V�����������K���f���9K��������r���&���`���7������������<���F���kM��zH������VV5���d`���������l������������m���������������������.���&���6uX���������dZQU5og���������I���zgZ���Ti������j���3|������������j���6R1Y7������ln������������������r������������IF[���Y�����21P7���$\\M���������:H���H��������_pk���O���J��������������C������������.I���G�����0���t���r������
���|g���m���
U`u�����0���Iv���������������_5���������6i(��������lt���������w���������5Ra�����%.���8/������B�����a�����V?���������1���;OL���������I���������:
���������RU:[���������n++9������#���l���������jK���s���6h~���x5n������������,]^)���P���������r~������C���Q9m���\���m���VU���J������������*{���~���Qi���Np���*xi%)���a��������*\X���#	���ewB��������������f������q���S���`7���+���{���E������������V���4 M���������������Z���R!������������������������]d��������������G>*_F���������*���{������%h���ihRiU���@]������*?n7lB������S��'���
M������i���������iv+���g+���������
���u���>{���uU������n������l���6���K������F������������C���IIE���O���������1������\���P���*���85���
���������������L���F���A���o(������F������%������o/���%s[G���bnkL��=������y��{���V������0w|���L������IWM������{s>l�����������t���`���8I������>������������������c������������������1p������^}gA������z���B ���U���`j,H���C���������P��'�����������g |���������<������^z������������B���������aq���0������X������a9���+���~V���������*���WO���Yhf������������YX���������Y���������V������B������<���{���tw�����������&������a���Q���SPV���J3���.���������n���.8������6���q'������������.������N������������_������������>���.���������������I\i
��������
���,#-H2������I;���������V������������������������1������f������R6���m���&#���)
���G	���T������b-���j$���d|�����ao���;lMm4#���^���������b|&���3���<������`���Cx��������������Q'3���Bf>Lf>B������o������;�����������5G3O82���)g~�����.G���}\��������������������������������������������hk���lM���������������������+���$���9���{j���'$������J���-,���[���2+������.B���	 p0���mzI_G������
v������������/���E���|I�������������������������������8���QKVm%���MyxK������6;s.���9���<���z������x^&M������E���\���B+���V���]������]������XI0[	������x���e���������oB������N9������������������9s_e���41w!g69"��� ���������aV�����������)g,MmMa�����������h	���]E������������%������W���(\T������fK������S���,;p���c<���K������Jf^b[y���������k������������������\W��������k5�����RWZ(���r���������s������_���������d���f������j���������������������������[���q���������������2TOb^"���W���������7���6���������/���
���m���i������a���������U���sp������ xN���������
���{>^ p
��������	���_���'���=\���"<n>W[(W���������������F������WC���������,,;B���i������;������������?������=>���������(���[-<H���<l���+`_���Q���6UP���N���f���E���#���Qz������������7���#������^+���"������T	y��������������}���������Zz���{NDj��cl
	������������������������������h������������Djg���A���!^���I$N�����#������'"uy������=K���E���������������N���pQ<'&������4���RX������[Y������-��������9���������aw���{������ ���;`=���C���
8���p7t���[a������Q�����������7���}x#|%x������������<������8������0���������������x��������8���=8���Cx������1���oA���t+}�����������!�����������������������x>���w���x������m������STj���d���C������n���Jh[������-d8A������OQB{���E���4u
.���������7���7���i*Z������ |��� /y������#���G>m������$���g+��������:j���dz@���������AA��������	������"���52���_������R!������;F������#T���Bxu���g���Vg��wA���������"������Op;���k���������d���������|U������������.������t���t]������_���@������
���s���������2M���j�����E'_�������������������������$���������x/D���*������cs_w���s���Y���v������B���������q��������$������������0���>���(���������(������������YQ���p���������������c������o���������������O������������������?������~���������]d���&=���
���������s|���A/���6���Dy���v~������
������!���������wU������������m���f������|���������������7������f���'������s���x�����������j1���v������������2������������S���������m3������~e���������V���5O������������o?}��������~���je���c���A.���������2���L���j���������9������|.���<�����i������������T���c���Gs	�����������������������������������/������h���D������i������������pv������������G�����������������Wi���E���PK=������~+���!PK������HNandroid/support/v7/widget/FitWindowsViewGroup$OnFitSystemWindowsListener.class������?kA������������NO���������)���"������������R������������7w���e���{������y������,������P���=1U������)���a���
������������`���^���V���a������L���������:������&U���KKxxZq���-�����������������������yG���������0���������L���>|������(���F������x���.a���������y������c���1+e���
���������=���������������0��������T^������Vx���~���2���R���~���{n�����H������������A���������]
���ky���P��h���oPK���������������UPK������H2android/support/v7/widget/ContentFrameLayout.class���WktT������Nf2w������%	I���$������������������BP���b ���4���P������"737��y�����������hE+������������W������������bC���BU���
[l������]m]���������������r������v���s���L2���0��������>�����������������������\���������������|������X���G������Q���{<��������>������c���~~z���}������������`���6O���x
U<���C><������yV���a<������G�����y6/���0/���d^bs���GP���c���2���������(���������������*���x���������9���8���L���$���<������������@���F������sg������������i������������������G
~,P���)��������pO�����������������������46F���T���H	������������63b���������;4_�����#�����������h���������^#���U������+���������8�����������Fd������,���5���vm0���������	���������qSb���p"���Y���D���x���@E���JwR������1�����v#l������X������dbS}������������U�����~������tV}c"NQVSR���������`��������[���������4���Z`F0������W������������[��������AZ��������/���i$������Q���&���zt������4������q������������\wK������S���?���\6���nN5���i���I���������2:{���:y���Xu���8���;���/���fN���E������k0j���h������������^���
���4���V��� >�����GDcz���&g���P3���2,������JC���������������'������������b��}���`3������5������\\V������������L;������������%��� ���]mz���s|���x������������������\���|������C������OV���������{������m��X������[r���������k������$������,���3���4���T���������SZG���������m���4������j���6S�����I[���������������������q^���2]M������GJ$���*���������3D��������(���������<��������������RrM�����Y���vfiK������AM8'oD���$���G���
���y���'������{���)���������'��D_2l4���|������R���N���_��������lLz���yr������;p������7������X������hW���3
o������9������Vp^���F\�����������j������
��������=
������X���a	���_��������k
���~������������������#
;���
������4p���26[8`+���o���^
������������W������6z���������0���,���f������J���Q�����������������U_���������������t��nAp���\���������M���������4���iL���H��a���T���nF6���&������af���$��������`�����������Ui_���i}���������&S$������n���������
��&i���������@bB�����������������D���/���`35\������5[5���W������e���e^���\�����������@J���;���\��������t������3cF<e&Hg���m"\������������������`S{�����"n������������o��������<7��������������"%E���v���5���������Y*GZT���+������	[������l[D���y^p������S7������8���Rglp���er,e������$4C���������"���������������E3���Z F!���������5���{������K���!8���������f���a-������S#���������w���Z���{������$C���FQ������v'���Z.���f���q4���������OM���������w������&\7���e���[3
W���"���������������<<c)���$���*J������������F���	������2i���2i��4������L���]������Z3U)HWe�����}���������4��*m���K������Flr���V;`��������������b5��������ay2Xl���c������������������K��4V���������Qp������������(q���������]���Tn���������e$������&���,������g���T��������T������K������# ���Y���BOH���$���������G}���������O��������������`������6.F1���+9
���=���������]}S
g������������@ai���I<p���J���("������(_������^A������;������Qt���|������{���U���E#���v������7���Y���Y���9���y)���iFPA������q,
������2���v������Q���#������#�����/���^@u)1���Y���&"&���X������L������,������.���H���$Rr@���1"���4���������0��������@dU���z���(n������m���R������������P������)���T������������o_���V���W������J���;]
~���(���6C?3T3��R������������'���������������Q������D���9J7L������\�����|~��l���\<���Z���Q������Jaj���]Y������Q���vc'z`������������!Dq1���E���>\zq}���y�������������������y������?���0n���Q���GE9������ ������:���+���X���������<-Z������h��b;���^<'������y���/������xQ���K���������������,F������������c���xU������������������;N������pF6���������Y������>������*������A{k������������'~������^������y
���-g?���q���������N���x@���������������(���a1���Q_������������:���&���������l2�����������z��������J������Ys��T���j���Z���>U������$`������D������B���=E���k���l-8NY���������e;������������
bw���������Ax�����WA@���������
���'+���?G]i������������b���������sLU���i/t$g������F������������U���������'���������y��������2��������!*���������������)������ ������LN���=/{{r������ ���7���c���&���.������.gO.���9���~;?���5)vYv{r������z������������{f���L������b_$���K���������'��������=���=������������|���n������w��������* E������HE5���������+d������||���r���������������68i���PV���3\'���	e���=e���c������5���������0���,������t������������a������������_PK���L���)	���PK������H.android/support/v7/widget/ListViewCompat.class���X|T���?'3������L������1���$L!���������QDB���I-\f.������dfvf���>P���U��������b������������j���������u���E������v���U���������}�����������v��������f������w���L X~������������|������������?������������sD������������
�����������t#������������{���M?.������O������T��������!���4������"���{������e���s/���������������^*������4���������������/�����������������������������
yW��	���wY���������?���������������d������>������������B~+���~SXe��YH�����[z!������5���+R,s^!%%������OH��������\z���������j���������8 '���eX#\f		��������u<[���!s������������<���������e������������B^('i������Kk���-4i���$d������f���"!-���c������],���K������y^���Z���xy9_*s���B.r9���W��� ��q������+������k������y���i&���TW������ml������Lzo<n���:cF:m���������{6t������vm]78���;���;8�����L������D<���1���
Fl���tM���d`0o[������p���p�����������������k{���0l������cCf���g���������L5}F<���JD#-#)#9
���[d������)`���&���}������:#������G������r��������3]������^���������-���Nd2���1g���l���?!���������L���c������������h,���!j������Q"L��������������3���#-)s���0k���������,v���a���������%=���L&R������������ZvG##f������/���������������X������,<���������U���"���fV2���np8��������tJ���'�������������������Ye}��90>������L
[���������%���Fl��������������tgF������e������$Z��Nt?���$L������[Lga<������td2������������9dZx���@������������t������������\���P|^������C������Q������=a3)������
z������1������3������s(c���w���Ie:���R������x%���
���639W/n8;n#���'[������$������cZx>���a���������_T���"����� [���������6������a���G���ix,<*<�����sM������0���J�����������;������mx���r_V���Ayb������f\%���
6������������@���X/I-���7b{���9���T{���=b<1���e���U���z*�����������g���G���������h��*���6���M2"V?������!���_���2_���i������Ze'������DbW���V���b���xz77������������T���l���J���FW3"F2cB��������yo������Z���������pb<������xS}���SV���������.S�����������w���������M������������*gX���c��������������s������I���������Y���53���W������bF%cF������bM���������\���Fg@���yO���73G���XG8wL{t���������j$>�����i������S���ZS���{p������2���ND4�����������bT������%���07w���M���]r���/���q������3���&��R������������l������������������Q���>���33:������^*���������3�������=������
���K#K������L��)mr[������3W������g������������X���4���G���-�����)���mF��������������^���E���1Si�����������f$������L���:'���2'���������hf���������RB���j������FbSeI���9���v7l���������������D��p������a�����x*l���D%UN���0I���������������
���f,d���~���FhT���(������N!������������������������:������������h�����a������)N	�����k���U���������t���������������i\d���K���$������Nw���]r���������kt���������/d@��h���qQ���zU���G������9������N���'4^������^���!������:!x���Ncr���3���������������&���>K���u@������o���uzT������U���6���5�������������������!���w������������:������]:����������������������I���
�����:���D������������*���<.L&���������G���^���������7������`(���o������V���'�����|������u������������������;������!r'������������������u���������������>!������u~������������D���O���:������������!1���I;��������@���@]������V��H���������,I���������?���������y������wrA���s������?���t���y@j���U������pu������)3������157�������������7~@M���VX������*�����8���Q������p���c��K���2���v������E}Hvw������2���������aHWV���:W}8!,���E���������������������j���c
6���h	���6������������U���)�����54���_�����_���	J6��O��� ���5���i������+���G���v��������������$���bl\m������s���F���"������c:q27O���+_%���p���d���X������)E
0>������z3���X�����������������������(���<���D���KJ���X���[v���+[������>8/t^��������	�����������"9���!j������a���f���D7������L'������L]?}������F���#���XT���al%���B���TN������W���(������Q���K���U���������\���%b������������dp������lW���f��������|9���������B��������������0���b7���������
���Q4zF���U���Zp���������Z���j���\V/������i���������'ms���������^PxsSxPHm���f2������^������lu���X���������4ko���������k���#������v���X��������q3u���;���������|������grnh8/��������Yg���X8������,���6*3v���������Y������������Kv$PNY7Z��8������<���MV���,2�����F"*��� m#���������cT@a���#��������5���/���������5���jw������.������������-���:������K���(������������3Ei���FW���+DZ���������?���6������������������TH+i���jk���=��������������D������d3���������������������������S���������:pj������6���������p+������I���f������������6���7��������|���'W���Yro:N���cTr������ EB������xC���T������'���w���JC���P���{��������������D������)0]DmP���B���p������.���!���RX���b���������lZ���,��������bN\
{]C]�����X���������o������CV���nG���n[���������h?���5T0vn������������F���5���h!������H��������������������ST���,���75������#������cT���bU���)`[���[���������LR��������g���F������v������mPL������������Xz���������k���������C���aZH���Qm������h������f8~��� >���9���
:Z���A������]HMt7b���@���VO���u���kJ|������������n���=M���5���Z�����u���R���&������8����������I������������2������b<���������[���lQ���R������7������s]j���������!������L���Q���v������q0J���������st������'���S`Y���������izP������J��d\��Kq��'���D
)���������������������A���=I������"��G�����������4���������=���������K���=���������������*@qL'�����������������>�����������HoB���0I���s���������������z������V`���my7������7z(@���<���_=D>MAq���[���l���[{��
')t~���������C���������������v���j���y�����������������)���B"���/$���������m���bR������������<&������?���������f������������ 
'i������������/9E���K���������%������E9k��5!b�����������Je���r���fc������*���-���>�����������b���������������}������$�����������[���O���&i���!���m>I3������e���$]���p���������CT���;A���V��������������������+���0���z���������	���tE���#T���,���#S���`������uG������=���������	���������������0������������������_@���}������%ZEG��������������^���Q<���'���7�����x���������}1s������;������Xcx���1������Q��������Epu���luD=\���U���JNS���F_FH������@Qe1s���D������j�����pH���R���������������<A���XW���(���=��O���e9/V+i���������Gx|���h.}KI������b���HZ���HZ���zBy������~U���N=���1znp���T>��������������������������EX���"������u�����Vw���}���������.���$]���Q���q������\,a(���LR��������_���5������������������@sMa���6ME+1���������~F���B������������~������C������5]A/��������_d���H������"^(
 ������������J���B���U���j������c���-���q������������ 	���!\���������������Zn������������IV���4>���B�����������$������

$������#������J���t��Nn���?���m������MyP���4������]������J���������o���$u4oBB��9F52������A���d��x���1
��/���
4���nu���Ig��������������P������5���	���n���<l���q���R���#o���5���V
���^���������9���������ST?���9��������#�����������������K������[8���N���
������5������o������������S��CU
���
���:���8���8������tN���������v���L!ey���������b���v������6���������}*]������I�������������]7���������^2Eok!�����b���kZ���@���Z���A���[������J���������������"
��������������������������������������WE������������������]���A������;���������2P���?N/���@���I,�����@U������Q���bk���J���*������������Mm���������I���������:X���"������������������'i(X���
&���j��������
������������R���`y] 0I���������������������
������"���O���6������������#T���<_������@���a*������G���*DO���}T���Ke���1�����������������_U��������T���������������\I������������r���r
���8H-\K������\Z������4������Z^D�����6rm���F������!���&������������>n������Z���^F������Yn���������e���n������q;������+���%^E?���.z���{���5^Ko���5���+���wy������z�����x7roU������.������ ���7OH���U������ ��{������9 f5���������g������������������"z��b���?G���@���������*X���R���.���������������������(�����w������`��� @��������������^1������@���[i������������c���5tZ���������}������Ps���������
���R��������������a���������.������^���������������W���_������T:E������O"��������� ������������hUS���������4���l������������k���r���4��������������L������������������}������-���C���������uv���V.������)*������n���6���@^U���&���#T8������e���2������c������\���Q���������)/P0���OH���7������\���������i���S������Q��������������h���������\������
���!������y���oR1/���:���$���/PK2+���8���U"PK������H/android/support/v7/widget/ButtonBarLayout.class���W���sW������������J���������(7���%N���X���8U������������$������:������N������$i������������������w�����������4���R������	P���������@���<���ffxax������O<C������������J���oI���5������;���9������������������������������������1�����������������(r���������$���;���3���������8-���31rgyV������b8���������7 Z���e1,���b.���pS���%1+���������a
���|���P�� ��� ��� ���(.������+���x������(���Q0+���ez���T���gs���^���dZ%H������pDw���Sf����W
������O������������p(9���[E���6���������my������2���y������oLT<���������<�����xF���������{������]$Z���ic������I�����'K���t���������������S������B��2]	������n���\���/5s(5k/^j������y���5���;#������]������%(������)���?���J	!������;������%<]��
0������&������Fq���q���9���ks
o]������i���p������V������z������b��F
��8���C���lV������U���������K~���������Q��������Q��b�����	���	W���`���L������b1������)���T[5a{z���&���n@o���2��S���Ytv���Z,���(������F])HB���������.E������]������nY/������M�����������l*O���x���|s2���6W������t ���d/0������+N���6E���6���������������3������$zU���C���������*^���K
>������e\S���y!���������������������������V���%���P���e|E���Q���U|7|M���7���������Q���������������^��T|O(������������
���������>~���b^���z���h��������������������� ���cA���XP���,zT������-?���aQB������]���,������������SVf���7DS������%$���@/������tY���R���{]o���d���n���f-���p2%���u
���B���cg������[���E��������nZ9���Xl���������$���Vg���������Q������l9���������y8���������m���j������uZT���������������p���U���Nk������������u��-_L���������r���p������0tn���������5M��f���������0r2+������`���������M���5������������*���������m���Zl���e��������z<���=>F���.�����s��		���7������������}?���������W������V������MlI��5}������N��������H������A������������n���������j���=������L��qA���B+���q������p������."d�����r������gL������������������6���kQ/���VQ���34������ y���5'��������>���P��������=�����������(���W���������������������B������=<������q������9nO|��� �����T������d������nm���]HZ���-���������A���
yL;p!r������"���f?������I{I���������@���)��>���:@
J|P���|.������ �����������lF;���'������cH��������������~%���:vi	���������h�����������h���������q���$���	���������1D������L������������"n7������l������6������Gy7u>N^F���+H�����fE`������1�����������������>���������|n���U������������e#:���`Z���������������-���h������h���������tHN��'���!-���y5���j��;������������������{��V���JG������t$�����������������tx���������LG���������t4���G��������������#Ul���b���������r="-.���������*v���'I����������������������������������yD���������d%t���������.���������O ���#L��� ��a���|���!���b���0��)������8������s���@^���M������<\���b=���������n���,������gy����xQ|������
���������������������O���������7L���=���]B������{���������V���0������h���a���������E���������U���7@.J]������R������6S^[��5R������8+���\���\���Z������������������o���4��������kuD)E���{���%��������������>T������C^b������K���������������M���u(���������5FeG���kZ���������Oj������z^���������"���������������S������G���������h�����������H���d������`���w������"{������I��������������������������V������%k16cTf���_���_���`������=K��`������	\���������Fa���E\E������lD���$���.���c)���O��'���x��������������<%�����? ������c���HZ-Z���6���`���������	���.������ET���������vw������6������Hd���������������������k��}������C���������[���������������������b������	|���������t2���9���������,���K���:���������k���������~���������PK*4���4\5
PK������H7android/support/v7/widget/SearchView$SavedState$1.class������}o���P�����D���!S������/������,������HB���/	�����������������]���viD?���������%���~(������ f������������O������������������������_vQO������#��������I:�����l���b���j���)������'���3�����C������Z���!�����x;>��������������u������{�����=���H������.���������������L���q��������������������w,�����������]/0'/��������"0������{���QO���i���R���i0���������������G������#l���V���������������LmTV���;&������C��������������������O���AO���������������C���!���p������������|���?������<[�����������������GH������j���z��u������T���R���V^���~Cu������%U���������m5;)��������������������������2H!m������������l*s;������������A7vV���3���e���kb���d������g]J������I���rY���������������Q������f������O���I������������������L���R������`���(���!CO]���ZW)������������5���#D%������_!N~������@���c������s������!`}f���**���������G������4*���V���������<���p������a4������X���0���S'���r���������	���������g������������Bv������%���������f������������CUQrto���*!K��������N���U���]=���PK���P������.PK������H,android/support/v7/widget/DecorToolbar.class���U���~E?���������BK���(���
)*+���XD�����@K���)E���:���6������uf�����������������������������ZZ��������\������������������������,w���?80���tO������c%�����������-J���������G���w([u���4���e������������a��GBT������3������6A���������������q������{���������L���2���X���y���h��)������"d��������������7.������H��������q���U1bZs���������Bw���������bK���8={���tW���7���o���f�����Xz���:SU���G���c���[�����M=������D=}���wM���Y-%JwRc"iE���Pq������7d���r���1Ky[���b������X������kK���������Y���*���Mx7���������%u���k/P������j���J���a1�����������������l������s���*������mg���%���;FA��	������_���q`e������������d]������5���'������������	S<���c1~v���iO��`������������$���*���������������J=���q�����n���T tCh]���I���=������6���$t������������������V���'���W2���������F���8���������������JaPDM���k������+���a������������g�����������&���������������	���B���Q���UY���c��|*������E53(C���������x��������������4������Fl������=c���"d&���m���<���A���������	N{\a���5������:0������S��������x���������xe���r���y;���Vn���0Wl-`	���z���WL|���������`������q���*R)J���wIg;���������b���9���b���Ne#������|���Y��������n��Ak
o������E������+���6AD"=���������c���d�����������O������������N���-������������e_�����������������������J_���������=Z������W"���Kq��������bYt������A������)��������M���S~���������b���\j/KE���]g
7���R���������p���*B���N���B��G���>8���H���������<���������u2���7k���w������������7��%ZK������mr�������������I���(���]���s������o������c���������F���������������yF������4|4���2��<&������������DI������n������|���������������|������N���5������������^?j,������z������;p���?_|������������^��,���y���������>:Z
'���i���N������������'�����a���.���X������������������I������8
3g������#z���������������y���w���p.^���x���������D_!���	���^#������p������7,���^������?!���������go������G���9��������2������!���/a������}������"���*������������C���������������������O������%���O������
���G������6���/e������)x���������z���������������gd���Ct������X���]k���������������Y���k������1�����G���:���d���.������������������/PKL������8PK������H5android/support/v7/widget/ActivityChooserView$3.class���S[OA������]���tYA���^P��m���l���I ���@BR���IMI���/������);��������������&������?���_c������g��5Rm���g���������z��3�����|������R)���r`c������<nq�����6���6���3���t]���l������������QKz������l���X{���G^G���\{������m���_������R*������tCDB?f��������������������|������*��3LUD��������y���������o���g���"���Q���ca������2���3��������"������R���<+���U���]���^Gt���#���b��� ���3���l5������������+B������DJ�����������;~���������X���!�����8��������9U�����-L���������.���������>������V4���"���.���u�����p���w1���������
.������������edh���c��
���a���������f�����������������F9���c��6\���@FD���������9������p���ZZ4���M���c����������������������������)���������A�����������h���/������������ ������������ 7���P(���7���g���������d���5������63&�����������y���=AI:'������
K������xGf���I���(	������$������Gi������������fq���|���)���#{H���AL��}F������?L?���Ln/������d���
2}���Z������GX{�����������������������������3`���z�����,���������{K��������q������9���������H������R������l������+���PK�����B,PK������H0android/support/v7/widget/AppCompatSpinner.class���[	|T������?������$of���2���!	���B	
���$���(L"���[2C2�����3���������j���jkq���KU������P,������V���������Vm���mm���Rw���������{/3o&�����������w���s���v���9������;���#���?HDs���%.������9��*���bi���H���T������������(M���4���]���ynRy������4^���d/������������y���������y������\������Z���2hQ������Enn������������N������������YN������g������9.>������s���������.���������T������������]���M*w���hw	������������PzI���[zd���aX������������.������Q���������L���������������Nr���h>oq���V���&���KD���������)i>-2|F���������?'���K���.������/�����B���
Y���Rz������������w���������������������%���}Yz_������i������f���`���N��������������o���e���k���������47������n���������������f��������>���������I���Mi���p������|���������)������d���[������-X������J���S������I���~i���-���~Gz=������%���w���������4H���[V���Ho������P���>���C������>i���������w���~~X���.������?������Ai������6?���?t���^~$��U���������YyK���|H�����r������?���%���6���0i���P(m���������b���S���,7b������������Q&���ok{}[�����������������f&>���)���:w���2&O}[[���V7���������6���������������^�����������������I9������T���\V���������������������������lij*,���6���C������/_���������
�����|&[[���
���Yu���o���������������i���G��������L9������������[���j���
������������5k��_-������������'���V657����������������o���ocw���������u���x���V���B���h8������F"���h���f���-Ag ^S���4���{"���x���.���������Y������3���
��������������@wD������
������Vc���������������M���[������fO���L������5���`������,G���������~���cU0������@T���C[��������@���t���C���������������AN���i���D���0)������D���	���	���������4di
@���������������F���Uy������c^��Y���������]BBxj	t��������������/���������������e/
������������L���C���s���:&{C���������
������{{6���mr���b~���_���:_4(cs������
���S������A ���vm���������xunztn
���X������k������p���������������������������8,��������������s���������Z�����������t������a*���������m]���|���q������+������{������X������]���K~D���Ic������G���Y���%���4m���D������p���Q|>������������m�����������o���"������+���Wc&Rv���������*K���)$���Q���$���L���F%0���?*������A	���s,r6t���������������{���������j���������4���������h(������%������������}���~���<������/p���*���R���_!���P���i��������qj���+������9L������3���at >3��
������j������n
������������L��������������������sdE
���*o���
��=ohs0������������������'�����B���O������R1���b|������i���������A�����[t5,������>E��������� ���|��M1=JG���[���b%���C���*f���.������Y���/������$aJ:���[-������5yA���)��������������=ER��(j������������������p���q���������l8������������j������J	��������-5���aQ���������p&��������7ah0���F���Ps���������
���*������������3���A���������k���:������t������]���9
���������p���������;���q������3���p������A���������C������P�����`���C{������3���m���g@������Ap���L������:���t���R��v������I>������������������G0���3������xP���^>xkH������D���{������M(���������������Nz*������������)^=������q���������l���o���i������Z���
D{7m* ]���������.1���a$5p���g������Xt>���b���.?,$���@������t���������i���
������LS_>�����*D{u������E���r%���B�����4���x���g\���p���k������B�����������"*, 3������������2R���y������{T���-g���-._.���X��������������G���a������������<(���U������N���3���2���+������������$=E@:O������Ror���|���=���������O6���l���#���I8���E���f������j���������������$w:���Y���4�����4���E���k���]������F_������h���m������F���������j���;Y{���J���4?������������������T���������/���uHp4~���_Q������������_������6���&���������(������������������tSU������������������������������W���ht'�����_!������_���U������������������F���F���@:���������������`���&�����������KW%���QC���������?���or4������O6���������F���{K���)���6j������u���������+������+L���'������������]5(�����c������
������1��#���?������[t������G���Q���������|���CaUQ4���x%���������������������I���iJ������j������������52���
���QU���Xqj������������������h���������4���F���������
4J���������[������d���?��)so���j>������Z������hy�����e������_������������K���iJ������������7N������������F���aU)��	J���������
���2e������L�����8e���LO������	���VN���5e0 L������
���4e:���gK���qfHS!�����������<F���"������.��L��������R���V	���jiNB���������jM���������Q������	���B���
���M�����po\��qk�����?x�������������������������Ze���������,gx
]���dp��������n���zGQ�����AX���b������,q-D0U���cZ���y���Q���������
S42�����������?d	���f���E/������������������������
���y������I*������������������,B!?R���cA5����}�����������Z4���Hl$I5-���>���������n|436���O(������g���0������������W������������C::���d`���������zQ9��
���X���1N:���T$c���b9������J������������V���!���;T��������BO#=.���������n}���������`y��C������ E)@������,���
v���������5������z��������&{������������{W���������8��
���R���������������'v������e6������J������F���:��
R��
w"���T~���v&���z������?���������X%���������k������>+������q4���l������fR������H������J������@���|^������e��� ���f���-���2d������.���/������������M������:>���gd���DD���������eI���*j��� ,������������������8{������o���5/������DHO!8v���'
K���������`O���;���n���Z���D���v���!������5J>mv���}���������5���N������t���������i������i���p?�����$���X���t���I������9xn,���������rc;3��0���������r���FP���1���+������������~)���N���Invk���������Z������[t���R������XO0���sS�����������������������m(Oy������I���������H$$���z���������������G@Qi"������b������P?������%���������'l=���������������%C���Q���Z���?*2��s������g���u���c������������r������;>j�����������������������������2���11���������.
������g���������_���^������Z���i���0���y���1~
���;�����Hj<������WxG<���D!`y���>
���'������j���������-���|*��������Vd������8���l��������c���������>���_������	���������K{w`S\~h0z���k���Igt8K��!M���$������%yHjh
]I���G9���C������k������t���������*]������W���F������F_O������b|���e������o������������V���w}S������Nw������;���.������_������D��������|(������wQ���<���;8������h���`������l��� R+������������������������"���Q6u�����3������!���'������^�����������D���LY$������d{I-���'G:���K�����#���l���&���������+:���M������*���������������������$'���$�����������J`v���������������`����������,���H��� ���4������	���N������~���m:������&	������e������m������]���Dv���{���Nd������Q/DrL"������������~h���������9���+������A���i���)w���Dyye���������_���]������
���������n������|���������������}T������:DE���to������d�����}4~'������d���b[yjU������c���������������V���%�����V���$;c���������������v���������K%9w��\���
���e@TV���zT|'��� 
���&������=���!���R���h���N������sN-<���������O������ea������PX���Cz���������l{������m������A���4M���e���>���N��	���������^���Qp������*���������Qe8������*������
���X���G'������,���������j*=���>��������������I������hn��������4CUa������.���s������������J���_������$���}���\,:D������",TBA������/���.���S���������n������DT������8��������}���^��v���R������?������m���7���������s������������������/���t���������������zN���<������E������~GW���������^���W;���;{t^���]���J���������������v���j���������������������I������������Mo���B������z���'������\M���)���/���������H���p+������y������������#\���[y,������������\���Wq)_���e|O���[y
������Su+���������������4������W.���1$s������V���)dSA���zL���e���3���������v=AO���=���!������������!������������!���{
Z�����|������������<���B���������3@������~
���b���������B������J��������J���aV������~Kt���&���i���?
0��u&��������������4_���W������������T������'pY|> EQ>���M������R���?���������������w#\���������U"l������#���
�����n?-��������h���Mb������������f�����T���U4���O���U���HL5=���������������0���
������$���
eI@���h�����O���a'������%B���������������I���7���N������T������k-7������D������S{tL��B������07E������d^<�����������������������������"���L���:���������\����������H������������s������h
���.0���XjH���#���>j���m������OM������x*P-���|^Bn^Jx���E���������z���i���i������cI-O������V������q9���WB���^���������!������O]T�����k'������]	9������l������������5���s-���<r������ ���G������9OO���s=���97@��!���������?#��*)g���`9������	rvB���.���y���r���������3h���Y2@������E��������������X���" v1������,B���$���,IR'���VB���������$%\3X������ ���N���������������>������M������7s���������������f���~p)���w_k���)a���q$\}t���N���o���fY9@-���pO������S[������T���T=,_���.GWP.\]M���"U���h	%������U���X���/������(giB9Kz���3������${������t,���������3���>������P���������`������0������;���������;+���S��������������������T���_���h�����!dl������|���>H���-a'B������O%b������e���%���:;yy���Us3������[@���!������C�����������`���c\#���[���,tae	������s���f#,���[x���4���p���������2���������������d��������������������>
������]���������q|���������������$r������D������	���������n������;���'���&���u���g���������i���y�������y@������������~���L������`{h���b~������r���R-���X���)l3	n4}���8�����������������������O������t������������G������(NHZ���v��D���������^������1g������5���
�����������;#[O9Y���g���C%eL���������v&.������MQ���A.�����dE������������r<IY���<���T�����������N������6/A������nC�����)I������"C���������@���y~a�����]'���������)���&������T2���$���[^���F������������DA���D���r^���D~B6tE���������������������k�����*���"�����������������R������X��Q������������t���>���G(������e*f���02M������ae���f���I���^���������������i-	���3���:���4���P��])���e,*���!���A���BR������O��������������X���8e���v���s������V���%������Xom������-�����������������V���z������0������ ������:���N������_�����������������@nGm���;������P������<L[��������;���vr���������,�����^���0m���S������c���K�����������������H������~���T}���cwg���QE~���L >�����������G���FqU
]���*���������2���<D���������.���`qY2���]H j1������l������J���4������IT���L���������t���Vf���"������������t���RI���*U���I���������D���X���Eqe6]��������������h���RKw)h������*���OYD���*������3���R]���Vi-������p|
fyOA/G?���3{��F���'~������b~u������������������8���<���)O���\���=���g���
�����~���N���������������M<='5���u(5���Gn.���=���������������j��������*W������Ul���#������D.���������'��|���6mn������GH7������Q'3~��i���������������L5������fIT���=������,���17���N\]������
�����![���r���������dl���#3��������������Qm���������u���������jeU5n��������.�����������'��������������vp��������������Z���a������I���q��������������������� 9^b�����Vx�����4y.z`C^���������������d��r���R���������������j������ZCM%]������-���~���2���������������=v'=���O���������n~������-������v���>?B���
������/"Y���������|7��������������������������-���>������PK/ui){8PK������HNandroid/support/v7/widget/ActivityChooserView$ActivityChooserViewAdapter.class���X	xT���������}3���&���������������	aBH�����������M������[��������������df���y	������v�����������������Z���������
*���T-���T������V������Zm���Z���Z���n���V���������2��B���������������������s���g������<���������e=8���������������4a������������`'n������F���������?���M������cA���Dpo���]������-���n���[u���{���W0������������2������;<��������v������������i������]������[0~������C���GP���e��������p��������~&������������������RP���������������k������������`�����������y������.������1<.���>!?)>���������A������������?���x������������������������������c}W��u���;�����n���������;���/c`~���������H8n���a���S

h���r���,[������y]k���D���u0���%���N������3���:�����<���Y������P������^���fM������������d0M������'1x���������������	j!�����j8������A_| ������������<���F=�����������������H$������L������%���m���$/26������������������eZ���:2���yt���
U��������������7������E�����H������b���������������e���������|'n������$���\���������n,a���S;J������������Y�����������������Z���C������Jik$������:��.���������C���IA�����9���F���:���?���b-!5���h������3j��������J\3R���8w7������(������<���A���������)
���
5p^���5���+������������Z���0���csT8������?���2���������uC���������i���0���������������C{���������5=���d[?e6���m=WT}!5������[���}���0��������������l���2���tK������G��������Ki���g:{ie,2]8#���^:��������f���J�����m2���}���Q�����������a���R���$7"aC���h������M$�����ki������������O���l���n5Y/s)^������#���A������������|���j1���
e9/���1M������r$������������'������,a%���$A*���������������@���bk���~���4���������u���P���d��H������ e���F������f���k���j��>M���D���Z���y���Zm������������,N)9/e&������8������J���L0r���n������3���E���g\HK������������mn���/������Tz���*tN���
'���������MY7r���n0-+���������V������������#h���2��� ���/L���,������������(���������D���i������424���Z������������@,���������W������5K������O���U���������9���0_������
^���_\���+������������������	���������W,E���������	���5!���
+t������������r1���
���*������
^���
6���lo���-J���c������������^5���������|[���)���EFRU)������P���O���K�����o���8������=���W���_���������l������B���������0���8���#���������$���9���N��0������������<
������
+PX!���{F��"��������������"V������V������26F���J������Y������*���X���U*l������B/������e���
O���c5b���r�����������z���&3.���T���kI�����U|���Q}������C���I���EtjYF������f���Q%4���J���r_
���8uI���������.u������q���!���pBO���mTc������������������J4%���X���@���v���X���M{������J���1������PV���
������n!���W0_������c���C������l+n���#	������������c���m���x������~=,@���o���7���)hOo���hN���������8EoB���=f���C���6���������������L���^������92`���������jf������'������h~���2z���te6������1Q������@���?���������SC���������������;���5���~t���xu	���]!���m���n���k���n���B���������:���
���{,g���r��������.>N���)���������G���������������|EjXR8�����FL�����������I#���9���i]j(���������A���������v[SFk-���������;w��������|������k���h���f������)>.!������xsR���&������t���F���������PD
���M�����F�������������h������������1u������A���[f������XDP���(���k���kOD��"�����v<^|bF������0z}���"}���Lh1���m���p2������������flm������1[������Y���S���:���������YQ���z���������"��������#���V���ho	���
���Dl���������;E1���������~������
���0���:���Si���1������R���1���R���i���$e~���?���2o������������45F���H���9���������Ub,.-���Ki���:*������F������4���4���������^wR������������������j���z���_���<~������\!A��3���n���	������lU{h��������������;�����������������T���i���6���[wy���8������4������$7���.E��� ���&L������L���
���|+������w1���_���|���������X�����
~���i���D���x���4Au���g(���������3������8���V������������T������������>������
$,QNVlC������l(t��������[��������P������w��������2~���yn���%���<������6#t���)���������������Qx������v'}���+���������������������������������+-"=	-������x;������i���pm���C���4sD���"���"���-���ywg������Vp~<|���|/j���������������,���������@���/������fp4������<������(��n���P���X)q���
���
��Loe������wme���������k^���b{���/������������������=w���|���T��4���2i���.~7&���C������c.���M���N������������V0\T*���������yp�����������������������������|���]
���������[2������`J���������v���������D���l)���p���~���y���&G���c������������t���.���R���������'0�����Z���PyU���0���AJ������V���H������~���'Ps8������������}������������&������!B���>L�����Z������.p���������Le������������������v���\���������bg$P���r���������m��������D��������������D���o#���)���n������^������>;^���T
���A���S���>���������Q�����������?������$z���S������Oc���?���K��������������N���<v���p���������#���%<���_���s���U������_������u���������4#���C������A`������\8������������<���������I���~���)j���#���R���A���������-������������Q;v���:136G���A������������Nd��������E���#���`���������������!���]������&cP���F6������,������!R���La���q������p
���
���(������E���������ta��������������������&���58���4������&���\.w��)u���rK`������rG9E���������!���91w���������4���L���������T+���S���o���������!���|���=���UP���������b
���H���������$q,���$������y���������Z���m���v-���8
���qy@������>s���������
������.6������������������D������_4}6���
���KD91������������J���!R������������������h������������b������v���,sxw@1���������$������)���������H���(������S���4���R\���
���%D������~������96���m�����^���RY
 ������������5\��������aCr:������$C������P������~���^���4C/K"������E/���T������������G���?9S~rN���+p���-���������x2���4-E��������io���_���	?������������N���Q���%���[���u������Q������
Ri&���������K���0N���FjLA���	I���M������L���	������DY������/.������������7(�����������7(���H�����������7p������<���7]���Z���c���������������p5u[�����a������)��������Ry������������#��O������V���Q���������]������8D���}x���9h|���Y���>PKS���/F���PK������H.android/support/v7/widget/ActionMenuView.class���\	|T������?���Lf2���L&yI&������laDB��l���*2���I������$���BE���X���]���V���~���Z���Z���b������b���+���k������������~m��Y������]D���|���s��%!���@���7������w���s���=��������������~���q"���������;i���������\���U.���I������W������<���������������������������l���������d\���6s���Y[+E���a���q���:yy���������������<���:���B��� $c���������U���6)���e���]������	}&���$���������)���.5���F������I�����������������������������%).���[������r)������������Rl������J)�����������y^-������*���5R\+������\4������.���oH���M���t������������o��������zzz\���m������v&���o������������-���������.L���i���q���������-R���)���.���Uzo��������������l���)���m�����������e������Im���wK���}|������^���@������9���~������{���������P������'��B���!���u������>������e���>���=,���#~4���"���_��������GB���q)~������'������������r���3~������������
���������������X(������$���0tQ[gri���#���kQ]s2�����(������Y������������������L��������D���5	
���Xlm���y���H������N�����:���S���5���!�����������F���g���W������c���-���0������������Z������.OvD[���Oc��������&���������dc(���������iQ������5���s.\������a���&n�����)L%������,���������n�����kV���Y���fi���������
������I��������������C������h���6��������������������\��������������_�����,_������������&������MI&zr���4���&k���.������3��h������#L������2���������+������+��.���������j&W<-2���������X���
������$k������1�����E���~���)7��������������4������iX���8��
���g���8h���e���s������u���CI���<������0���ue4���l���!���������������Xly���b��������%#a���4�����������������A���Rx���4���i������hk49r���P���c���l���ma���Y���0���Y���_���XZ������
���5���b���������������[������dK41������������!8q4���Ln������������;:������Xm]N������3Y1��������������+���2+���#������h���"������\|"������6c[u���";i���{y:]j������6bYgk2���4���vEQ4���������A��������%C���+p0�������������������b8��������������������c`���S���k&T���������������%m���������������������A}BN���u������1���������`���Zkd���������4|s��������mw������vtT������rci���N���Jtv@���������S��������������)��,N���������������Hv������t���"���mo������]���i���������D������[������������C	3$E���N5���t|���b������
V���l���P��������M������9���M���
L���������������P4fZ���S5���������r���fpIH���������u ���$Y
J������0"ydS;���yKv������F7E������}������\������T ���^���=�����t������}���������(���o���W���P���Zk6[1pY$B,���	���������h���2���/?��2���IP)2;/2w""��������r������-���������LU������#|Gf���Q���5+���Y���Uc��M������5	'T[i$���(���u���@q���RL-*^���EK������������b������������+[P	���������"������Fi{���\���?��������{��/h���H��gv���������^c���\��	|N=z������8H���5E���+���BrWF���w2������R;d���2m������G���Z���Z���.JCbj������������[���������P���.������E4���������������������A���������������������9N������0���.)y%���l1��'������%������Cs��%���mq3���pc���#mr���p���+������n	������fY���������mmk]2p���eb������/������7/���0������,���5������f���
s������|3��(0;���������	������h������������������J������VY���������������Fg���j}G������%�����
w���6������kg[3���G��������,������3��������������������1���[������o>���F}�����Z���2������\Y���%���L������z���QG_(Z������
������#���B������do���z�����r���-"��%z���^Q}4���r������:���%������	&���:���:���{������/���1BV��p������$������D������{���z���\B���'���$��������N8gkoz���hkW��������O���H������2���!���SK��j^���qL������������%>X���������������%���9���)���7FR���,���qu6s������yJ3���LPM���f������e������9��0������������`��� ���������sgaYooF������R���G"L������������;0���������������)���������-������������������K���r���Q���d������H���������
������D<���H(<-���������IHF���M���f���}Vd]���������%������_������a
�����������9F	������ds��������8���#	��h������9]���������y({L���3���-���#���������������4���������$������W���4���:���.A������T������?cZ�����
9������:���������mq���������������q���(z���������h���<6������}���k���������x%utr������������q���&1b���������L������?;O���������@���4>������Daa���������1oP\������:;���#s������z���<En���������u������������M7������&������������e?�����������8���U7�����p���/���t;}���M�����n���A���/���V7]��������b���K���5���:������ji���t���:������M_��������������������������wB���~���������������������\������iRLEA������U~������������{n���^V���������.���+���������G������MO���>7���������������������EL������P���v���_d���������n������WP���I���w)���!�����������?���������=���7���	���������/������������CW������EY����������?A���������;���������?u���g|��������=>���������������E������������������?��������
4���������Z������������n��>-Ws���������3������������n������7q������������:7	!���pq������"������\�����������c���'���nf���>h������sM(���������p\���4n������@_������1���4G���.|n���H+v���������\z<�������������� ���������yb���'���0)������/���~���"O���f���4���0���������86������zyL"&o���A������T���������m8��������@���M<���������qV`���#���C+c>���<���T:������,���O'������q���������JDbX������o���s���Sq���SIc���e���������K������������������������Ar6���\,t�����p3��d���U������9������i
4���B��������������������o���������G������M���������81@���mth~�����������D���R���������9��7,Y���SF������|���Yk������v������f3KVa#z]1������zSu���$������l������������Z���-Z������Y.�����������������R������������������K��������������l���:���G������M���sR/���r���n^{������>������R��iY!7@���������,������(���X���������T[���s���JE���������h<b������	������h
������MN$s���N���l���F,���Sl���P�����d���:���;���������y�����2���������I������6Y������
���A������I��fMY�����R���F���������m���dZA<���!���[�����������7������u���U������&���2l���������)���;���������������U9������n!��u���X������R��z_z���������_54���
 ������X���IV������������OSG���U��������������R��	������������%���>���K(=���#������$z^Xq���n���������Cm��!O���@]���[���U���N������e������N������������V���������o������>������������Fqj���*���Mt1]L������K������.������������/���������������-�����:������c���z������'
���	���������8���������uV������������oY������'5x���`-���S���������v&������!rjx���������;������4Ts���������j%���0���������H���v���=V���vY���n1���������L���f���>������n������tSN79��������s���������%W���������*���@���^���������������Y���d���E���/���<Z������������:������i���������4���V(������Ri���&ZI���V���
���J���J���i`���������-������edW[x������+v������@�����A������@7���������T���O���U���Z������
���$������r0Ft���\Cj���B
Q%5���XZ���%���qi���������]J���������'H���,���������Dpw������������������K|���J���Dv��������@rTc���������6X�����X���`���������/2������������e��O������]������|o������5?���k>������&p
������^g�����C*���������F���������}d���4RPr���<������t;���je+��eFp���^/E���l���b���y%l|���v
l<������059������dz���~���������������!������{9���m���������^������^���E5'M5������������������tk������������D���.0_>#P���0U���*o%���m7���`������U�����KzO
��e;
���c���*7���j���H������������B��vsh���a���	������������G'������z0������1������

������������������F<A#������������z/������K���������������_���i������. �����._
7���������\������������f��������;������
���	���������K!���m������������~3p'���H������l���R������az������
������(������������Amb���������"���E?R���-������Q������������1������:���	��������z5���R���$������"���9���)f���=���W���]���g���!
���!*���O���O) ������tJI��A���$��W	������0���P)���b���_���)������G
~c���������J������=���0������6#'���)%���bA���Yi�����������`��< m���bM���<���t���A��������z��������}J������z�����������������������������K��������{+������������%O������`���V/p���_\�����������N������J���e���2���UNT���$U��������������/���h<A���)���=m���������e���������n������~������g������\������0���,7������ij0_��������r������5%���,4���Fy8���6<������4���1���m������������g3���MW^>���������������cx���)_z������(�����������s}�����������ez���\V"������F���������_i������_v���p���Hu���Qz;������Z������fTl���rr���-X�����������[���[R���:.���\������������V������;J|%e������(7���w���k������rz���MG���j���������y��,���
���CE�����������v.}������S������������������k�����j&��DCU������	[���=���������l�����������i���������2*�����������7l������������������������4���mw���������t��)e������X���s���������4D������p���{���������v������������7c��2������V������N'���e�����ey������I^,�������������������j������ �����\���%��������Q.�����WX+������������4���_i������@+e���F������Z���#=I{���*b���������������kFz���(5h������@���F5Q���������weZFA��{������a���%���i���,3�����������L���F-������������������0���N���V���9���)X�����������Fn7������Z���������|���������ax,
���������`���6#���=;���M2N!rL%������h������S��� ������!���-@`[BOQ#������J:���������SZO���!���>���@��������������������j���������������W���T_C������������������B���}������7���o�����������F������������������{������������l������������>���������wK������������!����������������������8B������������7SoA8���*���������Y������X���������;������wq���a'���g7?���~���������U.���_������������B���+���������o.��������9���Rs���IZ1���*y���6������iy���������Gk������������k������y������������i_�����y���v-������}���������m<Y{���O�����i������|������:������������3���������N���x���������z}��������}������/���E���j^������y���������/���/���������6n�����������7���*}'������������������{������^>_������k���'���Y���#���+���N���������
���{��������������������������g���a���s���������.���P���h;������m������R���T���l������[ls���rIx���4{t#	������y������A���*���Nv������W���M���"}���������YrA
x���Y���C������5������J���C3��*������5������B������]���^m���o���j$X������_������������J���:���6���V������>���a
���=���d���_������k������������^������������J}������cj���s\������.������S������_�����������e������f���1jF���m(`���K��������Ws���$���������:jVZG���J���Y���2j:�����[i������������������^i���������8
���?G���A������J`�����l9���������������!������@f������{������������������[���K������t������������ ��������`3���l���_���_���V@	���5x���f���R������sz:*������������������ 5]������TA���b��=������
�����������t������&������)������������������3������������������������f������I���!���p���[���������������������a~o���y[@��������������u���9���`v��� ���������d��������x������0������9
���" _u���J0���{������<���lq���������������"y���������w���6������"_���9���a���������������B���<H���!���X���TRZ���������;���Y
���iNXG>6���l���
������*���2������Rt������������
���������
��� !���T������y���
������,dt�����������To������Sn������6:������������W'������$4������Xh������"������hx������2	���:��������������v���������&������)	������y{%aT���=��IF��i������������������	���������p�� ������4������Cs���j������������wQ���o���(���������������;���2���������n���������O������{���~������������������=
i���S������������2���6 ������+��������������������������*'���T������������G���N������8��������� ���I9b��������#���������}������[������������"%���������������R������p>!���������^p���w��������	���������������)6���b���o+w������"J���������|���<��r���������>2���"���>���
i{������������
p�����������������P8������������=t���mv0W:M�����������y)��<Ls7
������������w���@�����������������g���E���_������P!���/I�����S���������3���FnS���)�����>#;���e
>���)Xl��`���n���@���<��t���
������"������������������
������������%~/���������������������-���������N-mV4���������K���0���[N1������\0`@������=C�����������������������l���+���i������������3|������1������aJ������_N���������6���Q���������������������p�����������BAL\B������W���pmz������B]�����������'������,���K
���E������������ab7���3
���b*������YAC���pLp%���X���������(4������Q���G���Q"���I���������n1s���{L���*
9a�������� M}y%<4���x���������Y������^��n���>*���G���#
<������������������8���1������'h&?I�����������������������������Y������j������������������������_���������Kt������n���W���~���������������A���%=��������kz�����7���M������������������`���-������������������!���������?���~���k���}������p������|���/������J������&������������_������f���k���?|+���;���S@���������Q>���O��������������������ok���E������#������5������i9������9������������V���9���S4���6I������fhnm��������j������Z���@���h>���M+�����bm3fl���J������Z���v7��������+������������������c��"���������������fZM���B������u���������@���������"���j!������P+���\D���O�����K"Zz��� ���SD���BZ������$������������h������-������t������<^^���5d���B^I������@���������J���V���Q������o$������������E������*_������#������������;������-TJ4��������������� mR���������/b���������mi��������������mNS��������MNQ���&���������BE���g
������vQ���U���������	��������������������� 5M���3���v������F94]W9a4 ���M������������
���	������Q���l<������C���Z;������T������������P��������������������F���K������V$���8���������������������=���d���T5��� ������!8���������������|BP���g���hz*8b>i~������Rf5������L:,���`���q)���R������������{D#������c]-N������c������}��������������e���v��!������
�����u������f���OK������������l7������nFk���ia_j������iy���@���W���r!VH]���O-R��������[Oz���nZ���������}���6kL���������c���g��f���������pi?7��������Hk������w#���e���?���j���b/-���s5������+g���5������������m���7������r������g���~������{���{x-YX���������5���M���������'���647���z���E���
���W���E���'������z���E���#��������f������������v������"���I3���Q��������x���En'���������9@���k�����������P(��� s���e���)O������������>DKo!���X���������{���������=������SB���M;���N���V������������V������R�����������'cC���U0���U���>���y��3���������?O������������<2-XVs���k�����	���3���������Y���/L/T���������������������"���Qi�����L���-c���KS���PW3!L.-������������Z���[?���R���h���N������������%���5���G������5������h�����������,���VM���������X������5���/������,������������=���������������aH_���NbW���������)t���������[���Y�����dG?������������������~j+Y	�����������]Y���M������w������}���������c���������7���������J0���&���~Z���f������5������MkS������9cqpO���rh�����������2������T���m���I��4ij���������jW���������W7E���_�����]���9T������C�����������O�����'��� ������5���;x���p���������4Kg���������N���H��������������}���
���a07��������������������� }M1�����������<���O���'���
�����������������������Bkr���������������������5��������E���4K0P���������d���1(���
D������cQ���~��Q~���X������8������(?~,���3�����,�����������gRg}K4
���Y������*���~���E��EZ'���`���������E���
4���%���U��� ���~o���B]���/
���G������z���&G���a���S������')"������lc���������#������i:wR��T���8��^u������^Mz!���g���������������W������^���{���Fi������#���Ngj������E���������I&?i���]
���*g���|������������#0���b���X������!���������B������m��� ���^������2������g[���ZA�������������������W���x���U!i^:{���Y������)�����Z���F���w���|������"���L���sp#���{g#'.��������D���n���������<������A+Rbv���u������Z	r��������z������������������p���K/:��e��Ox������������f<������������������:������2k���r^������d���d������9���l���/���y!pQm���4���XG���D������������������s����������h������J���������
j���'���������bj~���������������������������N������Kp���t���?PKP&;+������EPK������HCandroid/support/v7/widget/ActionBarOverlayLayout$LayoutParams.class������[kA������������������������M���jk[��t�����������������}���������v7LfS������|
���������K(((���g���lB���i")�����������=���;���a?���z���������&���`������#[F���]���u���cp���@���������\���M�����-���}���K������������w������������H���#���K���C���6���BU���Et\���5������������\
��q%���?���L������2���������4������+���������q+A T�������� ������(e7���tB��������w"���-�����������a������������=���|~:m������+1���CfjG6���6(S������QT���R1-��[������Z������������l���������<C���������zR���x5���g*���:g���1���F���A�����M���9W-��������������������������3$������"���JsS��������{���{<������������YwQ`x���_�����������b������f���p������E1���'������	���~���$������H�����`���^���-w���`���hi!I���$������3.������1C
1������"���bV��F������r���]���������~!������)������H���7h5���f������������<���B���������q���7���������������D������V���%���a���Ob%���Y?������s*���1,�����l���*���U���������������&���������!������������PK���g������
���PK������HAandroid/support/v7/widget/PopupMenu$OnMenuItemClickListener.class���������j���@��������������Vo���W{h/���C<
���Q������mM���4���
���M|������}(i"X���Ap���|������������������������1@?���ah������u���r���������U���A���������R������Q���������������_������hg���2��������5EU������-������0 ��������*
S:Q������I���Gv���������������u������$���o������J7��������l	���V(r������bs���8q������f���@������]x������A���}DMFh;B?���PK���\������.PK������HFandroid/support/v7/widget/ActionMenuView$OnMenuItemClickListener.class;���o���>c^vvnF������<�����R�����\���������lF)
�����������������������������r}���������f#Wp~iQr���[fN*#������crI&DP���^VbY";#����������������������2s��������������}T-*������������d���������12���������������������9���������� [���s������������������R���K4���������������������������Y���X���,&V0���������������@j���8���8PKl���������=PK������H3android/support/v7/widget/FitWindowsViewGroup.class;���o���>c^v.vnvF)���<����������������������������������b���L '/���������������3H;���$���32������������S���������R������������_\ZP���_T���_f���_������������Z���������������Z���^���_Z���������0k���0F��������������T�����TF	,���e%���%22���d+#���H���~Nb^������RVjr	#������������������������������,���l���@������d`���\@���@���������	PK���Ew������PK������H6android/support/v7/widget/AppCompatSeekBarHelper.class���T[OQ���N���e���. U���������������Pn������%6r1���!1<���C���+ew���=���O���������1>���������8gi+F���B������������3������7������������|0������0������
���4F���J	cc���W���{J���d���������������!���M/e_��������C`-������Y������C������M��������en
���������=��)������i��������r���,���������Pt]����������K���u�����������������y������m���)���������*���6������q���������Rqg]xY������Ypr<������=K���%���&���������h5���J��������+T��_f������7���������p'���y�����������������R������?
*J+���������e������J������C���L������~���#���a���������������eg`4'���������P���Z������������Ly���'������r���}������M������[V������,_&��QD}F���������"w���v���x���c���p���s������������QUB8���������������t������
z���w������&Lh���U���������1m���f��������
<���)���������S���c������li���U������������MO
'�����6���������������c���������v���Hz���7���������7������@��cK���V���������J������2���2Y���������6;���[������Q������}5���gF���������k���t:v���U���������\[z������������������ ������emA������}TP5!���o���'r���������@7}
���n�����������ZIz������D���5���VHW#���8���'>!p������]���������������F
n^n���������f���|������p���/���R���I������%���w������':������D���Z���=B�����YB������Z������D���.[���C������������������HtB������������1���������E���0���|R������I*���Fp���������/u�����������������$b������F������������O���|-���������������r�����������_#������)R���'U������������������
PK���������n���PK������H;android/support/v7/widget/SwitchCompat$ThumbAnimation.class���T[OA���f������������UT���������������R@4���41!��Z��v+C���������������_������������!&4������(���@y0Y}9������9���w���7;��������������������� ���$������R),���hE���Ui���4���XK���������:�����p/x������"���������������������4/���������'������b������������������=���4=W4M���������^`��������h������s���/���������kwx���M5���#���G+�����������:���������6-������=���X�����������������A���V���{n������������2.������5������vHG;������kO������v���������-�������~���������/���4n���*������N���m���������r���3���R���z������V������g������������r������p������mX�����i*0,F���H`���/���A���j������
*o�����IS������>#:Cz������z
���*���M���n�����������������IL���hSC���4i&0������=
[��������_w�����������#G���Q���a������&���
hv���hX������W���$���r���;Z���#O���6E[%UH���2R������OH������H���(���A������W������LP���������3J(���	b���>���j3
zk������7���V���#;���1bx���������������G������O���U?���
������	���`p��0���A���J���R$i���psH������2y>g���1#>t������������,W��� ���~�����S���p������Y������(9������!���+������v���4Jz������7.k���w!���������s���$���I%F���p���$
���2Z���"���*(���hK���F>KQ���������3������!
���PKj��������gPK������H8android/support/v7/widget/ActionBarOverlayLayout$1.class���T���jA=���������Y��6Z?���G���Q���nZ���������1TV+XR������Nw���vd3f7)y_BP,������|(������&������������w�����s���3w���������_���<���������`���E���]\���
knq������%���Bz ���Z���a=���*2ZF~������������I������S���PF���"���[a*���z���������@������>������t��������������s������+������W;�����������@*���������f������������t������7�����������������R��c���$���"�����������H~Y���������]n'l������aaR���@���C���Cf���������'|f���������������U(b���������P������V���������~���N���o���0��T������Ez������"���=q���C	���=���A������]��-������H������c������D���[���{����|m���������������^*Cc����]0���������H���������_g������St���u��������fM������Y���Of�����������%:d:o���R������G���CO	.u���9���������
������?������?������F���<������������y���^���(c��a���1��������Z�����������X���9B~gBU������~������	���)���\����������KDJ���>yD������?���J������r���������������������?���d���1Z���������PK���n���a������PK������H-android/support/v7/widget/DrawableUtils.class���X	|������O������������HB0`H���H6	���"`������������,������������lH������q���L���������L������Zo���Z������U���A���������T���������xQ������Zk[k[k[{[{����������7���I6���6������;���������w���������������������O���TR<p���7V������|������[]���M������8���9wxp'ze������������[������]�����{p���ua������w�����������\���_l}���M���D���'���/������A������{=x_>���F?������0 x������j���������e���8 c��'����<������iA���������������(��e<���A������y������s������+n|�����a1���������������|]4/���������y��oz�����o������_���������H���5T������������H�����"����������������R���	��������F���Q���$4	������P������n	��������U���=j�������������������|���Z[������X������i���XuD������r	3���xs)#���;���wj<%���������*9���$���������������������������������5AKu���j�����PU-/w������
=~������7J���W������������
-������n��
jkDz���mj���Q������b���Z�����������������b������3���m[��������wjq_MT���.���7������������7������u=q��������	���������������N4@{������������������SZ�����k���v	yi���G������w}k���i���j4ZHS4���&���������2t���Q-���������%������9���Z-���e���������I���%��������[���c!Q���zQRh���������M������_�����
���������kX{	������1
������m��=���cd|W������{;���2���/���UF�����_Z3��hz���',
���F\���������6=���su���U������������23���
���c������A���������L#������D(���6������Z������7���,���V:������KN?���yz������fq��������������t������f������
%`pb��F���j���������E������LHcb ���i��� u���i���P8������J���ab���A���N���K���)3:L�����WF'/2���z���n���������E������p���G������,���ZF������������V�����&
�����������5���������BA5Y$���'���������R������]���PEI������������%���kU[������KL���<a3m���������V"���Q���E)8������V��������+���	~:&���R������5.E*���~N������!���R���������Q:i���Q���+���������R���k���������R������������!������~��7{h���������I������j������f������?������
va������=������O4���c������Y���d:k�����������D������(���������b���.������L*Y���L9������N���oO������?)h���[
���Q#���/
���&������t*��|q���c���������*t3.���FhP���L������E��������F)K���������������ci���%SS������������fL���������e���T���w���C�����?���������R��K$,������(.;���&������hQ�����������.?������c?Lxh���^}G������we���������?���F������8���H���H���p���"e������&���h������������������Q$���$3���OP2������%���%������������_+^���4\M���f`���8���_������z���)���O���������O���j���\,K���{������&a������C�����������������0������H�����k���4���c���-���0���x���'���*I0l���J��������y��������B�����i���������k������K��ULB&���o���z���������X������L������������c���)���]]j���+Y������e���������.I���l������H(���
'Y���������=l���Q���������V53������+���Y���$��������1��k������F}8P���:������p�����@���!������������#���y���������q���_h���ISQM������������@������s���������>������%C���������c���)-���������,���:=4ti�����af���z���MK������������������_Uda������6���������������������!
���W��������t���B���������������������n
66������������z���_���*i���:$TL������iUEr���M������IYL�����������������a������������u���������D������q������Y���(8������B������������������	������-��������W���\������G���H���,���Z���Nk���,������*I���a#{7>�����������������:He���8,-,���mC��� ���9���3pB������p���������v���a������<[ 3D���A(+���y������[���3�������������������%+���<y'���peT������xr��������t������#;v������?��M���Wa���.������"���������������r��������
[���������9���i��������������k>���!����������Ng���;������y���������Q3`>���~�������������q������������C������dv���G&s���p������������R�����������>(���������������C������4���������4���S���'���c6��������e[I������ �����������N���������hd�������������������������������M|��$K���Ll���r���������i>���������B������J������T9������������LE���������F���g������&l���[W���ul��������������V���`C������faf��������������� W+������2���h%���6~+���u���Ld���2���k���CF������.���r���]���ERVV���r������(G���>���Hkd\���"������	9������&���h���prv���.������Y ���4������C2���u���>���1���f3,]���9���a.i@������&���
4���������,PnZ���e���Qz������������+%���pj/f���������wC���������n������������R���3���S���������������'���\��J���P,=o/���(}���Z������8Tv������n���p���:r���{���W������X��������B���N8l{���w8o���a%y������"������Y���>���EH ���������b������Q���Z���%W|���X,V���{G���t-\A=?J���]I���\EH_���3p-���v������1"���������������������'�����������7������������v���v��{q�����������8���������<�������������zr��������� J���;i���Bb,������(���0f�����-���"(F���i���q&���?b������4���U`��J>?i���Q������i������
���!���J������G���N���*�����3�����#~��R�����,������������8#Xz�����;i���,�����>dr���LKJE;
���|���<���{���������{������e`���[������N���M	���W���������fI`{3d\���	������h���4���������������������3��\������o]j���!���u���������[!4���������T���[������C���������P�������CXI8���������������hu������������������D���3������!������4������i���������-I{���	���$���]6������b���M���eU������
y���4���t���ByA*���������|!Q���nd���������������A���6���#Q���<���1x1���������;K8?������Kq23W���z���������v������O������������������fif���7"aw���2jr���]���������k������2������3������������PK������L���
���PK������HKandroid/support/v7/widget/ActionMenuPresenter$ActionMenuPopupCallback.class���TKo���@������	ubjZ 
���B���<H������H ���%T)E������������qV��������	������+H@������Q���Y������
��������������k���}������������4,���b������������4���pYCWT\UQaX
^������d0;���3���\10���p<v������������4���b���������������N������q���;���n���pDp���a������[���1���������3,w�����������>������Z���!YV:���m
{���'������������96w���������p�����W���������p���=���|������������d7*���������������$���14*���#h;��9>���������4���
���c���GA������������3������N��������������+������ri1������������z6$d������xm������&���
���ud���������u
h���h���X���)������������*6���.������>5G���>�����Q���������C-���;���W���������4	��������4���(���ms���/���jR���Vg.��� p���n��q2���������f���S������������dq������ ������r���������1��=FR
���l9"���������)���k������(����������� G������ ������$���R&���2V$���l��a���v������P{������_a������G{���4{������p}������������O���������������!���)������;t���������������`������V���y���TR:K������HZ��(���������N���^B���������`���%O;���~
���t������L(?PK���%m;PK������HSandroid/support/v7/widget/ListPopupWindow$ForwardingListener$TriggerLongPress.class���T���n���@=���<������nB)������H������`AU	UB
���*UXO���*���������������[H���"|������������Z**,������������s��������������x���������
������I���Tq���A7m����������P��������������������������I���������H���x ���L(������������������������H���\E:���Q������I������������q0���Q,���������������I>y-U���L���?���P���M���d���������Ug���P���N"������:���J�����������>���1E������$������!���������E���lfehh���B���i���Rhw���V���������4fI���d���3������f���Zp���9���������r���w=#������������28������\���bG����������������������e������������5�����V^������-���M���R���������8������0������=
������J������������3l.R������;�����xR���^�����w������������*}6X���a���Go������,������������=$���"��������������c�����g���A��� Q������sd��������&���`������X/���6g5������O(���������\������������7������	%,���R������2K���������=���{������������cm���U\�����Wg���kX"���A���u��S6���:���������������PK������p������PK������H@android/support/v7/widget/AppCompatSpinner$DropdownPopup$2.class���SmOA~���+=z^���A�����\y������������/1)B������o��
],���������k������������&������������q������(j������Kvnfv���yfwf���~���������
���3���������f2���q���"1������M-
Z���21g���C:��������db���!���8R���������������
���!������<DTi���81������*���HI�����a���������m������m���������}���u���d7���:���pj���x6e �����������������R�����������������QMD{������ ���pUy���������#������3��������������i���T������
���5T���7���������j&FQW������M������z������]>kW5#O<���������w���8������$���*������������H�����q���6.a���FNk���pm������dcY���+Z���"O-������9������6xp���n�����������������z���������������������"j���������cWe���g������5���{���VI���������}6���e������t������dq���q\X+S������LZ������[���(���b0}��&j�����f"**������'/�������������������z�����W���z������b,�����Bo������Vy���������J������X������0���������wbFH���)���$.���nk���pFq���]\���x!���h������8���@������	Ro���������G������C���TK������	L���`t������O���4������&���Y���s(�����.���5Z)���Md)s���S���$���:>���1��0H���G������p���Y(���Ig���PK5L#V���PK������HJandroid/support/v7/widget/ActionMenuView$ActionMenuPresenterCallback.class���T���n���@=k���vn���������r������������S���C������������(RQ$������8���������YG������|/<���J<���|b��(R���������������93{������������_������F���w���T
X���=,T-���f���ND���&������ve/D��������0cg������9���>������]/���|���e������d���PO������S���������������Z������h=�����������J]���q���>E�����������7��
�����������u���#.c���\���������{������)���������(���?wC������������������l���A������9C#���#���q������������{<���9Jo:Hq������f���H������"���n���Um!������a1���C.������l��ik���������1��������cl���������X������T���������y��������� 	=���/������W~Mh���#������<
%X���)k���B���a���L��������������}���{���������O������T���Wnf������������W���|���y!������h���������/������M���rYIH?���R������E������������^�����������?���������D+���������"���%e���.B���K���X���0<���GW������@+������'@e]������aW���p���&d���hW���h������3l��mu|:e���p]������AW���1�����������i�����������2~��������I�����E���J������)���������������$���},Qd���v���s���YC���������PK}������1pPK������H,android/support/v7/widget/SearchView$6.class���S]o���0=^������
a���:�������� ���6���t������}X���w'���O������������	������?������������:
@���������������������������������������&<\	���������.������>���}���d���W��������������������h������v<iS��������T���CQ�����������H1}D������R������	���������|��������������`XN���o���oSa���<-	i':������������3���s���������RJ���n��������wc���O6������zY���	������Cm���	������d���t���,���q���	'������Jm������U���s���B������j���M���A@������C���	���%W��������������1������'��������������Za&���D���������'���V���������������������h;���y���������	���[���'q*������F������T=UY������3n���@���2am������C������_�����[���'���������Z���\���z���5z������=���;$���������������������O���9!��������~���������.&���V�����������������>���������������
���3~������������������������F
���3/b���V������������hQ���&�����������6���������PK���s���������5PK������HHandroid/support/v7/widget/SearchView$AutoCompleteTextViewReflector.class���V[S���F���T%\������Hmm���0M���&qb.���	Rh���������
Fbd2}L'���������3������f:���>���������������,0���������g���G���s���w���s�����������?���FVA���c������������ZA���k��
���1���1Y���.���>U���P
���1#-��G���������A3O������S���������������S���x^!���Z<���H34f���I���������(��S9���������������k}W������������9"������������
7gg���
{"���
���G������
EG$�����Y07����������������v���MX;E������e���%m������L���t���3"���%������������!�����i������������!���@C���6������������������������9���������5Qt���){{'/\���������)���R%��������&,K8Sy���Pd>��������c������P�����W��������������p���������#'���{?	J���_I���������5������xd���������
���H�����<'������KO}r������1D/���*���������Q������*���\������Q5S���a���������������Y������7���?m���&$h���������f���������9p��������I���`	%mC<4%������rn������S�����=H���������������5\���"���������@'�����e���`���m������t�������1��k�����.i������b/U|#B���d���D���kmGvAK���B1���!���]���K��2������������4Z*������-���������������+���r���Pa ���A������������������PO�����������������r`������8���i���1������������������~���nh���/���������p'C���
F���������/{L���v^������WfHu&6C
���>B<���\A
��������v���-���9���L�����������g������9������E1������;���H&���0���KE�����/������S���CK�����E������"}���s���N?���+���BN4=U���Q���d��aOV��N
nl���4���������_���b������h~G������P���U���������#������t5���:���t���)���gA��~������>���������JWOX���6���U���������`#Jv���d���xd���O	���f���D������$���������\���[���#@~������7"�������������lG������������wb������p���_���_���0���xR������<���5~���<������������r
������ ~���C���%<���
Be@"$������%������8br���'Z^���%+���t`���TG8D+@���M������MR���S������pm���2������'CN-jA������A���l���
������P���h���w������G<6���^S���|6���i���A���-shr������������J)���r������c���>���������(������e���0���������U���8���,������CtH���O�����������������Oc���D������<O��!������L!�����������������������}L�����!������������D���'������
���������������������������C������������u}D+M ���H�����������\���&���#j���>G���������3������n���eD������^���K9vL/������p��#���w������0Ls8"J���1R���x'r������T��)�����PK~k+������	PK������H^android/support/v7/widget/AppCompatCompoundButtonHelper$DirectSetButtonDrawableInterface.class������1KA���������x������D���q���V��������������sw������K���������?���%���i,���������������������������_^\`/��� ���.��� H���nc���f���y��F'������l���������V���g���T���A������������.������	�����������i��������������g��S������U|#������������6���u���������V#������u%Q������p<���������q���xf������G.��������������������C���@������T��Rw���e���F���������B���P���������~���z���������E���Err���d���PK������������������PK������H6android/support/v7/widget/ToolbarWidgetWrapper$1.class���U[S���@���������
-���~Q���K���^���pQA���V���bg@x��;IM������_���g8#���0������>��������������������ds������=��������������?>���b
���1���n!A
`@������(������t������a������Sq[������u;���������������`������9���1sz���������;������������������)v���a���i���3{���D���|���!���m���������0������I������fnCx���������XY��������������y���J���)���6������c���Z������+���������M��������p���y���"Kk���1���������]S���cPe���������m���,^(��������!���c���,������f���r�����B���O���������N���chX���=������j���%������b��J���I���C[������i���3���a9����������SqOC;���khE������(x������������0���*jx������������DIihF���������������������U���ix������q������bh������u���������bvK������y������������],'4c<A���C���=f���
���!~���������\O������q)19F���a������0������������������xGv���""BZ��=������c���U���h{zer������yDr���;���������6������$^���m���<;6M���i���G9*I�����E��������������������j���9g7���;���������I���s������u=���B������R���5K��:9y.���������i������u������cEN
���\���������H������	���yt���������fy������������mG���v������������oI&���{`���}���P���������>"��������������Uuu{������\���1���P���C\"I������
]������Wp���c���?C������/G���|GoY������������M������?AS���*!������������b���}���������t���CU`������K;���[���{���>n���o"J��� ������������M���e���i@���i���]L������������Jc&���PK������q���PK������H;android/support/v7/widget/ScrollingTabContainerView$1.class���S[oA�����������J���j���-�����������/���&D���D>���
���,3������@������`���?���e<������}�������������������u~�����������������������������r(���������r������m#m���b��P���P���Pg���2���AY���^W������k-.���P	�����������CFET���c8���{���������T������I���=���������n������ r������%5������)���K���7���������������N���!u���<���!���"���w���Q������f@���bK���y������0�����2U0������iJB>	x���di,���Sy������J���cI���b������������������"D���d�����8���������������������_������S>���T���+���TDo}=T���������v���:XA��������
(Y���s������'M������S:x���Mf���
&���p9p������N������������]���>���������7���`	|j4���b�����QtF���4M���V/M������"���������Y��������eI���$<=dX���FJ������<LG1���+������j���(k2������.'~D���n���S���=G���P0}���SS������$���/`���N���$��� =I<_���M���������)���oH~�����f`���'���u���#���5��Y���[(-`1���������W$fHc3������Z���K��1m$g���������������^���("EpJ,���-f������rq������s���E������m���6EL���N|ww������������������A���)���F������PKPSi,PK������H1android/support/v7/widget/ListPopupWindow$3.class���TmO���P~���VV6���;N ���S���x���xW@�����������!LL������f\m���v[���5&���������~���?���xnLP���i���������{���y��������������������&���FF#!���0���D1���b\�����)���������/���x���ahM7
���F���-�����x������L���"������Rk���������,���d���
��*sd6/L���-0������a������aP���-���3������	���o���s���������sE�����Yy���������;B������JE���c������1M���,u���������>l|���7[f������Y^���y������5���U���%C���=������^���;���+���*���2���������Fj{�����D���C������/y���a���r���erm������������{EJN���G������Y���F���r���',������e���bf���������i~g������������
������������l���zz������nW-���YQ0u������<sU:���������m������
������lj������8���j���ox���P$k������<.$���������=������:5���33_���T������u������[������GcVC#���"������0���'���������:������ZCB���������YHm���(6���c������o������R���S���S���.��������NcH\��������+������q���!8���������o���g=���������N��� uM���������SN���������������u������l/������������4���C���4D���Hkm������A���5HO7���x"i���I���������������������h������������������f���5)���]���!G[:���������������*}{�����������v������l���;���
������P�����t������.���D���6������hVv�����BLy���C,`3���������.������aLJ�����z���������	������������`z���O���*���{FS��� ���.���!������t���T������������������X������S������������l���'���gX���C
���UQN������������/%1������;������������������\Q�����4������������P���'PKW������������PK������H2android/support/v7/widget/AbsActionBarView$1.class���R]KA=c�����������T���������?���S���Z,���P)XiA���I������������4��������������w	j���@)������l}i�����3������{������������������
������<8x���c���>���������.^2<���z2���n2l4������������q������������6Y8������2���,������Q&���������M[������;�����Jf���������8������mgO��a���)������������s���;	!3M��������������X���`������f/���i*i���Q���������$���L��������������s���O��������
o������'���U������T���������z:v���*���2f������
���Yo���tw���(a([���0���vND���Q�����\���������������������a�������������������0���=<*���Z���=���n���������ph���������e���
������|B���������������������������?0qZ���d)������/<"���������x���L3���1l���j��������J_o	���������7���������������������0WDV0O���C#������"���������wPKD��������PK������HRandroid/support/v7/widget/ActionBarOverlayLayout$ActionBarVisibilityCallback.class���PMK���@�����������j���@���������=x������B������C���������I2���[���;aw�����������������������H���^������>���=�����������O������Ug!\���e���*u��������2���J���2���������Q.������=Lt���7C6Ii-���jv.s���aoHc���(f���H���������Kt���������1o���p���z+&���a������������6.
/���^���������R���������A������^���L���d���c,y���������.���Q���e���UQ���q������9������|F.���o���������wvG���R������w������S���#���������
������j�����"R�����I���������	x������8������_�����
���
��� ���1������14klm������������]���8������>������A���PK������ ���#���PK������HHandroid/support/v7/widget/ActivityChooserModel$ActivityResolveInfo.class���T���SU���nn���n���B-������-Q������,������������������Z%������Z���M���$���������t������������U���������t���������8���9���������8���������B$������������������{�����������s������������������sx;	���F��� ������������b/���Ea[������,!������/���5'���z/#/���	7B��� ���+2n���5"���[^������C������5-c[�����C���������������+������e:���������������AD������oG��5���������h���������������,������������f�����l'���}5������W���������Z*;���������\���������f���X���@������;���������I���������:������B���������n������%���^SKY���VY5���U[{������BN=J������]%o���������l�����FA�����<���������5���Y������x���
������k���%���������m5e���f5u���������������t���
���J[���������!`95���f(:j������������������`������zC������5Rr���������>������ +���������Rv������c���f������t,���E���c%rR������;���������t\���cTS���`Q��������������PfoH���e���*���/���2���T���h���������E������utF���W���Wp���
FqV������%������u�����:C���b=������4���o*������������5���������|sT���t���3������tS.J]uj������^���je������B���[���.������U���Mv���p���>Tr������i��������a���>���)���5+o:�����������r���be���������������5R���gNV/��� ������������
���t������{[���������������EP���
q���G������x���������#`8���!������Gg���7���HD������������r������=A������Q,N$���%������KL=������L>D���=(���|A^��� ������	������!������������_"������ ������3���ew���G&?���������������
���������t���<0���������w���K���������w������!���wm���%������Fl������BZ������:���������������������+���}���#���
���;������-������������a������	���!f���G������?v���D;9������]"���������hSd���a���������������0CN���\���t���Du"������\������O���*���O���+���@~&&���C������������yyc���Br8���F���������B������6:���AZ"���!���~������HCdv���m������~������8������2���a���9������>������/p���������+������1Oe���Y"���W<^s������`B���B���K������u���A������������w���yL������������=���������PK������e���PK������H6android/support/v7/widget/FitWindowsLinearLayout.class���SKo���@���6/���4���)i���@
y4q������*���H������$������������l������]H������^7���?qAUp�����������u���)������TY�����~������������_������+��������������dpW���E%e���t���!}%���Xg��������������yD������K���t�����g������:����������������������������������������������)���p��������P���D���[Ryn���/L������bH=������T���������������:���VV]���������V��������������0�����x���������{������]���,6\���w[��Z������	u ���������b���!���������Gn���������a���2,Md��9���������(��*������v���DS+Ir������������8���_���i3���+������4������������������@������������{��� m���z.l*������P:D���������	A���������������=�����i������g���������������GQ{���y�����������E���,������e���������g���-e:9���������������������kt������S���iMo���&=l46���c���3������$S���h���'m������1���S������1���G���bX���5ZW���$���E���������p������P���L6b������.������F������~������8X���������`�����������i���*���(������B���4��������������bi���e*���^���������������,B���;rz���|A"]���������!���lH���J���j���o���������%0q���Ja���!}���-������V������6���!?���������������T���PK���_HuPK������H+android/support/v7/widget/PopupMenu$1.class���TmO���P~���V��T@TT���d/������������h2���������������z�����M���1���������~���/���h���h���������G���-c6���6���������<������������������?���@9��40������JL)���5������5���:
������.������C���b������/���cM��~h������p���yh=���^���[���n���L���������=���r>���G���+x�����(�����t8���@E������Isg������������V���4CY���U���j���Vj*J0������]������+
;8i��������]���������(��������V���������o��#������������C���0$���]6���y��&���������a._���K�����������0cC6���_*������N������/���]�����������5d@g������.3&fa���������0��������nR���I��������[&.`������:J�����&���,���jO-������q<������������������\������{���������������n���f���~H���;R���N���������`T���������IC���e+���$mtG;"������1���Z���4���4������q���&G���������R���������7���(������������3b���D���]�����������L���OH������
������������FoL���Y���iu	$������8������8���
�����M������d���@���k���%���r���0������b���tY�����J���U���������=$���*#rC�����������}`���N���������H���.���wD���	S������M������&���S$���qj���O���������x������ ���$.F���K���E5���+������Yt���?i���Q���2������m��2PK������D`nPK������H5android/support/v7/widget/ActionMenuPresenter$1.class���������j���@���������������4`���=z���j������"
D���O���&C���!�����������[>���%n������������������`���.������3���O���)���!���������+ymZ&���������X��t{��%������h���I&+)[������[������J���FPZ*gM���|w<Z������K���������������f���F����������'���_���Zj���;4\������)m1���������g���c'x���9���������������PK������PK������H+android/support/v7/widget/DialogTitle.class���U][G~'���dCX���@)���������!|���J���A4m���(Ii+���t��d���������F���?���������7������z������������ET������&���@������i.��9s���=g���s������������4^&q���������QbV������$.���~0��������~��������w���!rQ�����b)���G���+i���������\���(���������/��������"���\���������������J���t���@���A6���������`���uP������������'wj���(���`���0��������`���.J[���������v���W���;Yz��������M���I���o������*}������-T������d_���f_��������K���[���nY������g������Fg������������������-���Q/J������%���������f����������������������;{Ep��������c���BH���������������	?[>pE%���y���������L(������������nv	�����/������S������������Xn���=���WPm)������d���Xr���������-~���������?��������������L���J7Z���nX������5������QdH���������g���e���
������V������������7���B��������a���&F
���`������X�����������a������������������i���|������������A�����A ;���`LT���0������*���������������#������a���������)���k���K�����������������������r�����;���3Cy}(E4=F������C������������������TP{������2?S������I���������l~�����IB���������`['���L���dH������w]������sy��������vo���^G���nl[xy���������
}A��s]���=n���t���*���q{"2C������pi������TiM���������L���V������������������������d���������?LE���(Z���{���������c������}a5������������[���d]V������0L���z*���f[+���NF���sy������f'���O���2���5Z������+���`���������G$������������@���(H���4������1C������p���P���v���B������)R4���p������@���(���:E8D���d���4���7���Z���V���@������h���.���^��g���=���:���&C�����W5���D�����7������C���N���Y538t-SGlu���OlM���������R������O���4���R���>K������ �����������X���do������k���v���q���A| ������t���3���������_�����������_���8���������@e
���}������w(���it���.���q������8C������R~s������}L������4���D���}kt���L������X���S���������WnP���K������-���&���5���NS!t������������/E>���T���-6���'���	���"������sbn�����������"���(XB���'�����������������x�����!��������K�����r���[xPK������1,PK������HCandroid/support/v7/widget/ContentFrameLayout$OnAttachListener.class���������jAE������f������hH!���	���SX���J!�� X���w:��������������Y������Q���YI���U^������{������s���}������%A������������7zN^{������5��������\���o������9���M3���2���-(W%1fF{���>������HKq5������Y$���1|
-���Q���������t2������������(���#��g������_���R���`���exmJ�����������9r!Qw���R���_mTx������Jc������iE���oD@���S����������90C������ ������_PK@������S���HPK������H)android/support/v7/widget/ViewUtils.class���VmSW~.	���&.���K}���J#���PRE���
PSX���PD������f!+���.���������������~���������������u:c?���CS������s72$������������{���������������{6���������������4���(���q|������>DF���dS���Vp[������*f������b6���;������������*|G#������]9,*������������R������
���T���)0���mN������`Y 2;rS���5���H������S������������g9+���������������������v���������G�����B`��������?0������-'������I3��9������
/������l���F���*������[�����X���5��������������9��������s���������dz���������mJ(���������s���g���uY
���/p*���;9��r)������������zAj���?U���r+f���������������������}��������3���������������������������
������]w���U.���jl3���l������������z������]["���IS������������v`S}2������J���F���uB.���X^2j���&0V��j���������������fH���^j��������*���l���������:!yH;���������C{xh���U���|�����&plM_5���CO���M������.���������%���������rE���@5���fF���T�����������������A,���`V���������J������
������m���+���=b���������)Xa������������Y��������a������/���u������d��6mWM���t������'���5Xx���!���������;���M/="8:��
V[
���b���>������n������%7HXi���L���Q
���48p|���!���y
l���y������0j������������������k
������[������������������������e��(���&������������&������i�����������w=���#I���Uq��������������@KU���������k���������������X������v���{d`'f���������f���������X���U.���������]T��������������,���������(k���)6���������W���������%9���X������V���������|B*���y���`������������U3�����������������r������������S���������;97>���MOO	(�����v���YvN%;6��� =5������I&B5���T���x���$���
���������v������L�����E������������
[;���H���4������Uj��������������y/nd���Zr���4l���_���-�����y���q~����������������������p��� .�����������s������g������������7���������������H*/���4G���d���3Hr��������������������{M��Q���J���9���������D*���\��������������|.���X���
���|���(������O���s������������������������n���������1������t��������������e/?������ ���
���?q���cw���D"=�����������&������q���UiU��Fl���%���5���|5���������S���'(Oq'C.'I������E7���w������K���������������������������+a<2Tu���\���������K0���������d_!�������������������E��qM������M������	jOt���=������FK���Og������5���(���K���@���������,^��JD)���������>���[������5������8O���"u������}V������,������C������2O.������q�����#'&f���Y������������S�����	���|\���423D)J���!�����w������ot*���W��������r���P0���?������1z������]���?������?,ij}������m8���z���	m\���������S*���M���������S������ y{m���������l���,���*3���R���kPR������,������k������2���~���bL[������_���������_E������:���L�����No������������������C���?PK�����������rPK������HTandroid/support/v7/widget/ListPopupWindow$ForwardingListener$DisallowIntercept.class���T���NA���f{Y���]���������j/�����"BHHB���@#���m���IRg���^Z_���DE��������� &���;���,I,&6�����s��������~;_~~���`���
���"���30��������c���.���iP���Q���qO���C���?^���������b������:n���v���B���������������.������'������n�����=���������-������#������t:������[���5���'���-���[*������t������s!���N/������A7�����������pP���c���������������cU!���~���������#������&O������4������������
eG��������a|Gxv���������������������������������z������!��17���$������d���v������:���������t���Y���$j��������2���k ������P{]V�����4P.���q���4���P�����#b������������&��1a`Ti3&*������c������*���xhb
���������������2��������e���:������������������g���������:���6���������P`c���0���������������[/������������?���������9R���X���8������$/��� ������_���]���*�����������#'h���<���A�����������?��z���F������)���LF����4E����J���F���Q,������V<C���
Y���$���������WL���n*���&1���Mc&B8���&���o���}@���=���R���#���.���F���,��N|G6���#������:O��� ���������,���QP{���"������������V������3������[[8������p���v������P���A������������a���"������9G���i,�����<������t3f���PK���Y������_���PK������H)android/support/v7/widget/Toolbar$3.class���R]o���0=w��5���:c���AY;J�����x!���	���������������������y���J������w!���!���������G!�����=i�����������s���������������_���k ���������������&vB������M������cUt���������d���UYR��������]2{���������l"]rd������������?WF������������������������f���pu���������P~������H���53������M������\���sE^���������12hQ���������������:,0���f���U���������y���p������i2���e������f���������������G[���|������������J������D���7�����������L���Kwl���{1:������������������>���|���Jh���������f������Od���B���'������Tu���U���$_Yb������V$lIS������X�����������K������������������VZ���^���N���3���/������]���U~���:���������������������@������%FO������������������+_���>1��������8������������`������[��2���������gX���}G���,>���|������0��������\���U9<���������]c������������-������m4��������������������z���/PKwZ_���&PK������H/android/support/v7/widget/ListPopupWindow.class���|	|T���������9���������73y���B��� [Ha
���H���@6IX���Z���$CIf��	���Z���������Z\[���
R���K���
VDP���j-Zkm���������]���Z���.������/*���s��7���������������������{��������s���=��������;������'���>3���67������������[\���������;n|���������s������������{\��������������7p���������N���������pqB���=������i������������#���<������'(0���4!5!<P,���
���&������������[������������i������{D������`���Lnf���W69<���������<Lf�����<i���G������nQ(FxD��������\���������hT4���������1���.���z���F1���������3���	\L������&���W���\Tp1������xD���������b1������������91���fr1������U\������������:���������������qs><b���X���H%���b��� ������9������%\,���Gk���k���X���4������V������*.���}52���&M4{���K������=���������-Z������Z������:.���s���������.���g���\������(.������g������������������������/��������;���Y���<���������������������.���������#.[������f���z<������p���k"���]"���������������������������s������������\L������M\���[E/7.������������}���
.������������<���G|���Wq���������Z���x���N������K|���j���%.���������������K\�������������������������������+\|���7{K���V.n#_���}���U������-v��������&���������������������;<���b���G���)������������.q������-������O���}������������o������������~���&���������������������=���������&r���C.|M���	���A���8������~���������`���7������vw������#Q_���F������T/������F"���B���j
���vl���D}���_($�����������������]���x��}����������������� ������NF���'aj���Qo���/���������qwVM8���	n���~���vM ���,������{�����@W���$@PZ���������h���E���m������no���������%&���y���K������H������������v���
���������%k7(���qDj��������������������u-���[���j��������p���0"���������O;\���t��������t6������[������4������b�����7Vi���������##���}���������m^7O[������wm���������z���������oG���������������������������V���C���������#D���,������������._���R���d���ct�����P���2���ye���2Gzy���0���������B���p���r��������	���K���
�����������C��z������;���[hq���`���	�����������ys���G���������Z_8������&������������;�����������!���������Zxb���5���<������������DfuUwo���������G���R%���������Ju������������������7!������������sx���uQ_O���������D������������AH���i{B������?������Q������������������������`������������s���9�����������������2���������8�����-�����������A���[A���6���>���������������������;"������a���vV���������������������H���;��������&������jM���!S���U���T#���e������Z _.`���r_g|���G���vcF�����O_&y���������cke������>���  ������=C-Z���Y`���5���R)���������������jc������ifC3���������s,�����%���=���cq������%������V���zV���z�����[+#���f���<������V_Oh5-B���}���������4s
���No7^������������4"ON~sSK]k]S������������M
��������4������������_R[��������6������j���n]���bcs������������V������S��nuu�����M������f���'Eu������kZ76�����h��������m\��tMK������zZ"w���hcmmMm
mcpoS���9���K������|���]H������4���a������A]���$���f��������������v_���������uN}���,���Zo������m���S���n������-?s���[���������������������k���7���������������l���Nd:������C+���a���������������;}���[���;���}<���p������I���J������Z������	zJ��� ���"������E:������a���N��nf������
 $r)������������������ck���7$���@������&������1M<������!���c��������������L���������f������d���������-���BVOv���P(���tR���|������������������z������������������_4������+��jd8MK���2���;������������3������37G������^&���������GVY]CF2	8���0!L,=���&y���&������%$������p���7@��������Ig��� ���#���c���L�����������/���B���E;�����Z2P������{������j��������`���a���6`���S���WB������"���C��������]���3h~0������������-���/'A���XJ���}���������B������������F��\j���9s$3������)���\M<N������7`F������H�������������������#@OwBc���������/3���������O`���������������Z���.Ug���������������nYC�����l���#���)���1���C���=���<������D"������Lo	���:���5���Fz h.���vPHy!������Gz���������yro5F3���=A
1���a�����&���C&��������>������f�����������6_"S���;���
z2������������7LZ������XY0���rh���������	���1���ON���M���.������X8������~4���������;���}���p���Xq���?���������0$[c0���������u�����d���|a���������X���0���d���[������������[���������P$)���������������"#r*Hl���>G���:��������������jZ���au���VQ���yJ���e���������3-��������P���p���V���v������`4u���@#�����������S��������������II:z���u���N���������������������{���n��������ac=V'o���S���������i���P���6)���������i���IM<E3$ukH}������Ws���W���������#Qo���������w���7������!o���c���/�����������K������[���l������5���#���r"]������������/?`O���JM���m������k������������7.i&-���D���|������{I{b&���2��������
���N������H��������������������;������-m,o������������x{���d���Fw���Yv���������a9_`D���������8���h������d���!���]��������(q������
���������vv���������iOp���~���,	F���������_G0,���o���������OI���k���$M4k���rM|���������G������t������dKj���f���
���q���C)���������49J8������;8���������hw*9������&���&���.���������;	���m������N���s���oG���/W5u*���������,"���Igkw���#v��i��������������u���������wT���������������������zk������x������������������5������mdzc���1���BG���0���q���������C$��`/���������FF=x���)���B�����������n��������������������gtq������q,N���b*���������7���s������������������[>���������������!���������������-&���EX���?������������������������������CG���������w:f`&P�����0_���?���_��:���~���xN������Y���&~�����������t���������.~oPN���������������t������^���������'���<���+x)E@���)���������R������M$_���p���.~&~������Wu���������&~������L���������_������������7:���
�����������Iw���:���o������������o������t���:8������8������ktl j���	���������	�����[u\������������x���$���������^������������b������b@EG5o������:^���J���8������e���Y���������?������������8!���[q���&������1(���������<_���������������y������o���wt|���������������������?t������G�����������(?O���x/������������_:^���������������������������G]���������������������|���������������O���������������R���TE������������Mq���[�����������u��������������������&���%������������M���y*��]���d���������]���bb���=������J6���������"W�����|e������(���u������g������������g.���i������J���YM������SF"������������c(��Q���cXWFc���Y���0C���(������J���2���������i���6������te.B(=��� ���������+���R*���By���6h}
&��������pT���q��������6o��������������������MM������LR��(��
e������������~E�����������2������2C������+������*]��������C*������������\Re������b+���k���]Y���,����R������K������:������H���Cr���)5���R���,���R���
������6���	�����������������@0ZB	~w	'���C�����I%������D���T�����d���������{���������T*u������������[E���E|6���]d@���z\������%i)���P���������������0%�����������`��������P
���DH%������z���)Y*![���M���_SF���:���������8.3N���|�����F���IW���������F���7GX������fZ������G���=W������C,���z{���<#�����t������a��������������������:�������������������L���������������������������N/���p��_"T�����FB���1(���������	7���������(������ ���S���DMiAk#Uo(���!c���������������^5���������������6���3���?���������,B���i���������Tt���>I������������������y���nG�����������S������]t'|���������|���sV,7���i���LdP���0���������������������8���)������&mx���9ccg���rbF���������`���������������F������f��}
������k]-���������������;���	9������2+���-���)�����B[(>-���q���/������^#'N���v��N	���0q���hgV���a���l���b
���%b���#���Jk���[���p���������|������/������������,���
���}]|`���C~���2>���)���Y���
Rb������sLGo������8���������.4F��s������Q���-S���}���Y���a���A���{`Z���������Y���������[3mlT���W%���������5^������>�����������7���)��������������:k������'���	6S������l������������^���f������\{B���a������X�������?Q���7��o^Ja���.ERrx������p���l^4�����XW���������D���rg������������������za���a���MiE���`e���:nm���������F:�������U���[
���tK���������sA������-�����������������N���)������}������"���)2L���2������5_������W���������V���������Y���������b(�����������c������N���������������������������6������|������^l���`������������$���j���-������T��������#VtX���n��������6������6+���Sg<Q������������79%���6[���������Pm>dH[���y���I������w������~|R���2���������9=������������aRViC*J���������t y���E^l���	������T������������������Ro������'���uV���i)^4��������M(N���;������i��
K��� ������2�����3i
������%������������r������y���o/B���y���s������^f���@������h���:���yv���3���������Ku���98������=��������?������4���������g���G���|VS������A���+������������}e��������>���%���������PU���K���������������
���������������A���������V��������h���������Z���ek���������D;���l���F������D���i���HG������o������O���������������B�����������<���%QP��xmO�����e	u{wR&&������?������%y7`^��������0���F>��������Z���&'������6KcL���'������]���u������
��������"1r���:���i3���
���r6!���������~���J[���������������Ow������������m,������;&���M���1���Z���������o������������6���������������m�����+���������m������������L���������������6jz������������N���������-������$$������IH��������mMY���������������IH���N������6t���q������1���2������_�����gl��������������Z������Q���ux���j���<|%%������'Y���7������������WY���o������xW���������\��������a������4������������}Z������������������d
������!������������������l���������������	���2~���������O���T�����������Y{0M���:������:3%\f���v������v������z���A_���S]������������;j������8������E	������.Nh���������������%I������$�����%���|���I���x���Y*���"������!p���Cn������������������<N������a$������$������Y`I
%���r_=���S|������^!|?������J���!���������'4c���bb^���
���&��������������.xC".3-���n������D���_������E.1���XN`��]v\eY���������b\z�����������!���L���������t.2���r2���!���?�����AN[������~�����������~F���������������!E���0������mG`T?���.+���j���i+���s���������~@��������|u������u���:���e&���C���lL2ee���������������U������������1���fr������L���������BQIu���L���i���a���\gY������(���������DE21ET���C������$������ ���@l���������C���; ���i���YX������*��������y5������d����������������������Agn?������Ct�����)z������������t���^���������������-D)������-A���m	���mKPo���������i���������
p:��� }x���4e&���'V���x���)Z�����l
���hx.������s���y������|S���������4F���J������,������������Hf�����}P@���s������T���b���G���\,���9���@z������;���z���z���������*���yqf���=������i(@F���i('���0���`6������j��dZ��� ���h���Z���h���d���Pn���	jAn~6������"s	���g8���H���������N������K���������:q���4�����������U���m������������*'w���d���F7L4���K�����������$$���	���������V4���e������H������8?������������������q.���!j~2Q5���D��������������d���4�������3	Yi���+=���g���������V���������m7������������.���M5X"���6	q���L^���LK/���p[-�����������z���%������&-.F7��������"������EN3���7���/t8'������%�����)��������������������������TL������F[Z���X���b
Y���%������|������������`���Z������u)9���4����������������nK������dN���o������
x������������&������a[������/���Sm���F���9O������g���n���F6������������]<cK���&{���U���L��h��)���m������3	a���[������������L������`t^!������3�����	������FG���U������nB���a���������$1���I,���5�����Nt���������}���i���i��������������������6���{'��}&��������$���=[t������I&���c���s2![LB������[������g������������8���������������X������c�����a���Q������T���������G���Og���.���#G��� ������������������
���EL���	������������&!.�����R���n���d
������D[���-������I���������������g���;���Ub$8Dq
VLV���q���%���D������R���
������.�����a^������k&���W���R���%/a���kU2���E���kq
\���(���a\���-#s9������������������~������>���(���n`�����1Mq���������O������+���-VA���h���������D������%���������Z���wHk���a��������!z���E���N������%x���I���<N���N'���#���i���������%oo)������%H���������"5���������A]O���^V��=���,`m���?iGe���H���������^���(������/���G1=5���>���K���i������������������������,d5$���f���G���>PE���J���������&������p������>���������������T���Bg���������������J���'�����J5���d������1}7h���1s���!������|������,���c`���$������rp���q���>x������������zjb���M���y[���z.��������0���Z������������p���M���������qa������2������dh������;wC���)������1������w������I����v���7���0Zl������������"���%������b���������bhQX/z������
Bb\*.���������������p���������->���/������5���q-���/v���G���:q��������'n���Bq���_��������������X%������|���k����� ������������^������p������o������m���������~��� ���	a8������C&L���=|V���A������������/���	�����g|������~s���A���1���������������w��������fP���*���o������������������\R���h8���Q��y������������0���$T ���~L(2S���������(���##������|wbu���������&������!=���������������S���/������z4������ 8G���������]���������vZ���x��������� `���-������C���������i7M���8������K���G���8e���/���B���CR�����2������#t������4qr���c0\<c���	i���e���������kR���������d���v���N���)������/RLN;���_K������0���6������xFs5��������]}���U���t5T���[������������D���!S���@f���GP$^$���j������"���c���������&������ux}���b������X"���1we������^������������)��������bnr���W�����&������>3���������������������ZL��� gl���r.ZWAn<[������������������wE������8������!���>������A������71���b������Q'���L|S���'	���n���������if������Su3/���8D���������W���������Z"���lr-�����/������	������#������)���~LqP������������L��������������������!���L���&���������5�����Jb���X���&������J���-ko������/3OM���)���^������������w��D���	������Av��������_3q6|5���7$UE���W������RxE$���`���������������|*WVL.*T������������G ������@������Rr���x��	������L$^������(e���S���`���Rs���)���4
��� ���R������f���'H������|}��������-������7���*���������������;�����������)���\���PJ���
���=������e���UEb���������;fVs���u���1��������|IYB���������������c�����017���������50ky���������������p7���fHSV'���������;���������a%������������3���������������������������&3P������i������������}���h>+���F)���������������2m������x������K���O������-a���TZ\T���������x���)���=���):
���������R���c���q\.���KUL��������������*W���eU���B���q���)t>���E���������5���������}������l���������������}���q9������}��������
�����S������Ka\q������������w���1EYy{������8���}'���a���q���L������*���IZE���������ve���������������
sw���������u^���_���c���<������������
���Y���������������`S���-	H#������p�����-������.���^p:���������I���J������5tj������	���u0[���(7C���������Un�������������]������a������P������C��������r<������
O���S���������5��� �������������w������8\y������������T���>NQ������T���9���V��������O������7���P[`~���B$
&`1���+������!���������O��������}������������I���������o������B���O���~���r���jX*X���������������|������
]���5���c���G���&���������
���#���9p���������,�����c���O[@VV���)
"������FP���XG1G���?���[���YvScS������aTL>���������2X���������������D���B���-d+������"���u������L���T(���^o������3������5N���N�����+���yPF���#������bdb.Mf������^������A������*Z���n������aUW������p���\���P=���B���������`u/������������46_���?������I���������������������������B
x@���t���������a���������W���:���$LSN���������<���Z���LU���^u������	���Q5�����������/$���������<���$���E�����lh���������dI�����v���%���	,)���������V���#���N'���!���c���-3������������������������#p]���5T��x���{L&������������������q5���H���V���$Y}������������Xv���o������������~h���������&���a�����MF������8���������xnNxQ1?W���W������������f}���������VF���|��,������S���*���q���9X�����!������A_������#���{���������A���n?{��������o���u���+���4R���`���W���g���u������Q^������;
���4������`������������s������;�����]9w���=���o���5������}������������!���,��������4J������*������&;���u���&)b�����������������O���������N������_���<6q���������������z3������'���T���������������>'������������du2���U���\U���ULoRm���cF���j���������;���������������
k���y������`��������������~(9���#���df���e������#p������i������i���M���+���Y������������g���4^���_������s���.���Z���������e���w��������{�������A��Y������7���X<f���U _SD���sd'%d���]w���6���x��|������M���������!��B���n���
2��0B]������:8W]	5j=y���:��������6���Ej3���T7������h���]j��n���������-p������{���n8�����������������������������������6������������S/���������e������W`������E������~	������kq������g���������\���\�������������Q���
���W������������a�����������n����W���{���K���7���:������U��������������>���>|H���6���������S���~��������� ���������?���������<���>"2���cb������������>%���O���N���������R������������
���O}I���W.������I3������i��'������hXNi�����_���������)���.�����a?>������P���3f���p����������d������z���������`������^������/���
���	��������������p;������S���H99��R���:
���e���':������������������b���c|Wa���1���8���?���Q������a6>/���5B���N���S���(������Xd���������#u���>(11���'���^���4���-���������������D���7���#���\PD���S������6>���H��������SP���|������1���Gi2���?���������f��� ���������.'���A���������H������F���EK���9p���Vg���b<I���:r��������&L���U/Y9���
3:������������������U���"������&&���9�����������������b6���/[��7q/�����������0���J>G���r������������������(���l�����������Qx|���C������	#a4K������Z98������0R���
������)P���UB���6���J���K��������������������dy���I���s~S���]���n������UQ���������z���7���������C������q���I%S��������������#�����-m���b��������������*���4+
������������Iuq���Xb������"���g���d���\������������lm������V���sdTmQ\m>���������/Y������������E�����������_������ C��������ox������[���������d������&������o���Lg6���������������x������a���n2���o���5������39���'}:�����gIJ���=GH���V���������g1������ ^ ���������L-���'L���
���c���������p������������������jC���8���������hl
������@!������:���������������`l������B+*������������������%%���������^���?���:������-��������@'���������1������������Q������9T���L������_���������j������������9������W���~Mu��f���q���Y���2*D2l������F���N���������������T?,.B���������������:��������{���~W|O|
������������nR������V���(k���s���ne"t1������^P������������PK{^������)&���YPK������H4android/support/v7/widget/ActionBarContextView.class���[	|\U���?���ey������,M;m���$m������I��@SH������-���������Mhi������������k������l���L��� *;���(~*B���
(jU���tR���
���EDQ\7DQT���pd���������7k���!X~������n������s���=��������������7���*������uy���:���������y<_j������8������y/������)|������N������"m������bi������F���i���Km�����������2i.������n^������\)������y���4W{h���������,i������]R{�����������[������^j������������������M��Gj������w������u���������sy���������x�����������<���y���������������!���������s������2UA���b
�����GdR#���C���|���4vy8���a���#"uT���|/���"���s���C���<(|v{h9������:������<���������D������Iq������	������:_���<(���\_�����������������|������Wxh3_���������j������������]���_+��z���������������������������������R|R���O���\V2z���4?-���������������n���b������6���������f)nqc#���z���6> ��������f)���wz��� ���%�����y������������n7�����������g���sRi?/���/x������|������������X���������x@������R������������)������!)���K���e)���"���Wu~X���G������������D���xg��H���	��������������j���/��������������������������d�����/a������FI$������4]���5������p���������Ls:������������A30A���������%���i���������P4���������n$���Z��������������u3
L������;���hX���������f���������L25dH���X���~3������mEL��������n������N���5���&���U*2���s+m��������It���]Lc2���������������
������������C������������������RW������%-_jE������r���������������h$iF��������������\2g3Sig4]T���F������������x������O���T���
���C������qK���Ngir������2,������X4���l��8��������H������wVq6������f���Z
���aZ|ra3���I+��������E���
&���������G���=���n���yL������O������dW��������*���35���������^+���������3���������������2������������\���������X���`���^���$���+z0���k���?������:a&;m�����V���TV��D(p���2%���J���71eu�����������'���k:������(-:>���A���c\���l���?���iR�����;������?������[l���!sY������!�����z���������6���.gL\������C���E5���O���GvlG������������^������Sv<��������(������a���4[5aE0c4���J@l���`2������<���
(Zo]���b���
������!���������������?;5������3������Y������`lF���%:a���T������;v���B!���Z����������������E������S"���������������?������=���������>���M@1`���������?J���9g>Aa���i>���V6�������������������������`{.k���R���������b������u���x������_������d\���O���Jeb[���`r���'f������������k���$���V������[�����(���n���>lO0r������#���1+�����H������������
��e������`������=j={��p���
y}���=Y���<y"��������P��7���D���!i���7B$e���po+$������L���
������e	������,0IGW�����.���@���������c���cF������b���A���T������`���}������	��������������������>���] 
���e������[cW������N���jc���D������&������������H������������@cV������������V���6E������`���?wN���p
M��������������^���K������)���O���wWY���������c���V"l%������������x+���ol������������5Y���F���`���w������k���������F���:���q���h"9������������VzX������������ko4���������cj(���;���������]s���������iY'���������`p���������������p���/������!v�����Y������2$E��������������������B~���d
Nv]T������65���7:p���{z������������Z���Lm������e������9���������u���������������Ai<������~������������������4���{���������S������h�����������������;������������Kj?��������������,������������R&������_��C���������������
=g���t���l������������A������m���5������L������n4������R�����������G���4������������������?������4���/���W���������������3���B������L���p���4��t��������������������������������_1���U~������F������������������
���I���������f���tI���;���!g,���������-C#���D���J
���L+gjm6���������c������v���
��� 	LD8������������u������4}���IH^447���gh���kh���VQ\���a���*���j���Z���U���6H���@#G���k9������E���9������e���Vch���4��l������
���������������������{���������p���M+���4l���A]oh4������������&iu���V���5j���@������Hh_c������8���md:c������htdl���3���*-������������P�����h���q'2���c������Mk���W������M���b���e���������������ND���fh����������������iRL���b���3���^���,m������5������m���TkS���������1���9������2o���O���oh������_���Y���{!������k���lh������i��Hk3���������������nhK���j������-������3������
���L���_[ih������XE������j<�������������������������,������*N2������,������,)fs������s������i���;sd���#���%24������q���y��������#
3B][������9���c���������������M3������g��������������U���\���L������H���'������#������5���������������pq������%���VDI������������������]r���wr1���e��������[`?���9������O���������=���g7���p������X���Dk���oMO~������+3|r9������^������������Tb"h���P���BZ������eW��������������������U1���lL���p���[V���Y���������	C���������>)���2P������1���m���%���~	IW���������;l�����������a������I6���$[z������������������EBBn���7���"W?���~���������n������F���b{������\��U������������H���������I':���hR���s������lR���3
���������1���m�����9���������������W�����������X������u������T������������bTr���i���^<���vGR^-������SM}���������`{�����C���;������R������}b���csfd_1���H2���t���bHz���������������5*O���gt���r�������������$DQ������������#������ uCU������?���lj�����������+|[q���Mn���}�������o##=�����-������������Y���]���V")7]; _������4������K�����Y������_
���������sF������{���-���sJ���pr0_������*������X���������sx�����?0eR��������������u��������������f
]���+:������g���������@������s���pI������Q���������F*m@������d���a������Nx���Z������y���;���\����������3���������������p������wG���������
���l�����������������8�����������Pd1%������k><���"���������JF���.������"������������X9������yV���������[������^���{f+���]������Ny������vlr^h������]f������w"�������������������U���������~���V���e���WE���w���p���������ZY������ ��������������������KGIXh������P������������D���/'���K;���l-�����������l���+AiD���n9r���m������X4a������+��uq���`���������uF������Vu���36�����������a=������������:{G����������������� ������J(���,,D%T��������j$k������N���"i���	���������;F^���(������eMXe&q�����M9���������������c������h*]G'"���&���'���S���t=Z}7�����������������D7������-������V���M}���������{������������]���8���=������3���n���(?�����T���"������������������W?'?���������ETNmt���������4���<}���H��H���������0������a���M���`������GH������B~g������������F{f������������'���#���%������8������Ke������h;87Q������/k(9F�����������GHO���+EnU������������{��������������Q���F���Q���5Gh���W[���"_V���Y���h���x&���������B���4���VC��������������shm������j������be������=������������6���v���/���������"H������c������������J���D������C4���������p���������'E������������-"[������m���Z���<���!/m���-TG[���,�����������!E���[4���q������������r$"���7���A
������s������'������3���*���������������������������V���W;������t������������MQ]s���Q������r���&���]������������^������(�������������������M���n������������������4������P���I���i'T?@��-���������r���k���������N������)Xm������J������]h|���uD]��������@����W*C������,���s���0���}���q~>(������Fq���S������L������ x���>	���o:<O���c���V��������)���e��������}9���\���a���VQ���������/B������������M������r\���9������(������v������w�������������������������`���f?BM8Iu���GhN������!���`������1/���1mc?������3W���I3E������T��������J���w���l:E������`W���������7���^z���JK���JwN{���L������Oz���!*������������""���a8������T������N{���6QT���������Dt)���2������4���������9t%���*x��������>������0L���#���X}������������	���'������O���������������������������2���R������������;J���/8���������������	`1���} ���������C
6����������������o���
~���*y���������*������{���C���������o������ijh���z������������_~���S<���@"���T/t`���!���{���c���$���T���5���������5
�����"������"h������������bGU���)���#tz������X7���8���omn���%)Z
^���-_o#������F���3���4���[e���!���8��� `���u���q������Z���&"��������y��������)Z�����):���Z{������������������K������������.<���[pR���B������Q������LD���S���������V#���m������m8?4l���������/_���@r#P������������@���������������������xuR��������w>DO�����������������Z4���=���~B?���4������|z���������)������UPI��7h���N?���aL������@{������������]���h��������������u������kZ���^Z������������������������*>U������:���IRte���������(��������D���f���|���������+vL�����?\r8#���
k��������������9������[��������
������9?���?���G������������p���0������3������3p������H���K������a������"������������i���V���������!zw!���>��������Q������{���EX���QUq	x��B&��
���P���rs������h���+=O������iu��gyCM������s���������z���6o���-X������mM��������R������"E���������>\������R_���M#������`���������$���������
���
���C@T���+���}������2TA���`������W�����mn���������<F;��j���	���|}.������d���m.S���������^������������YR\p~P���u���Px�����]������ DH=������������e<F|B���i]I���,'_���������<)
���i3|������u��m������������3���^���^������q���^���>o5$5������f������+rF������<@������^P��m������������������:F1���\m���qa������J��������������v�����d_���������6|U���J|R������J���J���1���6C������3���Y��
D���������Z��O?������
T��H���U���y���������Co=������+���yS���<@������,������(_���-���F���W���^���������OZJ������>zQ���t1������������]���������n.������\J��������r���	������E������+\������\���\������xO���n��������������J���������<������p-���������d��Y������T������������Q������O���l~���[������<���_���y���2������7���U+���Z/���������)���$������5���"��������^���������g(���y���j������T������������E���[���}D���	)���_P3������&c������P���0���=������k������S���w���E������Z���s>������J~���|������A���������P���'������R������������%}���o������+������h	���G������2���������'���������`���^U	������^CM���2���������{���b~������w���������g_�����������@���������������=���?��S���Q%���n������u8������������������������i!2��������������#���J������p���z�����%���������n'e�����������������*���|���&���u`���x���������������������S��������|������Fe������G���R.���R���������������
@���������c4���V���+���OU������z1���(mR���e
������8b���G������������������������9���K���V���7���g9}t���B���1���������m,���������nq���������a:@�����������F���6������'�����������6<8c���
���B������������
+\���M��&I���6iA��������������S���I���y������+i
w���&^E;y5]���k���J>���n���0���������a���y=������o������:���������:W9���8���M���������ph���0]D-pke���<7m���pH]%���Rs)������[���������<��������U&\�����������nPP&<������\���L���Tz!VLX���������MP��oS:#��RI���*~����������������b]���YXM������������A=;���2���d������N�����!'���y9���\KGs���!��������������-;BUW���A������������������v�����������������O������:-EL���%-������������Cr�����������;
*!������������h���_&Me\v������`���R�����.���d��������.�����p6������DG������5u(���,W���PA������Q�����z"g���������J5\������?������s���BU���~�������������������������������EV���+������������(���#���\������������O)������G�������������������}h$�����������������������zOw������\���*���7���5��������\r=C>���g������GF������YE���������lD������m������>:uv���s���Sl��q���*[������n������������������3���������$A"���������������'������������m|W������|������������T���1���kZ������/���w,�����������-!������PKh���6������4PK������H3android/support/v7/widget/ShareActionProvider.class���X|S������M���������(���������������@�����D_%-r�����":���n���KI���������������������p���97���n������9��Aq����������}ls���m���m���Ne�����&)mRZ~���������9'���|������}���{���������'�����A�����������q���������O�����E�����U���-F������p������?>���������������%�����������������]������}Q����������n|_q���n|��{p���_������]���p������������E���
���
������!1:\���#���_���������M<(F���r���!|[���~G���.���#xT4�����������������������w���x���s������n���?t���Gb������?������������C���<��������������������������������#	?������	���$��� +���������D���TJK���v������I���)���G#������@<�����m���������FB;���E���K+���6��������������5������5�����+������A��&���4���K���j!]gHs���[���6ml���*���J���������l
t+=J������`���cc{7�����@<����������F��������i'��������������������bYI������N���QH Bw���'���?���N$���I���?x���[$�����������������6$������������1W������2������Z���������\���tuwtn���UZ[������Mm-���������+���A���Uc}���.=���������6������K�������Y���Bb*���������%&���b���c~��������������h���������������m������������d������7d4���3������Y���V	���������������BP,������H,������G������-������������=���H���)�������������������joT������������h�����������������]���������'���2G
el8/������'���������i5���8���3���E/������IM���-���������������������[������9���3~1���r�����������&,������yx���4������y������X���k������q&������z���������6B{x ������H��[���N������LsUg���������j���?J���3������fk ��t5������MMV���\Np������������t���e������[s	���T(\K������������������f-���������M>������N-���jJlK���E������������=������Z8���_���������)���!������`������>���M���q������]�����������D���������������C���hTM���F,���3���������������]8������xGg0������������r<���Rf���Ts���@p���������JR���7���(���G������f������p(���nR������k�����-���������;z������n5���R������e���M0,W��������������/������7
������������������������$���X(��������?C���_{���
9=W������+���N���4��f���A��������7���zm���H���z������������Fk t���������^������F��XG���j8l������t���������Q������N������	eA���E���#P���������������������E���YP������)���2^��$���,���$���M������������������2���������������/^������:�����?o������q\���/ ���8��LE���)���������2���C"I&'���drS���D���L���h���LS���T������T&���4���������G���r���������J�����Y2��9��i���'TY��������Vo���x}WK{3������Lh!������D���6���������
���-2U���n@���3���`������E���L���h���D^���j���|T7���������p ,E������������#	���������q���i���'�����������"L���wo���'��0������w���-#��� !t���yo������7���I)������pDo3JHS.+\n���'^QU���������,]-������y������!*
H�����������������^l���K������������������2j������S������j���������w���4j"���$T������Y������:[���nvfX������g���3������!������������ iVTM���M������������U
���������������q���%C��(Y���[������n���������*i��p���Q������������J���������n�����������]�����bTucwj���-���������5i]������r��x��(���������1s��������������2c������?e���#3���W{CA���4���!a������s���m���?���������U���������t������5���M������A���������T(I������v���"dZpr���������(2~q(���������������l��	jQ���������W���������
m���������T���R9���8���T!���m "xzE,���������������U���;���1gl
~���E���j���U������������������9Z���������h��������]������b!���65������������U
���x}f���*������(!���de|r���+Z<y������������������������_���������x������������E~Ny���?������������.���m������������g^���������������������*��������e���D1`��GxO���gE8���,]>K��������������&���&���u7�����������������hj������������
���`V���D���f���<$
���*MZ'zM������T���#?���fd������)������t$������i������R:�����r������������AE|���t���*���F�����x������U������5,F���'P������1������a��������������`>������*NTa
 4���"������?������x\&9���WB���E���u7������+���������������f���\���s?���i���	���m�����b^������������V:G���QH���k���������-s���������w���}���&n������������a��������Ea6���<������y��������f\���KY$���w���2������Z���Tn���M������P��������
���I���
������x�����t���r>���������]������������������������0������7�����1]���������aLi������
������(���n>������6���0���i���1������{�����(SuP1������C��������������3���0���������C���������q!s���������b������\<���j������:~+���������/������������:������
B���GZ������������*z������i������d���C���������4l���������������>���3��������&���%\���4[������_g���������h���'���J���1������O6W-.�������������x������������������T��vV���������v������w����������������S���g���yCX���J������x���Q)��������`Q1���������#XR$ ]G���e���nr���������{���=���=������[���=�����~���������|���X������<��� 8������#	lg���������3R���3������.1������}Y��A)���������PFvT������H���������8���Jp.������8BS������i���I���*������f���!?F���
���%������X���8���$���c5������ t`���sN|���M-���$���������H"e�����������������s������y���2x���E���,���<������m������n���vf^���qf&I���!������������p5���i���V������y<G������(���kpm������������	+������������)V��������\oa������4" }���a.���S][���Rv��������������b���N���>���������M.���b+���v���a��0���.fC\���:���
t���!K-+��������������������������T������7������'���S������71S���{���������E�����%���N+���5���0t���3���
���P�����������l���ka[}���`+F���{$���N���S���:��������������n������KJ/���.d#C6���9������o���j1lY���j?���(�����I���������C8s���^���}eg���Q���{���Hct+s���������v7*������a������z���������
���X���������?hq���[���������������F������k���������b|H���������#y6��������������������y���uV���������������6������0w���[���Y���������D!hB���������F���I���V���������y5���P!\#���������������������_���}�����w���{wr������)z*�����������Tp���&+���������^������P
\���PK������ ������PK������H)android/support/v7/widget/Toolbar$1.class���T[kA���&������v�����[/���Mk.���VD*������B���>���������;������i���3aw������"A���/������������G���Q��������\��3������������������_��x������E\���u���p���������������������6n��2���CW7������\���������%������w*������H���}������������H������T2y��Q���B������e��t Jm������������'���}���������������>���<������1������m���D���
y������z������������5���N���I+������1������_���#)N���?������+���'���b���:A���an/������q���2�����F���x)���������"���;���#N���_(?��T������Hu`c���������.���qQC���F������E\���rO���C���8���B���������n���H���������&����������D���+��D������������-���DPU)������s���1X5���Y������������ix6i|���������)���8���������3��-V���h���l���r���t������Q���~���f*���zH������h~k|F���C���3G���������`���V7���������3������������������������R���#���X?������Q��������pf���������J=���������%?���P������������u������P������G]M���X������J
���������<]|`!U���(������gc
���"������f���
PKL���fY2PK������H:android/support/v7/widget/SearchView$OnCloseListener.class���O;
���@������'k������������������-<��� ������`a���&]	���a7������,<������7ZX���8�����0���0���������`������@K���M������s���P���v���dc���.����������r���q������:>���������������d������L���sQXW������L^uv���R~������'v���}��]������Q:Kx���+���������U�����9������������iI���S5T���F������F���jh���o���$p������#G���PK6������PK������H:android/support/v7/widget/AppCompatProgressBarHelper.class���Wy|T������nfy������Id������ T&���@������R���@d4���%R���/3������t������y!�����T���������Z���J��������A&b���jm���������M������]���m���j������h������;������a2������_��s���������������{���������}���I���_>���������*\���=R�����[q�����������q�����������������������rt���}@.|P������3P���{������������{}���������5|D>?*���}.Q���j)f��{���������������������'������Oj���_}������z<������SU��OK������9���Y������sr���}^���/h������A|I��}���a)n������+R���������pP���I�����4���a���.!D������h�������7������{e[o������������������'������2������d���NY������4������;5h������L���a���
���$V�����17���Ic�����vd������������w^8������-������H%��s���.Z���������1������k���M���@�����m���wX���L������rF���������K������������	���
������	���a���������#c���������������=���0���^���"P����������m���������I������������4������(������f<���^��S���<+v"���u������S���6��������!�����������o<���X���pa������tZ#2z������)j���/���(������������=���H��������	���@������[���ZI���w$m������l�����������������>9[������	���������������1�����3���
;
GX3���3������#��������������<o+������@VX1������E���������������Jr���������.c�����,���n"���*���������.���/3������9���>(0s@���wu���P�����������������OB������%������F�����T���Mz���Ue���sap:&���Yx���*���)HzF���}���������S��a���mL���������_���Z��������$c���c���	+i8������2Yn"������F���F���J������%���������X���da;$������;1������ ������Rn������nt=S�����u���lr)#{c'3@������J6*������vUy	1���5,WP���������'5dG���N������������;���s��������������]:�����:��U���t���:Z������}D�����������������C:������gt���a���������������7���������������^^���-\���w������9������3K�����������gN���V������:^���qw���;:���������	��	������M:������^2���������c���Io?XP������^������c���D���O������������t������������K�����u������������;���^`�����w���r&}w���������7A`������:������?������3^������������_���7�����������������2y���$���&3���(,d���������eV���&I���p���H������\M���E���������8���������;���)���j���LG*������:���WZTN&���p~������6'5���VRl������c3<������d$ix3'b]Q������l���<���N���������H���}nn���t������=~iy������������4������or���f��������������0���\������&������������E!���e������]K������������������dT���������H���Dx��������(�����	���u������KM&g���������KN
M���������4�����������)������$���\��-o�����������rr���G���-���#nd2���I���Mk6���i���e���;������	f��������������n������US��?���73������������������l ���Y$�����Z���52���
1%������������S�����La���pY������J5������y���9��������")��{2'���Y9���������-���Zl(���VrD*���n������e0���UVf}���������������h������-���1������������xw������%���\���2w�����������>d���~���u#����M:X������<YYv������������N���qrC���e������e���������\7������kGu������g������C���Y!���N���/B���DX
���5���q������������(D������0*B�������������������)�����
���a&��������Y�����������jt���	5������+8�����������������	=������,�����w=ow���+������p?������
���GQ���EU���������P���_p����������,t���K������a���������������s���������������p���������������k������2������ 
AG�����*���6`#������V6���������������B/���������o������ci��������������{������qxQ	���9���O���z/7>������#���)���������,f���������t������l:���Y������������5{q���j������.������n������	��x\���^��������������������,Nk������7���~������ku���������c��������������������������������_CM_���3������[������f��I#s^������������h(������{4���������������^X������������������������PE���c��������������8������3������}���A,:���������������o���������Y���s���5���������Y,���b������������C���ax���������������<����I���������������������'���K������������~qo%�����������������b���\���������mx������6���������C������ ���aDq1��������v^]-������������
���x	���#)f���Vy������������������~���s�������������������������������������u���M��������w���J���������U���s3&}z���"���������;q&���y#������v���������������w������W2c���oIF	5���������+������������%������|h��������������������'��������Gnv���������Q���
���I���TC���\{���q���������1������!������]���p���^���3my������:������������\1���z��� L���,������6���,���nY���+���������2Y������M�����j������=���aYh������\
���5>2���[������&���s���������Z8/���������x�����n���v����������j������������������������M������qvcnfO���������������J���M���oevoc���nW���X���]c���b������\+xh���
���
���������A������E������2�����!F=$�����������������i��G��B���o������c������s$���m:���=���������������U���|c���[
���^)4)*������Q���k���D���V���5
1������������S������d���w������������������1L������������	M������O9������?i��&���Qf������B���L%�������0j=G}���������������������������������mYZL���������������#������>������W���PKtq���>���	���PK������H=android/support/v7/widget/AppCompatCompoundButtonHelper.class���W���_������.���Xc0&v	6j���N������������s������������nLV���kK������j&Gs5u���$mz������N������H������
M�������Wz���7��������������������P��������}���������wf���3o������������x���m��������������Q4xX���a�����������T������^0y�����������xHza#���G���yc������.{���������������a~}��G���^{���_���������'X���������������^|Wx���������O������gy���\=������'y���)/���������������H���7���[Z���i������m�����������������4l���ZP#���%h���5S���I-)��������	{'T#j���z4������G5;0j���f��:������%4�����&UC]���,	���rB���T"aZv`���HV~$���`���]$E���|qG���n���z����S1	���a,-Ib������U[���SE������fT������9	n���I�����X��������I���"���K-,������R���?���&���:$H���$���n^t���5���C��������v���&Gb���j������n���%a��M���n$(���s��������������
m*k���,!���fD��������������E���������S������_���������Oi��������{Y������-���kk���T���������mK���lf��������)[���r{����� ;������)+��������� ���K���3$���YA������B���jL���uT������e���0��������#������������T##riRM���x������������/HhOjv���	D1�����������L$������h_���R�����������[�����^���������e4uvN���g&e���z������yYO������������R������������Ifu��p������pB���m���R���Glx3���
���PO;L���������Hp������O������),������p���������RY.���������e|QBA��������������������@:������`?1���K���j��K���ZoH���p\g������`������*8���������������*tRp;���P0������2������`
/���������������������2������������xI������0J���S���m|G���w������)���>~���������xE������0������������������W\���5?������������4^W���������)x���!���������0���9~!���
������[�����������U���;���^���u���A������'o������2������������������C�����������9������j,���������"���p���
*���������&������O���������8&�����������8���=���d���juo���,	]9I���������^���Ht������������&q���_���eBE51
������$������9���������M���Vk������wma���J�����n������-l���#���������`0X���gm���]���������g������luKj2Se\yt{6R���f
���������y��������h;������c���;���`������T���:$���$K���S_������[*���-������(���f���"���Q������Y���1.������J���s���<	���@:�����������������������+���z������6���%���Av���o���fw/Q��������P���������Wq������������������	G���X�����x��������V#������n1oNlg���JN���V&���[d	���^���#���������!������������������g*J4P������<]���jY���������4������tW��WO
S���������:���������\���iBN������~���u���������x���������������7}+e
�����������������������	���������5���Yh������|pj������U������I=rV������K���0������������+������b���G���{������V���\���Y+��������?i�����j��>l���������������x��������������������������������-���C������Q��k������7���������u������_���|U(���������n������xnSOp���p+v������d���������t������a:������Q��������� fwdI������&���54;������4ji���������k���M���n������������������N���������4���5���������w��������O���O���H���t�����������N5������-������l������f;���z[f}GM7I��������i���z�����tx��J���Z���L���(=&���.������a4���x���������������n���M���������4���p?N"���S$;������0M���S���������������!r���{p�����������\p���������	���+���]������I������B���V}������#2�����g\���i������&3i���������M������f���������K���=������Va-D���g������������������������P������@1M������z����V���jNe���X<'���(��������b���N��� s12O9dHx������������,������QN"������~t���X���#GJa������ajea���G���r���/���i������E���k���g���w\e���Y���N���w������T���I���%������A.���7Q`bW���DP���I���"PY[���dBr���Y���������������1Ks�����������������������
���=�����	^_C��� ���~]��xum���f:���w
���A������������<���e_���A$���hS{���B���{���������*������t���������������	
���SxOd���B��:
���y|���|
7���������e<���������*���S���������LG������������Z#/'���_������s���<x���������6J���������x7���y*���r������
���,C������%���R���H������v��*2���_4(7���������������������,���w���1|_E������������������PKL���s;PK������H@android/support/v7/widget/ViewStubCompat$OnInflateListener.class���N���
���@������������������������x������������ ���`���?���)'���.���.������,���?J���
������[���,���3;{\o���h���h���h���V���p+������������8���2f&OS���YVL���E���Ga���V���Kd������B���Snge���������r6������H������^,e������������=���/������a���oL������n-���Jd������������R	7FB���Lb	WG��������������FzBeQ���PE���M���_���C���0D������x���PK������������QPK������H2android/support/v7/widget/AppCompatSpinner$1.class���U���NA������l���mm������������(J�����,���
������"	I1���L���0Y���:Zv6�����������g���BQ������;i<���l@���`K�����9s���������w�����o���������Q
&���Z���J#������i�����4���(hQ4Q21��j�����'������gb���!������K��m������V1d6\���������<`X��������K���XA���������������.W��������g������'4(���j���!������"������2Lu������q+������1������B7���#�����mk���������������/n3e���p���������p���������������������i*���f7���m_���s���4t���`���������o���(������>%i������������J3](���A\������������R��������������w������l_q���������P|Ie���s��������E����������������������������������ym���lJ�����������mrU������	+������f�����R���������|���p?������`���T���n���a���!���J���q���C���7���8���>���)�����������&(������:��D���:�����t���e���������������;������D���ZU���;M��\-ol���������y`=���AX��� ������:\8���i���E�����%
���,uV������1:���������;���)T���M���������h69T���&V&:��������V���ga������������\N7'@+u*iz���C?������������������5���������������b������/������������$��� K���'.���&���Faw���0J:�����1Z���jD������	���'i���i2���
���U���E���<J`������g������!{tH������4a�����������e	����������������������������1���������r��� S���j@���*.��������O������6R���������������PK+���SV���cPK������H4android/support/v7/widget/ToolbarWidgetWrapper.class���:xTU�����������������������!���������AC0H$���8���������i���LX������^A���.VD���������.������������6������������������n���u��nA����������7/o���������}���9������vO������������#��3���^<������ps.7���qs���/������
/rR���b'<��������������\������������
n���������U���\������k������������x=������������&'�����p���V���ns������x#��������3������������x���n��������������������}���������������A���>��������������w������<������3O������<���������������������������������^������u���s������'���������������������������d���������"�����/���+L���U��������s���
���^�����f���o:���������������y���;}����������������>Cwr���#���������������������!������7?���5?������{���������������r���3n~������/x��
������	g������k������������p�������5���������������)C���������3���7������������'���3w?gh������_8 ������������,������}�����������x��������������?'������v������������R������N8/������������������9���������N��G���������B���.���hK������Q���Fdq������������<������������n���q���������-���'���N���/T���(���
���H���N���]���p������)���2^:������}���	���������������������TpS������nF*b���"���1TW(���6�����/���������V���������i���������]p���:���Z���Q���sBAC8������C���������@���������~�������������������������������[OA@W	������0lq������UMm���K���7���/^�����������������}y+���9!/���:���Q������&w���
������u������H$��������������������v������u���""������c������{ks$������������������������������������������<^������d�����@����������`Cw,j���r���.O8���0���������uG���������X���7������������������������<^������3������m���#������|������8������!W���3)���6t������������������}!���q[���;�����������p��������D������������Q
������������
��������I���D2���C���.������xlr������-���������n������"�����08X���a������h������������������8���
���3������������sa���d?������������������������H���!���������]���{lp���o������;O��� ������4������L;���������������?���a|������k��������
R���AM������oEw������mc���������w`���;������>���������N���������[C���������)���������������[��������r1���"Q���q���M���������x���;���������v���������pwd���yG7Bm_���������x��������[������������������3���4; ���>���/5��������������������@f������������wv���{������s���b���xk���������A������-/���������|[h���TJq������i���	G���#m]��� u���������������^���4f�����������<O���)b���"j1a���5 ��������2���n���F���d���}���F2���������<���T���#���k&������PX>���N���8]������52���<������������J������������+L+u������������������k������t�����������H���)������x�����;���Y���V���1���m���(������5}���$i��:tc���&+j2���I��G������Y���5/f������O��������� ���������-��z*������h������"������������H4�����������B��������!-	(���L��E���������F��������������������������z�������������_tC ������,���?f������������^���-������W������z���)������{}���C������������\������#���������p���������xb���]���������A������KK	���������4Kmp"���pLhI���^,������Z8���*:���b:T�����UZ�����o���V<(���W���<]d?������D���������Fi1���������������W������i9;���������FTV,������56+���$][������K���������8%	X���I���o���v���<d^������4���k������F���|���yp0������ZdQw<5���8HqT���������������Z��������u,;(X������@���/������������LU4��� ���T����������C������/������PD���y������1���X���~UM���r���������pab���������YEc������S������:���Q������0��q���(�����NN������c~-������E������������������M���L���!������a������O���T���������)������������������������������evI������.u������A���V������L���|+e���S'���������V}��PQ$���R(������^���G���"p���"���P���#��#��tJ���k\'O8��Row��)-���J������=*m���.������{S=E���!���:���H������Cy���`s���6c���Qs������������}Qw����������8y��������t������25w�����,���������
���bQ.'���y9���sz���Je���^��������k���1��������y|Y���,���I���������9+���������|fF������Q���������%xi|���N���UB���dDD���������#��������ii���������3}���H���c���TA1d*���&���������o��������n���kMx��������TMTL���K������8Z������NMZO���������-Mr�����S���"���/)6Nfs%[������(McJ'������U\���t���������?�����^������?���������8z���T;[������d���K���l������v�����x*���/���������������+���
{���YELW������['���b���V���=���5(Tx���������������8��������J
������[_"Lb�����������pP���������"���b���X������������8���w���WE���X���������#���FE,Q���R���LE'*���p���00t2/8E4���X_���b9O���0���������V������yI���8U������������T���������������TE������b���X������5���4������R��������������b���8]���O���{���8S���������n���C���x���Ox���St������������F���61`���A�������������","*|���������?x���lV������#������?���+*���������$���N#���������*���b������m������O�����������7t1@$���Q������n������2y7������jEgUwH'������*b���*������sTx���O������=���1e�����)���f87������w���m������G������"������������Tq������B������6qB���@������#������*V3gkX���oAB������������K���t���AB���������rq
���+���]������������������������������Q��8M���:���y*A���(���:���@���

���@������������G;���������x������O������C���O������ tw���z���������*d������*.C���Tq������������Uq������������vB���^������P���JW���qs���*���w���b������A%D/���e���31<������������TU�����6���h5]U������������w�������*���"U���]|���w��Uq5�����ST������"���U���}���~U< T���C������������,���#������%U���c���x\<A~@���������:������tP,@���/���������N������������@,������0E)e5wl$
 �����c�����������D������'���������
���x
���z���a��������������l�����������ed������?)b7e���c(W���4����������� L?���B:������4���3���p	������=������l#������HBu+������t������I`��������������X���t2�����v������B���B���Qc������JF���'���������Y{0
���������������@������m������ju���8S������������;���I���pk������W���fX������������z�����3���q������Q���y��Bwr������f:$������o������5������ny������J���{`z���olj���������w���\}������������A���8������K������m���������������pH���
���T���;V;���j���5#\���������^�����)����������������������//���I���_���������i/���������.������VE\!������������CI)5���L������}2���������K'^���Zk���������6���0���������������'���6V���<m���+���!������O���������`���{���������-���r:���s���5��������������y���������A���I1��������������h,���S������i������������d���������y������x���o������{kl^=l��������I��?V������:���-���-���@���
1������Wn���O���������2���������xBV��E���P���`Z�����������������4K���~���|������1*N|$������0#2���������"������w���r���K������������N���������������������J������������ad������J������H9��������5}������>>������������������40���?���;"i���2���i���9������{6%������"���!��r������m���c-���$���@������4���~�����������������#i*������������$s������n������������9���=��������������E�������������������������>+���>������z���a������������m�����=���:������`�����u���{������RE1������|\K���Pr���g������������t���b���c���B������#_������J������^���������������@ ���Y������������g���#6e���M���P���m���dB���������2���V\}M�����������ppM��������������j~W���������/��������[J}$���>���������������J���������������������������������*��������������UNh7������d���������=������������V>�����������3������A���������dY������/���.�����c{4��������Y5K���������b������}V��>�����W?���O_���I���S'xl<���`���Z���H���J������Si���Zz]qMN���^�����ad���������3[1�����C���)'dLM0���Ga���������8<A��� ���������O���n������4���������3F������������������s���������AB������������[z���y8(_���_���_������������+������}M���}]���}�����o������o������w$���~]������wu�����x������������}j@���f������K�����������{!g/���������������������:���`=���p���������*m1���~"�����> !QB?%6���D���3
y���|B^B������j���C^m���>pp���������k'& d����������>Y���@��������������������������x�����J���Bi���<7������-K���������������`���B\���������a<^������J������W0������+P97���<������%`������A���.z
���r�����Q<W���s���r���t&`t-���������J@u���2|������f������o���q���6���y�����3Ls5	���������EE������-ix���L���L���	��������s������HS���_^������:^8U$`���������K������������n���++�����������R�����Bnp<���;A���3���l���v(���%:Ge���0������g������������"���|Qf������9_\V���TI���8s���s0o���������������������`���>XX;"'���2���������\X������Ee4��������<u�����%	X���&���%M���S���C���Y���
m������5Pn(������T���f������A'���]���e���`h6H���D���l8������m���
WCy���f������F���s���7���#���������l|y���Ep.%z��������J���-\������k0������b������������8
n���qp3������m8������F����;`'���^������}x1<������������x3<������c���<Nv������������
<���������|���������>������1������������}���������(%:E���s���%9HF������_���S������
���yq.Dq������ ��������1q���G���G���I;1~G���������}������������O������P������������������������g������������3�����������'���������������K������i��������i]������>'(������������P���
���A���Q���KD������	������fLC���@���f)���W���v������v���?������������0���������Q���%���������������oH&t���C���2���������b���#������
���+���}������LmG��������������������T������Lm8)(������H!	_A���W������|<C4���F4+���G)t6G9������������t������<�����������G(��������ONQ,���}E>���_������?2Q*1(������z���������T������!���P���N������(���&��� 
��������OZ(������z������O������g&J���:���,2������2������������������������N���P���������������������r���s���R������(���������������������Pb������7������<c���7������m���������e���Wv������3������f������&k���:Lf������-���,������q,�����������),���s���ZJ������������o���������1���JW���S��������������������������]���+���G������4���5gT���e������������^_���}c���������N���������:���������2���������	w���$���`pb���������|������|���;������u���n���0V`���Lwy���?���������WX���������r
P���a(V������3���K������P���A�������*[��[�����f+������������������������������������n���a������dM���(i)9������\c�����������SL<;���
���tB2���I������l���t�������J+P4������2!I���������E���Il�����������2���������#��8������oym���vde=Ae[!F*���R'���	]Oic������D��)'3N������ ������t%s���l)I��������D7
Y������RL_e������%dK���������L���A'������A���,������<M$���������E���2{y���������9������YI������)������/���:���;u���������������&������f<������k6���	���m(laM������������6���:%���H
�����	���*hN���������jq=������0���M������9���G���

!���0���!������r�����������R���c���e������u������������L������Z���m��������u���vE������������7������4N���x=������r���@k���9���������|���\���*t5������������-qqp������0������ ������V/�����������t���������	8������I	pKy:�����������������(e^L^p	T���e0/������x������B:���0���yXE���3J(������zT���&���3^������������km55���(�����S���U���7���UN������G���fl������\��������TV\������������������
9Te������\]������.-?Q������0"���&v���2q�����?���������������p+t��������������������������<������������s������y���+d���X�����������]D���������SG������|���6���������)n���A������;������S������#���.���w������	������4���x���.p��������A>���I���������mdYW���U���6|������Y������j5���Gy?���]z9p7%�����0��5������L'������D��Ac���������	X������{������������k���!���������	������b=bHG#~���'���9���w��������s��������&���
������O*:��������L*9{D'���������R��B������P���/B������������p���
���5XF���������)������t���;���������a������(������'���`w���!���Y8���������"R������������b���x7fJ���������/������e
q���-���o���Sq���������^O���������M������������M?���������STw���:���ryY������������n0������M(���@���x���������[���tX������������5g���y7������-���s�����������^���������	������85k0������z��������������������%������F������������_$���wT<.������������qWgJ���i������K���%������Ms���������=������`WL���+������di������`���A����� ������v?���[r^�������� ���m/[������r���O������=������?������#,���/���t���t���? ���������+���_p
���n���������]t�����G���a������?C������ ^���Y�����������F������pn���������l������'���9U���������������������kn���w������3���J���LN5���#���_@'��b���������	���(���\���������,���,���K���A���A���-:Rt������������p���"=T���\������vQA���D���p1jD1L��������������3���|������LnDe*Y���\\���K;���S��������)���]������dy������ [������*������`Qa���ce���.���p!���(���������I������T���&KK���f������k�����������\������y������X���������b���(������
���E5���������&?nP���
F���)���$���Lw���R������4������&���������{���������bx������z������������a]B��������:=������2���0���Vf���TZ���������91���l������������Is3���R���������L������`������c��������X���T���A���������d���������i������������q���������7���uUIm���`���!7-���D������������f���a/���X���������^j2/������]6���������������
������������������������D������nI/�����p,+������R���������(?���V%���p�����������pG������c9���&u���;���N���������������N���T���L������b������Ru������[������5E��7��FtB������"���������������������gR���A������6������i���`A���5m������&���0T��������i������im���[D���8���\���Y�����8q���;���5m���|y@���so���L������PV������\9j���lO������,[)���cBm@i���������,���Y���g������������d���(.^���P/���f�����3w���������������m
������@������������"���$.5������d�����������&	���o���u���Q���|u���|��� .�����E�����E������AN\AD������1���j���j������������^���/������H���������_���I���e������uD��������� ���������XU}=���2A������tBv���A���G�����v���<��� wFB;������n!B���3������������-������ub;�����P���9���c{K���y������,;m���L���a������*���~+;;e`���'m������������y��������������t���_�����_1���7���������������������iS���3������F������������6a@&��� ������9{��'���������YQ���1b���dz���������6'<[�����������m���c������f1������=������f3Z?���l&{���"�����������B������������������8������_P������!Y���HQ+���!���\������I8?��]���������x������Fi������������L���������~������������{"N������'���C���~M������������PKT������������IPK������H6android/support/v7/widget/ActivityChooserModel$1.class���������n1Dg	���������$������������>'������F'���(_`��;#���F���9���_K������"�����aV;������Von������?(2drB~p������F&LWM�����_u���\`���s���Mu������$L��1.h������8vNex'|H���������J������������|���R\���j9������P���O������Z���������!p ������a���m������x���&���������,Q������K���4���k���C������������������=R9���PK4zB���PK������H@android/support/v7/widget/AppCompatSpinner$DropdownPopup$3.class���T[OA������[������,������AD������&���M���PcR���	��������������������v���	`���>������������L)o���d������9s���7���:_���}���`���I���������������)������A���S(������B	eM�����e���F������9������j���������������y���������������Q5���T.���1X/\���[0,U���������l��m{������=_���j-~$���������0���������P���9�����������R^���cX������<O������-���m���8������������T���������'���'������xC���2���d���������Ua���!���������!]������x���j��������kI���U������>��������������6zv6���@Q'������-������������kG���(TS������,vC^��������K&R���������������3���]���|���������8E�����;*������������U������#LXH#k!���������4������e+V���F�����A������=T������������v���{`WkG������x���P>���������t���_K���L���Z������������������+d��������a������`&���x#uGp���������B���Z���������������]���a�����z0���/���������&|���T���8���N�����������|������4������������6���n}48I���2���qQj?zc������������n���x���h���X:+���O+~������8Bk���a���0J{K���	f������sy]���7��������������`��������Z���������%���c���Hh<���������E������3���7l������Y���������3���.v?0���[���>E���������&���e`������������%������;G��� >N6%X	������0H:&��$l���%������PK`E���'���PK������H,android/support/v7/widget/SearchView$7.class���T]S���@=k���vj���������V���5������V���U���;Xt|��������(&L�����3Z������z���SQ���w!"���mfrs��������������n��������o&���&���0RA������I���1$���S���E!-�����Dx.��������������q���~w���pR���������fl���(���N���\���lW���f���#���P������5[������1������<���X0L���]d���l���������/g8C$o������]���p������������n�����������k������6���D���0���e���4������+i������I���l���T���l�����+���C���������*������MS���������CCx���������
������
nY[���k��� ������������������F��������,���0��������
2���DS��Y���*���C\���������Z���@���-	���
9������������L������0������4������n������s��������0���VSj������y���q9���(ynSR���L��� 
������j������'5������������������Ihv������������"���������*������xEfZI�����������9AB������`���7���D������������������������k������r���������������?������������i���b�����������k���)������&���]	=������D������Qq���������qR���������%���=K������������'I���O} ������������"0���������~���������.���y~z���������S���H���7���������mO���n���������<Qn������jH{b���)kHzb�����"���Iu{c<EH:CR���������i���������',I���x+}����������� }��������������!���}<���B�����L$1J?P_���A<������������G������������F���`S���������u������PK_g������PK������H5android/support/v7/widget/ActivityChooserView$2.class���T���OA���j��T4*���b)������	QcR������	������z������������ms{-���_0Q���>���|6A4>���������q���Z���&H���%;������vv���������������������w���XL������g0`"���A-���������j"���kZ�����n"���y���������QE���������]t/�����U���Z���ad���g���]���m������^r#Q������rEJ�����������ttA"Zd�����xv�����X���g���*������?������y������}B���������u������
m7���������������a���p���w������L������:;E���;e���������e���/:{���1������4������������q������8���fNs]���B������������="���������Sw������{������K%������U���g��������N]���0���ISZL���``������M
���jqsn[���������@������0���5���w���-{������������������������a���:���������w#���|���L���<�����S|Q������SCz������1���/j���P������K���X������Z5n���&�����j������\�����������������������M:N���D������C:rbgb���	���#MUBU4������Ye]x���G���,4:���I��������r�����Z���j�����$���(?.���������{���?������'��������������'���N���_A���.���	=KZ���l���������������`���/h������t���L���������HZ���n���<.@?���^���5#��� o������������;@���{���5������������������������������?���������}��������������8@J'n���g`��M������������0���������������-���������_������������.���J���m0C.���\F���eH���������&���D���p���������oPK���P���PK������H;android/support/v7/widget/ActionBarBackgroundDrawable.class���S���O���P=w+Aa*lc0Q���D���	LI������H|���������[���t���?���������_4������>������e<������lA1M���|������������w���������_���������{4Le������ty���)��������J������*3���A9������Z������:������������[���������Yn���<������������n������g������VP^2���u���������_ ������v���������|���lG������kZ���k���<k5���,��������33������������!}[���q2������M���������Y�����m���m9���#_���������5�����L�����������}���������F���\�����l������F������������&��p���S������<������V���T���v$������WL������B���*������j�����������]������?Qh7���<���+������������x���������'
;x+������8M[w[���a���������&N���g�����:z1������z���t>���������qC:�����������"*���u
���c[���q������n"{���]:�����������������W���*���R���\#���������������p
���������<4���/���2;������������1������M��������J;z]���{���G������h	~���V���Q������������F	v���=I���Q���0F���+8���h(������.���7HT.������!������cn���8@r���������:�����������������w���FQ���}���������9���p���u������*gTYL���s���$���i\������B	���|
<A������ ���yDz���0L���#������������8���������4���_	���fm)���,���h������*���Q������������ *'@Lp
������D)���y:������7������C������1���O������	PK���V���������mPK������HKandroid/support/v7/widget/AppCompatDrawableManager$VdcInflateDelegate.class���U���r���F�������� D���Rp(4������?���������448	������I���I{������YT^iVk'3������o��������)L/���}���N���������
8���@�������G���������v���9���������?���pu������9p���r���������{���(���������oc������CU���������P���z������������m3���kqS0L6B)6:������������ND���b#���y������Uh���}e^��������m7������|q-VE$��������B���"���������l���4���l���8lzi'Ib���������}o7lB{+IR������	�����������O������P������������+A�������������,���
"P���j���6%������2H������R���������������t������������kGI'���������G������H|���U*Tu���������a���h�����������BW���"*���z���Ew���/���r������:7���
OZ������z���>!���-3���������t���%���r/���2���������|������0������������{HJ���������7K2������G���;�����n������nd���{7w������h2������������������)O���2������b(?���H���E]v���4$-A���m������Z���2���������#���*������������F,7|u?������������&���J���������X9Jm���WM���������n3,�����������nf=4���p���0���[���]���8a���++xl������b���'���������yv���E���g��B���.u������c���lc���E	���6���0������'������0���/���ov^R"������G=w���=���������.}@���1���;������0���>���{h.������ �����������g^x���pog������H���������Q���n������k }p���<���N���F0,U���
���M���"������H���VK�����7Wg���������I=5���&f���O������8N?>9���bt���������G;
������F���7r������u���(���.���Hv{������`������4�����q���y���f���������������R���
������cE���Tx������o��������8���(Pb���H>���~���k������	���'������~��,S���	���V���![���������g���������,���3���s8O���������9������2���.R���K=���
e\&������'���+���������U���l.���������/��������g���������g0���S���u���������nf������p���v������?���<������i���������S��������������PKo���_qzPK������HDandroid/support/v7/widget/ListPopupWindow$PopupDataSetObserver.class���S]kA=�����������i������������m���|���l������JR���B���B���������4������h���v6�����!���������A�����������E�����������{g���={������?���p���
���,���+62���jcU������p������
53JU]chv���������\5������0r���w�����"r;REO������d���+}/����������������C������@_}���!���<�����������x4���������)���h������	���|������C������d3������1���b���M������������"dp���|_������WJ���������T���"���������������r <���TM������u#��������������\���o���S>���������g���������g�����������������3���������������2������`������C������������B���������)wp������,l������-44q������*���Z(3l������������_������q%��� ������b���MW*Uw��?������t���~*5������'��T
z$z4,������>P���������m���������Qu���*���V������|���q������k���,Q4	������)���xB!���S���
%������mZ���Y���������;���_W���������L������i���V������a���_P0���b,&������c,+������������w�����������#��������o������������2s���<h���s	���&!Sz���F������������*sD"Eg������,���.���bl��������2	��
���uZ���������	PK������j\$���PK������H3android/support/v7/widget/AppCompatTextHelper.class���XkxSg���������INN���ZJE��!XA������P���������X(��������
Krbr
tN���sc���E��]d������
s:/������:/���������G?���Au������������&9
���v������/������?���������_���������w^}���z�����qQq��2S1���c^������=���>�����������������}������I/>������������4������AF>���������0/������������~���i?���������cL���8C������/0���������	Oz��������i^���������=�����������y/x������J5���K������r���
���������/^������������T���,������t���
G������}e���������h������Px���������po������������x���L���'���������.=�����x���h">jX������q������-U������Y������>���4������+���H[���6~n<���1���V������F������0"������H+m��������SV���G�����������E������6�����T������������e��������^���������3���3������-������i$3F���tR:���8������J�����������������������`����������~=������
������VA���@y��������������g
W���������t��]���a������I���5������	���n^���#Rnu���������;���f*lY���������e���������2��D2d��������������������g���t���tm������cf���2���V(k���B�����g������IS���d���C���oq���������_�����D'���tQ?���L-n������YI�����������*������J������@G������+���������������������A���������������R#���S���������f_V���_U���5J/3M*���o���%>Y���U'���@'���('W���+\������?��������4U/������\������`m������t������O���������P~���R������Z`��-y4���g������\������P���������������?_������������1���2e-���E��������S7%A������5Zd&`������������%���������
��������-[oQ]���<���J������Y���5���a&���,U���e0������������X���P������>s<3v$���5Kf������5������#������oh���6z������T��������Q���o���������b���a=���������������������������R���k������9J~
���qA���.j���I
p������v^6����K������{x���D}X(eXcf<���W���������x���
'7bfS������0���{������4���������,���~���
o���Gn���0$���~���$���BQ�����
������������������������j���~������M���B���/���+������~���]~j
���������;Q%G,��������������������F��������}M���n���tXw������,���8w#.���w���,)���w������U���{J���"������mO$���������������}������nj���6���E���i#��������rKR������������tG)���I���mb������e���������e���������5���ol�����aKO�����������������\���m0��������
���������9Y���������~"������������s���zr������^i���Q���f������D������hf���F������KKc&l���!���������j���1���Pos���������w\O	���������)���������������K���%b-������1���f���$$-=q������n������S���H������������������`N52���n������������-���������)S���c���������Z���������v{v���������
���A���X���	a���;���z0���g���������������zn������'5
���|������������J���o���	o������_���ff���&������������~	���X��������������i������B{���
���������������}������=p������������-������!8".������U/A���������������E8���\�����������:�����������������
T���O�����������������R���%���������������cA���]F���������������������������L���\OFm ���n���,���
���������������$^���gY.:���p���C������������<������`���$���
���),���������9eS������]>���2������	}
}��v	/���������t������8���J������Uz���o���|N������F���o���}���lQ^������7P���,���v���������u������B[������5������S������������y&���D2���R���������������U������8���
K���m���x������t���XN������$<���Z���U�����=h���u������o9��������+(���������������Nrd?���pw"���&���'������������S������e������+8���s8H��Az|���������]x������b���������+���������'x���ER2p#���s��������I���<E������@���lq���	rs������a%���{8���u�����������������������r������������B6������������	'Y���g������
<gY������Q���
z������*���PA���>������z������������Ci���*�����������q���������������@���������t���^.��������Ar���_���t������<���(���������������������������@������������M���!������H���<������qH������o������T#���^Y���r������������������2
���}���NCSh���������+���������2���WR2���������������BJ���������Vq���]���9������������
���������)DyNcf���������V\������*������������������T������Q}���
-���
���:���1���������
������t2X%A������N������H�����<@������A���^��=DY���0������mG3���6N���>���W��������� 5������.G/�����q������������
���]AEk[^���[.a�����|���y���\���(j�����'���V���1Jf!����������������������]������q.���j
4Laew���
���/���y���"VmV|���r������)���X���S��3��������Ob���"-������������iq+������h1������TM���tN���U2��� !.!������L)���8���������%)���R������t#kGt������B������~���;���������(���-=������@�����������g@���n���9��������������}&Jl5���y������������������%[���������:���	���s���2���O%���"���o������_PK���������L*	���PK������HXandroid/support/v7/widget/ShareActionProvider$ShareMenuItemOnMenuItemClickListener.class���VQ[E=���,���dYJ������jm���!@���������B���`������m������j������fK���]���l������S���7���������)���}���������>���w6	���������s���|�����������������������=���������������g������������������=
I������aKr���������,���V���jU��(�����a���������H���|���������
7U���T���b~M42���F���;U���U������<:r=���h-Eu���������J���{��������������������������������^���������!}'w������[������K��7������lo���������i'Ur-^��������ME�����	��������4}������������]������:,������o;��������������:o4l�����������������v���?bFDK������������������������������x���u������������>���)������F���0$���������e������0���������d.-���S������n������Y,���oV���I������y��j���C������c���p���l���r���������:,���A���l������R���[**`���������?d=
A���D��������P�����U��g��������VyY���1���#���������j[�����]���������)>������u��������������/pW�����GD������
���j��)/���������j���+���kD������=X���������+����������*���������:���Qc������������.C���Yn������5���L���������������{2������!���i.���n���������o���@$_![���!������]5��������[������hd
�����7B��7���(���G���U���"���I���bx������%k��������������u���/-	:3;���B���������������������=�����y6���S���������q<������I������������������#������?{7P���.{���������.���b���2��<�����=������Y���������}������$���/���%���Ra���cED
���^������������)B������������	������cD������Fi���A*������1Z���r

i���)���������j���7���������|;���#"'P���������	b���'P������/#������������_0���V������XHi���c~������������������.������	���:@������������}������M$���������H������L`������
;���4���c���90���v���������L!Mc���2���N���r���:�����S���r
>M���W=J���xY(���	J1���'VS���S1������=*fT���������L���X,t8X#������d,7������7���m������@b������z���`5�����;������H���8������������8���4#���:^���F,���PK8���K���������	PK������H2android/support/v7/widget/AppCompatRatingBar.class���UmS���F~.���-������@���qJ������QJ\���1yS���[���)N���������������VkKI������������W������i���L:�����������������tOV
%M��v���v���}vo���������������~p_���0������$Iy)��������\������$uI���;)������#������������������])���K���>H������VQ�����\���U���������=���ts���u���N���������C��y������W������!������6���]������j���-���u������<X4���jM������~������5������������������6���I���������`������EH���e�����{z��������������(������������]���X��
������M�����������I ������M��������������m��������3��
���Xv������#6j������a���T6������S���������a������g���Q���,���v���X���%vKg���/���ZU|]���oy������JI���������oyT������^
������T������N���~������+*Cua���������������R>o���T\K���������25������u������V������.1���/���������w���{P���A���e������U���z���;v������s������������2&U������a���R���R���������C<���0���1���4������H���E\�����������7���kx���������������]���i���{*k������i���\���|���!���:}���p������yds���h���b���������������������[	�����)^b���������J���-���b���������������	���a���������A���cz���������Mo������S#���c���P8��������������������������7���{M������������'���r��M*H���XV'[���������������S������34'���i���^���`9���7Np�����84wi���Rg���L�����([?������J������M�����$���!FsT������������������F4m���rl������/���L��>B���������G���J4���������^!���>:Tc���u���~
�����������i$h&H���!������@(]���u���`������&���+��������������s(/���Hb6����������"<)������M���������S���6���r���������������'H���A}l���"���A���$IJf3m���������'0G|oa������6e���9]���������A���8H���
������BL���1���������D~5g���':8/���������m������@&���F���������@}!f\������������$���BC������R���BE���h���C���
tS���D���.���x������x���������������`���G0G������C���9*���4 ���Y���J������Y&������
K���]���,)������K���������PKT���������FPK������H>android/support/v7/widget/SearchView$OnQueryTextListener.class;���o���>c>vNvF�����������������������������������FQ
��������D��������t��������������tk���(T������@���TF��������������T������ ���?85���(9#,3���\d;/#���Eb^JQ~f���~qiAA~Q���~������~yfJzj���>B������?���h��������������"Fa������<���y@���9'������8���������A���V������������d���T������������������������������X���X���4+������������Ivn ������R���������������	PK3vr������BPK������H,android/support/v7/widget/SwitchCompat.class���<|���E���of������o��B`	i���a5���R H������UX���K���������������
�����l������`���T,���M���b;���={���z�����������S��������������/_���M������gf��7o��������oy������	���+|������91���������������������2\���&<���gQk������s\���������0H���]������!TJ���������x.������#���H'6���t���<>�����<���������FS���1.^������R���8*���'h���N������$*4������)���0��������8������3���8������������M���������	���KP	A��������H+w���y|>5TP���?���/������������ZD���b���|,%K(���&,5.������/#h������������+������*j]Mu���Q���b������@
k���a-5���ZGu���������n������T������������:���VO������<���O���d%
����P������0���:���������(���@P������%������e#-tA���)���B���O&������N%��F���V'���������A���3]���,~��������������~���h������s���������|*���������H.$T���������������vP��.~���������_��p���?���?������J�����������r���������.��������������������(���������H���nt������\���f~%��������������F]n������J���������R��n~���������{���G���
|/������������Gu-������am���~!���������(Y@���~jx�����������������<B��������M������:������
������~������*���7���T8H������������ie6���F|��������������Y������������yjx������)9���������S���%/S���
%���������9����������A�����/oQ������.������P���G���������������������?r������'}Ju�������������������� ���������4���+j������6���������
A���?������.������������?P���#������/j���7���������������������������������D���/���JI;���"���7?������ ���������GHpD������P������O���@L���������`���W������
���������������u��`���/���h���P R���������FQ���`@������������s���WUT���T,���ZS���t������
I%���P4��������������6���AJ�����%������T.*-[SQ���������������su������UT������������V/)���7������j5q���KJ�����+���V,������Y������lYYU�����������������k������+������-<�����W���������V���"���P���tJuqU5[u�����r������EU���������H:������Q.���4���������[���`������������G���Aa]������T������������������x������r\���W������c\QM`sl���������������q�����������������������`hy���������az������������X���������Id������U���F��7`���eA%������Hu������@���������w��������%5V��7Q������������&�����������P���n���X���������(7K+���6.4���k������-������@mr`c0���������K���tZ*.������������|\���
���1Vj,<���(���������c���n������hu���������*���R
��D���37���������"%�����1,Ny+�����r>,�����������u���k��X +���������������:������4�����(�����%�����=���q����������x������8���_(���>���U���2������x;���h�����������J&���y������dwf������ ���������������
7N.���������b���������%������&_,������*�����������j������������N
���I������\���������H&���2eqS���>_���QD}������������c���J���T�����������.���a���W���������������������Y���������A	���c���G-C���-���2������0
T���b���]���������k}
���|��� ������J%V���m���;J��� ���j���>���������@������L���������6���������k������:���6��� IY������c0������_Ah�����������������51��������������@4������
DqF������aw6��������li
������#������o_SS������2Z���|���#������A4[���������LJdSs$.rI���I���*}Mr������)���T���KnUh(������@���P\n���e������������"Wn���5���V���������D<��+<���a��������������@E�����K���������������kh(���5EU���������d���%���������n1���������*$!<�����������6���LWE
���B7D���Oy������������MZ������������\���M������N?���������p���Tsb���Q���$r{Sps���9���Z��������Ua%������������S�����/������~���������KTK���t94G&XC������VnzL?!M$q�����������/������y���������8O���������c���-FeKS�����u���z'���,'���������������vE-uIu������ ������w2���������Dz{<��������Yy=���������3������������QpE-5������D������A8���&���68���l���E���#���Y��g���,������u��������������������x���-��������������@W������E���}:��M������d@������%���%pG���������������g$7������z������x���C������M���
x�����Y������qW������m���1>������q���Y���v������g@\���;�����������RE*n������P,��ic{���i������1iO���V������gV������"���K���MADd���w���������-���m����������������������M���J������8������������+/'���eh�������� ��u�������4:	��K���������IW������}N���W���i������qZ��^
������Q]	74,���E������m���������c6������<���������g���������WKEU���A���t5T77������A������.���8}���O,��f��������Ko��������������pcc0���; Iv������F���L���t��������������������7��� ������5���������{���hR���������������������LS������+y���4������d������c���:2id/���������/���!G������y���**������P������n���z��������������������������7������x������N^=���F,��������W�����-������������3������������bAt+h6kk���1���B&���������i%������F_T���.������N��� ���C��P���MQ���������������B]$���B���Y��������:]\���+������hU�����������RI���3������(AT���j%Iq-���oI������������S���<DIC���/Yg������%���},q������b������1c���j���I���~*����$������Lt,���Z���������
k������Gd\������:������:i���'*���pa������W���.���(
\HX���W���$������~���XQ���������-]F������w������E������1���������f������������������-������1A���$6�����t���������������������7G"h���������C���NONx������C���A������8�����?������X���h=j���H���������������`���_l*���"��������������������������������
PcnL���m������r2��������� ������0������R���Bq�����;n���X������������Fe������!0���<���c������4k���Q���*������og%{<���+���������H���������Z�����#���vUK������<(��������������<h���!�����������\���������������&���"C���"Kc)O�����_c�����������0���������e���,Md������51PR���`Map
���D.���b`���������b���&F""O���������78������H^1Zc���.�����(���c���8�������������������� h5L���4���d6MQq���������1F���T������	���F��� h:A
u���A����������S���,M���s46������i���������W���\���)���D)C���������wA}*G&���y���YccM�����8i9���X���a\������c���B���e���MT���*M,���q��������X���[ ���	C
���-E���2������X���D������;���������r������&���G������
���������_������!l(�����X���j4���������vL���2���\������q���8^���@E������������ZZ���������Z'j5���M���'
���D���������3L)���il���Jc������"���������+������/���r60%���h������Q!b������Z���������&M���$"���K���Qr&���:J���c���h5���	k���v���*6��oQ�����8E������������4���U�����������������
������&���gj���,q���*���������6q���Dl�����Df:M�����������|v���*��������������j���"�����)������������v������\���[cIK���D������j���2���GU\������+���m���{"���O������������Rci��+�����{���=���������������Nbd�����������P1������������k���gb���L���:�����i���l?���������������B���������
���FyG���a
������&nH������6M���N������!���h��� q'1b������q������&���"���������J���Rr/%���{�����6Bc������^���b���h������>��������5���@������2{Ec���c"���+������������������j���1���&���Oj���������xJ��xZ<������g���E3���&������k�������������������M���xQ/i���D������G������������/�����������W���k���xCoa������������m������������~�����������]���k������������7Fg������a���x���m������!������*���������������p���j���C���%3qt;���aG������������������6���������glzem���v}h���������WA���|=������M���Wp������������Bl������,<QG���������Y��������������W������i������X���0������1���������Z���[���Kr}���*V���3#���1������{{S!���]LzM���-7V=<���h���������b�����/]�����M
���-x0Dp���t���1N
I���8*������f���������PT������$���+[������Z������:���z������_~S`q"������tI������������s��i%g���1p���q	Hwa���������(������r������������@������*>E���,^b0���hb������x�����u��������JL���q���W���tgX���������bv���X��������������n��������!������������(���3������n���=RI~�����t]���q���q���^���uE���.w��	ZM������-������C������������dQ-���R���������0��##[��������������t���F���[jI���v6]���XL������
������4it���[���Cm���������������`csc���w���~������z���.���]"lg0j^%w������������������T'
���y`'!���G���n�����������������������$C���������#z0���������2]t���j���$���(���uG���uIR���h,~y���#N������#���
:���zc���q���dv���BMF`���+������d%Xt��������������Xc|-������GJ���b���p���1���������������|w������(y���`j���o\���"q��������� ���}s���
-������
���M+��<���I������c���,���������=������7���^���������Q4���r���sz{���<��������������b���	���o���d]������b������e4Xk������4k]������������������W������B4���6���mu V������D���=���gc���r)��������"������u���q39���������z������������T������������M������2���i`(���Z2���������������t������v���1O!���������
���<���V'}���P$w���A>������g}���Y������������V��������>���Y�����AY������:��������������B���q ���3���������#c������
<���6l���7������Q������0������F���7���B���������N���/������W������j�����������������E���������n+������������\�����q���*���:]���zBK������E���b���|E������E���I������J������#V������Jy���������HQ���$6���������L������B���������eu���0������[���.M���M������^<:������Mh,������4�����o���������.C��������������%������������e��>���/B���P/L������I�����u~���,���������)���@/��c������M(0Z���QL���p������,T�����������������G���[~���7������������#�����������������Ty���������R������.���7d=���@D���@������V���������$���`��������s���
������&Gc���H������������#������������L���L�����@xC���������"������ha���\l���N������d&���_D������������g������N���I)���C���������m���;�����������1c9~\���v������������U���e5���hU������tq������Wj^�����P��������u���e��������W}zX5�����S�����'���Un������������O��������*>���o������:�����/B���pJ\���������eK��Jp�����������������m���4oH������y������#������������t���j	������O���y���!/5��������6=���������?���J���Y��i���\;��p������������`.<���������������\F������@���������d������WS������ ���|�����U���������r!������//���r������-������_G���Pu���1k*���j������uCf���9*i���+���������#9������S���*_#������������;���,���(������'Rz���n��������������&������������"�����q+������/-Q���������Dw������,���hv���G������4���/���+��L������������g������������������������[���������������X���?a���������Y~��t������k������������!������
������9���v�����#W���M���v���������a���N������e���s�����d���l���),U���}������4���������Q���g���#���o������F>������3���<���e���<���������| $������F>���
������0������y���8���|$������<���������1���������0��������� ���#���7������������G"#-B���W������a��������������l�����������������	���VB6���@���������\������������������������+������������[%������zO���������G���$V������	���d36p��������v���>P[�����������m���j7������J���2���������������2M���������J+������}Z ���H���#���A���i6o���m/xZ������c������837@6e��L��������2�����V���n���	������ 	�����������PY&Z!���������������0R���������(Y���
9&���������G���=���������>������������"[`l���������������������To������
Z`���&���@���5����V���z���������1{+���D������
������A������p������������B9<K���X	���������Fxb������
`;���������)���������;���Y������c���Ex
^���������^���o���
�����P���Amz������=������Q���?b������������%���������7!c������7������)(������������Me���P|������
6���������������f���������j������Yl6������D4���a$�����b������UY	SY���������P������!LY���������b�� F'�����������������������������{aF+�����d(@���f(-0k7n1���p6������<7���������������A���6������V���{���N���C ��B	���.��e����������������������=j�����
D������������q���������1+q������6���l���������(��������������c�����/���_"������B���;-���`���r�����h���&#������������-B{W���������xde��0S`Z���������;������@{���m������q������M%���e*���.6���������~)������*p���`;[������E������������1���j������q���=������	���!������V������9���n���������V���"���-V���������~������!I���������
���p'���W0��������n���<_������	��������`���^X������I������b������%U��������P���������������������S!���������`������������j���D������e���0���
������l���\�����0������IrLB���r���WT���j7������
J;d���l������.������el���!BeH%������p���������"��� ���������A���B���c���,]������o���e��������������������Y���9���������E������xe���NP���o���z���
���i+���������
���v���Y������x3UI������������h���6
y���T���������q���Y������<6
qG���	^���&���J���+��� ���U���M������������������!oVHM+Dn���D������6���������`ZE��<Y���T[���v������M������R���Z@}[M���������c[���������������~������������p������>������������:���f���G ������������Z���w|������Y)���q/������j@������FQ���8���L#������\���$���1���������	�������.oY`���������xJ&aD���������jp���r������F���ck���������YHeZ4.`������]������$M���`���al]b���F&"h=������C������@PmB���Fv%������4<A'���S������S���@P !A��tNB���������������"���n]������.F���.���z4���DP���\d
?���������E�����Y���3������VX������YaF]�����������������;���X�����`������wwY������	�����x���������y;��������������u������u�����������]��������l=���:������3������:I�����X$��������������������gp�����������zXg���"(��������U���^NH���F���)���������������y+������������V$�����D������!������W���q���9]'Z���)		�����/tjb���%"Ou���=���C���f��������������4$hh���u���4e������k������Mt���'���g<���~���$���+������!���4;������/n������ xF���}���e���H������3���.���at�����������h���������AH������c���������|�������Z������Uz���Ozd���������B`���}�����I���_���XU_d���s_)�����O3������i��� ������l���HF���V��������������N���������-���A&�����O���I8�����������Q�����E��������S���K���>h���������82\�������t\G0���I���l������8���z���k���������Q=6���^���F!���������aoVv4�����T���y4������FH���b������������������������G������;!������ ���'���������y���������������a.Ky���x���y6������������C����������{���z���������h���c���~^���������O���"x���O���7���������O���������f���X2������������9,������e���y)���������h^���&������r���[Q����������������	H���������G�����9���G�������G}������m������H"���d
;O������.}��������������������Us���d`���n70?���������������90&jb D��������X2������!���F���ix,}���������������+3���&������C(���lX;
������v������C8}���r���X���������@���p>RG���q���7���
b���Q\������������1���oe������05���9,������.���J������E0���/���l~,�����������;���������<v���#������x\������������}I ������������vH���������	���=fx2ve�����v���������=���>9���DU���1RU������~���$0���W���+���������������!���}%������\���N������������p�������������M��������A:_e!y���I���lI(������#���]m���<���$���0������������?(H������eI���������6������
]U���t���������G#
��������}���&���x������Y���-���������[���o���nN���Y���0l$]������������������d+���������AuF���W\������y���������t5������z*������zT*���A���������p?je���<���������5���������F������,���M������������y��&������d��$i9���DG$	���Qv������������q���F)������a���������������0������$���~5���`7������K&������<������@&r������?���<������-l���a������C������������2(���g������ffS���'q���a���@,���E%������������rL��������������������������OG��������9��������������������������������������#������������02������w���^���������w;���?��]q
���O������:���������Z8���k���)Z������~���������e2e��������Q������k�����������t��������������OK���������������[������S���j���������������������~���H������sk���������)j:i���+p���1������L��[Z������l���C*)���e������q���������+���,dc+\.���:������F������o���I|3���a?&���Sa>?
*���VX���OG���86������p
������������6~������/���������x���_
������������I���G8���w���s|��������������5������������7���������&��������>���f}������,��������������Y��������.������������I������M���ml���������������<������U���G���$���������d���D���?���!W��g���<���nu���������nE���������	F�����������&������mX���n���:���������)���a������������@H%y3���|
������EiOb�����f,;R�����������������cL������������y;0���n���9�����������\���~n{7�����t������E������D_QY`o���?yh���
Z������n���n~���@������$������H���������b���<���bzRmh~���"������}oX���(������������b)(���W*��������s���w
3���\������������������_������N]`vM���������t/"������RI���j������b7������+���a���DI������{N������Qr������Q^������(���0����������f.������J������+}M���k0������������������(���E���m(������������������?������6���O���4���)������?���������������i������z���y���
���t���"7���$���y`������b���g�������<a��������M(r���������	���@���3�����������B���w���a���a���o���������f������]������s���p���������P��������G.���N�����k������������A���������)u^q���6������8u���7������_���7������f��������pu���������uIf���7h��7������������(������������B���<���X|������������������M���y"���a���C���+���L.������O���Y���i���z{���z������~cm������@��nB[���V���������]���z������*���NHn���n���qW>���?h������e���TbT���m������uX0�����d���TB���������9t&?���������k���	"G���������������3zm������ c������LXi2���i���ySg���I������������������a���������/D�����������������������F���������$������T30������d���V���A���������_w���������������
���������������gD���Cq��������<$F���HQ���b4L���������O5W>���=f
N:(#���������r]6���������q��������������j���b�����Q<���6���cP������������������i=������-������p���O���4���c���
':A������(�����:������������n���"������������9=�����z���~������/r���������������������z������f
���������G���������poj������;t? ������-�����������u������o5v���#������k��������������>���kY���I������Fd���m
���N������*���E������=������v������������������j������������z-�����M'���#������I���,���������������(������p1
��0Y��9b+���a���(���������1������2q��� ���s���^5������X
������_��fB���������������.jY������a"���F���������P���Ix���r ������'1q���s<���`���A���������������K���(z���3VcOS������`���3������O���:RR���������<c��g���5A������H���������GI������
3B/J���2���
e���e6������$#���������Z��������������������H������W���m68���`
������������9��y������������2nz������b���������8[������M���z:���������}|���������(������;���6.���)qyEqs���}q��������l���Z@���|���������������������P���EZ������������xS���M���������y������G���������X���������\f	���d���u������6K~���3*<���������I3K��E���������q{���V�������2���~$R���Qa�����G)8���N���Z������i���7���n���;^���������������.���b������45���hC���_���![������"���&���ex������@���8������a���8V���������8q������_lC���>������v������?���q\'������b������k���r���T\	_���������oqW3���������e���������`q=.n`������n6Y������{������������*e{\���^���r|lg���K9^���7���������������&E���p&���������������0RF7.6u���-8,e���zK���6{������26A���
p���9F�����3*O�����Q���J������f���RR������������c���J�����:}Rz���������0:������o������2l���N���`���0��������MF���������yO7g���f���_1tR���'��������������������m|$.������U������p]������g���@�����:��������B�������&ELW���i������nSwB���xE���C������"x���`%u������k[P���W���E'������o���:���R���V���������Z������������D���������
O���n���%������$������P�����������O��������������p���SPNL#���;������>D`������������|���G������4���������3��2���������$)���������xx���e������!i���uO���'��z��T���������I������I������
���e���+���������'�����w���{%���.6q'*���]���"���F������T���{a0R3B���A���������������0K���R��� ���A���xV���G���'������������&���������p���x.��������� ���O���B<7������v���"���-^���'���+���x^������������u���\���	��w�����������.���cN���>���S���������QA>a�����l������������/���<��������B_���gf���l������>��������a��X�����������������j���������(������4(������P5���H�����J���*
;=B������(B���H%q���Y������������������ST&#P5t%)0T�������}&���ds���H%)e
���G8���f������������	O������~���!^R���bp���G���KT������8[,������5���*|	���r�����JT������!������Te_���������cP9���1_������~���(���:vah���/��������������� ������}������]����������3���:������L���������?������4���=���p���D������������k������������x,���OW���rDh���I������?��S������������������������3��������������BZ~������
=-���~���m����e���NK3;�����g
���������m'��������"dp���������e��������������T3���Ew���}g���8
5������������8}������QH���I���#���>F?~�����-$8?~+@���:���+���'��������������������������OVH������,���c���7�����������������������������������J&2-���AP���5���������1���Pk0S���7C0��C-������������NW������9h���`?k���V������������������m������+������\7���W������������������������<p(��� E���B���R`���4���0���������/y������@_������V������pk��������q���������E��������-|���������B�����������������������������6����������������q���(������L���T���2������0X������������0Z���e���1���N������)���������I���uR���������a?������08S������H��������zXn���i���oX���>x���B���,w	�����������HV���qG������@eW������1J������w���&���
�����B���&��6ErJ
2���h2t���N07���N��wA_���<t3���)��%q8���ka���@s�����z������S���A���������Ws���n2��������	���
07������.���������]���.���������]��� D���7������2������r������������WY���������0D9���(���`������D���3-���Atf��������,��������������������w4������{���i������]���q%6���Dp+,<���L���h������C������F���Z��������������� ���������G���I���c8������C9���G���^D������,B1������j4��f������|���������OW������g������������V���G������V������������<���>���������y���)���U�����&HRNB���E`���EA������x������*���X������-���J9���*[��l���Sx���IW���c8���Mt���4<������k$������z���\������!������r�������Q���]������a\Xk���������C�������������<4���nTrq���������E�����}n���_������r��;L���Gat9������TwrW���GX��������������������M���������O2O3���������f���d�����$���������������e���I���������������j������T���������r���.���>���j���������C$Yy��R���}������^x������bl������i4������}������������K���������$GO������)������|d���|^(
�����������%�����!n������[���������xD���mN���I������N���������PK���!���"-���`PK������H1android/support/v7/widget/ListPopupWindow$1.class���S]OA=���.]���n���|������ ���"������M �����������������>������vH���������������,I0&>������Q��K��4������dw���9������wf~���������	`[yd���K6���m<e���Em���_3l���������A���M���v��=���D������e������ ���H������������������������{������1t���])zn���>{���&���u���}���0]���J������W���4���E�����������x�����L���}���J2f������I)a;<!;���gR~C5d���������!91L���&������k���:Vg
���ul<q,���\������_]���.���J�����������T���������oc������3<w0���������c��?:���X���7>���<Y���Aj���0���:���'��g������G���[
}������������������L5t������y������;���������0T����������_�����������������R)������2��������C������������Y���������o`�����������II������kE���Ra������4*a���0���0������f.���������D������������fj���������6Y�����GdO<���"���(Z������,���]������TI������oPK���X���������PK������H*android/support/v7/widget/ThemeUtils.class���W���[���=�����10���������m������������.q!Qd���(���"�����.������Z*���������+}���i������;I������N���4mJ[���ne;��������������������������������e������;3�����g��-���������������N���C
���V1P���e���������������jEq4������������
�����,���4.|Q���|I���/���������=/������P���������5|]C+���!/������oj8���U|K��(/������������������h���.��������������������������{������Y���������������������"���Xlo������������������S���������grlJ���������?W���W���M'g���S������gg&������q������������%#���3���s������|���4���I;c�����������������
���������������5���4�����me#%������E�����fv�����������a:h<���HE���L���T:�����������iU���	
#���������M���X:1Iu������������D<���igC���x������F[c*���������6���O��9���������������������������������z���������i&:1���RP3d���-gXA ���;��� ������d���>i����������YH���9Z]:&������%���g:���VQ���1������biq���.8������G"W���������Ks������@������k������:���Y���(���)���J���*:
B���D������w���������w"���������9���������Ws�����kU������Y���]������������(-0-���Q���3U������~���rQE������������m���;&���Ug0���Kj������)h������F���a���#/1���0���������O���P0������{������<7j,���d���xM���/T���RA���������zb'������#�����������`3U���������7'=Q���������-���3Pe���$g���9=������������>$@��������P���7j������������(��������y���j������:S���i���]������������ ���er^���k)���T��#���ds������\=!���@������xB���'0������1(8���������3���������T�����k���������������������7������o���;1���������xS������?���O:���0u������������������������xG���
������1���y������:��������������������2n���������*VuX���������wu������������x���4o������t<"���������Q������0(����������V������������������f���Y���u���3���	w.������
P���+���vSb5O'���O��������a���S�����"�����-������xhc*���k)���������O���l������Z������UC���t%)���������Y���������������u%y<�����������������^*�����{���I'���h^2J������Ki���������.���\������������+pj���z���������������B,g���������������������&��������������������Gv���������h���sK���O���Tb���u{Q������#9���p�����S����������.d'P���������������5���������n���+������V�����]7��������Q��'5�����������������m������S���\y������@n������������v������������aG���������������������������]j���,���V���S������a���������*U�����������Qo>��������<��������s�����������c7������(���g���su������w��������X���������W6���,������0���Oz������F���v���T���{������������������}���������������������/W
������.���mTO���������B���u������0������������������Kg���M������Aw0���������8���30���s���r'���Bp������)���x���������Z���1���`������W������������y���_������8zj���c<���p.���v���/(���n���������s���LP������tX������������r���������n���������YOK)������\���s|
.������H������K���o������&(���Y@���3������O������Q������{(_���P���lAY���������\��������� ���������������������A&���i���Hr������:���=>���d���f���[@~�����������U���}���B���y
���}������{��_Y�����p
������������2���������/���������p���������*���W|���]P9������5���������I6���~<���|������_���3���Y|������N2���g���97���A?���A/������������Y/���Z(���E���������?���^s\������>x-e������������������F���m���N���B���9Z	���=|��������������{q���������Z~���h$������a��s���������]Z���������MX������\�����`gs���������������W���^������K���������u������������������+���E6���������	���i���
��������
���E���/���7]������62������h	��������������o"PS<R{(���������(������!������1L������jW������
6���S?������1=���2������Z���u���~���c���:���D���f���b���&���#L���>���1>[������,���D���������D������!���F������PK���S���PK������H.android/support/v7/widget/TintTypedArray.class���WwU���m������M7���!M������H0
���( *������V#- -U���������d���.������q������_���~+jU|���,������s������(������������l���m������������3���{������7������������������������������������O!z���N������������S<x:DQz������gY���	���s���<���B���"���������e��������������������uo���x������[,���f���������,���e���������Y����������,>bq���������,>a���)������X|������_���������������,���	��5���&���ROYu���*z���4���L<���S���w���������>S��������D���W������j!>1������!���T���`1R���������������\������ej���������$JE}c���EK������]���q������J������������b>o���V������M���Z&���Z���	M������EoHU������QMW���gS���9������r������5���JnR15;������t)���������
���v"������H���T���Q������������*���������3���()���H$���AKi���W���q������k��������O������'Q@kF\���k���������������zm���,���,v�����.���3���z���d������E3���&������������QOI������������1%_j\xrz���n�����mN�����������G)��I���{���(������cSi���|���u
���eLpB"��h�����&�����������!k9���c���	%���S���l<1���������������EUOs*��G���������D������-���i��������^C/���������C���������0r�����������������������������TrE@��Q$d���u���g8���3{j���v#���t���������"���%���������Q���`yZS������r���A������Y�����6�����zA3���������|���_;���������MO��������be\{���������2g���a"���������*qn
���2+Nl������V1������% ������������|CJ)���'���������������:��Kv���8d������a�����\E��������� ������������/E���������c������k���l#L���aF)8���5��W���������TOy���V���D������(h���������ZH���Z���.��h���4������\���O���	w7������`��������-���
#���4������E���F46���|���`��� }'���u������D���Z������v���nv���������Gd���L���iK���������T K������t���.���t���~������vZ`1������L#t���Lw���H���=2�����L{i���L������^���������	���������e:D���ez������#������LGY{���������R,��a-K32���hV&������L���/���	���N���)���������t���DmKE��:�����������|nW���n���������������������C���#$k���X���������D[������7������'��������^���c���������+���>������{Gt���G���������n������j},���V���8\���������,������:���������������7#������Q3v���I������5���������=���y���"I{���������C������~���������|=$���@���������Z���v������������m���p������H;`������MV/B������:Aj������B���v6,R�����������/N-q���[m/7^��q���v���D<������5������Ep`'������p#���j������J���������_���1������
^r���w������An������2`���m7������M���ht$���q���:���8���N���3���f������������\���HM������+������Ej������3O������Q���=�����������\���z���"�����Z���J'���F
�����������������q���.���J`N���a���#m���z���K���4RbJ���%J���Qj+QBg���������Ld������N������M��������������d���.������r2���������s���l������]3X�����������o���c\���mH������������������^���{+������fu���w�����6;���h�����������������������$������+Si_��� ���HW������/���*	���
�����PJ������Pk���Pj(<V���������Y	(l���No���������r���BkiR���0���~~���/���l
���;*��������������������P���������\������r-���������O���������-��������������������|���f������s���������O���\L��k������������������Q{������/�����O���������x_���yQ_�����������������������*/���5s��������z���<������a������������zo������
������v������8������C���c��Ml������q���������)�����>m}ND������D������r"�����������������?���J0�����	������������5^��������������&/���wU���������j������l���@���D������p������R���������A���������7-}������������T�����������}\���-���������V������PKm*���u���PK������H2android/support/v7/widget/SuggestionsAdapter.class���{	|T��������������������L^H2���������A���,������D ,FIXAp���C2IF������83	������u���������������Z\���VE���UD@���������P���������nn��m�����������Z���������������������L2������������}~���������{���g?������|������cDt���6���#b������~.������������������pq������p���(���q���8������x���-���������u���#n������?������������3\<������O������\Z+~���c?������y������+^���������/������Wn���k���������x������_bt^������+\������������2���������������������G���x��������������������Kn���gn������-������o���������������M���xKw���������������.������9���_���x/G���/>�����������������������p���#^������@������w?������1n~�����IRx������H'������������n������p��Ee.���������{������������0P@���0���@������:]zAK9<G������EY,GrsT|9Z������r��������cu9���C���r<h)������3������>������\`-'�����\L���&{���Y���S���������#+d���[V���w���!������r:#1�����������������?���_������r&O������Y���s���������������s���;���1������5�����������</x���Ir!���N������"���\,���p���V���K���r������������
���:E���uny*O?���CW�����`���G6���Un������^���k������lt���&���<���-���1���z���<Cn������F���g2���Y���s6������^������:���#r���G������V
2p���������@���.C���������yr3C������A�����������2���������fl���w���(���������2��������������[���V.������������������9���y���������[^������/2&������=������������qq9_������
������2��t��������������-���e������{����������� ������������������.���4������#�����.���Rh���
2���������`������3���c���������KV������F��x _������	jPr������\���������i1@���+���������;������������x4n���/(w������������nh^YW_��U���x���Lt���]���������aYs�����e��������
������������n` !���cu/^������{$p���j���-������p���=T���2n���FB��������������A������������	���l������z������#���xu������-���������`���:���6-������������e������E\��:���
������b���p<���5.���g���h���p������xq�����x���K������-���L�����H���z=���Pg������``���)���N��)9���������p ���
���������1������}v���Y�����������=�����������[-������������f,>���:]m������+������I���cu���`xWmg$l������5=������������P8��s����������������xS�����`���Z
���
V���bL������������u���W���-m���kX���������8������:M������'���3U���0������&��������5������3������gZS���w���c������Z
������������
�����I���`1���������������e���+A������������M���h���)a��������@���@4���m���������A������
���RO{{0���k���[���q%���zKR=���4���������E������2X�����������$2������I������$���Lxo,���'���������:���DU������������������Y���������u������@k2��1���	���8:���V������K-�����������pkSG4���v���X���v�����@���1x~O0������?���>HkKb��������h,������������&������	���C]���e[[���������i���xZ���������@������5���&���������3j������x���]���o��tW���������u������Jk���:1���5"��������-���������`���������������������:C��������=���\k������W�����������Q���]\���hdn���Eb���K@���������|]~���hQ[���Z'+J���B:���D���4���D8������T������!r_������^,Q������������������h`KWw 493���<�����~�����������2���,}/���R������.86��)n5uJY������>���9������N���a}������j'���������>���5*��,X$������#RF���
���D��������������0<���N������h���@{fd���j���y������8������z���������H���+���74suPE���J���F*���IWe���������������!j=���������4������l@nW7v���a��T���������GhR���������������M&
������tt������������fON���<���*
���`2Sz����������{������������!���	d%���:���R{���%���N������������,������pOg���P,���)�����������c������`4���1	���L������4������������������hZ\V7���"
I���e������������B���	Y������0}���.y���������H������HO���%h	��������~o���|���+3������(-7	qz4������e������N������v���
���NH������M���+���J���������
������rvpv������YC������b���������0���I������ZU���������M#������9e���P"dp������B������U���[������6������������pw������V���S]}���)������������:������O��������������R���7!���������b~���fV+������M2E�����������`������������ AE������G���������v������Eb���B+��|���z���-�����4'��������%���q������P���������hY6���������	������!���PY�����������|I�����ftN���������R~l���M������,���}���������^���������x���,���=/�����������`�����4���T���nH������O_���e���]>�����������]���7������]���ty���y<���.=]���������g���YrvyX�����-������6���������h���-��������������������������������z���������K���$���9������xG$������;���������V��u������2���d���5;uy���msaL	8������ -vtj������f+������
���;;CH������?,������C|k������5__;Wj
���7]Sj���"CN,�����GI������������h;���g������G������������Al��h��K���������������4���������������v1��c���������~m��������A���������?\|���������\������������(������&[KE]���i�����.���f������������D������g������A���7y7o���O^���o������Ao���t2���=���^C~c���>���nq���C~_ \=pV������������U���8���c���1���J������q$i[���������?���\b���.���7���r���!���������������������|P���1���	�������������`K(������������C~c���E���W&Mo���������������x���of&~3�����������?`b������������U>���:���������g���qb<���������`3�����3���_������;�����������f������PlF���g���������������d���
���!3Yr%AS������(���U���C���l�����~vZ���KY������!���3���*D���������������DN,DLd���G���A]>j������X������������������
���������5������)C���P�����������i������!n2D���8��G������D�����������|Z>������g
���������!������~&fb������7D���h2���������\���������9j���������������!%������${���h���������
z�����Z
���2������ 0/���Wt���3������^���������
������GC���&���d���������4�����������	���'X3_4)&������������������nyx���<������!���������������!���������-���wC4���s
q)������m���������|G������-.������4+���0���������]��������HL6s���|Ob_���g���3K~LEKi���!���>������������@~���������?,���#������1���D���>-I���TW���#������!���+������R���u������suy���]���C\,.������������������!���k���9*P������Y<:���I���������H��������� 5~C���\A_���
q3o5v��'���������F���1���pp+|���il���4CshN]s��������������������2A������`���hD���I��������������.3�����������������q�����������������	>������������{u���0���<
Fy���g���c
-_+0���B���kh�����V������2q������������F!���14���V���8������F���h%���C���2���W1���Xm�����a`���������������C74���6L���N������[���U&lV���s[dX���n������mM
BB������L5s���i���m|,���������������?���pW$������c@���b������lhY6���5D���v������S���M���Go���y������
���������������
.���Q���G|che|���<m*������W���X?������*x,���������������)V�����������������Z���i������������o���dL������ ������������<MLQ+
���������7r������&yG���"���M3���m\���D���Us1������>C�����I��������1m���6������Nd���Y0l��������6G������k��������,.)M���m���YI������������=cB���������t���y������Qh0���0������zF#"������w�����D������K���	������iik�����>|H7������7#.h���F���������������Qc@]���������$,���.������������#�����������#}������k#[V���Ez���7}/H������7r������������F������������n������������P59������N������M���(���s������7w�����Q���5���S7Z���������h������[#[���{���*���������,��� #���Y���������[������fa���[l������Io`���xI���`IC.��������������� S���������f���$���������������D���	cFn������Z��[��Q���%���T���o���K������YS������ZM������	#R ���������������rf���	������,&���h���.���lc���������e���M,������*���M������i���������d���-=<^���|���b��������d���@qF$����������� ������-������f���(���2}c������������������T������|���J���������(S*���������������������cD������&��������K{�����e���/_��7���������������W���~Vwr���������������Z�����E���i/���R`������;M���M���������NI���������������?EZ���80w���/3���|3WfM���uL���Fv�����������X(��������������������p���}��������5p���4���;��������������&���=���31���O�����������E���������2w(0���1���3n��������������������,���\W���^���������V���u?���������������)<%%q���r������I���9Os���mT=������c��������������-���J^������m���z���`���<�����������.���q���36���=������^�����r���������@4Tf�����a������O���gi���|������Z������9������F���|Y������������������U*#h��� ���|������`���H���}I������(���������Qr������eu5�������������5U���������E���������a���['��������x���,���#K���w������T������f79������,+������������
������G���������������$D������>���Tz��07������9���l���������|H��������!���������b���W���k��������OPh���T'���������F������IaJ������(|R���y���$���S���B���o+#���:������H#���Q���8���{���@(S���3Y^���2=�������������_���?e���9���_{������TD���������x ��������S���_������:���PX������l���k(S���Hv��S���!������}���r$������U��������������
���������;������6(b���������8b���������������-������o��b~���-��������Er���qyF���0(u��������4"e���J?�����������v���^���R���O.���������[n������[���>������g6���PhL{���Q������X������1������/^���BF���������C���R�����������@���,���o������o��<���������`y�����#[������������s������h���������������/{���E���_������������X���_���W������oi���.������"��Ok������?������_#/���8���������G'������+������������7������-���;������V���������O�����������������������������������������������������m������������~d}?���������������G���w<������O���>���~���������_���@yEeM���>���������^������{���Q.���������:n.r������?L���^#Ay���h���^���/������K���U{������ky������������4��������������&���������j/��������K������vQ#���������N���RZGSi=M���3���D
P-m���S���������������Bt.���'x���Y&���B
���p��� ���P5'H-U���bk���������������F�����t������a^���������������������b6���w������������?���������������������[���&���������K���9B���a���Z������������	r9���r��������2&BNk!���E���5�����,������3������6S���3��������������Z[q������������]���Sq���F"^
@��� A���vP���Y���m�����������������34���������0U���D�����������(���������������s������������n���PF���h)������X:x]v������������&���@������Fs���;t2���N������.�������������������Y������<b���l������M�����Hc���Z"FB%���]$F	v���������,���E���1*F������1b���]���������%���"���I���������������Y������+���)������<������N���f���MM���������������Ry������hByy���N���G���.Q���}Xd���by���b���.V:���b���b�������,���I~���������q��
���,���$h������0���Uz''h���vHpJ������������OQ>=���=������������o���bs`������6\3���R1	{2������H���[���������GiJ���jJ���!������6�����������!1e���i���z�����W.���������}T������i���������T%������K���w���Uw���^m���u��[u7���3���z���3������g������c���Y���������s���"���i3���a:���M���K���C������a���}P�����������a���'���.W���2��]^s���������c���f"C���]���Jo�����P���L)���6���J������T������������AN������jb9������
Qi������f��������tX��}4���������s���9|0���s4���������C5	���������8}l(���'���$���c���-���J�����������HX���RX���*���Xa������\������i���m���+JU������p������"������t���SJ������!fb]!N���LL���4������`�����-<Dsj���l������#wR~W�����f;}������i���a���}���������������U������|���}������k���������|��������u������������������������#.kd?-���N~k���������%h������8���b��������������De�����������������������U]������������u���>:���[������3R���^Y���F?���c���N���������������������������SC���c���UQ���$hU���V���6���u
���W���7���R���u������CL���@���b������������ 3E	���$������2��U���OMb5CsB���������T���Q9]**������`������������v���Ew������!1������9���G/���zM,������������`���"������a���jE���X������`-���a���s������ ���.ZE���b6���p13���������������,T������D������2���������/���b���������^���S`���.!������u1_���9Jt��� ���������1y���G������������$ZR���mY���Q,;������O������������9<L���!Z���������>6H������
�����pK+���l���([���G)Y���e8�����AnGi���.������D���Z���?���~���uvl:BU������
���h]=)	Z��������������lX_nvl���|������L���Y{������ �������������������Ah��� ��������V>hB���6U������4d���b
l���Z/i���XG5b=������I���q���|:A,��������a���������\y���X���������y&������T���@���81������%������T*1*X���Zw�����������������������������������H������h��F���{���������4eJ���������������d������OR,������S@
���������#���
������������T���6���U�����������%O���������<������N �������� S���&������m���`i���)������)"���hP���R'V��������7Hz������~
���\k���N���	������������IC3������)w=@������mj������Q������N���G���������;��������������1���y���Qy���r+������$���b���OC������2��������>���!���e@���KP���+���P\I������+���A���������4M���1���������T\���������"U���t(���������_!"?���2h"��������Z���L���y���i3G������������%���s;Tx�����d���������������T���H������	���[_���inG@���]������FZ���
���������������~���%���������{���x���������v���W������g=
��������������>j���E���<���m���~������p%P���������X���|������~yy	���������n���v���������Rv���;���*AQv������i������i���6�����������`bP3���s���������������������d���L���.���I������S0���?���������0���yf������4O<
������M3�����������h�����������5&*K���$���?������hw���}���������,���6p���l���IUS[>������)���n���Q
J]������4���s���������0������������NV���az���0���TzUX_������������t���������n���^������A���	���<j���/������������������v���s`r���\���<j���~���������Q^���a�����gM�����
���{9y���K
������}i���nc����������������X������@���vj%������������������������Pm������_���#���'P���u������������7i���x������t���x�����^���O���`���?���M���?���!>���N���1������������](>���K���q���������\J���Ej���Cg������%���m������������&���Z���.���1J��������������8���{,���I���m���q9F������Cqh��������0w/[Q���r���������i���������p������8-B������c,��������������N���V��������������eP������z���U���������������������������t������$������j������k ���>���������&s���A���7��������t���of���V������tm���������]���q���X��������������5x_���J������u���z<M������������7������#��!n����� ��� o������������L����������e������P���Jx8���A���a���������=���k������9���I#�����a���K#���p*���#h���E������������t���K������������$b.9���6������
�����������j���_���������������������GN���������zQ�����]���G���z
)�����u���Y5���P/|[T���������EL��������������p7,,/���������*SX���R��������7)
%G���\[������:���t���������������1�����������p���������@R������E������-5�����^������va�� ���1}���HHO���������Tn\������������������d������T g���W���J���#���#������Wwh������/������������6���.���������������k���6z���
��������������1UF,���C��B9?mO��������������k���C&}v!������������B���u��������u���LyE������%���;}O���'^������������G���c���������ZN�����O���<1���,���������-�����������v���O���p������n������V����������������25zc������P�����������x30���a���u������������'������������g���h���<���p.�����h���l���U������N���������2������ k������_Bh�����J���e%��m��~���J���p���C���!���1*U������Sq��������R*���&������J^_%������(]_YQH'���.���L^v���|������M���������3���Q�����|X������qV������E������������{	���������������H�������a���E������M���s{�������������������+=���������QU/���F������e���&������(������T���4������]���]Hu������������������b��b������X"������<X������)������������������s���:B<���P`���5c*������������U��
������M������	���NW4v)�����#e��������Xu���SW/���F,7��������s���w��x������$|Xy������&9���~|q���*A���a��������_K���aJ���������������"���������v���&=������vk���K-u-)1���������i���������>������a���������������������0���9
�����8^K������6���������!���7���O���Q(������H����������(Lc����������)���v��������]������~���|w������'ex������9H=��������f���t��2aQ}���#���>~to&������q������f;���������������D���C;@���$������������f���vQ���FO���~ sz������yMD������HNK[h>���Kd������������������?���������\	zt7���5���
���������n������p9s6BvI~��f���.���"������}������{i������5������i���|��������i������C��������J	o.���MrB���������_>B��������;���(}$���O���!���O*���^�����p���������*������zr#���v������.���}���^��������������~���cB���J���m���5���s���z������2$���Vd#���B���>������U��������&��������G9Gi
T���A������]���y���&���������4���\i���N���	���������t���x���]�����������d���+������#7X���V���3������������8���r������D������d������������8A?������G5N@6/���r}N���td������������q������^������g�����}:������Q��A���l���q���"������Y���co���|@?;v?���$A�����������59������_������Hl���"A?K������DR$������#}���\���9������������}?��������������������i���|���j���������4������������S������3���������NoP���|���������������������w��������6���������"T�������������������W+:h:������������[�������������� 05���������R���F������F���=\q?Gqn,������,���U���b������������x������Y���xX������������K|O���������C������/`v ���������#A���h�����]2 ������������r���������|���xW~��#��?���������d���
R���������������PK>������������"LLPK������HGandroid/support/v7/widget/AbsActionBarView$VisibilityAnimListener.class������mO���P������g������e���G���"n���&(���d.��������������������[������eD���������B������~?��������������{������%���}:������?���{������������o������0���!���RH"/{Z+X������;)��������@!���bw	���f��M���a���	���������i������h���	O���DC������y���B���������[*V������]wQ�����V���q}������������������������W2}������OwOX���[������H���������&���A���{���h��[���������������G�����6j
������:&Wh���B��������,���0uQx��������|��\���Z������-7��8���<@5K���������������c�����������>[���������L���%������,������2|���-;�����oU���������������`9���������7uR������d���tN������
���g���/�����uNL��>��t������o���0������w��Vx������=���w���K���u���\������2`���k���F���P1���������Q���������5���
���0���bi������������6	���v��������z��������������C���d36���������������a��������������kY���a�����������P$���`)���_,������_���$x
"���H���{d2���b���e������8j���G���9.������r
�� ���)���PNx*���	~������2���#I�����������)LsK������l���z��J������bZT��"���}������r������1D3������7���I	q���������\(q���3"�����Q���ga���i)������!~��������<+,������b���0���������*�����E���nv���V������2W���������������������������!!U���@e���-���J���c���������lW)*-���4������[]������P2���E���������������=���x���,9���q-���">���\E���'PK���;������DPK������H*android/support/v7/widget/SearchView.class���}	|T���������w�������������	 ���9	g���p&$@$$@<���,a%��������������}[-x���^h6(���jk���Vk/���ak���������������������������������������������������F���~������w������|���;������������f���w>{���%������z���������������G������������@������|L$hA���	���B���T������4������b���J*%���������r���*���1������������������������Rf4������.V���h���\���U���Q���*M������qFe������������"���R���)=0YYD�������������7K5e���J���J���������z�����,��:T���zMY������Fe���������������<���������QNUV��������Q���<J�����������S���S���%EiU6P���FjkKQNS6������5���t,W�����3i���Y���t6A^��������)���T������]������F���4���9������G���Vz������G������J/A������#D���0="4���������~���mUwRuA��������0������������c7=.������M������~eU.��������������������.������T���������WQ���j���^C��������u]O���
������F���wUo&������n%���6z���M����������������������J&���U���������;������]������V������A���	���/E���_y������<H������������a���������My������������c���������qM9��������	���I������u|������P������[y������?G-���������M���������-���8L/������./P���	���||������_������/������%z|���/��W������
z|��������oy���������1���������m������������������7������]z������)���������������4���������C������#������-���������cz��������T������xGYF�����������_���(���*������(���)������=������������������>U?������o������[z������(���==���@���?���?)�������������_������������+������1=���F������{���O������������#J?���������D���������������?D���n������������������?���������	���&���G(B ���������E
q	���������)T���������������?8���H�����i������H���D������#2������E���l�����f���S���K������pabA���i���������8���������������	z1F7������b,���\��������Gb\���/&������kEU'4������N&TSR������BZ:1-���d���D1���T������������(s���r���������������l������������������M������Q8-	���������b���&���<l������������������r
U���������b!=ib���������)���<b���X������,��������(���%���,Oae��������������� he*���R������I:��������������T���F4���Lmk���N���5������a��En��������@������������@���hC���(���t��������&���R������-N������7������g������YTkw���������������������sU:������s���������%���y���_���������������������6���n������!���������P���E������^z���K������[������"���}n���O���v������N������E;wu8���-.������B���������y���q1=.q���K������2Z������nq������J���������t5I���5���������f���.E\/n������������
2���&M�����[������������{z���}_���ogd�����c���ok������#1���_hy���7������d���������������m���A<-���~_gK������i���V��������������._8���������Qh���6��������������/������9��u}������.���=���5������RW������������ my0���x������������>���B*���@kl^������Z���]������������{+��������������H������Z��� ������������������������������������}���������M������4������oo^��������������������������a������������������G������������PG���
Ni���:CAge���������7���T��������������������E*���������o���P������������&������NdE�������������������J���u���������n/q3���������oK���?R���yq�����������H$`0���Ba������������������RzVc���������xuc������aU3z���B�����������@M���cmtz������`w������7������l���0���3������"F���k������w������#\������������n������U��R������������������������]���������cRo{���������U���������pC'���<������6���c������cM���}���������x������R�����8$�����������������������E+ 4q!Y������j���������t��zL������@���/.������#���������$������F���/a������c���cE������/���H���&nGn4^1(*vS���J���:)/������#���|���`������F������������������q������0m������������dGz:!��������V���������v���������h���������%NM������������Id������������������,���������!������)��������������H���;i���`e4������������G���*S7.
������2i���������6gdQeSEeZOsw���������4�����/$hW���w���"�����������Z���a���rmJ������k������&D2���P3(������������������il
.$Z-���������F���v+W������:���
sS���5������d�����������$[���$���"[���PWW�����������uUs]{C��������������������L���N���������-��������/08���kS���X+���,�����������67F������`���Q���z������p���>C(���/������"a���50��������
_���6������������+���|���������mk������d���[���]o���/������6&���dp���������EC������L���������X���(A���2{���y���}��������	k��LtTE[D>���������C������H������w"���������1������������b{9���y���T������@C�����dC���!��S���zm���2d������jo���<���:������#�����������������(y���������������6oe'd������l��������������E������?���e���x���7\N��������������������`'���SF#���������������-���P���!��������o���F���IT7Ed��������)R���uS1������
���'���z!%���&���2������/���k�����^lA���
N��������/���������&���;}[["������}���
C���v���'Y|+���������]��������P�����v���[)J�����5��r���������5���[������������������2���������R���������}r������������0v&
u���c;������S2^���W���5q���&���g0������������0���Lt������������������n������YJ��������Ep������@���?���G���5���@������A������������������+[���!���DM�����������������T#&���M(*���q������4���^���
���������:���saLT|2���F������������6M<���6/LKIpv������������M���&vL��v+������D���u%6������-������zWb5DAg8bF���
C������z���K0���q���|a��t���C>i���y������|������`_���{���D������������z���!:(1g������9���[������G���

u������nU������#)���=e������C_���=1���h���������������S9������r���D������.1������.���c������u&2���	In���df���7������d������������������c������fiZ���5���������2���5������;\������m���������e������QI������pQ,gM�����q���z&uD������ljM������fCrS���Af;I���c<������bP���?������#?������x���n���s���5���{���{������p���������v���'���$f���������x���yc���������%��')���hz���;}��t%���	���`4���!(JCq������^���;������������������@K���������������IhK1���������B���a������B���kC���������P������iN������'���i������F���0���nw1��������������K[p������-���W���m���0i���&��X��������Nx�����h������������Akv�����O���j���h������x���������[
a���t���������l���n������ ���~���������������L�����p��������C��� ������7
=]����������mTo01R�����i���IGb��������������S3��������K�����j���H���,���������"������t���{������������������	�����o������������A������h���dd������lvVJ���F������<N3���$$���)
���������x���������0f���8���������
���m��������y���<������a~���������������^��������#
���}���������W������������{���0x���������:_G0���������4���������������I���.Ccqn���:[������������J8��������������� ���������������ZR���V���������������0v:nL���������������B���p���j
[������������������C���5������#
���v���	#XO���- ���0]Ev���?���������m���������4<���tF���&#hwb��]$���.;���������2������Gq���/���������������������5��c���U���������'C���������(C
���%��w������gC���������F���������
mg$6��ko������������I���uz���pP���������3���.���f���10\���K���u������4��������q���������x������5���d������N���d��p2Qc���������Lz���������i���������p$������t���:���Z���
n���&���������D��������fiM���}x!E���2���_���?���0���q���������jA/mD������#����� ���f9���&������b)���V���M<������g���������z���Wn������&���&���%e��F���7������������MM"3jTO���S������A���t
%�����������Zy���`���b���U������G���Tt{���p���v\.���)�����.&���C���Q���x���6������v���\������e`vy_������m���������\]q���������������������fv���w���������b���E���Or���@	������;���������Y����N���1e
���
������:���52��������������M��������I������Dyh���c���S���i���X-������1������d���������������=>�����4���8������������!���!RB15���)���O���������z}Cw
�����h������6F������Gm@���_
���P���\���(������b/��������s���L��8���������������dYQ<���*|���]���~���=���ci���PpGS_������lM<������wk9���������������������p���������gD���';���B������x;���������)3g���dP2���l��������3���g������u#������������������������������&6�����������������J������������b���<;���*{e������������^9���*���q���k���j���;���/������������f������0������W������������������T������u���H���`���w�����lz�����)7���i���s�����X���������������lh���p>������&���t���������CgKa���)oOr���aa������E������������E������1������E������~J2���g������:?���/������m���Z���/���t���<A���o������������b~�����������������������:���������������n������A���=���%���^������tAO���{Ng/2D������G���_���xJ�����������)���i#��Y�����Cg?`?������:���������{���������[���;����������������~<R|���u���s������H{/������/���{#���}������~���>`0}d�������������������;������������wG6���������E���t������������.{S���(���;4q���.���aM��������������8������������t���n���������xY������oh���x���Z���%���2������%������.���������������H������������������������#���;���I���������a���[���s'���x���������.=��������h������(���������T������������&��������[���x���Z~L������P������������������������4���������.~A���w������A���$���A��������������x_���������7���������������.��� ���8RQ���������?���������������Y���E���KP������GT���+���������t���1U���&���������������A]|B$���L���?���������Q���B������O������	������^������P������������9GQ������3��>_��F`?���������������������f������U���9���S���=������������q������F���{FcM������
5+���������4������7���������L������su���?���Y���I3������_��������as}{���������z������1���������������}l������2]UhY���������<������������Q���g�����������62F������U���j������VSF:���JS=������������������6������f���`�����������F���]���@������zj{���������������H6/"�����#���L|���'���I:���N���?������������S���i���
���������j���������,]���F��������057���e55OWG������5�������7������XM��������!b���uz���BT������d)C���zu������*N���Md���:������������o������	���:Q���������������I���:EW������P���NOCH������kj������������xe���������#2~	������
���������[h_���Rg���������Jz�����,u�����������������<������������������Y��Y���]=���������]���V������"u������.������_]FXk���������G������������v������PWk�������������������������������B]������y���ZSW���j���������Suu��������kh���M��f��������������Zu���������W[t���U���W������������1P������������Uc������0 L������
���EcI�����������j������������n������">W���W���ktu3I�����3������3��4���]W���V���8H�����o���9P;���NM<������>���,]��v������6�������� ��J������N���nC*������=j@���o���u5���_������������m���pF|tFQ������-���,���uw���������������@g���Ly���P���5���hj���������������t&i���������e���������}������������*������)������	���D��������a���R!������������Vjj������T���������
������q���������������z!Uw���/"hASx���-������K���:���]���^������Gu���rlQ���P���������������t~������������������'1F'G��������Y������H���������8���������W]D���q=���������=���5q������a�����i���������8
������u���W}a_���]������h�����������������.-x;%��������������Y������R���d���E8���%������o���	�������������������������������3:���������v������z;������`k���1]���
���U������~E������A�����z������U���������������1mG��������n���z���������E���������������v���������������]��fm+F������;
���w������55������������o�����������!���c���u������������������������
M������M�����{���������������
Mu���������q�����������&������������}���z���z���������rG���������(���W���t���*5���������������������>���������&���4���������'5���E@W!.O4������(���!E���������)
wHI|'(
���"}���
���/&���3H������h=���>���������������������>������OS���V���������������H���������=��%o��P"������%��������+1������������}���S���������{s���������������	[F���9���>���������{m���������/z3����������������������]���/tOOS
���9������*;���th������9%Du���������^���������6���^���J���?B������|a3���������?������l���>k���������;������]I��#N���d&���E������Z���7������cM}�����������c;������W������������Qd���-�����������~�����i���q^mx������m���������Sv���;���2Z4x���b���G���D���������$�����=�����/uo����������-`���E���5���9���-��������!W��������������7���s������������-f���������/�����������������������K(
t����������������+C�����������������������0d���6������=���h7���N1a������E������*np��f���:45���������C�����������M���n���������������1���`���{���_���/������������c������`������H@�����uyU$���I������FSl���������������/q������vH���������u���(0���������������t������N���������������c���0���������~������,���v���������o������dr1��T���������v	���
���rmm���_C���������z���9���d������1���O ������J���������������������������@���������d���}v���������b_P���uc5~2��������vv��i���_���������w������obj���������|���~N|���o���F������������������n������	t������U#���8���j���������&���&���a���������I������������/��q���
���n&���<���������h������<m���Ov���6���o���������;|u���F���������t�����d���9���h���2���������z{���(7Y��������H������*w���[�������c���:������k���%t���������"^���B������]���9���+���HP���Wt{������������V���F���Gmy���v$��������%����������>g;������Y-������S6��oihn����������������	R@3���uvM���?���pz���������P:u���,���Aj���O+���������[��P������������������B[���������!���������������-���nc������
���rN���nf;b������<P���&7L���@������t������������3���&7������T�����a2}������)������������"�����������]x5���8n���)LaC�����w���������t���9.m���������V���PP<T������b���zaX������ b]��0��o���W}������������1���2t���$��MM���������0nD���]������������.�������������������������w���/���n��������r6���u/���L���Ru������C���h��������������������v���0EQ�������G������������o���Z���u���%���7���C9������w���������}������r/d���]6�����da���k0K���f���8���������2���������������������^gr0���Cn3������y��������������Dff���7������6��������������������-��_������u���������~'`������j��������������K���t���������!kE������
-������iv{H������������������N���W���������-���vwo���>a������m�����������~?�����\���������y���9������V���q���q������5������mT�����Z|i���fo���������������j���������~���yL���������������U���]���0���E���iz���~������������=vLEWP������������P���������&��������������6#G���NRS���������Nr?���3P���c�������������N������f���a���X..YA���+���<������dR1#3~@v���>���H�����������������`���I���Q���������������������&'������������m���G�������S���Um���p���������.���&���T������CC?���;_��������a������E
������G������A>?���+@��������%���d;2���Kp��l?���?tG������S������`���X��U���������L���m
���{z0P7=���I���nC"������GG���������X������o^;7!���-~��������?
G������H��f&���4qIl���LXGR6���������v������-���������Z������G��������������,sO���@3*q������������d������%c>r�����$G�����������<[������`������&���������?)������p���*T������Pl������������p5D?2���R��������,������9�����������������0���15������Y���zD~}Fk0~?=��ag���������9'���������s������������4���&��������������������I���������W���<+i0,���q���,���������E���;u'���v���;�����]
������vxN���=Y���GAWK���Ek���x4���a������������t���y���IH��sF���Q������gDb���j���|��������������������P7$^M��������qI������������'e~���/;F���������F������oJgH���b������K<H������_nl���ZyW������1
���N������C���`��� vx���g�����������'#x������Z=���]������rc���X���������������P4*�����>/���fP{���!���MS$k���!IqKV���%q������������m
���|	������*Y<Gr��������������K������L#���������������y
:���R���������9���6C:���
���]���+���6:���������_������������������������s���is��������������;f���}������"���0������ac������\���n`7"|pv3���oa���Z������X���
������_�����������M7z�����������g���w������]���nY���c������������~������������w���Y���=(�������<`���������Ge������Y>���J��`O������)������,���a������r���Ee9���^������I?������k���|������$�����������M|���������o������7���������������������[f������fy���l���������m���Y��������t~������������������%������~(���$KN������e���m���c������Od���;X������������Z���|���+������,���~/���?���e���?������`������~��������������������?I������������A������������7������9���������������e������c}�����}�������������c���&���������D����������������C0z���$��������#���=-|A���f�����������S������*���(���y��� ������������J���`
G������������p���`��7
�����������4j���>������\:e���\13���$x������Bx6���s`.���������������������a������B��������������������0,���V������!X|���Dai���+_���s������(,k+-=5Q���}���@J���s���_���[`���+%���������	���J���j9���q���������&VK���ZS������A������X-���jkc���u8���*���k}Z��������S������������fQu���������a5���������Y������n���������T���lU���������|:���p���������<g!'���]V���Vd���KS������Q���B������`ZL������)���a���������i���3������3���YQ���j���s������e���eQ���F�����������������n�����(���(���Viy���������iQ8W���	E!<	���I������������}g���;���mtwGa5���'���S���R������(���/���<������<NV���)���������|���y7������E���������������p	���wI������Q������MB���g_���+��.W���.W������.���������(\#���Z���\{F������2S���Cu���������
���
���������A���	���I���R>6U���(������ ������ L���������A���������*��I�����������U���A���u
���fc���r������7���qp���"x���M���������������*���
���c������6~�����V���+E3Q�����r|V���j6���5���Y���46���u���9���������e������y������5���F���������������K������2���.���A+U��������}������y
[���s���J>���������l5?���������l_���6���6���������d��������������������|;���_���������ul������u���Y'���u������6~���������a���������������;,������b������W,���������"���_���_q���J�����]J!;_)b)�����������������H���F'f���2���B������"���h�����������������������	�����������8���&���A~5�����������������/8CH���{���	���r���;���v��� ���������+���@���������*NS���	~&���5��������q7���x������='>3���q���������dh������9X2���Kpf2������$G������[���p[���	���2���uru���������XO������]���������
<���g!r�������sy���rn'���wD���������o������>���?'���=������sLt������8���T]���A���������^���`���������8��<���n���������������Q������W���Frd
���e���1��v��������R}�����������j:���wb���8B������������]{A'5��;
���������%������R2(E���*{t���8������ n��=3��0��e���0���b������<j���������h���������������R�����������IA#K������������������r���������q���r���'o���+H���7ls���������\���������#���������c������SQ���/���������fo�����X���R���D���������6���6������mX���������w���-���N������������0,9$������K������0���(&9E�����`29���s$g"���d���U\`9���?���T��� 
���������L������}0F���Y���K���������i���qK������������L������=���qX
F`�����������Nf������t������m������+������$`2��������O(��7���O������#h*������j���J���)���������S������������n���H
��R1U%���Q������������h?g���Xd������B~z8���t���!���+0���S���={���y������ >������Uh[T���>��� ������������e������	������d\���������aq=-qU���N���r���qM@\E������zN������3���p=���������6/WT������g;���z2���\���5oX\/H\s���������h?���t���h��������=���W������o���9H���*i<���NO���alaFR������("*���-D������������s���������������o<��������
:_������������Z(E���7���������������Jk!���|>���G&���(������r@������j������&���<DB,���1������N8y;2���l���y������a���������/������0���������������q���R\`���Qs���7���Y������O3������*���0������P������f-
�����i,{���b������A������������������������������|K���uPLR���Y���`��� ���$<���d��������������/5	���������������������`?���gJ1��������� 9���C6 ~5������������k!���_���������6������X4���/������^��KA���������:x���������&������������.��������oh��������2JM7���������8������dT������ ���h���B��������i��������,QHR���N���-���������������|��������������LM'^>o������v)���J��������_���������n���������Wy���w���#Q���'u��������������L���&Q/ ������W������^���������/������bd���Y�����������S������g������w`���F���d������������T���������@9K���cq������j���>���7:���������������q%kx���9x���������,R���\�����F������d���t������7���Y���Y���������$9���������P���r�����������Zo���q��~	w������������T���(|������b������������KI���R<	���E���1���U���#w���������������������W���������Ub������4q������{���������	��������������&���G������/������������*���_���Q���^���j���F������	]F���*}���JdkIi���w���JB,1������L3AS��� M��t%r���Q������������EJ,W
a���2���P������]���[���)QJ���*������U*���ve���d���\c���G�����������l������!���1W������o������U>������Rh3���������?���`,7-7m9���E���~���in���3���I'������c������(|;y7f���v#�����~���k������M4������$���I�����f������N���������2;XB���Q���N���Ax++������;���M������������D���G%wo�����t���]J������Wy���F��������b���{���������8��Q"A���By\���J5��������LY3���%P���������z���6)u���������SV���_i���~���T8OY-�����������������AZ���������������Y���pe���v���.y>N���g�����t���gZ<_���i5���wfa���~=��� k���������������K���#VG������e9������������
f������X���������/��������M������������������m4���������B-3������������������F�����J|u#���)���&���U������v~�����������������J<���������Y���Z������u0NYS������TZa������(m���B���k���3���Pe���w���2���������0���#AYo��������\P������T���oM��[���]���������f������p���~�����3���Cy���}R������+�����������������6���������q���������J���g���������g\m���q3)}~/���G1������^������(���t/zasN���Z���G	mR��t���������P�����G~���P�����o3,������!e���ak���Nr#�����G?Cdu[���y������-���t/2��������������������/!���h���Pb������F2E=HQ���+���B������b%b������%&E
���\D������1^�����������������������j���"���L������������X���k'&eZ���O������
������MG!������<������u������"
���%������������������PS���G���x���)���*e7lV���XQ!���c��� V���<-������<@!1���a���d��������Z���������50���)������PJ���"
���=A{aTQ���z���u���������?���z���{������o���`���s5���#���������S1������S���	Q���e[Rb���\���������2���Hz,��������������������������[d������W��������t���'���T������h�����Z���4���������h�����������V���+������\���������Q������I��(������,������Rn������������ho���������Z���:7T���>������QP������18���AS���Nb-���������bB������C������k���9������l|"������C.���L�����mQ
1`�����������D<C���M���o2&SnG������������W���z���������h������[j������$���C���e���B���z�����������h���o������������d��������������k���8D���B)���}�����������4���(UD���w���������i���^���/������d?e���m������3'#���YI���-{���?%��������O
���������y���?���c���e3���Y���&���~L������`4'������(|���.���8������3k���Em���l���R
3���������L
���_�����	���
���8X������'��������/5���c��������������=D������#������_���������������������1���~"���f���O������D���D���O������/������������i:���������`���r������":D*t""
������p��������D.���������N1���r���1M���T������������/3���������������������R^������WH'M�����*���0������������������M���F���^���I������Q������H\Mf�����������������������������\���d���
d������P���B������;�����������A���wS���������&z3���
5sb���[Q������m������Wg���"H!SL������b*���������0G���
Q���������f���5���k��� ���GSw���\���(��������������������������h)���U���Jr������k���iD���1pg���v������D���A\���e���.f���**a������i�����������
���l���v���9���A���b*oJ8{]L������������[������*F������������n������y���e,���x������Bv������E���������~_��������������V���QH/���~{���"l������,������u���
���������m���]Tz���l��������Md)���y������"R������%������]������=[���������"A���X
������2X$j���F���������b54���F���(������Ybl���a���h���k������Ol���1���~������S0@W,\@������J6j���Cj���#���bY���+��� ������b���hA���G���h�����%���S���y
#������": Ot���h���"������b���-���)���������������j���0���l1���]��������������c���f������5C���5���������lyB c���������M
���q������Ga|Y���s���s���������Q/{���������gi���J������������3���>=���~p������&v������	���<�����a���������Q���v������������6-���Z������H-s���&~;BY������������R������.���A������p"]FX���eL���E������6�����������;,���|���4���s������
�����f���������c���y������fp���g������E��0���}���e���\������N������r2���r���W�����B���r5,��������V���>������������8X������������r$>��d���"���*�����e%y0q���������o���)���?>g���x������������Q���B���aii��������������g������=���4���rJ��� ���t@F���)��E���0���,������^���������G��������2���
b�����B���������������D<��������� ���������F���ur���m\(A.���������
���Y+���n���0S���B���������Q���?Y���<������e������m}��� d���' _<	������������m���-WQ���M�����>U~lF8������/������������L���zc��]R6���F���!3We���@a������������������������n������]������66���f������0HCW������Mj������b���3������<������������:���a���x	U������P-^���Zq������7������G���u���f���������������������c������wK���r���{���������������L������!���������2@u������������1H������5y������������,������y���������0���������������H���������yt���=������m������0i"���~,Ny���e^m���^���l<M���t���%~���;���S������~6��������A��������� ���������0���4���3%���&Xrn8%VD>P���w���>4���_������������;|���7h���k[���D���������!k�����������(O���K���������������y=������V���4���M���c8_S�����II������3������#������������1LC������;*���'6*������������<���a~���$g���)���c���������������)���P<������������������6���<~*)���Tu���������a���:���������XqI������iC:������1N���*������(s���kL���8������6eA���l���3e/���)������k��������i���}���H���fN���)L]���ij1d���%0V-���IjLS���m���L���6|:R������
y91>���!���������\���@���_u������R��� ���J���4]o������5��������.>������6
�����������B������h'���������Q���6���X���M������J5l�����(�����'���BZ���slv��������^H`���zvg���KF���(���c���Io��������������}ag���&;`���4/���$M������Tu&������@���
������9P�����zu���S���a���������V���vu)D���ep���Z_Q���${��8���������t���C���K���3��������������������g!������������(���n>������"���������(���U������c��������N45���M������������0U:���A�����Q)���/������<���K���s���������y���������
OH���O��������������*r������J0;b������,/+���������Eu%���
P������
������0Um������j���-���������M��������%������������������[���{.e!/���L���L���3.������D���4D���$dh���z$���������
���Gm6[4���"d���A���5���'������u���������yQo���l������
���88���B{a25������-2���������|���\���o|���2.@������*���z������!S��D^y������0A���������2������^	������k`���z,Uo���:���&��������r������Q���g���������z������nX���_���QZ&���������������4������������'������W������D>E���������?���f}���������Pa.���XLQ������-3���UX1���W������������ [��� wC���zr|?j���������������L=`%������������������-4���E|���%���0T�����2E.���8XqS\]���k@��������L������������sF���������b���I���^D^���[������&������F���rl������������������l���������*������L������n������'A���O���������A���������,5
���a��eA!���6������������~���I+c&������z������_/D:���Y'���C��������7rY��������R0���]��� 
���������P���%������������H}���&���������'��������������0��{c���D���2���7���wM:.���u���F���U���7���������������A��������������W���{I���O�����o������?������t������O���a���Q(������I���������Kh������EF���7������cJ���?���gZ������������n.b&~q������������������8OC���tj[���������V#�����������6������tjYC���"���l������P������M���
���s������54ek������T������e]���p���D�����������=���6r������(��o���'+p���A���x���w������D���������S��R������P���~������oa������;X������������?���������U���������_`������W���P������Q���.�����X��������%c������~���(���v=������dA���%���:"���?A���^������JVjr���������u���i|kaZ���X2���o������P���5������t������lc���������ZT���0d���1������(���";M22���nc���?E������/d��
���3�������������������1]������v<���	���)�����?���?3x1���������i+��������	)���??A���x���������������������[&
������@���	Z]������d	���Xm)	������/������u���m���V���������hN���v������������d���������QD��v������V���U���tY���}���kQvV������������E!���@������]���F���k���RK
[b-[�����@���^���U���(���������$���������)1�����[���Rc������Va���Van5v������n���������%���.������Y���TWd���2a���+���������@���+���\c������U�����������5Z]S������5
6������a������������J!���*������\p���k\���	������f���=���9���k.<������������x���U
?v-���]K���e������j������\���{���
������_b�������������������������� dH���
'���������������������������d`���������������������*���m���k���J~#��������:x���������������Vx���������h���'���o������fx���������&U��������QP������������	���^���8���!������]L������_���������>������? .�����������\������������d���L������4\,������e9������l;������1���5ET7LY���������;���PGU���������|���X���[���Z���G���>{������+���u&������������ky������g������0;K������4"f:���7������]88L���5"�����������������E

O#��>U*���v���*���������/���9l���1E���8���v������������M|EG���8<Q���a���������\ ���������\���������f������:J\���0���u6,vya������V���|(���[a������v��������\���p���������������������8�����!������aWq������\�����������>���������������M���������#���
;���R���*������F�����������������0$��6�����*���/���rF���#\p������m���C�����������o���������e������$�����E���u���r&������`Q������,w���������z���3������U�����S������:}���S���m���"������������������c+#^i���_1������<:?)���w���������"���u���%���y���S#���7���wi������4
���(������9v!�������]������p���������F&���qB���2��������������� 3yq���$���_���������G4���������
<���������0���������������08gd���?u$;{dd������w���9kd3������q��������������������#������������������#���Y�����F4������g���G63w���9ud3+���3{F6���PT������SF6������qf������f������������������fNQ<�����������������M=���:���7������x������T���[���M3���V������$bOW2���`/(G�����������?la���5���������(b���T������b'���������ix(���&���l%v���������������]0���3n������������e���F<���J���<���qg8���9(���RF;������F���������k���������a������>f���aX���ga������������E���������ID���2������Q�����������O]���������2���������Il7������.�����������R���,���7�����\)���j,���������Z,���s������<0������m������fYn���%f9���,o7���[������o���Ef9���,���;���t���gq������X>������O���O������D
{������������b���5������w������a���G,������JQf���'��������������2���e+���/by���x������������*���<"EU���n������JQu���	5
��������"HQ���O���������������PKj�����=T���PK������H@android/support/v7/widget/ListPopupWindow$DropDownListView.class���WwT���������<�����%	���!���"B��� ���������L1&i���H���������r���������������V���E,������g������������
m������D������������������j_���uu-k���wP����L&a���]Y������>�����������������']:{���
|���d���������!������q7"Q���A1������`���������~���������������Y���������~���������}P���7C������,���x������fq���
a���0���G���������������0k������;x,���������]���}�����,���b���'Y<������r���Y���c���}���~������1���Y<������y/���TP���i���
N������6������eg������T������*Pzh���fk���������o���������[n������D���=o
f������1SAe���1m%���7f���������
V������T��R���B1���������N|���������^������w���h������93������w������F;���3������2��������N7���i2���f���J���6���8sf������E���������`���Z+k9�����������v���1���N���������}NC��n���F;������[���������V������2���]��4������h������F���������[���/
������>������P���������o������������M���l������7���
r
Y������"���[������n���s������6+������\	F��������QA���������������G���������6������#���2S[������������k���/=��������������������"
n��x���5�������������������rv���r#���O���Y���������������������Mw�����oE���u���i���-���O������G������2��d���4���J8f���,������[���B���I���Q���%������9
������/���u���v������������N���3���������X���������(���F������H���<������
*
���sR���HMM���Xi���$���������>������P0�������������R���7���������������iMw������������}F���M���R<���VAj|���M������CF2I���n^���\���������������g=�����o)���e������i���I���������L������b������=���^C���R,S������p������U8���a9���ixo���xS���I���������h���!~���������xK���ig���
ocH���0F4|wk������6
w���GC=nQ���������������L���
������������S
?���9
?������Un"������R��x���pEX���J����������G���o4|�����~������c$5|��`���d���'���Y���_���S���������&)&���^������T���Wk������((���N���������FS������������_HUSp������F.������������������P���������M$u���Ng?'����hy������X������F������v������t���;7���.U������������O������f������������rj���d���q���=x%yc���e���`������m������^������h���q������K3>������������������������������v������ce/���������5d���d������!���J��]d������|#������������s���NX&���������^���Y������M[���\������h���h��)>{|���T���-%
���NT���������U���������/A';������Jem���k���3l ?������������
������PF���_���������B>���[��������������������cl��J���U\z���l���L���������������a���������[::w������������������h���X���k������B���v���������Q������S.���"m���n���������6R���k���f/S ���������)���n���������>������|������o��������������&&������������������r*T������^�����y���'���:������zL](���W���
������������������������y���������vE������Z*[��������AU���I������������������Km���S������3���^7���������������\���@rYA,EP,C���X������b���������<w-���a ���������D��5���������7c���������������X���i���o���������{���������)W���������JT`>������x��������]������Z/"���9x���;������W���<R���#j$0���P}0���"������������=��N
C[���kC���`D=	���4������������7������A�����D|G������#���������b���mT}���J���=L���Ac3���P���C���a��������F����������������������������S������|������~q+���b���bt�����������E3���E
��������������� ��w���C���c���������DL��>����������b;=8"������S������sbE/^���qR���aD���������������4>|.r2L9r{=}��phA3i*:(\	������I������BZE\����������������6������������<������9���)���^
���?���u������R$L������������������,u���/!���(���O������*���n$������4,Tt������2���0���������$4zd���R���Z���R������G6������1k���X6Vp������}b?e������:g(*��+���!������H�����;h������3������eX���{���P���i
���L���N���=���;������������hj�����'b���c������������t9���:���L���O���~!��� Q;���:q������CX(���bq+��X%���H����K������0wI������ <���P������dD���0���������&��4}\������3������*���B������J���������c���>���������</"v���Y������k������QS������������a���?���`���_���.���������7���]�������4Q���&������������uc���������O���'������������_b������H���D��������������1���������&���D���xs���3���X ���'���@������"������ ������������!^������?������x���x���������������pX������'������������8+}���A9��Z���1�����������/���x)���5SVy������ ���G/��������������4���O���4!���������:������_���������	K���d)OZ������u������Ys���|>���ET-������������c^������8')j���:���������
������I���q;J������ZT~B���(.���>������������W���.���9!o���������������������
w���d������]w���T���7M��������q������U���m(���sU������3���T������H(������q7R��R.������F���sQ������}���R;���������������������n���e���Jy���8>���o���PK-���7z	���PK������H(android/support/v7/widget/TintInfo.class���QMO1}�������
-���@���i9��8������*!������R	��7g���������������]= $������Q���@NeW���f<o�����������������#��������M���G�����������`+���6Cut���M���jZ]i���������H���	���������YwdP��������������-���R���������1���u2���������\C'������:������uA���������`��-������G������O����������������gmt������P������=���Y������p������������>������;���������"K]���������L:���������R8���~v-?���I������������t���������������������������r���)���j'v���Ru���#��������������������KX���C���cu������s,���N���>=������ID&���P���.T���ch>������������S���&���gB���]���������cQXnI[ns[������6���������YF��������������������<���B/������
��������������c���������F���]������.^������R�����d+������n������M�����������������=y���s\���<���������-���������[PKft���������PK������H8android/support/v7/widget/ActionBarOverlayLayout$3.class���U���NA������VN���jT���b���R������mD������HR�����������������)G������������-���|
_���D������������Cg��������(���^rs3���������}���3���������������7���aWm8������q��������qi7p������-d���o���hY������X������p��������������t���!_���B������F���z=T���m.������~���&���������i?������\m4���
���^������
���H������|������e������L�����7���������*N���})���7v*B������<c������������&W�����������!���g]J���J���"A���b������������O������$���1L���WaCyb���7@���7���m���&'���O���������/k�����
���\#8��� ���q9���:������������������"���-���u������{���;x���EKx���`���<���
]}������R������pYs7*���������tg�����������;������������������{���������t>������EcT���)���q������B���9������������L���_t���������u7I�����:'������������t���������_Q���@���$y�����Pzo%������VR���������*���-<~mK���]��������������f�����(������-���Bf���O���������*���Zm������Z���������GZ���j6	}h2]������������������������>���q���~`������I��������S`���������4������Ma������c������6;;���,������3$)x������$���X���q`&���E������3$���B������������R���8���������i��������2O���c������������%"X������c���d���
������D}	���������
p>���D���������	PK���p���u���PK������H=android/support/v7/widget/AppCompatAutoCompleteTextView.class���W���������>k������b������m1������J���������+������
���VL���6t--���iW]���l���+m������I���4=������HK������	��� ���$���������T����������$���?������������7�������������������
`����������42LYa��������������/���i���o9���p�����������U^���������_f���+*���F'�������������a|�����������������/������WX������x���6������S���e���{���|������Wyy���������������z������7X��BB���o���������������������3������S��������@�����@W���������icV��������������������c������h.��������]9]5���)��Ne������v&������5\������2�����������c���d�����SF:������_������2������F���6g�����@Jt=R��������i������Q���������o��\���r����������������� ���L���IC���s�����3��������������0������;������t������w���������.���9�����������T�����J���������-������*)���&<t������������	h���u������w���tt���us1������gP���N_H������&�����������hI�����������6xK@P	] ������'����������r}������;���]
������������~���)���S?S���s���������A���egO��V91������w���q���F���c���bI���������������#f������9������������=C>w���,���vu��-r������]���������v�����������L
���������^������U������r���������E������n Z���&���������������������%���yO������6c������*���R ���1�����]������y������S%l������;���������L>���.������j�����������������������������������
`C?������V���K2pV^e-fY���3������s9������v�����9b8'���W������1���tO������������qo���&���{2���*o(E������[������t���������n���J������8k���MVs���bP^[������#������m���i������������e���49Ow4-M{������]���c8���������~���������������i���=������������������5L`R�����
������������:���������W���������o���������������������@������6P������}
���`������������������(���p���4<���Sfx)���2��wxysp^���E������A�����$������������+Hi���)*������������8K���������s�������������������]������chU���
K2���������]J���{���D������+qU|R���
`=���MH���E������t������1������������"������-���p���t������������J���)M���z��������������������)������W������f���0���������S��������������nZ���3��� ���T��j��b���X3������j���mKznAO������>{������������V������X������V���o���o���eI���c$���L���.���&������6���i.~=i[O���t���L���������k���y������K/���AW���J������OK�����������jh���O������F������r%������X���������������������|������v������!���T���V'���E������v������&D������������������.Pe������!n2��������������|Rc���Oj������s���a/������������i���hP#���qS���OkX~~
���p������������8H���I���R���A_������������721y-E���j���A;���Jy���������@^��������!������,������'Y(h���?`92q������H������;���t������.������������GBw>���*���6������������������:������|�����������P������n������'G
������-������Kz���C���������!������^h���N���^���������3���������������S������i�����)u������pp���D���������������4,\,\���-d������(���:F
���K_������������V���*N���xF���8I������p������'9)a���m���������6v���pd���u���E���������L��������y���)I.`.UDv4���s1���IHMcH!���(���������J%f%^���'3���1��� ������Sl���)1T���|���������E���x��Dr_������W��������������������2���D������l���N������|������Y
^������������7���y������f������������<yv������V���@ta���2Dg�����m4~���x���������xx���(���������P��r���<��������>���qy9[������������E���;���a\���~kb��Z���^'Qo���Mo6������2E������M4H6���i������M���inS������&������T?'Lc{���H���'������������;���U_���!���������������4���������`>���w���
���[���������
-���B���p��������]&Y������������"���4~Ll-`���6���#������������ o�����������W���:1 ���CK�����h���<.���;&��������'������������g?@���M���������/%f\������������B]������������c���H���W������������PK���������;������PK������H6android/support/v7/widget/AppCompatTextHelperV17.class���V���VU���vNC���S()���
mmm������E���������9)���i)*nf
3���&���k���@���|���Z���.������K]��������������&I������,���"���������������'������������`KE&��������k���R���>���U|�����������#�������X���U���},���b���'BwA���-
���R���������b���Q������������������1���h���P*���7���F���"���Crw6������|���bC���%���
n/r���
<�����5���������P���������k���u!a���[^������jSw�����5S������������������������]Xv������|������������,������c���q�����������������������R���#���ub,���q������-`|���������y(���<���+������G���	dl���|2�����C>+������o������������Ymr6���2���Z���T���&���h���yC������D"��������eo�����-������r���������������������$���
������c)vX������.q���o��;v������g������E���g���q���Q`W�����o[��� ���$v���������v������2���
>U���U���������~���@X���j�����_������i������N���U6�����������������;���Y���1���
9r���6eV���]������Z`������z������kz���������5������O���[������������[
J>G��� kx���������@7������a
O(
������B�����J�����������75���������1��������	S������<|���>c������
C���������.���x���Z���������u���,������1��������	���/���i��QexpB���B
������m������q���TX'g������j������
���8
���T���������j���Wj������H���'������g��������2,JE������������������C������1������3c���?���������s���U���<0E������������2H���v���������������3���������kG���������^H���������y���g��A��.������Eii���������%���������c������YEG���i���GhOdsG`O������uZUI������8������������������0H O7���������D#_������Q������es���G���dA������������O��r?#���Owe2���������������������C���]���v���9���_q9�����������-?�����20/K���������]������P���9���v���nC������N_���az���F���^��������������;������������.iE��������������k���'k���(Q������${���)	:Iv ���
������(M������	c�����'E���������������)������A���M���7��������������EG���W���������8jt|S������8N~'���$��������)���d���Y���^Z���������|������.���I^Gi7ed������������������Z4�����K&W���!!2���0!��NxO���}���_PKg���N���'���PK������H)android/support/v7/widget/PopupMenu.class���WYtW������$klyd��������8.Y*KN���&d!n��J������8u���]���6e���S{iFhFN����������������e3���������>������h������	������
���������p8������������H������Z������������������������ow���������������7���`���{���������J���������>���^|���7>������c(x���'���������	}\���'"P���In>��������������}V�������������#������c������L������s,���yn���������_������K��������������_a���������������|]���7|S������
^���1a���������r������������������<n��n���%5kR������k���������
^���0Ov���������������t���������������q��/Y���|:���K������������F���
L$������e���r���h������������������������_Ih?���B���������������^���CJa������-ZD���������������������~���p���*������������F������������|Q"o/4������]���������������������|.������l������������H��������9H`������������������������������U���-V������o6M���F���Mu���a���)���t���������������xhZ ���������ub7L������raN/MisyZ������[9-?���������{���!g��4sivqn=z��������4��������BI[2���k"+p���5������������*���V��������>���8���F������pQ���El���9���NJ���C������������`b���������i������6eMu������������������t������������Z�����Bxn���������"x&������$������y���a������z���������lt���s��������^���b���t���������5������ ���ZI+���t`���4-Gs���d���M~������mIC`���������+���$���y7���v���
������{o)���������=������I���M���x���Y������ld���������sO���y=���������������"���/iu���BX���C���d������tr��*���
$:-3������l�����C-���������+h���</���c%���qs���������������������;Y���s���������������+���������.OCjd(O���G#5���t�����������T���2���������������x���e-������m;>22"���`Sa2:���������J������I���\������g������.������%mIS1���;T���DF���wU|���������73*���H	$���������������aT���2^Qqi������VTf������������~������������wc\���1������
Z3y$������c���T#���Iw^]���T\�����������������OU<������������0������x'������X������T������Pq7������&������M���C������FN���)D���s���(������h�����%���Ug*4���C���8������IK���M�����������P���������OeL������{���|���������7���V,���BQs������|&Cn���>���L*_L�����a��N*���Sk>W}J���G���x���[���������`������(8��^���]+5m������4������������������������!���������������������������Bn���M������k=<������4Y���eQ���������o���������3Op3���'_0g���y7���/���M������y0������=������>���K���������3.������S���T:eO���Y���T���dO���H���T������D'1J���4���!���oO���������k�����wQ���8CLgq���F{\9��{9#~!G���s@���f<��&d@%���������v������AtbZb']Y[������U���G���q������,g<��������x���lr
m������
���������������������������������Hrx�����������xi8������o[Ct������bp]��hwE���w4p������L���<���Q��� L2������(���������9������������\%|������������Y_���������>���������($G���h���F������xyW#i���g���������Vk������������OH������O���!)���S���_@������	n��}������\R"������]$������x���;������T���M���{n������������I��s
���+������������������]���/P��������Y�����������������b-^���{<���������d������z������������Bi���5���������;|L���I���������������������V������cL��������������Rl`-V����������������2|���7|���B���
?Mc��������������_���
^x[-������b���������F;k1���L���������^<���a������+�����������d��U]0���_0������Q-a���������������j������NX���h���uTb}���������#������>�����7d:���~
���X.���D���?������B���������J}>z���
9���a���p��������������G=B���#������������w���a0������D���<B���W������|������O���+t=���hP���p���Jd
���B<um���������*n{m���e���I���)7������N���������w;������P]������nt���^���}UV�����������L���"LB ���N���<���,��������Vq���L1P&|0A���2������,���t[@���mA���lk���2Y���������6E���6������-apd[���j*���
]s���;p;���	���cp���������%���������>���������������������;���v���PK���(1������PK������H?android/support/v7/widget/Toolbar$OnMenuItemClickListener.class������?kA������������N/b'���Xh���)D,AP,L���n���{������+���{���wK������%������X��������������������u���������������������'k���l���e������\������Hx��������U���(_���=���������	������.������LH�����;������Y���)az_������|���.���r".*���s?���������7o���|`��������3I�����������'���j���������������fw���,^������FB������Eh���U}
���o7BRy���������u���PK�����������(PK������HAandroid/support/v7/widget/ListPopupWindow$ListSelectorHider.class���R���n���@=���I��������� ���P @���n���E���M)������������`5���Ge*3������v���o!���X������������)X���bs_s��������_~������6���>���������������}������������y���������������:������P�����*������b:MM�����T���+���h���������y:-��������������M������WZ���	k���
�����P���JcIX*-���o��������#���a:���He���y���n���#���X���������I������'*������<���Z������Dd������G������OT3���f������<\'���������h���o���{p��[���A���U	K���w������L���ce������#cmO���>���hb���Zm7���D���������;"������;J�����������{�����������(������}�����<��������������$������,ZS������{n���a<P��������kp���
8���w���=���������|������?D���={���������H������p�����������[F���N���=g��������5������|B}������-���������������7������#������������8���f+���������w���:��w`���3<������Y���+���8_"/`���u���������B��J~PK���TA������PK������HHandroid/support/v7/widget/ActionMenuPresenter$OverflowMenuButton$1.class���V[OA���f[���������������H/h��\Z@E-"wc5j������������a�����������D5�����&������5���G���l���������������&���9s������|��������������������wc�����(.���!E;���m���#��������������j��a$������.2D���F1���YN2��]4���iK������:^���$m7[���V,s������������kI�����w������.������������+���]f���[���������������(������u���`���o	�����������8���a���i,Br/���
:a	��d���H5WC([������]���!���`���������Yir���������%���������
���+E���t,��Q\6lK���eXU���sM'���������h���tz���uRa8DP���d���+1������������[������������#K���R���������F�����Q
hwJ��� ���a������X���=������&C(���~���gO���Jj/���@zv���/X�����NB��������Au���������t���u������k��������q�����CGL-������X���t���q=���I'pR���
�����������9���S���5_������&\������N���j���S��������SN5�����v������������Ik���fg��������]��������2j���u������0���P4:p���P�����������sl;���������D���������k������*��������7�����p���de���!���7������E���������u�����������}O������E������{���u���R������5������3N���������;uH���4���������	us���������&L���Nt���C���(Is���|M"3���,3���Zf���B���/���il%Kh���H���&��������/G���z������i&������|���������W������D������������B���2���������i������
1���F\������0z s��eqR���F%D������[���<
o���HGQ���5��7���c"�����������������������������6k���mU���*���U,���-���}Gl7�������������/���������������8���W>������8BR-$P���4���Z����������p}#`���������4���@���PK<���������XPK������H8android/support/v7/widget/ActionBarOverlayLayout$2.class���UmOA~���VN���*������J)��������/���IH���5���������n`������k������%������������"���?���e���������%���QZ���������f���f���yvfo���������o������ci.���������uW1i���
S������"���[��m���i������8(:���e4���2������*Wu�����4���X���������������������0���rhd������r������:���U���7���c���^���J���'���������g������������.F���R������������ox-"���X5y��������������3k���2������[UJ���J��D���������3z���D���3������H,���u�����X���h���{������oqb���L���Q���H������\�����������������3���0���qw������0���A������J���=������������>=<���C���@������I3���,?���j���_���m������P���:���WM�����
z-N-���a(���$_
������Q���F���������'���+���i���������1���G|���oI���������������
N������67���������������Q���@���y���������fw9������v��������g���A������J"n������a���������'���a������m������N�����������������v��aM���������q���������������������>������l_\1	{������������r9��������;@���(r���=KZ���l���q������_������_1���)���#9H1������9���^������8������������%���Tx���L������P������������}���������>N
���a���m9{8������������������#���	|���������PGp
8\N���'p������Y���R4������/PKd���������RKPK������H2android/support/v7/widget/DecorContentParent.class���R[OA>�����\���M,Ei���}���������"������M���������6���=������������:3��������?���e<;@(���>���w.���9��������������������a[T���������������U�������������l3;���LI���������pc���0����������q��������������������G���M������M������J���~���{<L������.���-���������������������:h=q���R���������`BHa������Lu���r���O���YD#���BI���t���9������dp���R���<���������"��� ���uy���������iWD&���5������v������7���������fP=q������~���������K���������Qf������3���������0(��(c���+������6������������jh���N�������k������}������<������w���f���'���/B&KS���m���{9��R6���=
J��������������������X)������5���Q������e���������^���<)���"	[$������������������-���DG���������������������"���L��0qo������5Y%]V������4L�����
c���*���R���xKe������P���t���������5E�����:���7_$;7���G_��s���p
������r���������l���I������v>���]{���������V7���e���������
���@���-�����@@8E������0���p���N{������������Y���s>>������������������<.y���������qV���������������tm������xD������k���f���'���������?������Y���P���������"���������PKmW���m<���PK������HLandroid/support/v7/widget/AppCompatDrawableManager$ColorFilterLruCache.class���������O���P��w+���*6q?���������p@4#������&������u[I���.]��������� ������������e<���������������5���������������������sN������~���������u}x������)id���lF�����c^���3���"���e���������T>}@C���.������������w��������������&Y
v���������1��e���U��������������l������;���������b������y�����������
������������Url������5���z���v\���tE;3J������^������9���V������������z���[������;S���Y������?������I������$"���X���hv������wR���@���������z���(6���w$���;[^���<%������������\���TI������(��������������������S���s���n"���6���[D)���3���T���{������������]���O���[������tW������
���Vy������l������}���bq���sh~x������K���������������������~���5���[-o���:���������|lR��������9E���,$7vU���
������#K*^`Y���V���������HbU���$���d���d������?������0qS���dd��������C���R*���E9������������������lQ���6���������^t���������&���������]n���R���Kn���2������5���b������wN������`������tWi������]@$������������f!�����"���R=���������z������~���������$���3���X���������������������B������������������5"vH���>q���������i���E������Kb���������@���ac{������������i:���X������b���������������������!=a
���7���������������?��C>���H~	���^ZFHZA������������������v���!_���L���1���������a��?���)Sx������������������>���\������,���������������PK2W������������PK������H0android/support/v7/widget/AppCompatSeekBar.class������mOA������KK�����`���������  ��r���H���
���I���&�����riW<������]���[���w~%���X���������e������;K$<�����������������N���������������AY���E������b3J������a������&���d���
:4X��WZQ���-
C�� �������������������p2,U������}���a������A������������)��Nc[H������2C���I���w������+���q���o+������i8���������y���x���|���0fvu����vE������\���dHW������`���:���x���nn������1���~���������<t������l������[������P<Cm������V���/d>2��������v������q���5)Cg���-EM���5���r�����F������cX=C]`4�����������
u������6������������b���Qm8X������;������
\���������E���lBy
������b���@������:!
R2p	���
���������uz������?������#9���p���a������zD���_���������t,���
���a���������������u�����������������c������p���i������������W>O=y������yc=���������i���J'��&e������>b������ ���rz���g���4������)0z������W���zDvI��g��������5Z���h{���b��������������i���1LI`U���	G������|���z:H��������&c���.OOxJ���y+r>!B/���)���������������w������!c��������������"���������=dI��������������;H���@������]���6,b���1������(+fvs0���9���IJ���D����9E���*Ge���������PK��������v���PK������H1android/support/v7/widget/AppCompatEditText.class���W[WW���F��� A���@���IU������b�����U@���������C2������d&���L@�����������������������������]J\���Z}���CTW���>3������H���r���\�������������������������8������At���j^���5��������x+���n������������u���wC������ 6A������,���bA�����r���gr���`���y>5xv���g���yH���������������������4����������������������������������-j���I}B3������n���kf�����x$���M���-��,���,������DF������JkN	��@[���������������������6L���L������C���W`u���H^}jZ������K������GJ���������k������������������yc���������������������3���wF ������@���a���������Y��f���Z��������������l���������f������72����������!U"e���������(���QV���#���5������������������8���m���f}Jw���������h���������@'p���������1������������������Gb�����������6���g������c���K���[��������"��������{'������c������1s���������uI���������������������iZ���������I������?���a���?������@���K��	���)���H���Zz��e"q������!������������I������pQZ������������72���
������!������e���G���������t������������@_%���\���&���y�����������w=x
)���J#���"Pe���0A���J���8!o���:f������Mj������N|}���D���	���������������\/���H���lr<Y;������`���+������������R�����������KwD���53���SzT������V���d5���m������:��������]���z���������7��������������21xK[���T���aP������*������A^���W���������{���P���G*>���'*���c������������,���S=�����3|������/���]���U���&U������yx���*���������N������bT�����������"^Sq������������a
���*�����@x5Q���=O���N������3Y0������G���R���k������)/������dv���x������Z���-������I���#��������������������{j������(0P������������W	_���������"�����VhQ��������7j���_:8\t
6���������T���1���?���(���-IK������������������p���0l���_������������[������1[���<X���|>(D&MX���;V<0:)������%>(n;3Y���n���S�����������B������&%���Z������H��������Y!���^���������T	������QHt���F���z���Vq}���_���
������������>���q���NJJ@	���E���wI���OcPn������������f[]2������l���H���#@���7���U9T������;���:������v���������������'���g���D���,y���'���jH6
������"0��CM���)j���������a��P���1���������c������Q"���	h������76���d������v���+8N���'���L���������)R���4Pq���(������HUC.������j���W5��������;PM���Tqi���������N_>ku�����������Cj��s��F���T���E���#���C������b���������m>l���*%���h%gR8���h"������{���*���sh)/cK)���e���������V\)|���n!������W<���������0���������2���7(cn������EM>D���~������X������������������w^������������������������������Y+IRJu���=���#2u������O)��������A�����M[KmZ"Qw�����������4N���,o�����6������f���������6]ZaS�����������������������'������t������pW���������"n#A���GA���������x@������������������EZ���i@UK�����������E������U���pW���\(���?���et���&���O���3���y�����:������{�����|������>T������������"������9���V������`���T�������� u���PKC!���������PK������H0android/support/v7/widget/RtlSpacingHelper.class���S���s���T���'Y���P������������.Mh1���(m���i������������������MK\������-RY������r������������#������7.���������p���������~������"���4=������������ow���������������?���h���VM���h���@��������wp���v���a������&���-���������9Z������{���
o������������������ ���T\���������
���m7y������^������<������m���{�����������J���W��������~��������������N�����8@���Alx���������H���]���C?^������/l#���Z������z��������=twxJ���~���
���������g;qf���G���P�����v���������u������������������������������������be���������{^0���eA9���Q���D���y���	QV�����������/������VG�����!���������������f������C���{Gw������������(f���������fD������������u?���:������q:���#���<"���D������������������������������>v���]���f������N��EgJe������S���h�����4-���~���	:���������
���������������A���f���\,������f���H������������(������~&������D���y6���S���))���K�����N���������k������c?#a���OIc������R���)���������1���
���LX���@���f`���J���
Q`8G������-/���������J������EH���s	
���������7���~I���g������`#
~������`���x���'_J���7������2���dr���������o���CK���*'���.��������gy���������j*���~<���������e���a*������L���l������N���������
������H���Z���������%������UX������khf������`i���������S"j���K(y���L���������v���f��������UX���S������H���������AB������y���<Y[������I���Y������M~;e���
������������������������]���������:"���
;���������������������'���������?cRK�����k��FWR&���a���N������]U<������4���<���������~������!O������<���^���n�������'���U{c������7������������������'���O���B�����������;���.���������U?���f���Mt~������FQ��������������-}B����������������S}���y������M���k������Y������r������������=���P���~���e<x���k<���k���o������PK������������PK������H1android/support/v7/widget/ListPopupWindow$2.class������]o���0���_���������l�����@l@���~���f|H\���&m��*u������T���������j���;���G���������`H\p���~B��� ���b���������������������'������_���x���G������c�����M7q�����������������{&���x������OF"���m3���z������#%|'N���PE���3~���L���?������q���F���i���NH_M�����B���d������]�����F���������(���3,�������������������������������������FB���3���������1���������J��N������1'e������������S��(����������OJ���:v�����q���(q������C7���20Qg������Ty���������������Eo������c������s ���@���By2R������������&Z6���a���X@������Cl���F������m������������CQ/������:���'���K���h��������������������������/�����W���R���������
������dZ���.�����������HESb���������o������7%���SN���+U���t������#������i���#5���&���R���~p���X��������;G���lRi������b���X������'������g���}���<K���������c���4���~r������������YCyF���k���z���#���r������9VZg0���	���IW42���!Warc%���������q������+S���_������������������E���;���&���������%���������t���nQ���E���������PK������
���PK������H5android/support/v7/widget/FitWindowsFrameLayout.class���S[kA���&���5���7/���7������j.m������C*	D+���������������d3���������n��m������EP���>������?J<�����������`���,;sn������3���������������������@^/i���p<���j���@���@���@���!��K_	Gx6���_85���'d���N���������C?������������^���p���>��:w��+�����z���������������/��BYoJ������A/?z���!���H:R���1���F���������[YU���T������&C���������\]:���y���m	���ou��Xwm���irOj=2&��$��������������������7PD��Y���&b�����v���������X���������d+P���!���$9Y��������8���5_���i#9(\���4���+���������������@������z���w$m���z)l*���
MP:D������r������
������������'���p���5���������N������s���������K���DY[������X���-������<����������u���������eu���.���{���9������M��Gm���fFL������^}���d������������=F{���T>���LR���fB���:���������H��A������J���������B���\���������8}���Q*o���"6������C!������ lfD`Z������%������������r������W������Q���D���4������*L/\_������m������+}A���'���z+C"]���������!���lH���B���,�����$�����p���Ja���!}���-������n��������]_j���L*���PK���������HqPK������H5android/support/v7/widget/ShareActionProvider$1.class������=
1���������������
niia���A,���E,D��������F���D���������������x(1bk������������u��������� I����������������d������p������y������������b79���J���+���������kSl9������J���%i������Z	���\���������������V������4���@���m���a���,���������	������/Ji
���;���9������_���l���5|������h���n������/���?������������PK���1Y���PK������H,android/support/v7/widget/SearchView$2.class���R���N1=da]������������������%j���A���������5Q���{���m���d������w���hP���?���8]I���&���������s���Lg���������������{yd���fb���&V���a`������������m���l��a��������������
|������a���������Ad������t;"������nK������91.���������%C���2������b���4|W0,4���w���s[O������Rl������Z<������<3:)0X7J������������0���L���|Di������X������������������������Z|a���x������N��r<?������s+�����������` g!���������]���T������3���������q��������=���D������	���+������������4������:wR������u���Qg���(Y���BA'H���M���������$t���v't��Y;x���������zI|,������";���Y+��������"t������(���Ni���w������+���;���������(P������������FK������2Vh������/
	�����d���PK] p���s���PK������H2android/support/v7/widget/ActionBarContainer.class���Z|S���u?G���}%������2!������`L���e���������������L���` ��`h���Z���������d���I���n���Y���e}���������M���d���k���60l���fk���������-�����]��]�������������������m���h���������{u-�����������O���=������������������;���������������������h-���x������������������������BW������
���������
���L���������^���/{���O�������������������������������������W���������P%_������7d���7=���:}K�������������������2���7"���oe������������w2���������������������K��������?y������������������4���*��d������d������e���H���c���������4?������%K~*��������o������������������P?������7������?���{�����������&Y������}S���������1{������N}���]���H���������"
���D(������nu���G���������Xu>������*���r	������*_���������N���,.���f���������������
Yd���/���*PxSi���+�����=���'zb������������������Z{2���������D4���4���������������z���iX������4���G������To
��6--#Lj\���DOe���nQ���M���H'������:������@ZK
������LS$������h������hS���E���iY���'���]���H���������xO*���g���������������B������������������Q}`���������T���YO�����LUA[|XtLd���,][������3��������(���o��{(���M������>PgW2���������ki]�����+;���g���V���,3C���T2���m������4���G������&E���M	���"������g��i���������CY=����������������l���'j������@������������:&G���XYcZ2MN:���i���ME#������6���������������Z���8������5���
W ������T���
���%������83��8��@���]d�����i=������G�����"87���1���������dx���3cp������������uL������@���.a������������c������d8�����������������Y-������sd0	���r������0m������|��������������Lo���}(���������"x1������l���`���(�����F���?������M������h*��
���#������������P���N���c���P���f������}
���4������g������&���m������uO8��������b���#���9��������!c���6���������������Z������v%������=���e2Qt���O���&;a���T]���.	���������of������oK#n`���������������sY ���������Y3j������:���������A=Qx	rM�����������������g���>���v���������������������9������Ba���a[�����$G���Z������7Tw:NWLM������=������h���������������p���vIKe$J�����8���k���`Y���uG������P:1������=;�����!63���v$���	���-������#EM���������[(i���������.#]���f���)S
���������,O\;������OJ���j������zR���0��Acn��+n\%���d���	2���������e���������s���������������h%���K$���O���0���,���������$/V������������/���F2]���a-���G���e^��������B���������%������_E������k��J���+���\������o������]6���rs9n���������������A�����������r==���p������+y������������V���WS���������kx���J������*���������J���
���7������������������7*���I��������(Py���PGd���Vz������������Q������j������o���6���������������������M���rw������StY���������QE���������i���fw������lH������G8������h���!:������]���O��������������������^������������*���{T:#c������~��;���1z���J���������C|X���w���a������U���UYm���#���q������F\Sstp���������������8������������U>������������t������^���O���t���>������'���S*'���{������TNq7S���[)np�����|p��������������
R�����d������7���a>��l������"������������������%7K~�����+��r������LS���R}���������z���������FtOP=w�����g������]���3������l�����������������CL������i���T8Oi��}u������h,j�����mI������!���.L���������Y������`���oP������y���������u���?������+��������<V7|WT���������~5���N���Z������/������xUY2���W?���������������n������]������Eo���M�����!MiF������#���!���������U3���6J:
5+���y@������v'������#���������P������8W���h���q���v���\���Y���������������������'������s)���������8[���P"���F���b���	���(���hW������Q(���X2���������>�����������f���q���2���qn���������]���^����\^Yp@���b�����J{ro������a������>���,���z���(��
���������������:���x��������������������#k���bq������S������r������f������DDKd;���������{mx������xr8j���H3W,8������E"���o������5�������������������������������������������5K������J5������&������<v���������7L������VO���Z7���,*������������6���$y���u���f|���Hq���C!������������������������I<���3������8O��t��C��2{�������������N������y�����������w������!���h)�����������pR+���rH���a|���������!���KR���{���������{������GR������QH������'F���E{���m���������j������������������`���5THki���Bs���t���`������	���������0������������$������s��/������"9K������P���+���:���L������*R���Z9N��������'���&W������u���������I���b���.1h���A���:���i������������i���EZ���4-���������o���-4������]���(���D������Xw���WIq������
���yZ���n���U*������g������������T.'u'm���b���-������TK���im�����������P+uQ;������(;���N:������a������������n���u���ymT������P*AI`VK������������������Q���;H���N������T(�����������S������_������N)4z�����������u���/��������������������������������]"���+���pE(t���*��j���������\l���5���-���?Fb���������������z���''RM��������,���m���N���Wh���|x���������������4������5\���5
!���D���W������r���j������2���Sg~������c���[1X������0���**B{���xq���������*��������������X������������{������p��������N���a���(K���0���a���������l������e#Rd!rF���4���������Y���������������"������������\+���������7������7������7���������%������������������������I���b���$���z������<TN���s���������`���������s���������-`���Eu���@������L������������cV���k������������x������_�����������������!���p0���0<L������������xo���6���S`h���xZ0<5������������*/Sc���9K���-fI\WA���L���������=0��������*���?%���������������q���_���YGj���
j������/1E������������a(���C���z������0N���-���������h������"������j������.,ZD���������k���_/]������
������
���������sTj���L������Z���{��������H&���������k������Wp���������B_I��������Z@��./b���08���������d���Vn&���[������Ss������5������f���Y�����������9���'������	`k�����Ih���1\���������������������n���g���D���Cjy>/C���"������siU��������?f������A.������gh5���������<������<���:Sg���������:SI���������	���n8D������>	�����������\������������3������Dqw������i���a���f������~/=ji������U���������P���Yr���5������������
���t�������>���������B���	������	������kp(��~r���1������@�����c���US��������K������r���������9��Y$���.oJ,$���O<������'������������������t��������z���������������<���n������������������X�����AAW
���������E���W=���Wu���i3~[���c���������������1�����������>d���������������5������������7h}���������u�����Pn|���V���w���j�����J������C��������k���	:k���E_-���s���QK���&Cy���\���|���>��������������������������������	s������qRO������������������Uq 6���D���o������$b���f���~4������������������a���������	���[���e���
 >`������������"/������s�����������,\aK���@���������;���������%���e���X������J���"���������8������������TW���)\���gy���	����� 7������A������������"B���,0���d���R]������������ig������O���_���G���������c]/���e������Lwn	UV]���]���j���Y��������������;xD�����������#�����i���9*������=��h���tj&���k������Bg������Z���{E���$���������r������.�����������������].���	�����
���r���uZ���L�����������������vS���=4���^z������������\J/������}F���9���������p������6������[���������@Iu}���������
������������-��������������|r���������z\���������*l������g������;"@w���j������_p���������17���^���y���������[5+2������]/I���[���������<B���5{���������n���7R���D������mR���������lv���������R3���_���V��������������3������p���,���[���Q������������CLy���HO5�����������j���m5������6���������������������+c���+g)h^I������O���V+���2i���Yn���������������'���Y	<���QW������������\
���XL���������:y	u���R������t���o���4������Q��\O���s#}���W���3���������������:������7y={x������������x/���P[x3���������ywNt������fT������0�����Z#���<x���U���e���y������9���������qU	���{���������Y���u���z���p;���~���p���y���������Q\���������������7���	d�����r����������N���W������j���o77{Mn������C#W|������$���?G5}�����������=���,���o���D�����\������q������������P9���������:<4~��������PK���U���yZU#PK������H,android/support/v7/widget/SearchView$3.class���S[kA���������Y������&���Z������jM���6������VZ���A$(���R#y&������fj���
3������o���g������>������������nW"���{f���7������9g~������������.z������a�����
q������eW���������������6C���N������w���\E:���Q`������,���68������(6
���������H������;���qW*i���1t;���\���#���j?���Cc ���x������������������������������OG\���L/���jF������#���������O���1������r���]���Y��"�����/-_������Y���&������C���)������������C~���	y������ib���������������$���������"\KX���p
[7���C$���ca���L������������������������t���������343*���������8x2>������������COS���NJ������������y
c���[;���������������l���Y?���&���E}t������%M���������J'(�����L���-s#
l���;4�����������4������/���#t���v{���g�����������������s���:������������ ������{M���A6Yg���ZDxN������Y���������*?���^������
���Ba���p*]���C���i���`
_������������R���������r[���"������3:������V���!+9zL�����PK������c������PK������H=android/support/v7/widget/ActivityChooserView$Callbacks.class���W���_��������� k%������r������v���l��������������E���1CM������EZ�����������]q4W������q���6������6n���������Mz���ud'i������������/������8oF���$������������;3o���{���������3���������|���>���a���������������>�����><������2T���a������{���������0���0���D���G���y������a:���]������e���>������,���&2������������uI���jqV���/S���������?K|c�����������w|x���������������(������������������������+2^���������������[M!��$M=���R���������������=���%=���������@������u{ep���4--9���kK���I���O7t���_BWs������-S\���fD���P���
���l*>���%W���bD���	���a56���&u���v���.n�����������������4W���������%c���ei���<V���
MYM���I���im->�����%t������Y���������	��=������H������ G���CJLM���ak���-���>���6)������������%�����yx���������i~������E���������I������n���!A
J`z���&#d5���CBC������6GJ���ks]d������z���������J������U���>���Ds������������������������������6���dTM	������������5T;���$=[������k���4:���i8���m.������Y*#�����������k���J���U���D<0���YflQ���&���M7"��H������iD���<c������1���!�����elY3?������0m}~el������-:IK���xM$���K-������)|g���������)������dy	���I3���k���:r}������������EUA+���4������������e���������
���)������|]�����GxK���������?������������P���K\S���+���Z���o���������
~���������������2~���������xW������G7������=	{������������jD���XL������������d4���8��������������������������Q���W������>T���w���C���-|���`���
��-���������O���O���0N���|���
KBU��������KZ���Z������������i,��������������J������I���]���������`���pee_1���lE���;������*���3	���8g&R���i���.���k���P���������%f.���������Q������&J���_64���l���z(������t0���G;���u-������l���.���S���a�����wP9*������������d`������&3������{������-������������������5<S���������������!���!���VG���������]������+������&A���������x?������$6���`.���W������������!������]P[|������z5������Q+���������|{���������
���9���������n���-���e-[M������fmfwo-���=<���������z���i8�����������b���������5���"������)���W������[���������	f.���~l���/��������\et���G��������������+.������#���������z%���7~.i.������y���(������tY������4���8	������_������2���J����tK������c��� ���K������������r��NQ���������o��������������������7���������.���������.4a������_������������+�����������pj���U7�����������������Zo������CZ1���������x������q������
������_���������]������$i���^������K������mi���������m���n������1
������A���}������!���e~������,���o���V#��g������������������������������:�����������PH������U������������k���W���nt���������������������=wQ���������T���Q=���Q\������������c���������������������A���pp���d���x���AT������Y'���.e���8���c���������,;���������l��+���1������N���-6������������a���x������M���_���+������0������?������������@���g=8*�����c���`������q������L���N���������������[���1���������;E���2������sC4;M���jx������v���R���������SR������
������bb$Y������(��~���-R���
������������`������!��F���F@]~��P���������Q���F>+������������!?$���������2������l'kC(g������������b'���v'���8N���	B}S���<"l
q6��������������(w���K;	���o"$���������������.���p���������j������Kj���dZ�����������o:��������5�����������/\[:������ ���YEl���<SQ��������������������������������������������������������������������������q������7PU
���oa���]T8������4���aZ���=gq���������
f��������+�����������_���������14r���������w��������}������rgT���|e6|,���Z������������n���������*P���9������������x������[���nC*���]ve8���������1E���������l���A��� $g���Ic/�����C������,N���8���������&<������^���5������h���O���U������x���������PK������9���w���PK������H3android/support/v7/widget/ActionMenuPresenter.class���Z	|T������?������L^2y���3���!���I A0h"���-��� ���&���&���8���������u���Rk]Z���j+T���-V\���@���������
������jmk�����������.�����������������������fI2���D�����������������s���~�����������������h������+���n�����K������]���):���x;wI������M���������_���&7T��4���*7e���������q���������������un������������������	i��� ���'������Fi���$���������y������>e�������Mc���6i���.���������7������wI���R���-���������7������������������������^������#������/���������>�����������������_������B���C���Ms���Kn:���J���tYZ������i������Q������������������������������������l���������
>������|������|E?i���S2������������O���Q���u���yFh������������������Jq������������[n���6?'c������������?������R</���������������}7]���?���������(��������� ������������������������������M>~I������������������������@������������������F������Vh���������������i���������W���������:���(��������g~M&���.���_���k2������B���B�����������������?d�����������������Jq���������KF���OZ��������2���?B���[���������E;���O@������-���#~!���������"C���������������r1���Y������������}������?���4jQc{ ���Z���o���Xj���h���������
������mL���������[���������7C������t������������~���=mu������Pl~���iqG{{��������������� ���2������2���������`������2������}������������v_;8���_������Vn���u�����������������������p������������jB������v_k���Z_��������R������Z������������������6���C���������HG[[(���^���9���|{������������^���������������L���-���������M������m���E1������a_��@c������)������.���)_b7���zT������������v&����������������������(x7���KONoYhj��2������������L���k���������~ci-u���.���D���X[���i���5���'N���LX���'���kY��������������,���k������]���������H�����aZk������`}���r���������(���������PGO���1������=,���o���#�����P������k]���v���3-���������\���r��������������.������j!t���������������������0������6��M�������������H������I���&n.KFJp�����`�����������������R���!,z���q$���c���������d~mS���Y������@������������10���v,,���������������z���Z&gM���	L���Zh���������hi�������������2������������������mw:�����������##������N&���������������e���p���vl�����<~�����)���	������Z���1������oDe��������/������������0���t��������:��������������5@���g	���Vh_xu(h;um����������������Yl(���P���������P+������9��������������-p���~���u���`���-���&���M������������[���LS���������D������|���������v���@J���h������������A������Y���'e���������-N�����,������d���U���hE������8���WL$~ea~���h1���x8���B���@@/���jbZ������t,���������������T��������� ���_������u���C!���a���P������zp���#���9��
T������[dn+~���2���������-X���$@������&������S������T:��� b���D���-���S���������n_L#���!W���#I
x���������IR���6C���AW���v���:������'!|���+J���V���4Y���;>���<���������!������gpj���y������������I���Y������u85���U1������X���S���L_,��:f���\������1x8` ���l	u���j[a���M���Z-���������������a���5w���i���w������������&$���qCKm���:������LI���;7��������gb������b���w	���{���tW'N:WZ���H���q5Z������hD���eTT���2[C������a���o���E������������������������������<k���YPm(7���������@at���s{X-������������
SsB���l���������7���������*���CA���������	0F������c���9���������j{������>���8��������%���q.x3H���E������T���l���V���<����������� ���b���������������St���l������f������[���'���'���zo���������k���?��
*Ln
DZ���������r8���������E������D<��� ������A���������
���������m������-���k���9������qa�����������I���r'���x���������*������2���Y���B���B������������,(������PG������0���*o�����u���G���0a;������H���l���������;b���Q���-���.k������K���u������;���u�����_���56���L������Kowdo���#��� ���bw������zRc������LMl���_[DrE������������:������\������ZT������~������������������y���V�����������������)���"������ ���N\kN���������������Z'}���w{(<������!���F������(���n���������1���;��� ���V������w���2��@d���%c03������������L���������V(A���F6):������������ux���������y������������"N���!������C'!���Q2J���\!���������������'QT���WT$������4���/������)��������7;N���l&��������~���RQ���		~������cX���"������YT���nSF�����72���m���)���J���?fWT������D��������������������������3dW������V������z}��, Nzt���u���$���4���I������*������3���	���6���^���cR���������=n���,S������~S���������<������������>Q���������ez���i���qU%=&}������4���7T������F�����J5���W���1������g���B.6���~������K���9V���3���A!���!���/���_������LO������M5���������&������W���}������3���$���������&������HM5���45���T��������7���a���������P������*S3MzX���:D������j=k���rS������������j������N������L������@>(���W������Mz���������������p#���������3Lu������2U���������u������������BK��_���j���:���T���"S-VKL���T-3���r���������LU���V���t������0-���@���>MU���V������<.F���:(���7���U������'���)���P������������d,T������B������!Sm���4���-1������Y���T���Ku������6���M������������jP������jR~SmV�����"���j������c������T�����A%���#8���������U���L������E���j3���e���8O������.:e? z
���������������>t���q���B���?kd��������L.���M���U���B���.���y������������@������TUW������*u%NY������Z���ZBy���P{������]+���������)������qu������>!���q������T���qz��&�����+���u������������������&1������-������������������n���������m��G���������ge,��G��_.������`��#���|���I���1;���9������q'���g���>���{q���)�����I.V������Fr������Oz���������K���
u;������$P|mm���������6_{������������������)%���(���54n������6
����������rx������������y���V_���;������l������S���������!rR������f}���������C���!������������$O#x'%w9���do���^���Y���������oj���7I������xs��+������%������Ln Z���wD���+�����������o'{Q��w���_���?���v���`1���.���������h���;������~_Y-���m���~=���bh���c���7;v��� ��������{r��$i������������������F���������������������j��������������������������`���er���c�����0������5������������6���_W���2���rq������Et���<���&O������������!V���b,v���!/!q���sT������:m��<���������������C������8���
������-���HM(���������{������%�����5������>~Yooqm���S���wy�����J���f!������[���������������.������b���#���o�����������8b���;���=p�����o���R.|���n���}���������/���o
���G������-)���~������m���m���
���hPB����[,JXs
���rcC���	���������������������08i/������[������������E���d}���(L���E��� ���?;	���������OL���������������X��������h]������7%���B��������Glq������i��������@i���gD���������������s������ex4 ���[������O������J������������POH���][��Lc"���p������f������VC���o���[������W
x���r������-���N������V
���0[���������������?������oeg&������0m������55Y4T'���a������������������P#���=���$������'���Y���k������Sd���t���z���������~-������?���=��t������,m������K"F���H������
���������%������L4������[$Kl������ X���k������#���0n5������@diK�����O������8�����$���yB���������p������I[H���$������|T���jr�����������o���w���,���zN���o2������BI���+w���������6������������.u@���K?l���.���<Q�����P������z������jkk������S���oy������������&���:G������������aG���������AK���l���TB���4������rk���m?���h���������~��������������������+������b�����T�����������c������~���������������i"���L�����������������.�����=D������s���/���������������}������K���t}���]?`������~]������/������C������������Kv}��������r���NX���Gu���=������'���[���=��������tu���\���������{J���/���_���������|_M������L������������������x���R{)������Ir���������n2������X_��������MY���������'���(���������������ZK_GO������������oh���E���Mz���Xn���-������
���=SRZ���K��=������������0���V9K������������������u���P~7y���]������M���������~������B|������t���������u���������i���������zi|7	���	������RiN���I%���MK���4������8L���+Sd�����I���)������EM���������*S���%W7M-��6���������?A���[o���2R"���ph~l&/���
���B���'���Rm��������&Q#�����i���AZDAp������VQ+���"?���������2���Na���(E���c���A7P'���A]�����������+!������!���k���������4���W���{7�� ������c�������������������9���"���������P���]���.=���-���+���{X���03������4���������>:���s2���������Cz�����N������[���������������������i���A���t���������Yq��������������������4���n���������������h/��������Qhr������������O���6
0���!���\R(z0���������K������T0P#o���������M���Sx(x&Z���bx���������Y������<Vh������^������,����.x<���"/���"S������(>w'l#=>���^PQ���������/���-�����@������������C���������������W1J���@ShE���[������x{`������`�����mC������am���a������?F���RA��P���P;������3P���@���������h���X8���8���q1t������w &&������4���_��������}���������t������f������6U���������a ���2���������Q!������ 6-@6b]V:z_���?��������������������N���+;JsJzhn��������������}d
���#���	S������?���kZ���^������������-x����������W9�����������]���[���e3{i���t������l0;���9=t���L���R������VU������uy���wS������i������������^g������(
������@��������Q0������	�������]g���. ���.@N������z���+���������UO���SP������wl���xu������9i"������������W������������c������
r���Q���Ao�����x=.������6���_���@I
������������c�����������p���D���Ue������#������A���0c��� ���������/p��������8d���$-�����������y���y/���%q-���L���(���G���D���}(���������/"���T����������������0������_���;J������%������^���Q���)l`���/h������6*d������m������������F
j���	�����1���I���P_NPW���������m���������������y]������G���������g[���X���C����������cd�����������^:'6���������VI���C+W���gu���NG������������8���������W���:J���������j(S���1J���@������������������������Z���a���^������U���J���D������<Fs4<s���G���3QPg���&���)���Z���2���������������8c���7/I���N���c3���n��������� {]��������������|[���R���u���������������i���S���`��y���)�����������b������������=���������������9���P���6������o!���W`$������T���nT}.,���
������������������B�����P���N���7���7i'������F���������6���	z���|���|���������eN���W���,���v��������������������������\���9������s���*\��������1���	���O������#$�����r������(J������������������F���b������L������)P���Y���<]��� Q������9O������L���������U������������������v���1.���������G���.������5c���,i������WRN���p��i{���'���I������h���Ce���c!;S���[��}4��5���;���mk���X��������=t������;���������������c������������Qq������,��7)��������4������X���[m������G$���_���a��� *������^$������ eJ���(]\w���������K��������.]5���V��������,������md$��������>������������

������@���#h������������$X������9���;������Z������������y<�������� ������4���������<.������x:���r1m���������%���R
q������y���������������/���������?m���h)���Xx������B���!WZ���������=}���w�����Wn������?�����������QW���������!���~���m���������QI������r��������y���{]G������ma*E���u������s���1���1\A���<2���Cy<������������������g���||���p���������PD^���
���]P������Z���e���Kc���\J���i 9&���w������yt���V������.������yh���	2���������@���������Bk�����������P���<���f8������n���hy3���:>F���r��R|[m���M���m���t���W������������J���e���H���������\���k������=Z'AG���|���v���5T���Ki/���z^���������V���V^K}������=3p5&���"��������*���m���n;���:]�����Do�����������ur���p9EkSV�����Cq/���G���%���������������d���4l���G���1���h67���nJH���N������A&��ZZ���Y���"���?t��������������������L���;|V!������5g���c���N���8���k������4���6@������J9���G6������������/W������������������~[���)=o���:ta{;(������HH���r���/���
������1���+m���q�����#���t���V���������|m���Q�����<������������X������-]s���������������	`S��������pg������������p���qv@N������$��������E���Tb���K���4���s%��n>>
������������@���tmE_Q������4������������4G������Q������I������������z��h_ez�����������v|���_]����g���p*vQ������#���u9���L������x���2���|������t������I���4���J������xw������hB��t/P���pT������J���@���w���$���$	3������V������R���3<������������&���������������������+���d������ey���4q���%���,L-������������li������o6N������Q���o���������dx\������M������xd#O���m}�����CWV���x���������&������4$8���������4���~Ue���'w���ZO.������������,���������2�����+���I���������U������R=9���h�����Y����������%I����������#x���7/Nne>Z��� �������� ���\!>/J|������������c������W���Y`<���\���������U���P���x���6���w
Ey������]���)������]���e������E���
c������Q������������d������RO���������|o>v��������tk���.0{���1���������yP�����������������!�����������|������JFu���������m0���S���A���������w���������������n*���]������������������9���{i���������yZ��������������������~jFN������_���.��������;������������{���q������O���~������������az���������S���z���������������������3������+��������������������������YN������������B������������wy?���U���=d\/p
������������������"���������%���������?���������]���2������_���������_���������>��������
 ������?���?`������������g���x
������������W���7���>���N���T���Ky���MU���}���t>������;j)<p���b���N)��*���\j���JQW������:������nR���v���������T������~Z���Uy���.x������
������a���<���������qD4���������A������6!;���%���H���������J���r���y������yh������A���Z���������7���Z������W
T���$���
���V#������������<pa���^���
^������*8���������?H������]���9-Y���"���������)��������Y*h?���+S���������������0W������t���0Z�����WR���	j'/���r������B')T������x���������:x1Z���4[���������#������U!���
���i���R������������������/������ehe���\Y\���E���h;.���D������y������r%fd���'������/������8���f������(���J���z������^�������������N���cR���a���+��������4���9������2FNQz���<���������g

}���|������]u#������R���}���c���{���������3��4������������k���������N���MD���k������������������Tj4�������������������ex������t���eB������������W������W��D���s}/}|���$d������������������/j<D0�����������l"���S������uH���$x�����������}s���?���������s79-=J;�����������������T������������O������������3���������@wq���S���$r]���RAgSj*j������],������������DUFEj&������YT���f���.�����H������3
t���+,���c���<+���N���k
������5�� ���������c��������6���*(������"������������U���?o���������"u:9���<x&yTu���
b���������w��a���������u���2������n���R+s���i������@���g������$������GT���N���������NdR���.GNKLd���/B���:x���kx���/���K���,V���[������Tob�����������"7JJ7t���k���y������\������@���������S���~��d1oq3oI��������������8Fn=���-l������#������P���d[������[h������e0Cp������!]������m���o���Y������t���PG���Q�����-������@���������3���}������D���
���]��������,������F������7B7���4������_1����������������������������q�����������)������{���]A^UCsd���:���PIIS������lu���3������PK���1���������KPK������H5android/support/v7/widget/ActivityChooserView$1.class���TMo���@}������81nJiC���h(��������8������������R���C������7������,2���������IU�������������8������Q������BA���`	[���}3���y3�����������_������������"
8���3V���uq
���.���8g���5������;���9���������7}��������6Wa���e���'������@���������������e������oF������9h������ND��b���&�����J������W���)c���;������C���-���x8|���������FdYh���GK���O���9[&������D��x������l���K]����Z������\���D��������b������Q#��kuw���0���=isWf���\y���G���������������H'R��������������\������a������	+.a���A�����U������������%������u3TEP���������������!���+��.y���D��������������������H������[4+3\���!������,u���S6��������c�����������F>>���l���t*���
���������r�����P���s4������#C7���66>���5>!���J$������<Gya������cX���lv8&MZ���g������>#���G~�����S���@/	���:DW������-�����O������^������og���eQ{������
���9���������Y [?���*Y���������PK������������vPK������HLandroid/support/v7/widget/ActivityChooserModel$PersistHistoryAsyncTask.class���WktTW���N���d���������������,$@(������0I���@'���"$i m���BK���x3s3���p3wz���N��E4������������@Q[+U|���JC���*���X[_���JT���\���\���������������k������������s������������������}���������������������y������g��������|��������>���A���%< ������!��$���%dP��>���=8!���������������}8���������a������������>������G���Q������X8��������%|��Oz������~|��O���3B������������������������{���@���������������%�����}8������H���������������������������!���q	O0������^-Q\���P�����"������E������d<n���V���gp@���DU+X������~���j���5������j0"���^C������ZL������0ld���\r������7��ai���S&������U���K�����R���n���������bjw���\8��������Lh	������~���9T������������������q���5S���F]I$Tl�����������8s#Fk���A	������F2a�����������������u%
vtS���VM������!��yO������\/Lq4#��������A���jf���
��������1���IS
&Y���Km���Q���w9������L���k������3���~���9���}i���������)���]������[u]���*z���M������1k������.-A���������wZ��������4Hr���T��3���\1���t<������d���!���w������$������LZ���l'6���-���5���C�����������%3m������2���XT8���c���������Y������HZ���E"������G">�����������	���dX���n���������`���O���z������2xO������9���'���s(>Y������s|���}���g���������[B���
?���������]���mO���	��!#������TgSSK������������������!I������5������4���J�����+��������*s���N-S������I���n���2`$���SMZ;?�����8	���uI3���������`�����������Q���m2*P)VO���@���}���T���s���O��e|%|W���������}���������?���M������v���������y���>���4��S������\4���'E�����)���!������"O���2~���	���d<���Q	���e���a������E��x���!������������]~,���'���"���y\���������X���	������S/���g2~������{���eQ�����������������Q]������^������K������x	/���������������2������W������_��P���h���%���Q���F���~+���w������W������������2^������,������a��������������G�������������Q���Z������������5��<]a3������������b���e���q5���;������^���H���������L������h@4������������������pXM$������*������o���������0���6bP���Q���Aq������	���Z�����������T1��������������m���������tW���[������>T������i���������p��=������"�����"5H"1:������4���LnMI���\���Tt��������������QD1-r���y���5������������T���fe*M���T&���������������U������N���W������������C7h������������8���KX���i5a���gaRQ������U������_���;�����������-���o������f}F���x���Z��������y7���������F���V���qBk������L������X������
/�����������{(��x���a���6T[���g�������������������t������b������&���fGE���������������H�����������!��������������l���f���<������������J�����������'���rZqd���������B���	���NXA_i���3���*��������ea}���$���E5���e������r;"���������R���c������+���6���{���������*������2N ��� ������K������������5
)���/`c({������������2r
���Q,)������(r���D_z���������!/������������s6���|������|�����\ ���`���8V���px���8V1T���]������
i������qD��������:W���y���������������X���������[F���v���x���T(HEcX?M��� H���P<M"���������i���]���8���������6:���[Dp������������~~���������Q.���!������9���f*eN���n���,������������B���|���������G3V/w���7	���������ws������������������������r������Bl���o1���8J���o2/JY
���c�����-���;���N9���0J���8�����9���u*/+���a���m8���.������{������A��������������������/*8���\H|)ry>������r������������W���������D_������������Z������������~^���������|���1��q���o��|3���x/������ ��x������x������������|7������{)������ys������,���W���r^�����nVC���:���7���������������]L'~������'���������������0������������!v������������?N���+D���F���^'���+D���A������	������!���7������n������X���b������n���FF������������o���
h���5���Ch�����������������C3������h���-���:C���V���Q3S���:���+V���������X���L���Aj���\�����.���Wq'������g�����.������ng������������a������������	2���-���	���J8"���>	�����������Q)���~������������6���=G���xB���h������������������������������*������������������������4������iF������)W���L9w)���A��������JQhF���8���M$���Ji_K?���R���	���U������m���b/4������1[���8t������6���k������	���B���������!���<���PK������D���zPK������H4android/support/v7/widget/Toolbar$LayoutParams.class������mWG������������(!)�����������������U+������m!P���t���$la{������t3������_������rN_���������<���w3,QB���73������������w6���7o���������]���C
���E���D������'=���)vs1ym������evW������������������������<[y���V���Ze���[���$���%6���s��������u��������������V������V�����Cx��������bii���=!0������������-,.-�����������U���n�����������������������5���������������kU<W�����r<�����������v���VVk���)7���]�����������@o������%������5�����Z������K���\���������WQ���m���;������^������4���k������k���M������y�����\U56������Cd���Y���{���������W���������������U��������X���ZT������������@���������Iz������������j��������y������i8p���ok��������������v������t���T|*��
���[hV������L������\���>
]���S������mgo_���A��������������������.���`���n������������������������+T���;]������z������V8���'���n[���#���=5w]���{������n���N������Y������������^���>u���t������������y���-������������S���������:)0R������m^c������j9���VW��X1(�����m������~���7u������O������n���q���mY<������a!���GxG���7J<<���a#/���N�����������5I�����������+p��������T���_u���:���#����>������^������i��������������+0������F���������IzS���������ba�����Q~������1���c������>���������i���������5j)���}F���z���Oe<3{���"������B���������������yO������/���1(W���Z������:������&���s|A���l���1C73L���������,���O4}742���'���Kf�����'���e������-������@���������0,7:����������� A��������$��l:M:���$]������2���"������2���!h8
[���; #���4���,������h&���62~������T���7�����1���>"������������������"������S���������d;�������������v?������r��������������tR! E���������p���V`������~���.w������������$������}`D7���h���EL���#���~��Q�����t:������z�����6������B���r������������a������Ga��������������Z,������.���|������!���-������F���G���:������w���l|������&������@N������I���G������������b���������T���$���p���z���B!������S������i������f������PK���Z*sc	PK������H5android/support/v7/widget/ActivityChooserView$4.class���RMo1}n��������m(���w���r(A���"���T���Z@������P������w���J������������)���YH ~?
1^��KV������x<���������������������������'���������\������������ n��������-���j���6C����������������5���H\urb���OO���SU��Os��������sc������S%O���}���������������W�����2D���)$������Di������������I���Nd%y���'&���TX���Kg���d?���Z�����I���<Z-uD���������N���B���d�����������������������|���B���������������A�����yi��������������M���������6z-���������v{���������+���������������(������p2yA�����o3���ZH������`%R���g�����������R���$
���������}������*���C������*/)���������������s���\4���G;��ub���n���W������������H:d������<���������������W���}���c8���&��������A66���6q1������n-H���7N���������3���7D������hPx������������������������:���2���������h���w��s1���������~PK���T���|���PK������HDandroid/support/v7/widget/ScrollingTabContainerView$TabAdapter.class���U[S���@���6���������pP���T�����J���Z������H������������
�����4������d������8������/:���3���������o��������������0Pt������as������s���������\���?~~���
 ���G
���0���A�����n���\@^���E���rI���e2&������USb{ZX���2fd���������UO���1���+��z���U������
���u<__/���O���������������������j������������/���������mz���������t������Z������O1\JGB������%���j2���T���z���������dz���V#K_���1xm���{������Cc\PfPH-V���������Z���	���T���������I{���Q������������^��������4l���!���������2��������p(]���*���|������5n/���������VM���!���S���|��t������*q���������MqC1]nq\'���$c���i���s��������������p���u������������$\������C{a3t-������x2������ ���2n0���������V���H������@z6&���q���BD������������%:������������������|*���OEz���tS�����9��QVq���*������0���������U���CI���<���8���c2���1�����r��������������	���<ZU������������0���om���pd ���������u������������������`>���z������T/nf�����������������������D���'���{������i���8������\j���o���i>���S���b�����{���l���ER���c���v������+(b:�����rSL���O~[	�����������3���������������������������O���������,������@k���s���������"������W���M���m������WL&I	HbP���I���'���i}���������GH���O������'M������������^.)���C$���B������h8������!O_�����������3���������f������m���-���b6$���Bo ���
�����������������������!������������D@#������!f!��
���x���������6���X$���9������!���K���������e���cP������������oP������9���}Y������i�����}8Q���4�����������������9������i������������c��������������������8G8i������������n0������A>1q���������'���������J6=Z���$���������@:������ 7z9���!���������s�����������������I���B������k���������PK���Q������v%	PK������H.android/support/v7/widget/SwitchCompat$1.class���T���NA=������]���.���@DD@���JA���������X�����������L���7l't������6��}���A_@���H$������|������A���,���c���J������s{?���3sw?���|������6��cR������������I�����2Yeft���������b���������F���,���}Q������/���6C���/K������1d������)���\Y���������j�����V}���j���������������r���=���r?O=+�����C���������M������[��["�����t��������Q������;������]���W���xM���������`T1c���������qD���P���'(���
	j��������<v������������������0q��.E���������V���2���������[	���������-���6���U���������M���������:������t���W������������V���\T'Z���
������f���5���������������������uN�����������������������n������3h
���0���m ���������
��������������X�����������E������������
wv���g;{������������������-���(=_���e������������&���1a������0t���e������M������dG3������E2���&���m���3���s94������������m+z�����������y������������\��������������2^������ ��k\���P#���������E���yZ:������������f���>rQzR���l������eh�����������9���A���~@������4���������Q!���/���#���P>������c���+r������m���z������������5h8M6���wCd���������xI5���*���}v���������\W.=���k������[D��������B���������PH������Oi��!���}�����S���Ij���������i������?�����������������������Q������:���%)?���QV������SV7������q���������.���7D������8�����D���{���~PK������v������PK������H6android/support/v7/widget/ToolbarWidgetWrapper$2.class������mO���P���������������
���)���
8ue���!������������df(	cD���w���
\���z������������-LD���/���~(���i���c���E���6���O=���w������?~X������$���������I���N������������<���I,���������b���FZen7���%L��������p+�����lHK������tXa��������������JUn���������f���k;���r���b���q���H������/�����������w{.w������SiK���a5?���re������++S0�����������������pk���a������DU5���U���������a,���F�����[���������	:Y���xn���|���({��-���Ke���������������gQt���8*���iX���������}~SV{@���6���z���p��[��������8-CrG�����x!������~N.}���N��������������}���%���Ce&p�����������20
���@%#Hx������V������!t��0���]PY=���u���U$��������������|Au���0���������ai0������'���������WS���������|���������\���X������SV-������T=-��M���Qk���������wn���>������+������������
Q?P���������������������������;;L���Y���������d���j���3���������������K#C���>N���g$������|������xV���9���V������������ ���������5L��������k������mL������ m�����2������s������9Ij���D������w���_?��aT���
9���S��������������f�����1K������'���G`������������������T������	mS��~���������F������������������������P���������{i������B���T������Pgsa������q���d}FE	���?PK7���������kPK������H2android/support/v7/widget/LinearLayoutCompat.class���=	`���������3������&���l���e������M���q���9V@������!���T���d���d!$1���px *���@������"x���_EE������7j���Z���Z��������Zm�����������@���������}{dZu�������������������7of���������������'������������z\������������������M���T���17sq���ka8���n���������p���7������\�����;x���nn�����\������;���������=��W}v-������c,���������������������O���v?���>���3vp���A���x���ks���Nn>��Gy���c��������������������=\����������	���=��������x������g���x��������9���=�����)?_��a���������s���2���p��������3���������s���������|���kor���-���6���������.~�����������{���|���������+���������������d���������������������������W���7^������E������w���������?8`~���������������\|���������������O8������������/<���s.���p������������Bn������������1���W&���k������������y���q������������������!���:���~���;=���}������yX���������.nv���
�����O 5������B���B������o���������B������ ���"C���������<���.���X���B/������-r��������������q������t]������
���������������r��������� S���������X*<���(r���(v������3������!J���v���������E}
������YZ���������j-o���fuss���mRS������=���n������Y������+������H���������p���rg���E#��P,���������@�������������SU�����������Z������c������������PSGD������B������)������TO���������6"�����6c��������s���'O���������vF���������n��������^][[]{:B~�����������'���La<�����kJ���d������_~Z���=���m���T5E���#a���mBq:xRc���)\���������"������:���������X���<e�����������VDc������gNK,���Tin���5�����Dc���;������RS������������#5���������H{L������1���C������������	���XH������b������
*���3i���������V�����h�����k��� �����������������h�����9���������(���L>g���L���������6c�����i-���9������F���\a���ma"���	5������Z�����������Pkc���������2���ZZ���������lWN%I���g�����y���9������4���U0������e���
$�����
���������
������hs46���_���X���������9F���������������U���SO���������N�����[C�����X���8���6������@p�����������������j���1J���U$P���w���������������*W���R���2n������*Q������������I-���[C1��Qo-������="5���������DGG,���TY������Ew���"���#���.���A���0���Q���!������������W������pd������������w���������Ga��hsl���������H���������-��������������������.N?��c������e���C���������dC1������q���n�����Z-������i������S������)<9���Z-U~f[���LI���P���HjJ������ts�����������������6,������������O<6Uu������2���������c������1������\C������H���J������������5���������M���������4���������>A��P���P���\X���������T���L���P���D������57�������� ���D���������:R
>aVbl���z���>���'p������FVV��������`������\���������,���-���1C���H���*������i-m���I��������������������e/��������������bM���Q"@�����%���'���R��9%���-���������w���������6E������y��������0������=���j���FVm���	���w���E���Ec������fzJ3k������K��o��������������������Z��������+���%�����������������������������;������s��,���=7������5Ip���"t6{dA������I,J���������)w�����|����������������IP&9wH+��������\+Y���m���������H=Q���(���t���yC���O���,ii���$hg���B6�����������G������L���5������������������.���P&���CV,���B���li
������,91������[������7��*/���&���������������m���+���B���������������M���b^������Y4MYk���Ze�����������5���"m������D������LOqY�����������l���fj������������������-��	�����k���]6_���FrGtK���/������������OH��8�����������#���;q7���4���������������%U������i���HS���������G2������������������r���w���������6������������%m���;������)�����v���h������&�����EaR���!��2���	w*E������(���$1���7X���]4	I���MB���R��������}9����������OY������1Uy���<���7bI������h^���g������h���������LPJ���T���!��M"���������������������^���7������ftmGS���-c>_���Sd���H���u���,3M���K���������>���K������X��������������`���?c������l���zA������4������������	-���qB2������W5���C���
��']A���Dv~������7������I`������'eJ������������!���69���������.������������������&r���6Zk������l���������Lme���*�����u���[C���������G���SL������Z*U���6Fi���������n6���������JSA���p������������n���z*�����F�������������������������VNCZ���������'���-���F������8������'���������8������������RS
"I��������������w���������_|�����%���������X�����������/���
1aq/���?������������������������mH���1������!������7F���u���g���1I���kiKs5Ee���P������zr��������M$���)+���	������+���:���������+������X���+���s.yZG���������������������%-#������������$+��������������6������8R���
������x5���������N;������rt$������-t������;A������S+������V���������<������������;���'p������-N���������C������C������vQ���C������N1���z���p1��������k���IM\������ w���"F9Q������������9F������������S���������8������(-"���ss���������?������NQ������v���=<�����b���SL������������)6s���������#'<���}�����,��iAx���q|���;���*0���z1s(Rq���3���������b���8���0������>���NQC������t^���v���Zn������b&g1���f9������sr68���k���xRO:���������X������B9��D���8������4v>|DV���T���DW_���,���������#SV���GZ-+~��3Ye-K���R7RF������,���Rj.������Y���1������������h���br$���������b���S���a��������������m������������X-������H{���	������e���-+���(������~���pY������������QZ���a�����/���������HC���������������c9������
{������f���ihn8������H������1���S������,dQ[&���V{������.�����(+zR���S������b.���DR���������b���S4���F'���`���Gc���!���N������r���L.jq���S4���*���r���h������YHR^���2;���!<Xe/��������=��4������a���4���������������Y���g������2���w%�����e+[������+[��U������M!���������������������B���'���T������F������,���#/R���������H3|d������h���yNq���J������������������Stp������a+���)bw���f���������������X������r���n*���7N������:���g\���J}���3������Nq	sk.���������$���������.kIr4������w���!���p���0���������'���5��Nq������j������F���w���5���������:���\�����p-���3�����Du\��� %#���0��������������{������D������������M���	?:Y�����"o���cR(KK��� ���?���������������Nf���������^���r��v���cZd���������=G���kYE���e���3������Q������r������u>���������D-������/������m���4��������� ������H������Qf&"������Q���������:8c������B���j������,`���n���Q0���$m2h�����������E���T������8������S������������������l���d������3x���9K������Vc��O/H���������y���D��������[���k���I~3������"MVdnP���������������J[������������������vO���,A���E������������;Ra�����y���������������i���������i%������������D2X��������N���S���������tQ������A<�����Za��V���6>���������������������t<�����/���t���|���d������k0���2Jvp6���Ig���2���C������>e&'8���B���z8���������)!sv<���ag<������t_@������������8���$���dj"��{Cz���d;���r�����h������D���ny��4"'	������M+���C���������M���������tKNeuk1���������B_������h�����Sbz������e���R���\2nWS���������<������b:7���������o������������:���m���.���H������������"���-M+"���3���:���b������������mk������C���"���7���<������,���e1{_��|8qp������JMi�����������:���5������������G�����3���'W������������&���H������_�����h���������������5���(E���-���R�����2kv������ZbR���6{���������������������o���-���������������!������[�����������K=>���Cm������6���[��
=�����������n���d�����/\���@1x������[���������������w������������=i��������������������F������)���������������Nq���|��������������������������[���|��G���|������b���������t���������v���������F_1<������~���>������3���������������}������9���Es������������)���&���B=F`0������~Q���������������@������KT+���������~x���_�����+���*!ad?���������*���������'){@���c������f���Hb+������%���e�����������N���������-������4���	������-���J@���
j@���-������=���6vC���������������e/8��^���Q���������j���v;dL���������������e���K������n������w���;������|wA'���������P���<<���������F���B3v���W6���;������	~Y/Q���R������C���������������K������17��������C���iO������	������-������v���*������F���HL������xX5	���������a������"R���0������RR���U���T? ������ ���m')���#���0������
������fq,������g~������0��������
���y���	o�����������60�����������5tx���F���A���"rt~i���������������O�����`������
~m������B����������.(���J������	���>���Hr���nZ���W��� ���tN���:���c������n������T���w���LtR���������������IR���H������	5���%���%������i���������>������������L���)L������F���d-1���w������^&��6������^'���>���'?m3���j0���������#���������a���������H���w���������0������'���������������=������������������`������A%}:���������edQ���1��������O!>#��������������a |������h���
������_a"���-������U	>W�����m>�����������F������W��������������iB������������,�����'��� m���P���Zzb-���������"y������^���7M ���h�����������N���>���������d���B|���&_`���������������b������-Y'���������v1���4������B���@/������������%X���������������nK������_�����@������e������*���<���%���|L7���L������S��������3%���P���6���%����������*:t#b���������`������k�����.&���������A=0���m������u
n������������	U���&������JP������������������9��CJU4$������*���������J������������������ ���������'������|���p���������0O���������7+`!VB=���%x2,���ap	������+q$l���S`#���������ZB���2���n�����Rj0���������wR���a������Ib2������������J���5���������W������������_��������`���&���������������^!Y_���!���~S���vN4���?X���-���s��4���H��A������4{a���xb���������P�����
b������L���j���T&I0qy���$��������������S������.[4������������q������l���uk���0a���J���������U���-*������~���O������D�����������R������>���������	4<���	���d������-AC\�������D�����D_��D����D'������H���������p������p
T���T8������4��� I������V������p&\������H������a=�����p.l������������.\������y���.������oq���������m���KW�����<C���,u������a���|0CJU���l���~-���z���=C������/^{)Q���	���l,������������������k������X���	������0���������5���A:q������6E������p���lD<���H-������ ������7������������~r���~���������.���B���<������`������!8l����������`{������c���V���O���^��������^]'i
"���29i=sx6F` 6���lL���*������7��������
y������������R���������������7|
��������������
��������������S
������n���W���f������{�����5���Z������IW���8��������
-���j������x���	������WB������	���������������wBP���	1���W���'������R���'B������t������;H���s������~������wW���3���
0�����!��������;���`dhb���5]���������x������������g������u
*�����0���T`:j%���.������L������|{��������������+���������������PV���
��������5��l[��������]S�������� ������������w��������N���<���
���������dA���J|���������T���I���d���������@
���9������������C_���������"���_���[������o������������d*y���p�����������������������:���lo���L���z5p:���-���4	���m���*���5]�����C������yF! ?1���W���AKW���_������ ��t)������������|,��`��p������'a������=0���=������fp'���u��z'���������?���������������������b��������O���e��������������^������f������$hag?���������961c������J��������?���pd��������������"<���#z������zag���Ci������z���������|{���iv ���d������(���J;s�����������Gb',������AE������2_���c���Ud���g���G���������������q������4	���2���}!O������8o`������+J���R������_T+J���$���<���V������'h������%���������������m���8���Bu���F���{���!������Nl$��������y���2����������>����������u��N���������������������<A���/AT���*���B���8|b���p.F���H���g�� ���!N���1
fP���lq*������������D���h:������5���|9.f�����������kW���Bp���MD(������!���A4���~< ��$���������/���*!������9j���������������5%������A#kT���U���L���^8/������s���������J0������_0������t0���}~��������<3���n���W������c���������u���30���l������,���#���������M���[r���N���7���^7w���������c���F>��������.M�����������{2��������� ���xT���������^|'�����������C%8������-y������`A���,08������������u{!L������`���v���������-���'z���������&������4������'#������M��������
���"f���������������������4������Z4������������5���R
������{m3���<C���4]����������������1������:���[���n��9w���%o���F���=���<������^������������;&S
:Uk'��� o���������������������o���^���^X���������1�����������������Z^S76B���inMN�������������Z7���������������%���E���������E~���������I`���:������&���������3[]���������������GR���T������������#�����������Z���},���2���x9������!���r���"U������^h���M������e���������5���ofo���\3#�����������f���������c���<���
���������������8���nL���_��������������GrC���������zH������<E������O���������ROA���A���������S���dT������ozii������L������������e9V��������,������������������V
9i���%������.���3}���AW���>o���Yl�������������������%���������������ee��������������������u������7r9k������������.e������%f������0������.IGR���|���7������fM$������������}���!Y������~���/)���!K^a������L�����{
o;������b������������b������������������Ez���0������K���3!8���R
$������������g���kr���R������g��R������Lcd[������Mm|IB,u���������L	������L������$��������f���t$.0���������������|������`���Zp������-f���K���E������,(s���/���B?1������|,@���8F������`���X������b���&���a���������
��������R���@,���5���	.-���^�����������������X	?���������b���������>k���3q)|..���C���Jq���z���+6`������	+���-������Xq���'n������b3.������jq^&���
bn������V���>,���������q���-���������������������x!�����������������x������E���������8A���!F������b���x[���!~!���wE���x_,���+���o�����b������P���$>������?���;���������A������)>O���������}���s���{���������������V���St���+���/(��K���O���������i������LW4e������+������%���d*M���SY������(���(������:%O���Qq+���*���������T���Q|������J���������G���@)S>"L_*������)���T���e���:@���V(#�����)j���2F]������Sc������Be������E������{���)j���r���������2M}^���U������P���Wf������Sf���Uf������P���������������,������B���L������
R"���0e���6R���jUJ���v��������S.������U��z%���7>������������P������t������������}������a$���Q��������ro!������O������������&���U������V������������P@���{������3^���F���/gT��������#MXl���O���	���\������������.������Jk���������u}��p������Wy���|������T+V���������PY���������G��������� r���������p������������V@���������X������Y���>���z!���������������8G���f*��Y������������`������l���a������\���)P"1{�����l9���������������'���������������,���������������������������������dk������D������pis0`������p0Qe���*���x������~m������EdB?���4B5���kc������jY0X������4���	Z���R-FhC���d�����1Z���,���k���p8���\������!y���/�����Ts+���EIv������FV`tT������������?������p���v ���I^��� ��������>���E���������`+E���v"���?���D���Q��������:�����������>D���!N���y4���s������D!������3���q������y���#l���|V������ �����������P������1���J���������8f���:~���D���uk=a���.���������dt������������uc���2���[���='3���x
���������������3���XFRQ���xC���FK������������������2���|���(g���>%������������4���s���!������V���[�����������f,���;������Q���l)''�����zr"u���["}g���D���������d���tg2nFbe8���!_���������������0P���*���Ka���r9LP������j���J������\hL���r���|f������������#S���������y+������	���$���l;	IJC!yd9������&������p���4 e���r���������A���N������wr?���������w\������%���������y���)���nXe=Vs���������V������������(��������yst���p���;�����xsUo���������M���8!t���8+��������������@&?���������������t������n������������{(x	xM���"7���`������a���^��� u%\#������
���K.������������&K0���KL���F(������6������������sV&=<O������������Yg������Q���k#������k_���Q4F������������H���A�����^��X���"5jp���������������i~���y���H������������8������������������J���(���������7���������X,H���������Eu���������)������x������uv<I������t���������Dx&������������`���_BH���^������D\F<8������j������f������
���x������������2������d���������-$W�����ux���za���������1���Bz��9������������,3���������J���\z���6Q���������0%������^���~���7%���K���j�����=���C������Y���������V��>Rs~������3���������������8���������������������������6������r���+������rS������Rv���N������������RF������M���v���e;������z v������������������/�����/���~������G���<,������/v������=���h;t���O��=r������]2���,���b��������{���[z���==���jU���x���_E������������0������_^������%|������M������������!R���-��� ������������7{|f!������
U���8����������������(���'4���1B������eY��j	�����:���P������1������.Xj������P���������R+���*���CU���������@��Te#������e���H���v���e���%/3^.�����&e6$5������u���������y������w;@~���/k[���/������������,������������~>>%||JS���������X������{���������1�����_������������'������,������������t������������c���������������0K���>������+���HypOU������d�����������������+���d���H<���#q�����������"q+Y���������#������H������V2R@V���bO���������������������K������'���g���F���vZ@�����H���������J������������o���.���*:Y)!���o\�����������T���������	���v���Q6���ms���r�����tQ���E������=���O�����m0X������O`���r?LR���3���������D=s���G`������(���Qv���::e���=p������8lV������m������������,<���������������E������������"|������)������������W���_��������������������������OyOP�����������p������k\���|���u���'�����[���O���]���W+���K���/���������A���nT��������C������r���S_V������*��������������!L5K���N���_u���Aj���������#F������b���������j���������������"���T������>b���Z&.P������������@q���Z.���UO���������Z)���V��������������(
������R@������R���N������y"���S���������j������������k������������,e���:Gy@���������V���)O���������������[���B������|���C
���?W������z���5���R���������jT���.U������s���3������������v���^]���6�����������������R���*u���z���z������C���B�����S���Q������K�������T��_�����������]���Z���z������R���y���[���������Z@���M;Y���������������jK���������u��������D[��������P���6���������������{���������������������������������sz������S���L}Q���/���'������������������|���5���|���u=������\_������������S������oP���oQ������w������������o���������?���R?5������F���������Q���~eV���j���P���iLT���6���P���e���R���c������o��������������6:���.���b
���
���������i��9������Z���������2���������������Z���������1>�����+������a"N&�����i6@&���������������
���x	l���S%���eX���c���V$������I������������������������������/���������������bxH������������D���~���A���������������#������������������Lxa���Xm������J+���	���v-8p"������������������-������70������L������k������
%}���Z���R���������YpVQ���D{?���2��������������7������������#6���}���/���������W���������r���b��w������O��;���>���z���(���Q���h5���G������!���/i)2{EF������������C\,c���������(2���������������������$;A������"������T���������x���������0~OPo���$+Aa���A������	
���x������x%������0^���'(���������	
cO<Aa������)V������x���NP���4n���������r`���q
���N���\Xg,���_��`���q���LZ������m������8���jn���lL���jNP���9������`���+���F<SJ���*���������(������������������BNz���JQW���������7������������������x2���LqL��������������,G>1���s1������P���	��e���������x������:
������9���q&h2������E������G������������9������2���#/���2���J���������������9���������[���=-2\������?���EJ�����������������r&���L���(������r���O��2}���un<r���<���A���G������t��>Ur������0A���H���	������^���"���gZ���>������������"Ke���������������dZ$���kZD������/���k������G���n���6*���A0J;&h��������l�����:mX�����������CZ���s,i���Z���aS>�����������������������K���^$���������\{���z������kc���S���mZ���[)������/���������k���XI3������������������Se���������"������������y)/Yg'Pf'�������y$/���6������^���4��������-���0������`���w#
���o$���*���������{q������������q������cQ����������P���~��NX���o'������������J���������m5������E���G���$���>���3���Z.���/Iq���\���Oex�����2<������S.���|���_���03i���u������Ss	k!A���YoI������������3C���g���43L-l���2������Q������������5���l���)_���:C���o���*5���>Cm���2��#S������[/DqJ������������H10������A
8s���3���n,���9|���s���������!������es������Oo���}�����������A?���������!������������`-���o���o���������������eA���������`/\���������Xs������$������e���R������n���?<:L������������rl������H-13���#������65kH��������.���v���Ep������(:4L~t���u���������������L������������%k���������iJ�����������u9D~�����������������tmdi7���kv���i������ mY���������J������jwB���v���h������e���6X��������������������Y���	wi�����������������������v���~R�����������}���	���������$���^{>��������i������H{���j?���������~���������������������p������&������������E���;���~���k������p������+��=������i���������trV���@���o������{���v���������$��������>���H:���.������������������o�����
u���������_������������������z���������������a�����������,���fT���9�����������Z~���C���?7���M���n���f������I������unf���������;���D������������������������W���d���p6J�������t������Zi�����W�����0
���q)��������r�����������/oYOwA������������������������������?
������������{Kp��������]DT���������i^]G���=p���������[���-J���.%�����������j���������SK���!S������t���!��������:������H��������������9���\���mw���l{���<���n3���t���a������pZ���!a������6 K���|�����������'!��������������������`������W���k|������j8���/�����������q!������l������������q���x=l\2ds#��^���e\p�����������$������Z���m_|���rC���������>������=2a���������~������F'���+���i ���N1���U���������g���s���:������u0d������<���������
���8,_}���%���ez���
�����-m���p2N���p���-'���Ibin������������ifIX���%����������L25�����������������x=&���.���Gb��a���N���y,��a���<���PZ&S���ro���2�����?'���������������������O������
'h������������������:S���.8������������t���t������:�����A��{t'l���]���C/������u���=���G/������u/������������^���������������������������_���~������A������>���	X���������>O���+p���^���#������8Z���u���H\������U?/���O���[���j��������v}:>���������}�����������������������>���������������S���\���N?_������!���������������������������l������������[5:������������j[=������S���%���������a@���E��������� ���V������t[���>���%a������#������������~|���l������������4���#���h������x������{���m=��������?6mY=������V���`������#���m���D���|���_������`������z;��Y{s���<������,d`|"���������;J������C������������9���})���_6L���O��������)������cs���L|_���.8��An���������I������&{���i���������UZy������������ZKqv���j%L���V���Y���g#��������%G���|b������(m������x������'���&N6��8������xpq���������������uR������m
������
������-���������B\g_/w��������u%���V���	?Hs������������S\�����k������p���s������0������k���+/1U�����+������MA���o���a���m���w~wC������������������B���~d���m���������z������!��� ���y���PG���/������l������^���t^���������6������uOQ9���G7���&���������\;���G6������k���2�������������~
Q���r���k���@���|���
P���o���������Mp���~s���n������������K������ +���HZ��� ���b���e���~L���8������o���I���������5������=H)������N���
4}#������MP������}���;R���~������������*������F���c���_���&v������z������J���������[8A������#Sr'QrQr7QrQr���(������\�����T���������g?	��������W��������Y������$�����a �����������KpM���}tUjD9������&���e�����������{`���N;������a������@���3m{���`���{ _���K���~���O���hY���������&������7���Wg���Y���������i��ob_���&2���������������r������+p������j���Uj���������a���z���?������@������h������~������&d���������G���:W���]t^�����������;���N���1������������������5:���������G#e������w��������������C���]�����������mH_���mZ���������;�����GX���Z���.e9���d������{���
���M������44���"�����<4���C��������������������������7���6������c���M������FY���n������������z���������`#=7
��������yP&^
���0o'���
���������}b)������[���r���2���PKCu���0ePK������H4android/support/v7/widget/AppCompatRadioButton.class���VmWG~&�����H������
jH���X���������������������X���������d\Mv������,h_m������O���K?���=
���������~���CSO���;������M���I@O����������<������������������������8������#������������cA���nDp���D������>n���o���|A3>/���������apW������M���������������������B��������������V������@���������G���iG[�������fi+������p*���Y���c���z�����������������c���5S_1xr2���������sy���W���g��+���k���]���m������������;������������0�����������/2���(��������S������������/2������l���`hO������q������-���
���CW������h���E���1�����1���������;ql^���M���������Q2)C������?c������
\nf���������;����������������r�����������������O	U7������������!���X���������`pO`1���GK+������`f
I���_M�����mK[���v������a������2���f���|1'1���_���cR���������,a��7sF���Z5&������i������3������LZ������5n���E+���Z"���`9������7
D���K���-��������������6���)���
���a���E���u��>��������������i���Y���[BS>���L	������i���0����������g8\O���57��������R��#������p)���Q���U���vKD������3������&a������)���2���������V(������p���������#��v���������������f���c1���~G
������������2���5��������u2���S���Z���������>���P[���T ������s/	\������Uk*���~���#������w���������B���>���W���%���RqI_���������������g*������~PqTL���������R������,������7���������)n���,���x
���T���N���Z������V)������������x���Q���ZT���#�����R������'������*������|>#���&���4y���������G���S(���;���������1*��������� ���Vx���f������������:`������;(]A������p��������������.���\���������fm���m`����������~��sA;������>�����tS���_���,t������ZD^���~+���rm���B���J���������������rT���<���*���^������������kJ���������(���������������������,
:�����n������7=#���}h<Ho������@+���O���
��������!i&>������������-�����3���rvG	D������|���4���G{���������@C%���i���`L������,���������'f��������@N������������H���@"������Dxd������hzI~������������������(hyI���/��������u/m������8:���r;���DpQ������`7���	���
1���1r������������w���,���Ol@������<���u������
������K���_&���)������F7���������'`������	���K��r'���T'���HP=&a>(U���B���x��������������������h������Mt���������������{������e��������� N���&���qB������������4DO&G���r5&���,R|���&L4_���=_}4���������������6��� ���������#������K���#���)���e���D}GI���x���H3B���`��������|���7}���������U<������)���m������t������������v���/������wP���/���B���^7!���Q���������fdU������./������I���5���l���&������R=s���jT���P���BI������M=������5���Vj������������f���aM�����j���SM���������������m������Gr������UY���!*pLD)���y8������PKe}���rPK������HAandroid/support/v7/widget/ActionMenuPresenter$OverflowPopup.class���U[S���@���6m���������+���������������������z/Ug���iIW������I&I������9������'E�������������������������JQ�����������9���������nN���|}������f���h������8R���M���	������#��� [_���������!���������f���r8���AIiX���G���E���Of���	n<���,���~���u/������������%���pK���y#0{R��iO������������������S���mg������]���n8�������������A���V������)������"������2�����i�����s���d���{������9��� ���L���������R*.o���/Xdi���pn���q��z�����������������i9K��[r������m/gq������>]��������Q���Q������������K���ErdH������	n������'���3���������	qq���h���l������g���;���������M������ER���k���37���Lr�������S���1jJ���������C���y���k��f���5���DV���V������pgT������p9
#�����
������k���������������&���eW������X������?v*���8.,Wx*���zjDp���5������������Z������G'Qy������!������Ee������������������3���H������[������������E0��������ES���m������f���bH�����@��b���������������a���������^;]������Da������5���M���E�����?������J���������ag���a���Og2?������&Oo}oW������Y*������@������a9���X������2<�������������������������������/
��������%*f���6phL���?
������%l���O&kn������$������U���������=@���������t���3���t���@Gt{���	������[�����������������a������0t���m���������
1���5Z���7hW��Sy������������>t�� ���vb���Ii7��� J{������P��������������!@���;���������O���^ ������)���������R"Q���.E��� z���������M���GB���	]���������V���VE���cX;���:������������>���cYR8���������<���H���������m���PKi���������/{PK������HGandroid/support/v7/widget/Toolbar$ExpandedActionViewMenuPresenter.class���X{pTg���}������������
$���h���%���fI���@J@^%l\%0V���������GX��w{������U������Y���O���V������*mJKB���q:������vF���������QG������ut�����[���z��7���M���%K���L������������9���9���������n���+/������/G���������i���E���y^<���Qp6���9Q1�����(N������������������H=���>���i��������� ��� ��3���8������������	>���$������������~�������������������Y&���������K< ������/
������Q������F���2���������],L���I���nL���f��D�����������������e������E`~>Y���,e8������,�����������X3���fL���9Rq���f���.������������Nd3#���I0��������wF���f���������]`u���������������������Qs���������S���+���>���#J��������su+���{���bs���O�����v������q������g������Y���&���%������CY��n��������[���6���N�������7-/���S.���M���0���D�������������������'&���������Fr=���������8���������������������H������
���^������)������������������2������-������������|���e���d������j���������QS��bCn,���n���-���.9���Q$(������������|N���E���������9C���!F!���tK�����VNR���QP������%���$P7������T1���������Q
Y�����s =,���������4������`q������UN���������k[|���R������I��	t^���,���b��i+Ozm
0L�����i!W���h���Z������d���*���#9}���Kw���I0���V���Wn)0m���_��������d������@��� ���e*���������Yt������������t���P�����������������������[��>LB���������"e���<������>���R���������FZQQ9TLKbSeb���	R���V9���3Vl������������L������X���=l{L���������H<(������k���5���������K������]<���XU������@t���,���Q���Y���)������������>���k������]���j������Wi���+5���a������W4������������4|���������������p���E��$���������;xD���wqN���Q
������q
O���I������4������������������k���vh���������3������_t���������������Z6%���`g	��Xkx���%/���0���s&���������������hb@9���I���>Fm������������������@���;h>T������W���V���s���(Ub������tmMgZU���������N���+���}Zc���������������M���ZMi�����������������wuMm���y���[���G������?H���������������8���A���V?���'
���������Zk������u���I������3������,������������^3������������������lA������������y���������y������"���S#���>������[������#z1���L�����������_���n��������#T���'a������������G������)���<��8U���/D���*(W/���"eo���������0���+-���7GU���(e3���>���*������h���{���������=q���.R������H��D^PN�����������������+(?���i������KeE|
���(���*s���1������
A������Z6���������6�����������vs������N\q������B���������������q������H���������!��������kD��.��������}
6q���m+���zi
������������������"��������������������!���{s���h������c���|��c�����������W���d���pW��z\���������������7������fv! ������a����������iIm������f:��������������������������=���w���y���t���4���=���Z������1�����D������^f���P���v���������������������X���0������S���������r������d�����r������"���������X,_���M���:���86���	l������������h;������'_������U�����d]���n������XJ���;���������^ZQ������`'������������K������G�����\������`���������7~MD���������<6������Pdg���������2EI���@
���u1���3������0C��������a7������:���b���������V���
f������,C������������������yA.������:\������YYNJ9}wz������������������E1���"���;5L@�����h���Dl���U������S���S���sZ.a�����������������	4������li������5N���������������8������n���J��������"oZ���AY������?|���g������o~�����(���](���Z?��������S���������r���X-���u������������.���������������n���;(���{���pZ���������?������g<(������G���_���������S�����������}.���c%������J������Qf������T"���������8���������&���k~������������2b,���������i���;1��������������qf`���L������q���S������@������'������!.������&���������������b@^������|������DYV
������*���5T���������eD|?���-������"������������L�����������������p���,eZ���T���LuC4��������U������������������\�����������!)������������]���������fd]���c������x���^���"���������^���]������W������-���������<��������PK\���������~PK������H.android/support/v7/widget/ViewStubCompat.class���X���wTW���n���q������������cZ^���$0������T������4���vj��� P���f���&���0���3��������'���Z��������EQ���������Jk)4������h����������������������\������?���?������������;������d2X���������s���9���|��������������������^���~���)���V
`6������q������:|������������������������1���-_������/Ks������������,���+������������'"_���������d������������~���q�����7������E���!i���������������'������qB������,a���{�������������������R������P���4k���������'������`-SqZ������
f���bV_Rw���N3������a+���b���������������
���������p*������42������7(13���������������������n���8���������S���������>���G���������������������C?������6��������������������t'kp���t������:u+a������Dt������Q9���m���������i���a���d��������J���Mh9��������)��m���6���������������d{;R���i���Y>���FD���o2-�����`C���OY\v������q��Y���LF���8���m���f������p���V���V������H%���|C���i��������������K���Mr������3�����u����������0y���k���M���j<���DA���*I>���������<
_7���'=c���hm���������q���EEW���d������������b������0������:���������	������������g&���z���.|���,��������������:+3unf��������[���������������������Y������8zaix���U\���.euz��_8���j������u
���=i#N���������p&���y���~X������	������������0���h���n
���������?���K}���\���1���03������������VR,�����������f���t���y���pW0���B(������C%������=���?�����]���eN���L���`n���5
j���wR6���������:���������`������mv*���5������q���������W��������`F���������,���Q������
������R���������������������������������Km*~���4���������b���T0���V������?���������Oj���+k0���1=������n3%���fOY+���SC���ix��xJ������8������
���p^��29���!���Q
���N���s���</���������p?������I���/j�����4\�����
.���2���o���U������Y;���L���z���������������i���LY���V������(�����4���������Zk���������	���(���K
}���������+������`^������������k������4���/������o5������W5���������i���=^��������� ��Li������9���-
���F
o���
���������������?;��/���h���������C���������������f"T���R���W������R���+���L������*���J���/|���������`���{w3��!6��4���4iM���;���������������(���syF*B�����������g���kY���?V�����������MR������nZn}Ik���o	OS��������i���^���������L���@a�������dz���|1w
������fy���
x�����������.R
��������������X"���9fr~������LnO9���L���
���yIU��������j��3���7{H������L������������������������?7\2���C���Y���nv������T������|��E������E������N}���x���������������������h8V���f���\v4���������������0���������p)������&���L
������:���SYZ���w���0D���*���b%R���D"���[7U������������d!1������vY���t���������vo55���#���|���������������L���X���&�����������)Z���Hir{V(������;���������G���������L������a���������x���a_ii������By��������6������B%~;G������n��������������h+n���������n+���������������}7q������&���������������������=9���6z#A���9���krPGx���|���y���������������f���9h������������#�����!C���I���b%4j������Z��������������������m��������� c���C���O���w���w���������n���
=.���������6
1>\���)���^���}���gQ���d�����������r���������Ctr>���y3������������
������y?���|���E���������*������c;)������;*���9T���Hwe"���r"wq������*D>R ���=S���ZF���P���u���XwW������E���G���������R
g��:^A)/���������������/M���S���x���E������L���'���%^���������������j%���}���������U���a���1�����������y���D-���������������[/\������i!yO F
�����2�����J������.avW���f���6���0���4���/`�����y���������4���E���G1������j������G_9,���#<%������U>���&<NO`	��� �����������1������f �����������������(�����������^��������k���������X|W���D������o���������K������1���WA9C���������9O&�����1<���rO���x���	������r	���������t���O��������9,��FdZy���������5y5���������QKZ)������F���t!���]����������5���������s������@���G���"���|o���;���#���������+������ ������X���A���{������{���V���"r��f���X���h���}4������������q������g���|\���">���������%���m���������e���U������o������=�����I������EC���
���0���������{���z���_q���)���������������k�����a���5������������Lt���y���0���N������K��������������\zi���$R���*������p1>^b���*\���Z�����|Wf���@U���\���"�����X��������K���+a���b���"@w��J������<�����������U%��Ym�����������=w1������������a
+���Z���eA���������$������PK|-���,���#PK������HOandroid/support/v7/widget/ActivityChooserModel$ActivityChooserModelClient.class������?������@���������'��`'w������6naaa%A���B���~/te�����5���W���������������������p���o���������������y������c������Gy���,���B���kz�����������9k���|������&wV�����O'���(������=QgYN�����]���k���������Q�����������1���������{������u���T+6��������������1���]������������	���*������������������������������%"������Z���&Z������@���O#$eOP11���Q���PK���������������vPK������H?android/support/v7/widget/SearchView$OnSuggestionListener.class������=n���@�����c������Q���@���4��"J������������Da)������9KVk���������wK���8T���5
L1�����������9���������1N���O0$<U&��������Wab��'D/������-az���[h�����������m���K������0���X���������Sq������`D���������������*���������������zqx���*J������b���m���N���������l������o�����	\h���;���c���%���4������|������������	���	���������D���." ���e������sO0L���z{H������?PKn$���4PK������H3android/support/v7/widget/ActivityChooserView.class���[	|T������?������L^f���HBB ���������������/$$,���D������X���e���%�����I������.uWZwPq\X2���(���Vqk���Vm���mU���K���V������uC�������������IH������?������.���{���Y���=���/���������A���(-������8������r.Fr1�������������������������1���7���[\������������8N���Jdc���������m������U<g���'���$N���)��j���i8���[3���U������LF���e������x������`
���������Xk���!X������8���2���s���"������S���������c���2���j;.���b	���������-������������4q���2�����
W������J���>������J������6������u2���������T������3������������L\k���u���Z���������������-������������1Mn.������b=/���0����������������������ggb������0������6l���&do4���w������1nm���������q3�����������������O������<.~j���������n]h�����g6���������y	���^������e,������mx^��������u���
���������MsH������������q���
������������?o`���������D���������V���1������\��������\l������6.ng���������S�����������u7������a>���k���x������������<������������N������a���qBV��������M������0���"���j=j(���������k���aw���;���������������i���nmC���K
������ ������V���x���U���z���r������k������,@���k8K���P+=������������)t���Z������������}������������P=���Z&���F��������5���>W������vU������0\���1���r�����������+������P���=]��������@������>"����� o���:CX������������������������i���������Z���7������	jX7Psi��������������B(������������@���������t���
j���G������3U���1@3���������;���`�����an{8������!������������^M������������qy���Wm���H������������D���uZ���������	G!���;������00���
���Px���?���hT7���t������mXO������]���w���]������T���N������}���������������L"c���������������<ujXm�����������`#���!���h���Y
���SBb���������b���������Y������|a���4���|�����������!L���A��������������-O�����������}������������o@��u���\��[���s���������P(Nj'B���������D���4���������S���W���������CM���G#���Z���$HZ���P������������n���Sb���X2���|ZY������6�����=��D5������t%0������N9���������#d���t���lR����������J1c���z���
s-	!���-������v/Iz���{���S������P���n���6:������67~e��������� ;���=������%aj���������������nO%1&���nnk���z������z������������!L;!���z��� �����4���71r������h���&TI���e)���A-T���lS@s������u�����g���z ���������k������o���v���]������aBTt����������������������c��������,���N`#
i���$I	���G���������Mt'\���D������������@������+E���&R���������j�����������������\i���a'���{������u	������?|:���2����l���������������L3���0!D��������&������v������������E������������^;dA~ ������j���o������dMN$/�����G��^#������:#���z��I>�����.���4������������u���������������[Z���<t���@���	�����6v���~��� 1���#��'*hZoO������v���������J��������������+d���P���"���������������A���7J���>b����������������� ������b���B���������,1���������������}������nmw���8������bd~*������2���'������}������]���}u}������.;���H���,���Gk���1S���O���y���������~������DQ7���	������}7���$���4qj������o���J(���'���������C������du���5�������^F���<"!%LW���x������@������ /������tT��������������y���������bj���/x���������th���=������[r6tojT}T���yG���[���������$���^���}apS�����������:�������������6������i
���������)���6V������������������'U��&���^��������8���dF���K�����������������8SN���������q������������x���|K��� ������O������J���u���	���yu"������O������ �����	A������������x������~B/���N|���^���&������9������������Y���;���N���
<������nR���f.������x^Q���*���()���~������n8������A������������^������2���������	
���������������B������'d|R������xH������`���������T���W���k���&������<������L���s���������/(���"���F������*���;~_���������	>��������+������F���W|���������D��������������u
������R���z���A���7a;]9������������o)���6������������xnawen���m
��������������|���������?R`+���|/!,���_������>4I���O���
���?������3?������������������f���������������_������2~������$������{���������x���������r���x���W���<������mp���������V������u+~#������x���V���C������6o���S3������T[X������/�����������2���I==e#B	������������(J�����$������"e(������E���dU$���������E$I������O������y ���H���ry���?|(Ky���������SH���4P���
���R���"���JK%���t0���4#���T*
Q���#*
������2E���_+���-���F���mL���F���6'qab���K���hv������������F���:������������Q$���4F������J���4���	���������8������������4������������}������5������4U������H�����T���H3���Y���4[:������,q���/n>Ks������������(R
���\E������.���)������A?_���������vmL���^���Y���q������[rZ������������������v������g~���3M:���������,���M���E���	D���������#z~���H=R���e������.���i���Q���p������K���C���C���_��������������b���n���$zsXu���D���KN���K���&PSk���Ar�����=���d�����^���������F������V~9������������iZ:���������B������}���������O8K���I\9���979y������b<,���������"���z*���!���B������ ������z������n���������GG/<������dDEj���sm���Y�����som������������Q��������>N���[���c���g+���������W���>���T�����������������M���c��������G\���������������I3������M���q���������������G���$&���G���{���-������H���������FF-O������������9������=OBNR'o���JSy���,������������������kM������G2������������)3���,���[���9���P7���������Z(v���y',���8���y+���9��������������)������t������9]f	���\���:������F?(���������`�����������~���������r���ei<3:,���H��������8���<?���%w(@�����������ur���5W8���L���a���u"#�����Q������W���q������������j$K���Q������ b[��kA������������������H���ji^���3������������������|&������������
���Q������&������������������������s#���	��������� d8�����O������������(�����������������������cj���M_w������"������������W������it���7?31E���E!w������#M&;���/���5!������������������]���������������{�����Z���������S�����X���S������������[�����Z���������)������.���]������M��������������7sb���l���w���f�����y���;~������h*3���������������I������	���h���/��M��6��������z������|�����������n6������h���9@���j<���R������A������������t���.���%+Dn���������u������F���v���������R'��������������������|���lF������r������z��������������s.L���������F������P������.C���������jz������S�������� ������<������������Z������d������I���������������#���D���#���(���d���������R=���xW���9������n������w)]���b��������`���������%���������'������O5������������M���������|���D#������t������
O$R������������%Iy���������d���S������]���9���W]���N���W}���3������w+���6���)���Y���������������,������~MC���.2������f���������������������������H���������+W���'������������
V������>������;���L=a������������p���C1\WR���*������j���������#������8	'���k���:Q_7������F���I���[a������o6���o1���o���������n������������p���������{���;���>Q���;E���<,���G���:������G������%������������������u2���h@v������}������KL���������%���B������������`������������<N v���[f������t���k���J2���s������y���V��������eh���z��������{P�����������8���pK���A?������^������9���������������v���N���s��`3v7���"0`������Qd���
r������E���p������������"G������C��������������0���A]���+	l���*1bh'���9���aX���?#:������������������	���x���$1`�����������������7<�����D`���SP���	���hM������f���\$������P������Q$���������@���N ������i������"K&q���qS:���F������0���O>-���i������������������T���OQ���n������������������N���DS���*	���\���������a(���L9���U�����������x���,���wa���^���6��p1|DZ���1������'���������D���)<������������9������������&���-���=���h���L,���\������q������������0*pj������.pn"
5AZ���)���%)������~EVb!z��_�����������������!���q(������a������$������H���t%l%,V���bf���=w+)MjWRQ���������a���H��E�����������%0CIP������������"������������!���^26���16���������h���II������ci������\k���
���������!������p������6���<V�����kd��������������8���X
���qf���Y�����������������Q
��������0������������.���
���3c:aA2��`���������3b������G���DL������'���)������2������	���\���
,������S'm@������d������$���7@66B..���\���x������P�����
������f������������x3���"<L82���a1G������Y���w������;e4""���cy8������0������������;���l������O_2{���V���g������$�����������������������n(���	������r]bvE���i������)���I]dvV���#������l������������`���6������G`���P���"Z���\���sUs���������)E������������������WQ�������������������w���$������(������g��� :���j������������3a(������Jt���Tt���\���`	���������������^\������������1W�����
Cp������������q��p7���K���������������/$������
���3���M���7&���#���X���*���1������"���S������%,v.������������e&_������P<������
e@���������$���s���(���c���Q(������HV���Qp�������)Q���������������a.G���L���f��������5F���M*fB���br������6]
���x������0���������o>��������������^���'������p���|?F���������������������v��"Cx���4��������������>l���iW
���lsX'#������0w������]I������f������������
���v2���;lo���������B���B������7���N|������1���w���&
���i(p1;���������k���Sgx������#M](YD���=D���D���������>������������A������N������D|������.������������������������KI#X������?L:���G!_���������������Ph��q#}���������������br��������������Zg9*J���������p�����"���>���������a������g?@^��� ������!������)A���C���iw���Sh7���>������Dl���������9������x]$��h������o������-���K������6i2������
,������3<���������*���w�����_?C<<L<|NP3[G���Q3���$C���������������[�����������������q���kjY������\JK������oSTYW���G���T������4������������X������ %��������������w������K������C,�����J���&���������a���������i���������X������g���`������P���``���Jl������7���|���B-�����������������@'������W����������� ������C���������������f;7������{8������+���L_���@���������������������x�����������4$���%��D���)j���x������:A���!���Zf���e���?���j6���m���^o���Ub���
���������p�����������fm���G���9���O������tQ������*���Z|._4������w+8���������gXxw���������������2Y���"p�����*���(���S=���Yr3u\=������g������������"p���N]9������qKX
Hn2��L(���lP*���������R6TH9P-���B������N������`���������4��H���b������H���p���T7KC���z������iD,~(2������c���[+���{���$��uh������}T���5S���������G������yK(Gl���������v���C���Bf������=���)I���I���$���f������6���P���J������������oK���.
���q���ZP���mhq?���NYL������w���s07���������]���Z���������3������CW���������
������W���V>������p`A������g������qP�����������0���bs������
__\{���������p���;���L���X���������������T���zw���Rz[���.���zw������X���f1���b1������a������P}'������������a���������������������2q���������Tu���Qg������t���'���
���^x���������
|4������g������D������C���KT�����5���������������_i���������P���!������������Y���1������_������I����������[���*i���4>������PK���������!���7PK������H>android/support/v7/widget/ActionMenuPresenter$SavedState.class���SkOA=���}lw����������T-���"*������4������6$���O������X���������dw���/D���D���?���xg���)F������{���3���{2������������?,c�����Y%������a^F:Md0++������%Ot,3���U��������9���U������e��"1���!sQm������r����������������^������t<���I��8&w���������Ad���;a������N������������`T������p���VH������_���������G��������� ������������s���<���_6b/R���~���#.b.���X��N���
Ox���&C���8{��..���������������m}������&���1���
���?tBO���I1���h���������K`)^���o]J���<���0������������Q#������������#%��������^���kA���0��������%������!������w���t=���������#���j���"��''���������9q,���`T���3���1m���}V���Jf����������~���x������zS���F������}G4������o�����]��������a������9���b:t+���Xs���k��������������R���)Z0���6��F_r���vr\Z@���-���5���BM���1���������W�����.������d������������������6nSn���A������������"���H*���$,���4w���R���D���HQ���������*��������l���}���C������=L*S���Nh���]Z���s���+++������_���������������>f������o���J=a�����"u���������SU������j���d���
���1PPBd�����������������f���l������2���.���������L���������vH���G���]������������������1z`*���A�����Y���PK���0I������2PK������HJandroid/support/v7/widget/ActionMenuPresenter$PopupPresenterCallback.class���UKS���P������MIh������'���BE)
**���A������KQ������6������6���)���#\���������q��������������������k\8���B��������EG���������������{���w���w^����������������d���t�����Q
't���p2���S������4������t���M������������ypQ������4���k������0��w���Z������5c{��������Z���R����:f=p���+N`M������f������Puj���8���s=���znp������x:"v`���!6������������s���������S���m���Kt���������vi�����B/c���&�����R���4M��R���.���g0r���Gz��������������F���������[�����������+������X������P���TW]���U&KX]���������������r���A������Ff���d������<C���Fz'������Hf3��������Y���"���(��������_s������#���,���V���������o���������#�����
[���0������B����������!���pDY���ld<�����������g�������������={���6������vIl���������
%,������i\���p���@���5���00���Ys���7������,���[q���@���2L���������eH
���V������V���������=���h������0���SD���k�����E{4������N������;=���l������'�����������C<D������_���v/������������n9I������Fjc������E���,������������5�����������No�������� ���������.-���/���u������OC'-cX2)&���>1p1���t������������q������3���K������+(���I������I���J6������������dC�����=���M���zxD���
���f���hS���e^������o[C���:T������������������g��c���\G������)b���3)2P���H�����������������!���M���m8���
i?P���C������A:9���m������i
G�����b���Bf���	N������o���C���	:���te
���������������{$������}���0<o������������@���?���"
=
���������������2
���M^���8&y	���i������C������0���������������0)���5C~Sa��������
���u���%P������TR���������0,���gI������%u���B���������������e������q������d���/PK	H������g7PK������H>android/support/v7/widget/AppCompatSpinner$DropdownPopup.class���W	|U�����������d2I��������V���D���l���nJ��
������)���`�����4������2��f6;���������(���}(���/T������T���M������P@������R���K9������ov���������nJ�����������{���������oo?x�����ME;��b���YJ���]������g���Q���^!������O������`���AR���a>�����2���eL���1���~\���������������O���S*>��������������2���#>���`'���+|A���������%_V���\���������Z)���������T|���d������\������[���������;���������j������5,���������������W������@������P������+H���h������������������S������+���A������������Rv��G���vr8)���u%f���3���;������@���th������p7���c���@]���������������������HgLO������������������!P2�������������������'������m���Q���4���H������>���(������-���c
������Mf���d���f���Sz2fE���#���0������,������U`q������N&���9eR������d������J���n_���b�����4+a���������������0fi���v���5n���������cn1���Z���������MY�����g���]���[������a
������������3���Y'������t���Q=���EOY���������������������8%I�����&P?������A���L%U
���q������a������������q������D���������n6������5.������O��:W-����������r�����"/}������hYEI,+���*JLd}g������~���pcr���i���)��������������E���������h0e'������������3R���('*������_p���c���o'{)���N&#������aX������ns;[4���p���5���S���?���m)���sIq������������@���������R181{T���"������]���I,
������lL���������x������@{������������l!���9e���35B���R���������PGu���������������������m���8!���?������������(���G\������������j;�����f���������������������9\���T���������L���#������"h���V���FM���i<������:������3�����\��������#i���5���������������������i<�����������J���U���������������g������������������C������]���`���\
#������4������p:���hX������C�����HbX������k���?���p+~���������������������������������������������������������
~���������.���������q���������i���=[{/6h������?���O���������>������/��������O������������
���!kxS���w
������
���������1lP���'����p������1x���������������?������g������g
���������y���������^������%'s(.���[������%������X$-gI4B���&d������D������z���b������g���[���Q���[	������������W���mG��h(���������%������@r���������q~������$���1;���QU���o���kD���=�����������5m��������������v,��������Z���F79������u��]���9���������e���*TA,/x������k������6a��������������w������������#{I���G���P���_.���|��f���"������C���J������C������4t��O���^���*"������,'S������\*���`*������������dP���S���hL������jV������J������&���nc���#3���+��������SG7���G���a���������O���*���pB������E���	���d:���GQ>���������������������I:���:CQ������$r������$i������1������Gn������v������$������0h������('������3���*rl������M���C���ESW������v���Lv@������������v�����N���������Yj������4*���m<v���nW������^R�����������������������������[[g�����f������������}f���J���4������������Lb���m6������t���i���������������������Hg=������{������NgG���u������Y)���C������������j)���U������������������������r60xx��33��������������Gc��������|���gxE��������3y?������
,���Y���WD���������7���V���WQ�����������������xJ��������+}������T
TV���K{���&���N������h���A������������#^������:0���`xB['���������$��Fi8������������(#������5���2������4*v{j��� ���%������A���F���K���P'���������&,���n���"������Iw���L������������ga=���p6������������
���[���`���	���y}3���"���*c�����V9��������������H������P���{<E5���2���������A?��	}��������������������f�����P���������e|1���q�������(������T���Q���T������������?��P�����PzX*������YR%yK���
���4fw��Zn��2*���s��������,������D��������P�����������v������������y���8������Q������4jWg���u��������=���!���Wy���J������k���/���g���^���oe������4��������s���F���R���V������R���������������'������p���Z���+1;������<DE���������.���_��������� ���	'���O���������
���O������,{~3j)dP������"=���2���a���J���`������(���������p������8���	IOb������.�����������������������~���9���)������������������������!���e���jY���d���K���&J���etG���R!���0���l���������)���58o���*b.���'���D������d������������������������������
B'���EP`������q���������_F%
������������@?�����������d
������+���9���������SX^{������������4v���6M=���)K������L������a'���3��������������a���V���^���2���������#t���[������������/K������\dWc-C���%(���UT���eTGj���r��+���H���D���\������r=������y8Un���Z9������r������+�����������k1&b���U��������������R-������������s���hO������$H;���f���X,������C������$������o?������m���k�����;1���oGIm;���v! _���u�����rG����������:8p	���{I5���������c���H?������{������Q���H���c������3������������	HW������������^p	���Cr��K������������~e#���6������zf(���@/���)t����������������������������P)~)B���}_%���������PKl������������	���PK������H5android/support/v7/widget/SearchView$SavedState.class���Ums���D~������-[Q���������I��������V���-8
mBC���i���4������z���.������*e$��������`'Cg>���`���������Y���������t���������������>���~������������O���YT���2������&4������#���[������d/JrI�����������i| ���U|������#���������Xr���*���{��������DY�����a���A���������!���Qu]���/9<D������Q;���6=��������������6���������;������W	���$|���C���g���P������{���ez���y������M���������#
���@���!S���[.���>Z{������|���:h������z~hv������{���������Y$������a������������������H�����.0���+���������Q������%���"���k���+���5������.������5�����
��������������p��L\=���C���Y~��������������az������������T���`83D������������o���b������1������0������������A�����rx���baU���t������C���v[S��������p������n������q	>=���t���t������T���(w���m���������A���W���������^������e
���>������������E���sw
|���/
���������q������W������G������?������b���v,���K���������������A������3�����A���BK��;������|���koJ���o(������
���������������',e���}/i���$���'������������!���L���C���������X���������a������������sG������{���f���.���
���	���\������U���t���������J�����������������F���W���H���j.g���#������-�����q���������������UFZ������qh������|wW������\.��������������'bW������PP6'lK������>^������vo�����������������������������������������������Y�����������?{8��n���O���*���/<YZU������M>Ko���)���h>h}A6��������������������:-O��J���}�����������������������_(=�����J���:������a09������}���(���������:U*���.F~G���������/H
������H������	���)������������s}���������T���4������������G���������������������:@���������������R���&���I���������i���������xCa������5���I���Ltd���������������1���5���8]:���������������$Y���b2������sg~���OI���dF���5z0������4������Fd���
}���)2������	���2���#���w���8G���E���M��N���L��
���e$������P������d���PK5������x������PK������H-android/support/v7/widget/SearchView$10.class���T]oA=������R`���H���jmm�����,D���������61D���L���6���N`*���%������?���D���������������2������������B���dw�����������s���c��������������H������!������9<���v;���2���0Xz #��������������������x4
B���N������s���������v;��������+������>eH%���!C������XJ�����j���`XnK%�����z"������{Cb���������������.���_���)c���vK)6���<���1���*:������������������Ys(���O������������������>i���������Mh������T������������F<J3������K'���&���a���!������QI-������Z	���8bX��������������o���)vP9$���lG���������������f���gv������������o���)���<���������)���pb���(oH���U��������������������������ld������F.��������P0���������{���;�����������l���������t���2��vM�������
���d��������'�����������������Wn���V���=���C������������	������������E���.M������+���������qL��E������<������
���������~���|G���Kc�����������	n���
������������s0���X���(������������e"*_���6������������F2���������4G>��u�����]���twbm������{���q���)��5< ������+&~���������������&Em���������;E���@w������..e���Z��PK���+i���6���PK������H,android/support/v7/widget/SearchView$4.class���S]o���0=^���f��������6���@���������,L���	UL������VME}�����X���������T���������@|<������?
q���U���Cj���������������__���������������g������c���L���P5q������a������������l���95�����������������������s���d4
#���;���������t������aO������&!^���@���W������|���z���!���
=���Ph���@���$������"z������>yJ���������~���GR���'��������(D������y��������}@2W������0t������5���������8���������1���8������3�����������YdX���8%������3������*���^������D������
���������RO
������������������������M������a,���������P������3P���`���na	ym5,������ulP������;CQ���;>�����������������<a�����ow���M@[���JP*6���������������b���G7���������?��������DI���y���T$������]������G:��������M���"���������Tu������������������\>������������PT���������bQ���������������&���u������u@������������������������������i���
���	������d[���&\%������������0\ C
���4>���}E���'6&���*�����@sfR���U���N`���������4���^���'�����������t���
���p���������J���L������T^���������,������X#���D���E\}a'������PK������
YPK������H4android/support/v7/widget/AppCompatImageButton.class���V���SW���]���	��� ���(>Qc@���*>*���������X���
�����vIXMv������������j���3������v���?������N%N���������~���������9w7���I$���d���������s~���u������?������������S���6������Eq���L�����&n������������{x_���1(���0Jg���������������Z���3g������;������X%���S���L-�����������]^������i���������K������ '�����S���������`������L��ldr���#pzR�����m������|!������W[9������������%���������r���	;���������P���SP��������d����������2
������|������LwD������x���������-��\m���������������������	;m���M������1]���.��������!N��������3���c������gF���e3���������k[������@���k���#p������������A���53�����:���B���5f
/���&���8���Zo9���s/e?���j���X���ud>IJZ������W91S���E���wh3������X���En������
/]3F���.8)���t\���69F>������)X������5��������7I������������Y���5���1��]���5m���������������������Z	���@������0���������[g]���N���9������r%GB���%G���-���������V���G%K[���)������hQ������B�����4���nx���������(���e���v������`1������]R*������#/p���^���������L�����������������������������a���+[Q��y������k������$"S������I���2������������������=���Nu��������XX\���g������m���oK���������u���l������^��t������Tu���������e���Z2���=���cfe3^2�������(���������+���������H((���X�����c
���x���O|������!	���z�����>S��=*���������_������\���^���Sq���T���������^^���y_������FT���cB���%\Q1���iWqM���W������D/=%_���������EkC��i���j\9.B������ybS/l��
�����Q���|#pp���`���\.%������f���u9Q#�����=������V`���v28������ ���kY%���fq������������tr�������������u������������������UY.�������������������������%������o]�����������k���Dy���/WvS	���e���O���w������������y������aY���������������3������=���������G�����@6���5���o������������i���&���P���������5&��������.���!���vyb8���#���������8JF���X���76������#���������������h(������������iDqF���������I���b���=���0H���l������o���4���I<Cd������������gh>I<���r+���)b���SD :��F��������������h%v+���������������!���A3*���a�����������y2���!������n\z8���!���������2uE���F���	���V������i���{=&������Xk�����������6������rYz���X������52v���S���Y>C�����������������������J�����������������������i���8������������it������
������.���������������4������R������Et������ag5���_'���y���Yx��?~������}������J������f���l���*g������`���A������������!D[�����������&���lh`��������]C��������_���f)������P���'���C������������a��������x������0�����������������G������1���CU���������uc��^L�������������"���������=1`������p������;���{Z���!���#���������Gu������3������")������8���<���Mt������������PKF�����PK������HCandroid/support/v7/widget/ListPopupWindow$ResizePopupRunnable.class���U]O���P~���6(���"���S������S���t���6������&zU������������Y[F���!&^��� A ^x������h|OW���"&�����������������������������������_������	���[�����������"��������"&b#�����RN���������qoL������������&������f���������������*���V���-���4������-���L���U������������rF������������/5���`T������mF���5{���a4���@_d���!���4
*CGF������gNyS���������e���2F^)m(������^2������1t������������Vu���Zut���V��������V���%��T�����I������h*��������9������5[�����*������D���$^72n|���6������87	���������z���5�����������������s
1���������(:���%���A���
x ���!������H��������y	X���������M)	���X���H���c���%<���������)������L���o������7�����M���������������b
L���97������R���y��Bq���:������f��������������T���z���xJ���oEm������qy���J2���'���������p}4k��W������r��)������,O���#������.N���������`I������mw���i���DQ+���l_��������Z^���5���NYeW+;eF���6O���D���K��������������������������U������R���n:vV������F!���.���p���=k������Q��� ���������w/������|���������������vS4N���������b4���	������!���{������C������0h>F/������!���W���O���~x+���#4������G������;B���+������w���������X������4���x���GD���������������������\k������!���m{.aN���"���K���r������7b������k���o;F���F������
���c���8������D������!������������B���$��������������������-���3���+t���'���D�����������������o������)���?PKm���e���������PK������H0android/support/v7/widget/ResourcesWrapper.class���W{xU?�����'m���4	��V��������]C���X���4id5IC�����:��l�������������	���AUDQ���������E,���"���������������|������DT������������>gf2����������������7w���=���w���=������s���}������&���]���B��������1|���������zz9=������������_g��������dx������[3|������;���0|������{���g������9���2���������������2���������1������~������3������3���������	���'~������+���_3���������)������~������;������3<���������?�����j������
5d���������U������z^���MC���������-#OZ���������N������������@���W������K���p���*ta������l��B���~+���+���z���0������BvJ���'������z���YI-3������������;�����#������|!������l'>{q���������J���������A[������t������K������BfB���sZKt���f���xF3��������������t3���cN������RHI`���������z���1,3_K������R\Q���L���p���=���
������JLu���}i���������m���i���ZK���{���������G������L��NoY��i������jN������������Z������R������������E������7������6am���������XB������|I������
���'P���������mm���um���������������������|��� �����������H[���b������5�����������|NO���C[x[�����o���������<���a���I���
���������sz���������t^w<���k]&0n\���{���
���Z���q���j���s���/:������1Z������,5`k'���T���^lh���>c$������?_������@11���g1IM������n���g���|������a������b���nu���������R-������e[(R���������A���`���p��������������6���8i������������������q��������������b���$w������2������e������w4G2���O���v���
r:c���>���������R������>��������m���|i���V������2���C���������G5;���@���>���@������?!���Zf���tsL;���8���T%��'���\������K�� ���)
������cd������������2��� �����������a����������#Qx���e������C���:���FF������I������9������o���������������<���N���������6�������������i$���w���]$*���M��U���3[^sV���5������{�����U~U���s���1Up8Q/���������c������{$L�����uh���
4���-
������������kcK!���Bl���[���.���~���������?���K������������\F�����+������5IW���6���<������Uh������
5!��������������_hvn���ogG���5n������{[L��������6q������&9�����)������\d���������������m������U���Q,LK������d1WF���(������%|]i+������=���������f���z���������7{������n���q������W0S}������ck��������}y���	��|�����6������?���������Y������S���������������������������������,���\7H+���cI���Kl���u���������q���0lK���x��������T������]���O��U������>������n������J���.���.���KU���G���*���A��������:z=���������4JW���4F���*M���T���������*���7���t���������t%���U���&���4���b���V�����������d���d���H���������dS^%���hV���s���t5���I������N���P���:��������n]������������~���>LQ������9���nfKoa���������4���mt���Jg���.���=���o���H������d��������������������)���-Z���oK������Yl���������\6���+d2������������Q4������+bk	N���E���|���������������*������������f"���8���������yS"���b1
Qt:&i3���=x������@���Ck��������W������E���
����R���_���������Y���vv=@������b������.������p'������8���������U<��I{������Dn���p\r`c������������R���������S������������'��������� ������%���������������������e
���Q|���������D���I/���1lN���K���a���jE���=.���fO*`m���Y���5���VU	?rPbt���H���7�����8��������@���"kE���/���D��������\���������������������9e���5���
������NO,P���(h���������-V)���������������������������������������w~P.s���*���W������������p������j���Hz(t(��� KHW������W���&E������������I���B������������������I��IqIH������H3���Iq���IH��H������&���RJ���"�����&�����������sh������s������A�����zq���K���n7������V���r ���Dm"������+M3B���������!+���"������������-+��������:*���y������U������������������:���K������/���<������-i���D���C������:'!]/ZzShR\%���DKO���&u���������(������������W	������������
MzBJ���I$���/4���t���Hz64)��������������������'e������B������������������Vz���������xYH������"��m4^*>��������������B���u������������R=���������������;]�����.z���p�����W������j���5������5���@���D���O���JO���
w{����@aSP������\��������������J���+������.^������D���O���������d������������X)���|���b]������������v=#������������h������bxD������G}�����������c���s���.���������"���������������������������/���!*���/R������k������������\u���(��������O���J:������������^D���+T��������������K���z2>��������������#���������������ws������������'W���X���Uq���>���������q7������'��������K���h���%���������e���u���������K$}14���R���n���T������&=-%���!�����&������n���I���������)$��������������4���"}���O���;������~Q���������N���
������������*���������������f5(���������;������w^x��������������_u���!���M���*��JQ3��������PK������e���B	���PK������HEandroid/support/v7/widget/ListPopupWindow$PopupTouchInterceptor.class���V���s���T������-�����2q���)���$N���MI)i]��������	Ip��_���������UT���c���N���3������������.���@���p�����?���C���}������%���������3Z�����������������'������������?������K
���8���$2���a���5������9I.H����xW���<.IrY���������]������=������o
x_������"���U���A���������y��������������]3���V������5���}�����k���"0�����{���Vc���vk������<���]���];(2���L������7UaPJ^M0���mW\o��������YuH3R���,�����M[������"���c��Q���������U_q��D#������������f���1}_�����������������*���j���OKk���b�����?���Z������s������������O���0���6C���������*������������U��"���Y������.=���7������j���l������p���n������{������&���������%)0��������A������Z���-���7������������f���������������EFr���8>���Q��������X�����5������tl`���cK�������������7$������������������:���������b������}gH���������tw���������ma5�����Z���]������C���4{4��4���}@���������������5Ir\���S���������������H������0�����23-K���~���P���S���W���:���]��������{a������U*������7��������������y ���m�����*���������[�����������o������������|c���xG���S��x.���������Lo��/B��������F�����|[������{���FY�����Rmx~���(���	���,?��������5	���PS��������d:N���n������������4������5|h���.���P���8E���������������`������<������#&O7i���H:OR������Zn���W���r������������NM���
x���������������x���n{���b������ ������=������HD}0������+���`N������;���_���
���O���w���}|���RFy���bF������`d�����e��N{���������p,z������������������81�����������������H���
+�����������~*OB������\G���������)���|������tXY1��S������N���/�����%,T|���7���&������qo������>&���S1E���I�����e���eR p���t���]$���27������7������"���������	������6���������������'z0������PS/���e������:���X���r"���OH���)b���PKM���oM������PK������HPandroid/support/v7/widget/ScrollingTabContainerView$VisibilityAnimListener.class���������NA�����]ZZ���R@������������eU���������$���-)`������t������������n���������x���S���������&^���>���������v-U���
;���3s������;���������~������������y<L!������i#������
���)���0���;ij���&1������������=���T���,\���v������a���6W���+������d]:2|G������D���'������_���
������{���a���������f������y(���vhnZ������8������������������B������_���������"���HW���K������
5������5l������*��4���Oa��W=���j���T���xRW%3L���le����B������F�������� ���)���:HY3��������C������e������>���/���m"���
���������Z������a������������^���%������J���tkK������/=������4HA���v��������������������
?$���O6��u���P
��>���������3���n������k���������XO@������R)�����o���+R\������s������-d0j ���������8c������H���drJX`X==������%j:������57���������E�����������������W������P}0���������#_;���z���R���a�����������
\���C������,���Y���������������}c5N�����������-���������������chGQ������i�����#���_���,���
J���p���������.���R�����H-B���?���r��������������e������!������������uRb���z���B.������Lusz���������������j\mF�����H���QlGa���|���j������d'���������!���i���1\���r���#���������������3U=���������$���T���He������!���W�����������oz���r]���\���t#���d���`f������K���d������������N&Y=���D���������7������[8e1:���Y������PK�����Y���CPK������HMandroid/support/v7/widget/ActivityChooserModel$OnChooseActivityListener.class���P���jA���������NO���������������[XXX���`���tv��������r���������z!������"������
���SL������o���3���������/#<���h���h���F���v���8������^������������+���3kT&������p0��r,���U������������d���&���b���O������������X���`2������Ws���)���U���������k������^���2F������r_n������J����������}���,t���Y!���cP������B���\l���������z���������PC5��� ��������������������LPib���������/PK;���8������PK������HBandroid/support/v7/widget/ActionMenuView$MenuBuilderCallback.class���UAOA���f[v���e���
J������[`[@Q������������9`���hb���v;������eK���-���W���^������h9���L<���o���K������%%\f��������}���7o������������_���������"���GQ���*���H�����������8&���5���
������������������i�����k������^0���r���b������Z}g���R���������Yc���.���s���X���<������p���^������^���������l���������&������������������|������z�����������K���������,9������W���X���S4������X���aq8���~���n;e^�����S2���-m���ui���'������������hG9���5<���=���������ny��������2���]B1���������8���kz������O���r������������pn���qk0������)���!���������g�����������;���Z���F+���p~���t���y������fL<f��K���s��������>e��e���L(������V���W-���������������w������4wM
=������������������(���������������4������y������p#sW���*$������3������X-m���MQ������������T������)R���������;W���!���Z&;
!���L������Zb*C������W���7=���������V������y���z���������L;w^���6|T�����b���[R9������a(yA+���(1-������x���|/.p���u���Za���������(u���
������kL���y�����������K���ZI4���z���;$������}ZI������(������?���N���&l���������M���~@<@������;D������
���������������CtI���%���������W���	���������������6b\a
������5���!���&���a������ ���P;0���j������������
2���������JB�����������&(���c������?���C��h���6i���a?������)������������ CYO��������������������1h&���>���a������q������1���C���~���������s���f���"������f���(���Wu<���������PKpE������PK������H0android/support/v7/widget/ActionMenuView$1.class������=
���@���������������/`a!.ba-���`!���������qC�����&������������P������3���{|0|���������`���A��� @HO���,b�����	���u������������Yq=���d%	�����sc���N���&	���'��N
���a���������NT+Q���$e'~%���������^k.6���������-!������E.u*���������cG������k���������������w���~���������:>{���B���C������oPK.^���3������PK������H6android/support/v7/widget/ActionBarContextView$1.class���SMo���@}������q���������(���m14uJ\������������z���������^���-���ne;.�����������������B���:���zH$���%���������������{;���������������������*���p���,7m������ac[nYp-���a���d<r���t(���.Wa���e���'������c���~��������8��������G^���������H&���������<���E:���x������V������������)������}"���L���2���k.���?���v������NN�����J���
D������"������vu������>���������O���%C������+���D��x���������_���{������YZu"|`h���������A���<���1������9c���������q���}ip��������>���'j/U���D���aO���#Zh:�������������
������,���:������5jQ*uS�����������C���������3�����	���LRA���G���f,���������3,���!������q/������������Q���������b��[���������A|O5���������%l���c)���DX(���������:���t���������
���;8G������I{D���"�����:���vOQ���~������5w������j������P�����^���
.������E4���i������4���+���7������to������������K������1������0���%\������"������+���J������k������5���V��������g���6��������PK������#+���PK������HAandroid/support/v7/widget/ListViewCompat$GateKeeperDrawable.class���T]OA=��-e������"���((���(UAQ��������������������tGXmw�������������4&���^H4$>������Q���;�����|%$���������;s��g���l���������������n%��+-������@cb���&������b���!���q	���������������T���*+3���&4]s(>������St���24������l)���V���������������������;>,1D���
���3������4���?\���-qkA���1���������ZR,M������`���Y���lZ���Q~���s���[
2yV��5]Ul�������{���4
���)������
k����������f;%������M5Sq���������������55`���?��������������8"���������'���F N������)1Ds���������e���y���0���g������^y���@1n���
C���>���9������u���vO0Vq1C��������������m������/E&{EO������u�������������������������������������*Fy���j;���I���������B��������8F������/i����������������ToD$������W���2�����U���EM������w6b������RWd���H���H���U���	t���8���^}��������.J������0������e���'���������>���Jg���V������������������D���^I���������)������P<D������������-���|���'B���4
!Mc
a��"���jH0���������#���#������:(������q���t���'������v���%D������$>������+p������I|���`q���>����������@���;ZD���������������ME���!���5$���zq: N���=Dx������b���<������Wx���+$=������P���l������M���o ������M�����?������8������/������������?���PX5������o!���[���	���'\���^/#H���,��������������P������������������(}������'%���{:"[������V���Hj������a���]���Q/)P���"���!W-������B.���@(���aB���F���H/���_���S���l�� AlA�����/T���W�����&������������.���A��������)���#���}E���{���������hC���PK^<������9PK������H6android/support/v7/widget/AppCompatPopupWindow$1.class���T[OA���������.������V,T���{���������Z���������"F<o���C���������������n[���E>���F���O������������zf���hh���33���|��������������_���~0���7]cR���)a������������f%�����|7d<������ ���E	���"
���H���������(���M���j9���]������*���jV������\������2t	���m���u���a���������e���������JS/W������������m���,[M���������r���n���FQw=nrb������������cF���J	x���,"������4���u�����xJ������yS���"������p���^r���������N���e-������������d���R���i���a������C���`���9mjQ7������z�����M���d���������hi���������:���X;���^U���J���0w����������xJc���DZ��V���V���s���Tg��������!���"���������Q���\���_������������{������nj������/������h���(���k������������
������g���S������5������I���������6[`oXuG���+���������������i������*Z65���ru�����������U������BFK2zp[FQw�����Q	/e���������a������Vy-c������g���U������������kw���������=���2f���{���3���������.u������<�����z���a���z���������������-��������]4K������
���f"8���������;���������l������{���J���H��������I���Rt������F���)4���A���#���5���l������C?������4������:Hc,���9KO���#=u���@���3������>������������*���������<���AC\6j���c���B���T���������hu���[���*f~ ���9���������(���������N���O���}��� ���CH���c���O8
������A���k7)jS���#������$���~���:B������a�����:���t���X������������=$O������������������"	���������D*���L(}��Y/���d<CoH<������������PK���1RS���PK������HBandroid/support/v7/widget/ActionMenuView$ActionMenuChildView.class���O���NA}���p''���_���������-,hhCbA(H(������������\v������������o~���e��:���������y�����������������������rts�����������n���b���������p5|Z������������&���#K[������g������������I���5s6���J������y'������0���F9������������~o]���H������r���������q������+������������'l������v���Jz��p������D%���V,>v\�����������@h!U������E������I���������X i���Qd���_PK���������=PK������HGandroid/support/v7/widget/ActionMenuPresenter$ActionButtonSubmenu.class���V���su������6��	[���aZ������������iK"h(-W���j���������f������������IQqF���}���g(��������������������8���x���������?���������mz!)������d���������{���7>���������B���������;���h���.��������� ���8������b$���g0*���={���t������f���X=+f���0���
���q@���������9���kBe���������sL24��������f���z3���������M=���pJ���e���n������5Q��J���H���������wC%������������������;���;���$C���aE���OknbPuu������������h���[%��������������D���N�����I{���M���������;P������]d���������kk2���������/s���}P������%c���JaR���u������;���3D���v���"C������,O���`,.���.������?M���4���U���J���k���B������YN���f������������p}Dk���$���\�����������,D�����w���_���L���3l����V������[-������]���������:k)���nL������S���,$���1���*������1������`���������a���(x)Z	H��������������pD8k���lU������kk���������RVd�����Gd���������������xY���Ztg������U������������D������)&C���Q��ah��������4������qL���q2L���2���BT������,������������8)���^�����m2N���
o"���0x���.e������_{���M���d������
���fS������%������x���(���������#���8���0l���A���X���j-���MLD���%�����������x���(k�����Y���������I������#���&�����������������������������2NHT��#��l��������������B������;������������8���T2���������������������?u���e]uf������BU�����J|���������p+�����������������i���������X
���������E/.d+���B���������Y������}���0Z'���������������H���E���oS���[���W������$��������^���p���S���T��������������P������>�����������&^0���"h:������X3������$���R���312��� ���Md��Iu2;cV�����������W?���"���/����������������O���q\���������.���4c���������������\Vv���k���0�����������8��e���������{*<B���q������(��:������$z���w��!>D������������o������������������e������ ]���/���{������Y���!��������������������������h������4������!|\���bU���������Y4���R"Z���
���R<���#������������X���������������1������G���X53|������?���������y���.�����f���r������������aG���L���~������������������������c������
:���o���K���{������O��������������~BN���e���������~���i:;'������w������	
`
���������1Ze������FD���������x1���[u!N������U7A���#���������������cvaQ0���mHmO������!oR?pl������������������)0:���In������������������
���2���b���G&>������@���s���������������%0v���eD.z��������N���������_���������_�����������r���z���&	������8���'h���������6��������������dc���������4i���p���C���PKu���1`PK������HCandroid/support/v7/widget/ActivityChooserModel$ActivitySorter.class���RMO1}������
"������������B<���Q#	������uw��MK������������O������Q���B����������������������i���?^^a7���f���-B������	���A_���������������h��������,���������,��������D_���������������P���������>���a�����H���*������3Y���=���`���������l������t���]������y���U���������������~[������7������I��� ���c������{������h���c{cR������������-���:��� HNR������&|���2&���������LG���!������������0p�����������L������s������r���f�����
������7���
���P���tP���������r������������f}���������Z���{�����F5��������@���R���PK!��w+���PK������H1android/support/v7/widget/AppCompatCheckBox.class���V[WW���N������@������
hH���X���������[���������"Q���m������������L:9���������^~���/}h���\���Z}������������������>g&���������������u�����}���o{���sv������������������������������f������[������RA1������������������]�����O������gbvO������b���Ca������,���>���DR�����������aE���bXS`(x������1C{f������6������>��������n3������kf�����T4������f-���G�����FjU�����lv������d5^���k������@F���Xy35���������2������������������J[	������a���
������������������L������<:#������|bd������?c���t���������a���7���e��%���c���[I-��������xw?������������c8���/���������������ik������Q���#C������3������=���������HG���8���������<������#���^���/���W
;������o���jJ_I���'i],1���CGN���N���	e8QdX������������ES���j���`&=n].���:���������-	���%���k���BBB��z[������R���8��������7���������c���3���nA������������u{���4-���q���2)Z���]Y��e���sQ���me���PhZ*e������q}������Y���X��k���<y���G1I8XNhn&���9���#4�����������������e���&���3���"9m*
H
{������Z"n������i7p}���U];���������UXyhwD���������y:`
,6/������3M��Ik������N{���+������������l~eeH���ai���.�����wT������*\A���HXy;���_3D���������:��i������|���"���������%������������c]���������M<Q�����t���������6���_���8������*������W*N!������k|������[<U������W���L���\���*.���)L���x1q���3D���������b���-X���&����p������D���E������A���������h���U/A?2���+s
~b������V���f���RftqH������������y���$������ekS^q������C%$������������m��A3j~5M���[������[&];������p��������������.]-���wG���&���V�����������������V���k!t���B{������.���L������&t������Z@^���n������pUC���L������������������p���+u���P���Z/���rb���4"������5���������p������Q������;�����.
������������������>���#4���������������@	G���6���o������4���������@i������a��������	`!,?���������pd���w������QW���wM���xGK/������������d-���#.���3���6	G^���?zh������WhxI~��������������(���hzI���/=���������"um.���:���N;������DpE���v`=7"������
1���Ir���������u���,������lC���������-������:������)�����*f��k%���������X���q�����������$���2T���"���������������������Z���������������r���
���[���(2;������|	������8������������a������������������������������P������E���E�����������������������������y���Q���*���R���s������)s���&���`�����������H=I������i������������IAI������������%kwx������#������������VYK������������h���������vOp;%���j1���mEq���Ru9���oNV5���������8Y=@�����e���41$������Tc���p���:&J������k���pP������������\'���<i�����i������D���������������J������������tc���&>������������r���Q���������`2H���������F���PK���l4���cPK������H@android/support/v7/widget/AppCompatSpinner$DropDownAdapter.class���W���sU��������������
������������P M�����RJ���G������HK���������m������[������ew���Zg|���A������������L_pg������������������#���������lc���A���7������s������w���9���sw��������������>���b'���G��>���7�����������������������bP$L���������:���C!���������+5J������������f���0+-���������p_���K(J(I��������b:���������=������������
������0���:���	S���u������1��1���v|������z���+���n8������������!49������TB���
�����b�����p6���N��7tG������������m���������j���������C���S������@���������4]��K��5���Li���y������+���)��������������;�����G���������.paM���sv���4
���������y���K�����(������a���������y|���a���1J������xp=u��+)U���x���3z9����������������������_TL7)���&t���X=�������������>���������.)���RR���lX���
Gq4C���ky���(���9���+������x�����A������do������NYG-1���%������cs�����)*���Lf|zN���;������4lM���0���,I���!������d���R���:_������������������d�����<���d�����������������Q6���z���9������d�������������S���TGb#l*4��Z-���/������~V���)�����l���v���p���a���������P�������(���3>m�����+�����(���mZ������L���!W���a���w������z������������!g3���6\,�����uq������F���x���������$���F%DqN���7���h�����������������*.���{���t������������h���������> T c7,]�����s���E������`���p@���{�����2�����������������[���8������2������1������3���qY���qAFN���b���.3������]M	���������]���>���k���I���34���������+D���Qj���W���2*y���{2�������:���������������j������Ln�����������AT}]9}���:i���B[���������BA������
���N������zhJ���A��������,���������������K������������3���/p���������������
K���������\���
$������#D������+s,���������%$������(�����9������Q���������ct���+���)D���54������H���������������oc���������Q���������#������qW���=������s8@���o#���4!���^B�����f)���Q���C?������(d������2�����
���WH  ���-	���$B���~��w������t���0������$)A���w���"������������������X���,���+������a5������,���W���+���uu<vN���PGy���W���������.[F\L;W���m������?p������+~���������q���
���(������-���c���H���H+���������4r���XGS������I���4������$���
������$���=���K$ !���p���3������MO\���������.������������4������)���������a������4]������������C/y������<mwH��������k2���I
����������������� ���,���W�����y������|/���R){���������2������������ZS������������I���E���g]e���+���nM���V���Z���*��������g���������h���_�����������c�����������D���������H�����|I$_������[%������t���~���$������������E;���Fp5=����������������������������CB���������#
���������F������������W���c������kp������H���S,MR�����������������~ ���G��K���������������������"DY���|���������B<���I���������&w���^���������5���p���{���W������$���	������1������(���������0���'���������O=G���������{Z���{}N������_u��a������#���7a`������������W���PK������+���������
PK������H,android/support/v7/widget/SearchView$5.class���������n���@������6��������)������R������$������QA\������ )���P���D���w���m���������F���������������x$���������B���n"E���E���%{?��������g�����������`-lE��p;������h0���ye��������%A*���������&���Hsg������9�����������R?D������	e<������(���P���-���R0hmp���57J������������}oS������
��^������yP���������P���&	O�����e���"�����~D6WE���z������$o���^2������[������)������;?���G6e���8CC~b~������������P�����������F������"���P���8f0D���J������������D���n&3	_��VOLR������������-L7���������G������������,JFox������������2���Y������R���$������r���`���������NLMp���G������
���v���N}���}���O������(���9������a������e,04��� 8���D_tR1������y���"���u^���Z���������������}���e���������]?e���4���E���R�����Q_�����E���sD���^F���������7������w���|Q���2])���������������%S���*���!������������y�����Z������_���~��������de���������j���t������.���[���&.)%\&*(���B���)���JTTt���HWt������Pt���������h��������������6n��������|���*���4���u���������_PKM���*���PK������H-android/support/v7/widget/TintResources.class���TmOA~���-������RE��"Vlk���P���VI���@5������~[���k]m���.w[���_���W4Q1���?������������q���Z���������������������33������������������_������������(z���1p-������=���b��L���[������t���1������n���������[������J���]���&^1���_y�����Y���l������)���[RW(K,2��������������
������N�����J���-K������W���l���Y���Kn���������������.���b���-���E���
���\���]s-���-������1D���v���������H%���������p7���V���$���������g��������!������������cH7{5��]mn��;���T�����J���`0���:���������<�����������������k5���eU�����$qz���]^Z���9���l�����9J������M���Y���U���V���������^"���������;������
������]������g���z���/������B���������
������������h�����������v���;A)
���Q+1D���Z���	XX������z���������������ZN���������I������D���������!K1���������y\���������K���������������=q?���P
���y������������&j���
������a���������3������?Y���������]S���f������#������n������=���g:���zAZ������P������U|������FX:������)!�����t������a���}
r������������o������*W���������b.������������������h������N���������'U9oWl���zE���~s��������qZ4�����������������������������������������~��0@?���������9N������ Ls<���������|C�����=���?!���!������������?@������������.��������[ag���`5������������_������Y&h������
h���G������F���w��� B���D&���������������GD>���������bv������}���������������D���z6������	��!���$���1EdL
6M���fR���������&���	\$���������x���������P@4L������
���~!i���������������^,������m���������l���������PK���SkyPK������H;android/support/v7/widget/ActionMenuView$LayoutParams.class������[OA��������](���\EP���[i���
���&���hjP(��m;���1������fw���������e���!������������2������n*���B���4������s��������n���������������Q���H���e���������S���y���
,2to���������c���9}���K���������ap�����(���C������7m�����������xA^��������J^���s���
w���C,g��������L�����������i]G���U���O�����������y���d���g������������-������������"���1t���t���=Q������������V!���Ii0���T\^������.������������c���K������������������7���-���+���L�����������<���[j������l��������JoJ���/��������C�����S���@];���������r������������{w������i������Pr�����������c;���������=���5���$f1<���������MW3���SA9������fA���������}��������������
V��������:C���I���R������[���0�����H\���;������+���#������[Y���.������<������,/������������e���&V������DS���������H���D���-���B���������2o������Y5c���������������`���M���&
d���������U���������]��`���u���-���\1������5������;>���������������f���]���a���������������'������"Hc������������S������������������J������3������uM������D�����������������#(&S������u������4���F25{���������-xHk���vh3��$���<Z7��� ���������a���D���������)Y+���X���}Er���
���L���������*u������|@���[5���:���a������5��������x���J������C������3���2������������Nm���7��������;r'C���~Xz,94|���H���u��������C[�����X������T0u��������������D������B��������&���,���7������2���'������������w���|[0���������U������.���cJ���������F?������`�����������PK`W������������PK������H>android/support/v7/widget/LinearLayoutCompat$DividerMode.class���������J���@�����������������V/���I���������
���$*���J�������l���������&���W���������P������bq`���g�����������8���~���Q���������xfkW��������p���)C���ebmk������U)������R4������0������W+zV������k���6���z���5���q������p-�������������i���+���^#t$���>Z������uX�����Oyza������R���������������:�����������<������{r���%���=X���
���e���{c��ZT�����e:_R������~������|���p���������������������V������
���������������C=
���M ���N(���h���'���OPK���fh
���PK������H,android/support/v7/widget/SearchView$9.class���S]o���0=wM���5������X������h������Lb������������T���������6������������X���������������������?������������G!������j������������������������������������������~x���v���z(���;���rq���������bF*v	���=������,Uq���O'���43������Yx������4���Y4���+yz���������J+������j.Gi���	���aK���zOi���v���a ���1H���������H$}���);���������5E������j-������D���dd���?���ls-��X���4{���j������y���8������L���{>3���a���Z~�����6���������62	�����������������K(K���$4H������t���E���;]���p���33���HGGI���+=|#���(���]l���p���������>���������������������f5���D���ax4�����hv���&8���/e=���������'l,������1B(5m
x"���d���������\n��������Z������j5���q������nUx���^���h������������O���������?������X������Y���3���e���}3k
W`k���������s���w���;V������
���%��������g������	\���c!���>[8������5\/���������@cn���6Q������f���s������w������5nu������=<��J���PK9���>���������PK������H8android/support/v7/widget/AppCompatDrawableManager.class���|	xT���������{�����;�����a���@���!	���DB��I������d2	#������83���Z���������j�����������V���(!���[]���Z���jk������������Z[���O��������������������������I���������?_}8�����������s&}���%��������������^]���M#������O���r���������������t������������^.���������^���[<���������s���#n���.������H������8?������	���xR<�����=���x&���&���s���,���������.~���A���^���x^������/������x���O���x9M���"~���������������U���������;���������k���*~��������C������<���.~���G���������~���������u������������k������	I������5M���!������o������3(o������h&<���O^���6������y������)��������������6���.���������P���������.���w���<T)>���tq���������e?N���������n���)���8���H���;]J������������N���K���u������n]��������N���e���.
������p������)������1���r���������e���.Gy���'G���2���C~9���;s���������s���!���<a���������	2 ��@CN���Z>���5!���4���������L���Tn���q,���:w���G���i<y:o:������B]���d������6���|���,���E���<������k������6���k���\���������q���<���ks���6���k_���Z������sm'ps!��������v"���-������I\[�����������������
X������J�����:���������u+���8���������\Tq������������\T{���Y���8���������_���CjK���o���f���:X������)\���������h������rm���=���T���������!���������i\|������f.���������}L���.���c������������]���y���!�����M���������������<������#CRgt���2���A�����p���������\D������q������-\l������L.���qqgs���5.������������\���������y\���������\|���������������������������D������
"AFU8���V���|���X &hT������VU���-������B���v|e���K���9���"���DWC���@���:���U������oBo���Q���������E������-�����/���^������������eTD�����/_���ua���sy������,6h���Y������������k������k���W������rA������H+fN���������[������`ki{�����)���������D����������������G6������Z��������|}������������f������5������+������k������-o������.��A���������������������������R���<{���XWg'v,���2���tk������=/-������tt��������������������P���������������8)������������������yEUuce}sEy���J���������*HAT���?M���om���XU������lXQW���X_W���\�������U������CL���������Q���)������U������+���8�����������b���������ukk���7��!Uk���������8	���l���l������jh4���_YY���Zq`�����������Zk�����������������8���.���������x0T���>�����������T���������i
���������/��������g-���	������p������������g������jIC���/���G������mG/���b���������
q���-������h	���c8���K���;�����������������&���g}������Gk�����]S���������X���l
'���V���6������������AI���5������������Q������!���������������VG������������x]������33�����%)���"������{������������[	���{4��6���������������?������h���jZ���������������J���������m������V���fy�����o3'v������M���f������hb���@������S���kq0���/������,��������B���������`8P������������6���d&m������������E�����:���MA���S������*+���yl���+������7��������������s(���<���������
��������_x,1zz��������V���������*������
�����������`,���k|Q_G���<���������A�����:���g������F��]������0$N������pP������9���cC���o.H���������������`<���ZM���$(������bXR>l���	��6_0T���V���+������#k���q/���������������?g���z���l4���pP���������
>&���E���s���me���j������H���m���-���k���"���������������1%0������z������q���f��� Cl���e��m���h���Z���el���&������	:������@���
I	E|���������VD#������#������df���\)���I���\A#&VG������gv���:!��[���+=���#������5j���e������G���������������)Go������+���e���0bO���n������������.������V9I���������L������%cZ���������������T������HW������G&���lS������������ty���.���D6������`Q������:,-^5LYpbQby���7���X���7#������5������������,���������`�����F������L���������/=������S������w������^���He������������*���3_��������������:aW
���0 ������~���_^���������������VVB[���m������!T���t������a�����C���>������7I������QvlG���<'�����1���dI9�����e���Tt���yG���n���e������1F������ds���������S)Y:3��2M������b[ FD���-I���e��������������9Lpn������Rr������v`������P \���]6/���w������q������h;���i������8ytb������P������M1���hc������������!���O��E������'��������mV������C���
&���
V
gof���'���)���h4ao���	f0������������?n������V"��������Pm$���������;%w������������->������]���������������'������44E������q������b������+������<����5���oj���"pz���&���g���>���^]@}&���+*[������F`>p������~L
V���9gY$������������X���i���V���;��z���8k���������i-���������|���W���7������s���
������Ua���%
���Au5���|k4������������cM���p������������EV&���hc���������)F���������B%D������������,HLX������������Bn?������l���%Y|���4 ���c"���0������G��������S?���]�����������������x(������Y���X���\[��a������~��������RrO���r������;���
���f������3D���������������)\P������X$���6���N���
���z���������������#ruy���!������������-
qA���������p���������e���7D���@j������;�����J������������Hq���l���<1���'���������(uy������1G���������r������a������8C��BxD���������AT���������Y~������!o���;
Q(f���N���������nC������D���1���<P�����C~���!������!��?0���n�����m_5���������k������C���e���;���]��������?���������^������g���m������Ov���~^��������C\"����������z������6���q���!.���9���x������G0*���D���AG������G���c������B3���(���x?I4C0A���|������~�����������`���*���#���/y*:XPa�������<h���g���������F���j���g���s���������|^���/���E������8C���T���0T"k'���p�����|������h<���j~[���+������4|��?���?6������������������������!!e���_�����)���V`>���V���{Z������M0���A���9������]���������wI������9Y������p���CdY<���������|���\�����������O�����������������!��c�����������������-C���C���3���?������!:���}���}���B������&���f���������!���-��������������|G���k�����������������w���m���������'
���>+������Y���?������5���bC~��+QWq���#n^��C\������>������u\���������07w���I0t���b?:���`_���}s���
�����������w���@|��O���p���������
y[h�����Br���q������������dh.���������hiP2��������!_6������7������������i���\���.���e���H-[���������.>�����������`,���P>"�����������������y���������b���3���������6���R���o���hz������r���#���Z.[������b���������#���������� -���VA�����-������
m<�����,=Z���������RSO���������������f'������������&hy���6������&������������4R<���Z>3d2S���������E�����������.
���������E���\���p1���������\���r1���������8���������\���������K\���q1���������B������������	I:4X������������DB������VC&1���������������el������t������G���pH���������������$������.���
���Z���U���7T������
������j
���W7W���6
:���X
���S���^a
[4���^	Q=���,����( ������<������������$���������"������g���V_������������x3���0uF���|������������UibR���>���~���{Qj���l'_Z_������0���������o������Z���[���������G������6���#���������E������2OL1������������a_������������������������GC������.L)���8\���������o���������������p[������+���x������2%������������
������@h���iX���x���������2������*nn
|AB���[1e���9���0!I���%���"������bY������������$���6-K������{���Lk���C���L�����|���$M9m������}������l���
������}lF���������TD������9������S���������S0���������(K������qA���������Y���yC]���U���������Q���1���@+������������%!;���������X���/J������d0f^���8]���*;:������������/���������O���GtW������.������Sx���0/���������?���N1+���4
}���6��������D���~
���$��������3S������������������������jM`P]���������������A���E1���������������WV?c��������������������E���C�����������������kX���X0���j���������[w���F j���RM���u���5W�������������*���9~���@MTW������v���/���������������������������x������!p<������������|������@T���z������@������X���R������K�����l���������������������������0���r���+*������o������������������X���
���������������!������ ������S���S���������������R������������1==9���������_������g#������in
n	������������}������������88U������\���<��������K������)<U������/,*7���w������B���WRw���������=���������@k0���������40>y��������`W������%nn5o������������&���������O������W���I���M������������d���������4������:'���LcX�����Pkr����������|Z���]~?=�����������Gy��_���5T"$���������bmC������Q���������\S_���0`���H���K������}���
�����gV��ilJ���qn���Xe������O���%+i����������x������c
���������PBEYd,���$^���C&������')��������������J���K�����0Rk>���$NL7_D������������M*���TY���H&���1���X���z���A��������l�����%���4������e}q������4C������������!���n���g���C_���������������������B���V������j���`b���������]��8���w���/���������U���b������������N���������.������������Y''M��>���������P���~���m���a~������������������9���A4������9���t������������7f������$k���=���������L������ ���S���aHS������ ���r���������)������������,������'&���#������"0�����������7������������U`���4eR���N_,x�����������������������Pdk���}���X������D���������`d�������������p���I3SJG���cs���z4���/%P������tvu�����������2dG!������nl������@(y���"n������*������K	�������������� ���zB���������;���@���������������op���L
������>L���!���o������������#7I"M������/���W���Z���6������7z���n���������m��������������@������I���G������Omj��������������������W���������������#���{������~���������/�����������������QF������B������������vP6���������������|v���yD������������h	~CD������V=90���hB���~EH6���4TM���~r���#���}ju������DKP���L��������b$zs������0N������hk������U���U7��������������i���������v/yP������{���h
e���)4���Dz���������������#&������Sm;���������������������M��������������$���������6>+}���,������:@#���/}������������GL������8���Tpi#���������h"5S	���(l�����������
���^1���0,.������D������������������G�����m����������'h=4���=���"���������|s���E0���M���j���-&���0��������S���c���Z���<
8���8f?���^������:������t������1������	���4������i���������k������^G/������:������4)%xW7���z���r���Y������9���L/���tz	������2���������h���������g���n#������F`������������@���4���Y&������������PL'���a��������������4���e������K������LK~N������3���������^���������
���q���������T���U���f���"K������\������n������w���������8@ ���y���h<���������������	���=4iV/������w������&/ty]	������	���4e'M?@S���������PA���VT���M���zhzC���������3���������
���c������Y������*���������T������������^H#P��� ���R���:�����@���?���X���9��� _������?���$X���X���v��N��������Bt���������sl���cS����������������a���u���D������P������
>���2�����M���E�����������J���$?���[$|{1	A���z���d���������<He,H������������������f������R���x������4������3)���	^W/������)������*������q�����������z���K aY/���������t���������[d���-���������P������xy���Y2��'
���s���������9���x�����������������A��������� ��������������Iv�����)���������AS������������������������-:&���d���A���0���-X������������F����f=`���s ������!���������I���������T���1]������
Jy���x���������ji������+�����������Q���C���8���������������,e���RF@������(��������!���������4A������'T������	U���V������������fK������(L��������d``5T���������������O-���!���Vq���J���QX���8U���f���������C'������Y)���g������������w���R���*������}T1������23���������	s���������^������U������[}�����������T�����������j������,������n������������,L������S5���y���������������q���B���=G�����������T��
���n|������������0]������M���u7WV>N���^��� ���x���b��������N}���������dB3��������W���!���N������\�����������e������^x������y���
l���^po'���`1m���d���z8nxh���������������
�����������%���`���8h.������<������"N"���XJAQNg���
���**���<������.���t�����������t���h���{���Z:(������y������~!N���?���f������h������������V1B��������q:���8���4"f���N1_������b���E���g���*q���������+a���
h���X���������8o���q�����M���(���P=Hq$������W������
7���!������\,������������OoXf+H������������VzE0'���G���*���������%���5K���Q3}'���s���2���b]������1	���y���f������������:���������������*���z���(i���.V������0������������|������E�������L������#���@���4k��4���ub���e8������M���|`��������������.������W���f���������������{O������:���{����������������jy���������$eyu������j������P���C���g��^���cV���l���&���*���]M���������������%L������U���8������uX���
���$.������J���et������������MZ-���������\M���������������;B���#FX,D#SD3���Z���N���!���m���|������)J����������������+���,���4������������$]l���������O���X_������i������R_������S:-Ai���r���������E���8������������=Q��������w���������������{������aV������j��������&���a������5yaL���=t������eQ���������u�����
���GS5"T���R��������l���3������w!������i������A�����4]���z���L���-���������^���&q���M������T���(���~u���M������6���6���tS5���h������(|������S��s���Sq6S���������������������L"���.SRY������~9������_	���>R���������a���+��VT���g������������������lF������Td���F���_���-n���|���y'���q7y������ ���M���������O���1������POS���������c^R���|���0���*#������b���>���s������,������^���@t���{���V�����������������M�����������F D(s:���{������������v���b���sN7E������������������E���0���������;���S���������^���B���������N���%* r��� ���)���A4���L/������������������������������Jr������g*���J���,L���G<4������3=���������A���)W<���������M#���x6���Q���/�����7?���������	���O"���{���6���������4q���Z�����������Q������	u������D������������
���
]+~M�����*6��4���@���7������,���7(6������1���1���%D���Z���p���mD,���5������a���r��������������j<������#4���
([OH]H J��������������������������7%)������aK���:qG,y���o���``���������}T���=�����������������:���?���?���|���#���3������������d+�����<���������������,3{���)7���������������'���wWP (���V���kI������������o4J���	`������b���LH������Jg���F���0lp���jJ]������q��������������2g���s���Nr:������!������{���������a���oC%���������o������6d���]���$���������DO%������������������-e'���P���D���@lQ\���j'������������N�����MY������S���v���|���������s���N���8������������n������D������������!(������$���e���D�����Sb���YJ���hn������3 m0ag������Y`���dp_S���������kg=C/ ]8w'XV��������6w���}�����������t������
������A���B���}������}��������(��Z���������nA���r3+������������-t������+&������LM���DgY7]ev���y���F������n���:������tea���kwR������S���������lf������f���OY)H������K'eK������:M���n*���it���������"���N��A���e���������QfR��������r$m���������9������%s���9���v���\���S���������������������)9������������E9���^���Sc���L�����y���6���Y������N?��� F������FS���a���,#������������������mxRP_Op���v)���C4*v���A��������������#f���������
{`<M/������&���pQ��Q������
d���
���(��������4/���m���������O���B�����5���g������I���a������������������/@Teb������a���������A7
������������������$dL���k���@j���������&Hx������g������$K������0���x���$������y4K~���������t���\������i������.���1\j������KU���!f���,.M6���f���y}���7���0������?���������q���Rw���U���+DwX���������V������$K������/td���{:���2�����������������������qYI{��.av�����������:n���q������������
���e`���N���1���;���
M|_������v�������������������������d���������'+)_������BYE������*���/���A���������������R������5���Z'���I6���O������v������N������RT6��r���-���L��������e���+���1}G���������e@���j���I,���UwX���r���.������>X������z��������t������A������������[���������������2���-���������������5���aX������k\{8
������`z������q������v������=���������dw������:���d%������������od���������tD�����a���\���&���N���,��� Z���������8�����t���<���#tv������������_k!���5
I	��VHj������*���������^i#���+Lm������X������^������h,�����������319���;(������������������@���B z���bX���Ki������H^N'���+h���������������UT'���NB������F������F������Ft������h���������U���J]���������������IF������gb���<���^g���`;������C������D���x�����������������v������C������������m���������R���I������������������N9���&Pn(���:u+-������Q������(���������:u5��) ���������~:K������e���h?]%������������������������������{lJ���cS�������������mQ:������m���Fw���������IWsP{��K���[���c��;(S?���-���<
{���{
���{������1���Yh���s�����a/@���^������
{���3h�����������]k#Y���mvrE������N���������������!������|���a���a&������/��������� ������k)6���}���F���������not��� p�����?}\���������b���������`U���������3F������C������\���r������O9r���&���V���P���7���^������^���������1U���N���9������������Y���='���yX���������7������7V���Ec������p?���������������J���;������D���5y|���������P���������4���	������ ��������\���6���g���������q���r)N
)	����+	p@���Z���8A���������w&H���v���������;���O���_��Fi������MG���ZM�����P3h������AeZ&������e���Jm$������F���W���������d���������R'#���L���������d$���������zq���r������X������>���O���|������d���3������9i���������|���yib���������rc��������"uE1���������f���FF���������{{i������������������v������������������v�����Ck������������!���PJzi_m���-���nJ�����U���������������������RN[B������R���������i������������k���t������������j5t���������|Z}R�����.H������7+im������DT������5���66���V3������!���z���Xf���������������$U���L���5������*���Ar<������N������������EI/V���E%���:�����������������������������z���hM4R�����������T���oM������)$������.u���b���3������v���[-����4���wR���kJTV���P���8djTwI=���>)sVi������I���Q���������[!E���It������%U;K���������d���������������y���.~z������[������`���M���q�����.������ ������^k���-���������t-������$-���E������������n������G���Z__D���q������������������@���`������+q��������������AX���w?���GvPv���������������z������N���N������&]���(������E������vA���e������kc�����������������������&D������1������n���������������=��������OO���O���0MZ7=U���+���t]���������������)���e��������������g���F������5���������������&w7=_������������|������">���|	���������x������e|�����lz���n������3�����������3�����b4l������5:M������������H������8W
���R
���J-���\������M��MP���7A9������B������������UNs�����]~������������S���������N���dP������p:������X_B7���5������n������t���f>������C���wx���;^���������������������������������	������������������ ���������R/������@���i���W^#���C������5���KL#���xC���BX���������/i������PK���Q0���%���XPK������H9android/support/v7/widget/AppCompatBackgroundHelper.class���W���_���~������e`DP.���	������-F��������U@+H+61������������3������Y������Mcl���$���gRm���%im��� M��'i���������g���������������������������������������������������y���]���������M8_���FDy������a���,F���a!���+��$���y���������&���������"_|������������|���������������������x���������x{������>.���,���_������	������$������������S,������b<���+|���,o��������������_������������k���������<<'���y��������
�����������=������L=���}������IX;h������pT���U
uT���$���L?L$���q��������zdT������������x������������"*���T���fj���K
�����������
[BC������"d��������4���������(6���������������������$m���a�����x��o������Hr���nh}�����f
���	���=fX������������{������k������		w���DZ��#Z4.���?���F^5������a��u�����'m������l�����������h0}��������BBy{���a���`���AKK�����i��������������	���������Tb@|k����D������~{2������)D������������9eL��H���e������DYB���������{��K���U���((L���g���8���%��f0������>b������X������������)���Ih������1j������1=���������������	������������������������P���������~��c������[ <���,���n4/���������m+�����
���R������x������������������C���������j"���QsW���N���:���i`���g���������Pg���<v9<������Z������P{������G's���������i���6(���%	5d���r��^p8l���1m�����������n���
���Q���Sj������2D8���@'yc������d�����a���1-d������	���(N���,���$t���I������M#������������������`���i���%���Q���������/B���T$���6.[)������S���U;���������flS@���������������We���������������������)o���M���E���������������2~������-L+x'���@������������������`���O~������V���~������xW���{,n;������;k?���~?���/�����������i���������1/���7
>`1*���������W������QA+���y������Q���W���MB������(��������`T5F��������iar���������e������`���f`���2������R������w*���w������,V�����������%���������������f��������u�����4���������������Q^���T������
	������������:��������3T���(���������U���}!�����:���������3���P(w���[���7���r���t���%;���]����������M�����r������0Ku���������5���H2������������Ut���������KK~������X���������o���i������rV&������M������k���2���&������LP9���J���Hh9�����������Rw���t������6������9������bN$��%���SFX%q���Jh���5���V������V�����b���H�����������T���������dX���Z,���;���&2[i(u�����������������H�����������\
ui������O	�����f"�������������C'���C������H�����������������*���$*���@���������iW���{`���J������������������������������G������h������������\.Xa,���������;?���<���R������MV������]	������N���f���������D���(}(���N���rn���4pg���vw���y���������G@���V���������Csi������@���
���3���L���v������Kc������(&���������N:���������n������j7���Jb������(������=������ZH���B:������������Yx[n���W���Ea_���
��(������F���������|Hs���,���{���5���yj������XE���x\������]���V��T���W������D���F���C���������f���v
���^/j|���M���neH���"���s������#l��������vj	���v������C��� �����j������h?���va���D�����pP���,l'p������=#v)������%���K$������:\���D���!���������6���8XUwX��"::������\��������������`x���Q������R-���3���D���L���m���������G�����^���yZ���Mt���A���Yr
���d�����������Y������������?���W�����YR���
���'���Od	*L*D/���������������������)�������u���cu���T������������������
���*������3�����&c���z=������1@9H���O������������CY����������+=������i���8N���Z���������Z�����Q������MT1���o���%���'������������������<e���u8H������*+���n���k]m.���T���:L���Eh������u���d������2���}���l_`���������n}.������������S���\�����u���N�����������������6������xJ������6^���w���Z��������p���6O������6[���Q���[2������&���'���B�����h���,���EYz/������|4���^W���"rC���[���������66���8[]A�����w���U���������nf%8���U������������)$>_���z���4������qJ�����������hOR���{���������3$���J���������i������g������������rNj���C#W���5������GWc$���~���^���|������:��������������������������ak������.���������������|^���ZC��������������?M���T-[Z3���{���{������
���������#���?O���w���*���5���|/`+^���({���Z������T_���:����������}���l���������
������71������������G������
s=REi������Z@���~���������������(~������u������e���P:���F5���]I	���>E!������7������Q���s���x���������S5*������B5������������-������PK���q�����^PK������H/android/support/v7/widget/AppCompatButton.class���W������~��0���LH	iQ������a7��������BX@C���HI���J���������I��YggPk���{S������ik[���E���M���dm���������c?���������{f������%���l���2s������>���{?g���������������������{w��������xZF���
p������������6���=c���O`+J�����������2V������������UzVV������������2������<^���������������uy|CV���)���o���������"���}������������>^L���������������(������h?1����z
'|k���Z������3���k-��������i���������������K�����������������������[���������d���������
E+h������P���/������O/���^���������;n���������/
���}���������EC1���m/������Wj(���NP���������������:������
{Gk���Y���
l7Hg���}%���8t^!������r���B���������������������a
������^��������|G���������xp���))���:2������KU���l��0���R���������z��������OO������,���{���M���lq���Z
�����������-���O	������������y[���������]������v���.ye?+������}���4���S������i���*F���;p������N������r�����������3���o���������']������������\Z2z���������r������{$���hV���������pWc�����������l)������Vk���}���������8���D���IE��P������i?���5���U_���!���w���������������ma���j���m���_���`;��������������zKm��s���P'|^aR5GlM���Z���a���Ue���U8��������r]���������R��������u���s��� ������������x@d���{���������������K���1<���8���`xK���v_5���������K������d3=6������V;i���4������������u%���[���������������<w���
����������d6k������M'���WO.��G��������������������o���K������������Ui������,���0���.z��������T
������������G6.���6������d>���������%i*��������"���vN������S���T{_S���=|���Z���L���p���������L�����������_������^7���������_���7&���N���{o������7M��Q������������������[x������!$M��������x&��� ���c���4���Gy������IS8mb���51���s&.������k���x
M���+������������mU���"eB������g���}������������M���5���e|���������L|���������&������7���=���JJF������n���yN���o���6|���������fUf���#���;���Q���*���Z������������>n������k������VZ���C
c����������@v}������p��M������@���������������oDl\V������������l���>u������������������%��������������)���+������v������7;��������������w������o3���(_
���i:r��������c������*���'|I���L+������_E���W���w���=q���sBa���kn���������P���yi}������Q���Y���]���|���������������.M4x������������#������Oc������C���
���<������9���������MetD������hke���$~���������)PV���#���U���SlB������P���������J/���ov@���wp=���1>���������c���������H���T���Cc8���gBO��-G������������6��Ozt������UJ������������'e���������������`S3���C��	������/���Y���KDx2���������1���<!_���fb���d��������+�����[���S���a���S���������0*���v������#16���������In0���������]2���C������������?g������$<���������������������C'������I*y���_���kU���!uM���LM���L���������������4I���������Q���K|���Zr������Q���?T���������U���56i5z5���gh���4�����������
������������aR(<���%U5g$���q������0������U'NU������@���Z��f���9��������/��� >N���������������������"���������4}u���:���3f������5P������(z���������������u�������d������N���v���|������*������!���>���Qn���[<Me������#���Gt������v3���������hk���������������M������mz���P�����Z���t������mm�����im������z6�����������kl������&���	'���IV���'���Ja���_���������x���0/c;^a���������A������������y���#
Z������������,���K���eb������������������	���Ly���������b���9_'���������p7���l���5�����o@���C����������������������!d	���M���;���m���������^���a���b���������������"���_d1������x���[y_
y������]"���G������[ [,A��$���
i������][���������[e���+D���Gd������i��V������h?���0������������c������k���������PK9���B%PK������HHandroid/support/v7/widget/ActionMenuPresenter$OpenOverflowRunnable.class���U_O���P������(������������&���?��c:@Ab���C���0���T���+F������������������������'A�������������������������������������������������9������~������������	<������
�����������$R
���1"���Q���ia���	��X&d��qW���$C������](dL1t������������*o���}������bY���Y���������]���Y������9������������b���`;���V���������fn���{����������������]ny�����m���Ry{���O3h������������ez���D������Ma���bhY���s���!���5-������x�����M}'O���H���6���������������
[���z���
���:���������hY���R���h���D���j���*������������EkB���l?$���-������z~e)���	!9umx���q������|���4��]t���l
l}u���������%]E/���*bTB������{*���q_�����Y!|jL���_9U���a^���2*������������2���W���!,piy������������v���������Q7j���������L���gi����w������t���f���e������:T������/������&���3E3���������C���_m�����������?��U���ci���������9���N\���Bl���V���.o������&5������9��������!������s^o������e���_���*9���gx������|������������	������yC������>4|���zA0H���.P���������=���������~;������p������>���/���J������������HAz���������jIA�����������b���d1��.���2���SW(���|���RW������S������`'h9Fk���j���
9���:���`���������'���t���������������;������-h2������H$�����A�����J���HJLJ������������������������������"���k���Nhn���������2���ds���?���-Dh���������j7���*������	PK���[?������PK������H6android/support/v7/widget/ActionBarOverlayLayout.class���\|������o���N���n���V7���,d\d������\���X.������$���������+������$������P���M	���6������B���d���N���������$tHh!!j !������������������[���N���&1?�������������������������������������������DW^6=���OH������o���zJ���]R}���K������R}���������z)���������������R���V������I���{)^������E)^���������^*���W<������������+������������_������������`������������R9���)-oI������^~��������������������������������W���>���C������7���~$���?������O���Sy���?������������������P��������������G���+������K���_{������������T���������?������������E2���ktQ���JI������-/������������Q���l������������)[e���*G(C���\������������4���@���
!5U���U���j���P%���6��~CP������g���������V���sU���e^U���*���������}d���R&���p������Fx���l5R���L)��������QR���'������R���������J���1U-���X)���Iq���,j���eRTJq�����F&/#r�����H���	^5QM���b���5���F-��������������R=X���u���T���	���t���fH1S^���j���uR�����s������<5_������u���T���y.���G������Z���Q������t���Z���QK<���G^������������RK���T���^���L-������j���T��������j���p���������������U��c3H���������59j������NG��������w���xT������9���I���H���U���6)���eX@������8^������!)���RD���������)���R�����K���)E������X/x���81[������Nv1���*���:��N���������<���t������1Sy]s<	������EWb������@0���0���6���������g2���atn���������c���.���m���t��������������������ZVw(S�����|]���������/���V���������m��r���F�����/_���v���������L!{������������������870���V���-���uI������B������������������pK4h������uvtD������)5���-m���x��������M���d������4���"���=������j5���<s���#���C������jgO-������b1���������
���������Q6D[���������h�����D}���|MA���<������������PC[8���������������A��.���������������C������b���"���������&K������e������	���:,������_������������`z
��!_
������D���x2U�����������������������aHh���/o���������C���N���������b~k\C8���c���!���]���o������@i���������4h`m{���&#��Z������z5U���4���E{b���hMK5���3���n����������[������nQ�����e��������������n���KbS~Hx~,."������������SY������`���;|-������������*Bs;���PA���i�����kR:���������]���
K������4���!������Fr���,@������ S���^���%������,���������t������~-���������
���`2GXX���[6>$T�����v@F��eK������Q
���3X���a���`������8���_������O���)AH���9���eN������h�����M{3���������������1+������s���C���/@X���	w���.���%���E���}������h@���V���;���������M���k���G���fsZ������~9b������?������������x XSG���m������������J2|hs���������
D,���u������4,e������?V���lC���������.���m���������������/���uh���}���L���:Z���������������������R���X���;C������������:���[���h������������R&������e/��������]���B���������Z-���r"���������@���!�����p[���������"lQ{������!���������Yg���W���M���3���#i[m���Q������������������0���oQB������zy���X���������4r���0
������M������Fq{zwU������{���������@k+��������������ebC������G���P���M������rl9���������������D���>(���L;���L���g���X���������������^���f$x
X�����������������������#!8C���L4<���	���T���g������9������iH����������������(������g-���W���X������CL���������Gm���p������������[}������x���4������j������,���41Co���
%������������fZ���F��F#��������������^�����������������o!BR������\���������@Y������]���/���������gT5h���p�����@
���v���mc���������������W[v��>������f���^)������������`���i���Y���Vm	������d���ZV$l������juC������@���:#���������������`������giZ���������������BG:%������v���������cV���Z(fM5Lz������?nIS{m������]������������|1�����������������������������y~������\am	���T�����Bq$*w����������QW&�������������rVA���u������57���;���������{������u������F��������������v���-���������������1���eC���b������_nvT78���E������HG���������If���M���d%������:�����������������F������������r���������J������f���0	���|���J������+U-���@t/p���������!���*������+l���
bx���������6���vdt���}������V"{~6���������<������3_'������Bq{���CSE 6�����m�����������������"3b������y">o������u���l���������������������e�����4���������������~������n+M�������Qe���4���5���aP���c\���t�������%���������}4h������+{���g���.fBg���.���%+)���r4������D���'t��������������f���������u��������U��������~9���2������}q���)������L���u|-,�����������=������n&��� ������������7���2`J���������������Kn[������&Rq���/,i�������������������p'2���@��������H@KS��������-���]A,���@;E������|���,<^���
���i���������dy1-���������!������������bp/������9���Cz������4���i��{���|]~+0@bmn���`���E���}r���F���1���7���A:���������q������d|���w���g���>;���@e���'���;j������&���A>��=S���>p�����������en������������?���,������)������������b���@,���$���������������������l��e������x}��c���Q������O`���j���O���i,������/F���l"{r��������������$���	��?���k���['P&������������������d���������C@~���ePb���I2s������f���/j������7������oc������^���;B���	������n���s������A���������1g������d���������A_���z���v!x���=�������������7���xK���������xG���w���������������������G������������2r���A���'?d���D���>���O&���"������^���j���A���/���I������Qg���u���A���������u������.Q���z���Y���������������AO���.C]���.7�������������<Cm���@���u���G]e��������^������<���C]������3���}������������������=C]���n0x8���������r���{��������������
zY���������������P������������<������u2���m2������B������Yu������~������H(���������������Y���dU���j���Pw5V���{���������^u������#y������������n������1���v������P;���������z@���%���Q>h������������Ps���G=b���G!5���w���W@P���K��������
���������z���PO���nC���F���<%���.)���������)���������9���������~������������{�����^2x���4���������������z���P�����������
i���:��)���������"���.k���#������S������&������������)���}K���s���\���������,):���C���IF������^`���7���r������i���1���Q���P���������
������~�����������������������������c���������_������M&���
���������������[���������r���HF7������������9���8������-������G�����|�����������������������bV<,���:���P���=���o������H}���Q������S���������>G������������;���R������P���T_y��������(������������������P���������wj������"������y|���������E_��.���[������������)���
.4x���[���SW|���P���J���uR\/���
R���(���M2���f���j���\|������rK���!m������������)<���������4\Y���������{���_rI���%hZ��������������������fL������[h,���������
������N������������F���A���qe#���������qy������������O������9+=f���Y��)w$���������6���y������������5���9:������RL������Q������4���+���!���z���
P���������������������\������������������G���\@ ���4���$������l���������l���iP���[���2Y���s���o���������5\������qz���������74���OMr���������4���3C���5"R���������������������������9�������������hLG������=���,������~s��O	������������7���9������������|���x���������X-N/
s���R���z#������h1���EQ9��������O������H���G���������������a���"H?I5���;bM��e���R��������b������&WN������������y������������1o���z_C{���S���B("6������t������Z���������p���Zn���*���������������������S���y������������J���~������9���������)�����S���z��������:������	������d���������������Pr-���&������^�����������������`\���������R���������6�������������K�����'
������o=������������s������N���%���Sr���^���1���p������SYg���c���|lEO���n������L���nnO���8���_��������7������������v?7��o������������-�����������6���9.��*���J���ph���w���������4#���.�����pb������U
f���K��������&?Z
s������z���$���8������;_���R������*q�����������h���F}���XP������������������~���������������mF������q���@sB*���1������3���K|���M^���or/&&���v���t`������r��������������f���j������
���gK)���}:���X���tq������]0���5��_J������
Y���
r���8�����9it���d���)������X���������E������_�����g��0���9���*������_cR���������������������+3���T���Xi�����>M���5BA���"���������������R������������t������������s���������W���������m?C���~��������]z"3������i~���"!+���T������7K���������������������|��������������������������������.�����������������r������j���������h���q���N���uqo���
xi������rrC���j���]������
|:������HnN���^���X7���}������W������U������o5NS��������G<���������%���h3���*N���������l���<���e���0w���u���������yz���i8=H������������������2���5=ALO���oA���7���{���vi���i������~>G������'������������{zA?_������������e������������|���z���f=_���������������"������������7������[������m������������|W?���\������:���6���������������WM@������������������c���D??�����r��������/��������������Dm������@���������)���
���������������4���A���t&������`���}M������?���������7���-@���?&���G������z������tuSV���������j;y���)'II27I���%������$YP]���������B������������N�����@������������"������n*���������������P.
���T���\���L���Gy���3���r������gb!������E4������Z������2������������R������t������s���:���m���2f��������FKB}G���1������;:K���_Z���h������}zh���{iX
_X=������������4���z���������Fu���~���������h���'���������Jn������\���������CU���hLA���
��n���������������v���8Y���K/ke���������������Bh���",���t]L������R:���.������t���������F������F������<�����������������#���n:���\v{8�������� w���l���&���W������Nn������$0M���Q6���q���\Iu���i~���������������
������<fg���G���l���Z@���`���������������������<k��������������FY;i���"m���������1������������&T���}���te������������&*������!���[h?���J���t+Hw���b�����9���&���^c������
���!k1������������y,/Q]���M���������7���,������S4���d�����]`i������������d#���IGp>b���9i	���c,���������6K���.�����������1L�����u���n������!���[���E���f������JoY���������a���y������c������c&������dcM�����O&^t@���
���\���!���rlA���Y������K���Y���#������������T���X������{iw0���o���_������_���\������������R���������\e���\e<���K���z���Y������V;������,������@&-���NS1������bX���g������T���9u�����������L���n���j���n������'`x���������v���!���*���P���4��������������g+��������3U���0y���xO���������-,���m,���]*��0���X���av���������	f!���/E���oC������@���_���������������C"���I���l1������z7JA���������>���������}������������ZH������������-������l������������!���1=���������0L,���n���Q��������"���������+��������
������b���������\y���k������i+���������B��rl2IuV������������������:������F���(K���������-�����������p:���Q���uHV���f*/������F������m������k)���]���)���������f������������s���0������rn7���)��^���C���|������������4���$���zY������C/��������������	A���t
���]���n��3������=t0"���t���FH�����7���`���M1.���.x���ip5���������l!��������������������������H���������UZ���B���ej���T��������������������x(C������������Ei������?������TTT@��������� K���������������+v���a3*���.0s���!n�����������v�����������V���Q^)������������x���:1������Z������
��������p������������������ja������C���K���s9
���������L���y8M������������_���������������h-V���������f���������j���RBnM������m���Ch���6y"������������n�����l2���D
������-���������������y������$������-W���O���Q������������J�����������������';��������Sx������������W+.W$���!���-���r������	r���������������C���������0���fX[R������jI_���Y���l*���������t
5���gZP���)���2���>F������l+<������a���d���0���x���	���:V[���gb9������������������Wm&���S[L��������������������WK���f���Q;���Z���|kw��Zw������b���vV������^^���,;������b������M���>k���K���{io���w3��#k3QN��dA���yHNi���d���H�����������[i������fUA�����:eJ=*���2U<$���������-4�����yz���B���(���\���Ms�����%������J�����^�������������2$������t���t��R������nuy������������::)@��I+@���86���W'������=���k�����1=������_�����3���n������K�����.q������d��� eEIFA���zP=��������"���&n���U������a���m!b���b������%T���Kin���?/������������������H:���������>���N���c���l������&n���K������������������[���6n���;9@;8H���q���������8��������'������y+��������D��O���>&}���gq#������k���'|<������g���&������/���;���b�����������������_��������)_���������D���������u������9b���	;������x������F���������#I&�����g������<���k|{���.���G>��������������z���������@y������'�����������������Q6V�����W��Q������������������3&���-��������ohv97 ���1������C2���I���������`���Pb���������]���"���l������E���12*���������������������)���)��U���n?���(5z( v?G(���w���
u\m���<���������/������U������d5gmma���QRPR������������x���������Y9���u������I+���C������:H���H���FD����o���vs+M������������p-���_���r������p7"���=������}t&������'������`������h������].-���aU������VM���a[��������w!������D��T!B
���z4h,������%u������t������g:��������k���'������O~2�����������h4��������F
:6,������TR������Y4Z������|9(S������������
������Fu������Dg�����������������������m���h���$���!9)>���w������-4��N[���k*|������"MEM���$��������
h������
!{(
�����DFOj���L���H���������������A������G���>F������q���dTc���d���-������|$������R0���:i6���H������������d���u*Q������{�����-Q���[���Q���xs���	hY������@�����V������2\w������L&���,������P?���z^���V���Cm6���h���������������4u���(V��������@N1kx���5������h��������r��������������nZ/���Y3������r���
L}e���"t������y������+������Wi~���������h���������6k���m���F;XCb���������C���39[���&Ii���������o������\+���������=tb���#6���.������82���b{���b=k���������l1������i���������������v���6���6���\���������������~������b3������������������������N���������������[������m���Sz������T���������������������/����������������<���c�����:2������6���SM��|2���5�����J��������������������1������G/1���Q���m������6k���N7������q�����������L�����������/������?a$_���������a���p���������85������f���-���1���U���������1������T���>Ne���������|h���#���a1����z\V���1�������������Ki���QKi������>���l���c������	d[p���sA������0He�����������e-���������B��������4���8���/z���������������Ms���}A���ee���%���x������������������������������������v������������M\-�����������������}������*���<������JT!���TE4A
rL=��:���K������������������a������wOGv���	���2���Q���t7������7S������{������W=@������N?-���������.A������~������~������.{���3C������P2T)���2*W���nKy���ylKD#������J���r������r1���k���D��������[���A|\������;"���AYj$���QT���������,������25���1u���=u9���d_,A"e ON{���������W���������^#���b������������������O������X6���Mq�����Nf������w������8������A���x������S���+��������V������2���U^������.G���9] ���������+���>d������������]������`5������������������������@������i:���3p���;]���������_���Z������������zr���3������6������T���(���	���<zhK_������F���j:���T���fb��������m������0���������s-���(�����Y��=t������>���]���������Gj���������Z������_������X������al������i��g[�����2x']cu'���B���-���I.v���������hg������V���m)���������,-���9|������v.���hc���4������r���������r][t]]/-=t���L���y���M�����O2���VBkG���V9���X���\��������
���YF������{������"���-��������������|������#,�����n7������I7������U���U������<���������������������l������������B���h������R���[���pk?���?���5���%|���<���V���������nfJ^%������aup���O������������{������b��� �����g������en^���$s������_���������n���{���A&���U���jw���������f_u���������J������ ���I������f���u4[m���������d���j���������������������C������U99���e^f���������������q?W��������������K���������wS2���������;���������Vx���B���=i������O���������^V������������;R-���b@]K������K������Z������������7���;S���/���������������������f@������
|5������������������	������T�����������
������������~������t���nO���t���@Hw���"���Hw���E���a ���{R������������������H7���to*���@z0-���Mi���������t_j���H���B���<-��������B[ae��������I���\)xO���7���������rl������e���|���������������v������������O������4V���������VaN���,���x������|?���������������������#-w���E���������������o���){R���|S������)_������SnH/���S������f|zy#U/���x2w���������=��������3N)���cAO���Nlo���D������s�����������,��3������������5������n���H?������%���L������������������?���T w���o������������������S������������wa���0���?���&WJ���������*���`�������������a���;DEzW������������r=������>&k`��������������6���k������M@}���������2���i������#B���A�����|����������������������������������������{������B���S��������V������	���������]d���'������]*���PK�����N���!���PPK������H,android/support/v7/widget/SearchView$8.class���U���SU���]6������r���Rk+������M���������R������������FB@c������p�����m��;������`���������b���^���Qd|����������������������/���������n"P���������dv������s���������{��������������+���$���a���,���0e!���������k������l������������EM���Y���������p	���-���������������^���*&M\5���:���@Tw������,������������j���rkv������}Dvk������qk���2������RN�����������Xt=7"���l���7���l���!������j���a������z��������%���������j���d�����������������|G������I1������<O���
������$���EL_���4���������&���1�����h��S*<*#�����������������M���b8u���
���yG���k������
@j���3���������d9��u���w����8r������������a���3���EK���d���s*t������u���U��������8���1���%���kX���Uoq���������;X���(b���������
���������=e���
���L������Q����������������>���F���!CJ���e7������mol�����:���KzC���\t���HR���������������^���1=%������qd���/���gi"������:_j������;������wK-q:��������������������ZVw���������������#=������������������4er���M���7���r]������p���`��������T���\���
������x���p������K������J������=���.9rYY���qc������v���=������GCjmA���7TaI���������{�����2���������������KI���j������HW�����9���QT������f@E������'������������l���f��� "������Rs#=m���������*GA��1R;���>m������Y��������zlM������U���$[������t9���������K���������AwF=c8M�����������%Vn���+���������������"���9C�����������&���k���b���~���u<������������ ���%��������7v���tb������1~������}���!���M���O���������Gk'>C���$�����������������x�������������������������2��������������J��������3������ ���a��?���������#������j������������*�����a���������������G\Q������u���"MM^,���^������1*^B���bL������O^%���|���d������x������s���2������o���n���7������V+H���
PK���������������PK������HJandroid/support/v7/widget/ScrollingTabContainerView$TabClickListener.class���U]s���F=+���V"������@���Z������F	B11$6i���������oYB���Hr(������������������t���������s���AJ_H���*������$���5���{�����������k��������������c���fGI���LX���`���	���L\��I���+&������UEj&���a���@������u7
���/.���
\j�����^��������^%������������������n���������v������������`kCn6��� ���^���F���}R#���5/���������r&������������������������x������;�����nD5������#�����~GF������������2Y���������|���y������������%���������pl���2���]j���d1���������>a������������������6������w.���������8z���������������_������JH���Dnvv������������bVc���G���$j���$c���D:������d/
���!������������������l������d���\���YE���2���������9���J������_������<���������B���-|���q���5
���������������ZX������nY��������������������������������>ck������
���������(8������r������e���e���o>t�����������*���{��������������=Sre���������������$���N)ARZ.OT�����������������e���������|#P���7���<#v���4T���t7���KfYun�����7���T������QK>
���I#|��	���s������������r������:���������2���l���[���R���Z��������������P���&������W���
G/������2���OA���$������������XTw���oG������*���������"gG���R���Z���5r���8���p������@h5|H^���P������������������]AG���	�����}mz������������������~���1���H=wY������O=���������lB`���j������������K������g���x�����������@u���g���������kuX���u���n`R[��������:���������L
���������:���1>A���FUp
��������������������������l��� ���5��������C)���������������B���P���`���������������#���Q������#���H������)������W���m=������+������srW���}T������r������"M���L�������� v������������1Jt���g8���������������T���������������?PK?���������`!PK������H4android/support/v7/widget/AppCompatImageHelper.class���VIW���F���z6
������2������`l���1,�����������5kXL������H3���<������������)G���������^��C���Q���Tk���������k���������jI������������/���"A���������������������s������������������������0������a������`cB7���>���������0%a���!���^1���=���{3���������������=S���0\5������������
0T�����������)c���[���vzJ�����L���v\u������:�����������w���E���I���A���2���!������������������������������������3���e������������,\���3������S+���1�����������f���������:���<l���F*���������(��������M���\���p������������:fr���5(���������Jw\3������lK���;���������������Tr���pxf�����j���x���X+������������������Z������DJT{EY7�����������!���tg���_Q������i���������Cv���O���\���m������G������	������h8���F������E#k���8������V������
:F6Ax#K���~���hc��������w���������1/���6>���Q���;>���������E	���2������kJ)���
������������f_���k���`M��b��������������a���e]�����Ma61/a���������f}������(5��
u>���eh.���r]���������������OS,o:vA���W{w/���D(���Gm���5������Z���������GM(-W-$l_���g2���W��������S������\vF������e8���)�����1������������<���*������;���r������K?;������r)���+Fu5���H������d2���?D���V_���:A������"������i�����Z���3Y������s���?���[���r���P�����������������nA+���qU���
O���v���������P~���N������������������+���tl���n������5���f���|���|{���Qrm_��C���sv���������������������������������Vz���������z���������s��������������������������������m������������������������h}Dk�����
4������4���a������}���������)
���������G���C��������i&���A���G���r������C������������\���;H9������������	da���r(#u�����k���������H!���&������|���?o������������N���������Q��C���!yJB���I������jl���!\���������jA���-d�����������C������nt���_���L���4O? ������K���������XG���3/���A|���!������IH���@L5_��������f������#�����	J���PF���c���������G������~���jR���/(:$t���	������������5L!]*��9���F������~���A���	j���pUKT���������;F���l���	���������������;D������G%F���n
S#���m�����������������A���c3���)h%���D���>���T���8������L E%��������������"9?���F���+���c?������
���PK������l���������	PK������HFandroid/support/v7/widget/ActionMenuPresenter$OverflowMenuButton.class���V���SW������K���%a������������jh���*R���V���P������(���������%���IV6���qw�����}���V[mmg���~���������Ev*8m���������?����������������{�����}���=���������������_���p=���&��������'���"���/������'������BA	bX������������F1&���S���<-������x)������������^ %���"���Di���4		9���������S������1������~���,v]���2���^���������8������0������2?���������.Q|������!������t'������!��������m���j���)
������&���&���u5��������������[���0<hk���f���������A������uSw���0���������Q���,���������6���DR�����������Q_���R5������>������������	���Q&���������Yi���Ul]���L������������kmD�����������0���!��@���������Ozz������"���|���!<���*������~������������i���sL������U���������H������uw3;3������������[�����������������]���)���*���4=���������*s���������H������dH���T;-������2;U�����zH������#6!vr���������T���������5ZN4k+���������v������L���$�����Od%���e
[E;���������"���
+v���YeJ������
���%2L������%���	l���Q���9���\E���������=j���{������)���xM���.������:\	d���!���������O��xK���������������2������E	������x��$8
������������2���������������C���L
I+_P�����������FumZ�����W���THG������dN7T���cX���"w������-���*���������+���B��31U\���N���������4*��������K)���3���x���������{������EW7���dJ���(��������v��� ��������������������Y������X���S������}B7twFHy���!bw���B������������5N���������B���������1!��������q'��������N���#V1���������������fK������������=L���������������Hy&k
���2C���T���3-M���|�����b���ur���������)3T���������y���4���n@���I������&`��������"z���4���h@������������$���C"a���(J���+���H^9OS���������&���AEUu3��eH���f���1T���^���XJd������ky���}���j������)���������������i���N���r���D&���ji������������������V{w���<������I������a���C������V��������m���
���M������������S������X��������I���;���������*hm������������������?������Q���������	_���7������x���$���U������F���t<���2���������n���.���N���;������<?�����������pM���,���r���������A~1���m ���f���kA+������������{4���!>���k���}���"���p���O���9T������fi������������@9���_�����!��������/������������<���%������sO���Q+���B���W�����	������.|���������Uh~���������O������J������%������]���o��9���GM���?>������C���u������������m���������'���������������`���2������������F[���z��*Z�����Am���I���*E������H0"������Q������#!5R-a)������n���1���_*`������w�����������������������Gl���?a'���������,������/H���_1���������)~3������������W������Na?������������G������QhG'B���8���Ua���������4a2������0",������AX������F���@\���a���1{���0���aG������g	������s8J~���������$������S������a������l���������0	������'+=^?������Z������D�����D���	Y������1?���<Ev���0���PK���?*������PK������HLandroid/support/v7/widget/AppCompatDrawableManager$AvdcInflateDelegate.class���U]sU~N���������������������������E���������(�����R���LZ���)��n�����������;gO������o������+������(���?���_���q|���&���J���fo���y�����������~������������������h���8��m������X���q7-��By
��������;V,��Pg(������������k���������.C���uC������K������������������{q���������������.W���y���9�����������~���m���/��������G7C���%���P��'��� ���Gm.;*���;N�����Hi������������;������N#������Qs������������1������%���������c���0���]%������PQ���,R7(������NW�����������������I-���v������>������v���<��� ���^8���e���������������D������H������������ih���������������B��XT"q������$���)W$������s}a$���)w}7q:�����W���~Fg������y���;���������������������#I���,w���������rbT���8���pn|@���NQP������������FRz���������o&���������������W���<N������������������'������������������O\������C������jHin���#���#m���G���������Hn������a �����L���J���������R������������������3���nO������`o���������������8���=I���������uEL[���������Xh1���u���c������aqD������w������������N���/������U.����������������������������ET���a���s���������f���f���������������s���������`���G���^���Xx���p���
��������$Eb8s�����"��������������O_{������Io������������<���?���,������������������5Yd���������@hG���j��������&L�����������tU4��-������������4���c������<���mZo������2���������Jz���M/���n���'���_��������������Dg���0���_c���������@������]������3������I���(���@������s������?#{u������{�����{���r���lU���/1���������H���������<y6�����������o0������������w���d���O�����������T@���dt������Ps���0���3������8G���
���E���M������������l^�����P���E���+9R������">|^������V��aV������������O���{������<q5U[J������4������)�����l������gH���Fo���LQ������b���`���PKF���,n���PK������H:android/support/v7/widget/AppCompatDrawableManager$1.class������AjAEut���Ydmc\���Q���B\x���r���������t���������V������������P!-���������������������?���������������9!�����/e���h!��������������������������-[6\������������������������[���_������0 ������T���6���
'������P���������%������poS���Oc��4��� ���P���K���fS���������(e$���?���.^���������^��� ���6:������M���O������������������PKVL��PK������H;android/support/v7/widget/ThemedSpinnerAdapter$Helper.class���U[OA���������rQD���^���������z���������"Rh���`|���W������uw/���������0���y���D���h���&���(������R���/3g��s������|{v���������O_C>���f4!+������8���������j9������q���0p2������,k���3������#��� `���������9v���*(�����������������yy���������1������������b���������J���|L���������a���q������y���������p��vp������7���&J���4C,���C��-���D���<#���|���D������1������K��������s���wl������������������P������������������������������:^`���
Z���vqV��;���,���S������2���������%������jj���(,������������������.������������}���P���s������EI���<���IP���?���x�����p���D���T������]��������&���4���������dH���������'|kR���N���+?������V�����������������������s7T���o]���DX���)��uH3H���oX������}��������������
aenv���Ro������L%���4������������������f������9n���L���h���,1d���m&6���������%9���g��������������.������.M������8l���2F\a8���_�����I������J\���Z���f���B``���a������%a���Q���!���������m���)3d���������������Iw������H���uRZ���������g:A���j��������������+i��������{k]8u}Qt���!���C������5!������@���y#���I���#**���������,"������|Dt���w:���KW������*iu������������c3y���T3i���������������c���
FF/������C������T"J{6���
���i���������2���������|@�����������i���������0n���������������5������;�����������~���#������������|���n<���^<������������Mo7���Zh�����l���h{(������������8������������I�����C������P^j��������Q���Z������MD���m���Q������z���������jF������PD������ ���Va������a������0���������W$��C	���������/������c������dj������
������!l���o(B���q���������!	���b���PK���byYxPK������HCandroid/support/v7/widget/ListPopupWindow$PopupScrollListener.class���V���R���@���������������P���A���X������
iEE,*���Jg���*mW	������������������|���|g/��������r<������-R������v������������������������������o���>������G*���1���E��

���������b���TiuJH���pI���4fT\������
���*������
���-?���aH���M������VY���������������zmZ��������y������-?������V��������Sv���f���������X���O$;������������2g������[_���n���������,���d�����%���^3=K���
cD���c���(�����������������4��9g���������i���������3I���G���:���:u���h���\
���������/������Y|k���0y���)��������{fyB���-:������Mf�������������0���n`�����?3���u���y�������������������C��KfE���U���
0<���$w7+z���C���a���#_������V������m���
��cb�����b8������}B���WpSCn���;ah������{���XV���������>(X���P���<���������� �����}���������K������������B���NJb���i���h7���;���C8)���<������>G,���p*���`������ny���
���9/������"���'T3f������}?������f(uFG��������� ���.������z���������,9�����P1N������D������Fj��� ���������?������I���e���7'������*������W\������V���~������������?���p������������v���t[z|�����i���Ejd���������V
6���EAtP���������7���U������������e������]������������������&������P!��d���'m���������j*���������������Ha������(���2���A���
������a���������������x���@�����������t������/6���t���������$F������N������R��������1���x���k���#���f���#oq1������mD��� -������8������������������>���FWSR������������O���PF0������1��������rFr���������g���gpFrLH6������\������B���X4������i?������.���h:���$e���Ii)���������<���!���G���b7}!���Y���=���������h}d���������wPKm���3���[PPK������H>android/support/v7/widget/ActionBarBackgroundDrawableV21.class���S[OA���������.-���UD,Z
�����14bH��������VcM|v7et/���t������������������g������>���������2������n[������a���;���������w������������������;���Gx������������0p'���������c-������������Q������������"C������:`���-���y������P8V7���tB��������u&������������C[���08������������������[-���t-t\������:y���������7������#���|=������������Rh;q��������2<������:G���~��a8���$?������[w���������@���������3���(���2R���+���~��wN��������`��2���Nd���j*���������w���&���������@	���=z���+���������K��������A*���e���������i�����������F���yZq3���������>���z������������y���{���D9���3���i���>J&���P6P11���&���Qf���^w������u���:���k������m_eq���q���������b`of������U���<������������5���@���,���;���a���1���s1������/���gK���$Yd������)W������}������&���������{������c������b?�����Y2������q0���
���i���	W���|������9���>b������������LP������?a���oe.0��� ������������������y���VI���H{EZ������P���������:TS������������e���p������n2������%��������PK���dIUPK������H2android/support/v7/widget/AppCompatImageView.class���V[s���V���N���D���$�����p���4��������&i���C���������*������l�����Z(���}j;������c;Sb���������c������:���=���%���������e4stt������~��������������������o���&���^���xX������������8�����x������q���������������>������_D���S^������gOx������U4X���Y���gtVx����������)x��� ��� /����������������U23���������������s������4���������22���b���P���l'���6���X72Y���IL
SV������9���������v]@���'���ZV������9���3Ud���������a��������������������LG7���������_8������"SVF���1L}������_������Em9G+]3VZ���-i������������b���Y5������������g������������%���B
���6���F`������������F���1r���	�����������t���E���F+���������9���+���������d5���������������9������D���B���������u��fSZ���NXn���j���[���E���
��^���Jv������������-���^Lf���J���c������������f
R������l-���;���=a���������9���e������{������������������a���fPw�����C������Z���Kx���\��������+kk���U#]LT������C������D���}u"���-���YBM���j�����Qtj���+y���@Q.s���M���;:������������R5l�����������������r������{���P���������������������������������lMB���a������������������WM������nO���bQ'�����dg���������������������J?���������9���-���S[k���wm���WohE������]�������ffu*������������,���;��������������3mMS�����|������FQ������������5���������h���lj]���1W���/���������������7*N���������2������pWU���������n���������������������T1���Y���b^���k������
������{2U[������>���X���������������wNm]���
���������*������,���k���I_^m���u���Q���������Bn���;o���Te���-p������Xw�����WeL������S\���]9K��������������������=������:���H���g��������������B���Np
���,���^n������������>���������# !4���C�����������������{������������%}���B3���J|P���!~���������������������W������iv������i���������,bd������
x��!s@[|p������������zk���H���������������������<k<���c������������g���W��������������y���x���wh������������������������H���[���mC���7���N���Qwy���[���������������������������p��������������������������������q���������������p������p������ga������t A���9b/���=���{=!������<8������}������Kd���U������k���������a26�����_���������������~���������-���������������=���"���N���i���8]���������`*��������*���������������������������������������x���������U���������^$������D������_���Tn������Vg-��f���,���eJg���������WAt������������[DG���m\r��������������p���������k�� "~���![���HAB���������5*OE������qS������t!���s���������L���&Nop������'!������������tp3N��s�����������������������C.N������9\_?������#������������������xD������������/O������>/w`������x������PK���>j���X���PK������HAandroid/support/v7/widget/SuggestionsAdapter$ChildViewCache.class���SkoA=������c��
*ZE���Q���}���������j������������h���6|5;���4���������B���������hRM���`������2���Y���������������=���r���;������|���
`O��������������������P!��������*+���i���(������HP���{!������Ph]�����-������������x���n0d���2[�����4;���5T���)���Iu"���T�����-R������T���������#���r���"y���������w���%���'������zL���WVj2j���I���X������/G������p���x���G���d���n���^���;R������d���������!C�����=S���������v������z�����S���������P������{��������������v\c���=������p������+mk���������W8��������k��aq���������C{�����T���d.���Z;���c���c���5<���������$������e	$u,"��|������:��������FJ���#U���������(������P������W2�����F���[���U���X���]Q���$q������d0������+~~Z7���:������h���U��������m���?���qP���T���SGX������}���v$���S�����������/���a���������"�����>N������LNJ(������H���z1}3^���1huY:s������������������`���J������	���o���a������������hD���	���!L$2!z���������@���|���Bg���D���������`a���Y���c���-`���Eq���4���_W���nZ���M��[^������SL���a���:������3������cdPK���:���<2PK������H;android/support/v7/widget/PopupMenu$OnDismissListener.class������������@������)Z���������{qp$I�����������������n���my7���D+���������9������df������|���&h;h:h\���������\���1������0���*J�����������D������������MF'���������N���d#T>���	���N������Q���d,������n|���W������'L+$
���/;���&J��������������V���/bn���(������sub������,������_���f��:������z���Yh|��W�����������k���oPK������L������*PK������H-android/support/v7/widget/SearchView$12.class���R���n���@=���k���4-�����BhsA8���"������PT���HR���G������������V���.���M���7 @���G���@ ���>
1���ZN������[^��������s<������������������Z������<n������D������;El������P������[m���*���������������C�����G���������B���������7���Jq���G���e ������je������j���!���}�����������x1z���������������,���C������\I���O������i���N+���jy	B���31���������P���K=q*q ���������}���3lT���G���������C�����������x;���'���Z��������������3���Hs������X���|8���O ?���B1,������Y)���'���������e���pw�����H���=Z������������#���g�����8z���4J���~���
���H������BB������������"���X���:��������=���q������X�����������H������DcF���+���������]������.C���b���s���QT���i4h������8?���~G���������4���y���X���d$��������`:O���.2tv������
���������/������������������hy������S���,������2.&:������
���o���8q������c���h���K���cX���jLNR���������+������������3������U���
V������������6������+|:Gf���dVJf���dVJf���dWq-!{���������������1���J������y5���i���b#>���,7o���Z���d������t���PK���}H���.nPK������HBandroid/support/v7/widget/ListPopupWindow$ForwardingListener.class���W	xT�����������y��������������&A���IBp���B���@4���%���"Z�����$3�����I���j������[���������%h������T������w[Zm���]\��������������}],j������f2H@)_���w���{���=���r������������=���d�����F��C���������f���n������V������A?���
���]������������)���6���������K������������������p������/{������yp?~_l���|�����������y���v�����������������������<&;���x��J��O
xJ������������_���o������Y<'���������������}\���o
������/�����������;^���]/���������������������+
������X���/F���Z���������b�������/������
V��]]V�����t-���Yqn���0������Bv_K$a������V4A���p���������+���w{��j��5���W������+���a������!���������������4���������n������5������"���������������������������T2<������������}������������/���U������'���u������Fa>Z���������������T���<
�����|������������"���k-������"���%@'���W�����������������
���������<kN0L������PR5���������+iG������4���#�����p���[!������aZ������wjSOt)}^���Y���'���c������������������������.+Q/QYfG{������������������W9:^4������e������!���PWU������y������aG������i���9���en���������E���V$���XMgz:3���������}������b~4���������7I��AY������������3���4���=������ohc���$=UdGF���yKX���������J���h������#0������k�����������0���O���biG����������������;@������oc���; ���"���������������������6_|���0���<��������������47���X���,��#�����R(������cx ���0���#���-��������v_D���Xi���s���t���mF%������S���������yYI����������8���:���1���������-���������c���Pss������J���uH���BR���������5<���;-���0a;���������c���K"���+a������;:���������~������r�������������������������?������d���������s���L������h1��v��������9(	>������K3������������C���������p���������-�����7&~���7���������������so���-g�����������-���"������,X+���L,���!t�����n���0���K������14���k���������o������w"���<���e������������\������������Q�����������M���5���7���������R������V���������qI���/6�����������o������������������\0���Q���]���������~W`������1���=���o������U���������Ks������N/hJ���25C���l-������u���������5���G���55���.������	������/���@;������
���"V������������:vK;���[~&������Q���Z���4���(F��������������zp������������a���������\4�����������������f���7�����������/������D}������8q���Z<���v������R������M^������c���2?���������9���c���{�����������q<���|������������M��;^��������7������m������&H�������������������;��� u?���j������������������MN35������t������o���K���	��������>g���������n	���������A���#<\���<���c������)���5������������i�����������!���2������H���)���W���T������x
���9������y���Ot���,gS<������
���6������eUc������h*������������N���������4'qR���u���������������LM���R���q*=���������.���������M/3���z���yb@~���
��V���+���tL#�����������m
������/������������ c+x���o<���'���X	#������yQ9�����>������v���/���������%������2��� ���d���)/M<�������������������R���T������D2���g�����f���IAK}'+9������_i������,���������-���<������3>B |���������RR�����������������B������������P���������6���V���|���.���������zNj���4w���%���ui���������y������+������r���I������������W=���������������[35������A[������B���<^���nx���������N���`���r��K8���������������U.(7&)'���,���������$MIRVa5���`kh������k������������� ���������������6S��y���QG$������{�����������j���J���Q������t������!������#������������b������C(:M������/+7���=������
���u������(^%������[���`\���N������������n������������������P���9������VND���������������T������iX���������]Ua������b�����������������f:�����������������3���X;�����X���/>t���'���9���������������,���S)/�����n���1��������o���~Thy���������^8_��������S������R���p���(������9������5{������0������Z.���������������������HK����������������aIJ;���c���z��������������6���n���C$���;+FIl��������x%������D���<WS�����������/Kl���jq���V(�����!7o������S���Xr���l`2���A~=���zk�����0������^���Sh7&���C������qL^���������`���&�����������������8~������I���J���b������
���T~���C���g������������A��� Yx;f������~���r����jKUiI������P���E���D/���������E���������0d+#;QNW���������V���Tk���������G������������v!���u8Su0���X���,T'6���.lTAlQ���q���
���&���m*������������}*���=���"<���x^���`������������������.s���6}������a���	)��I���������M8
���������������t���������s���]/:������B���D���tn'b��������<������������M���R���s���w������Gu*e$��������������{���/qtu������I#[���dkW���/%���u������������������y5;�����f���eJS���E�����������������������`F������������ED+���������~x���������KZ���V���5������,���<y���������5������Kt���%���J���h8���������z������v���Q���nB���������������VLV��������������
������v���Wwa������������=X������u������:���^������"���#������������.������,���X���H���'x�����R������Qt���?w���YC}rx~���S#R���K���������S���4K������g���������^���-3���+������������[[���������U���r]������W��L���S������-���Rk0���
}{���������m���	gg������,������Y������A=��~���0������.���f7&������d������1���������l������������X���������������Y���U���!���������;,-J���������\�����E��� �����	������&|���^:���������S���������icn������T������E���Y���������oNE���{(���7���r���y

\���������y>���i���p���	)������#���������������5L������{������Y���,���S������S���5���L���������U������i���NOm���,I^���bF
4���Jg������������9���U���\v5���d���)���N���/=������������J���t���I��/���a���g�����g$���������������������eWF_~������y������y���������z���ioW8
i6<������q-���R�����e���R���������-��������&%���E���o���D������!���,-���,-���,-���()��� ���������)������\���J���������pZ������[�����&������Ya������7������Q������@���������y���9~gp=���������x������T��������\p������������0m������V������������$G������PK������������PK������H'android/support/v7/widget/Toolbar.class���=`U������{���f&���������L����������������D"U�����c���,���%YI3���P������������K,���I���OEO���������������=������gA���������������������f��������������������������^Y���������=���,���	���������������������E��D������=������*���^������5������������:u������gB���������������^H�����������mJ������������^���������Q���}���������<������!A���������?���x���?���?)���/���������Z?������g���������>������/(���%���������)���������o)������Z���K������������@������(������F���D]~������/��H/������R���+%���������������(��0���p���(TTT������QQ���*)������W���TL������A���iTL���b���2)���E���l������P.���r&������(���O���>���GI_���+������B���Q]?������_9���������d������������e���G���Ey(������b���5������P���R/�����������������������������d4uC������������`/\���B���q���������BX���U&(���z�����������r���R���P���A���dJ*h���a^���@������U���*���(���N3�����������;������#(9���C���������9���Q������Uf)*���fS2GW������w������9�����W��������������������d���GY���,������2J���������Q���xJN������rJVPREI���;���94���J��������(J���������������DH������U���������J-}'���J���������(9���`������������������4������4_���������J#���5������I^������c[3%!���QZH8������������d-%���te=������r2������_#0
a���D���N��S���������������������������+g������gQu1���l���>GW6���
������������i���{0w������Q���Bj���H������*+���x���?(���R���e���\N���&���r���W��\I3\E���?R���j���m��������k%���x���
���ZJ���������z������������)���Nu7Qr3%���x���[���6e
������n���*���+wP���N���a���������4���=���^J������~jx���������T�����A���r������{���r�����������C������a*>B2������������(%������>=@���q7%������qe���D���Ae7���������O���<IuOQ���iJ���P������=K��)y���������	���i$������(���������������������T^������E]!���������L���WR���W���(y������_K���u���������(G�����������������������B���7(w6������II���WyKy������w������8G������+������������������������)������������Ib���??��x���������_������������������r���Q���]���\W���`������@C0���Z���nlX������jh������������ZB�����������P���������@$���0���.���	���ZB���6+������������e^���9P��/������m������-���������u�������������P��������G0��ub`M`T]������f��������pCM9���������
������@C������@]k(E��������������� FJf!�����������HkSScs��5���G���
kB-���,��}Vz������pK]hah]���5���������D������sV��������-������������������Lkmi�����0@e}���&d���('Lg5���4Z]���&���jO���V?���������.���	UV760���t���i4�����#�����������������u���Q3������u������E���������MD0���>.FN���
4/������j������9���79���]���������k���<���Au^cSk���������������a5U5���������������o������wam���������U�����65���P?/��8f���[������-D���h���	������g���Y?;�����;2������m!QI���������5���������f������p������l&���,llB���s���LkD������4���t��������H���{D*6������nAS���U������P]S���iN���wP�����%������It�����������������q������+������������������������������yxl������������5d?8K�����������������������[[���u������67��������&.���4ZZ���Cd3I������D������4�����`0���`���7���d����C�����������������{����������������������������������:�����UW���f0���������������$)���K��������������v���,���#p������~n+z������l.9���W���9Z���c���	���������������p���������>�����u8���z������|�����������K6�����z>*���������0���iZk���.������������������gD=V}1|Am�����������������%������[���-���������������������1���.sv���}.������D�������)��0
!i���������-���������n��������������������� ���1+���������Z���2��������0{Vcu���nq���9Le���R�������X�����^u������������i���l�����������Bzjkp�����������,l	��*��%������j"mohh���u5	������v���i5���EgIa������B���������5������UZ��������	}`������ua������e������&���rnrr�����������`������j`�����Y��e ������������$���Lw����������������J���n���+b{xdC`���������S������o��:���}������4������z������@������������WW�����t���������#������Y�����(���<S���6+������d������P������������x0J���pt���y���
���������knDo���E0���h���	���bZ'���������t)������GB������������f�����5qNu���!�������������������������N���k������PCP���eF�����
C���U���������;���+�����������V���d]������z9KR}M>	��� �����������������X'W�����~�����p$"���E������.���+3���b��������j������QN,������/5�����)B���bB���7�����������������F���y]��������������������4kJ������*������������a���m������`���������������5������������������P���0K
������f���$������/������m������j���`���������������@$Y������]m������J���h���A���%OaIe}S]���������������D<F�����M������������H������Ky���n������sQ���>W:	���L������,7P;U������o���NE������l ������M���o���������F*\#������v���X
�����%������@������zXnV������'������kSa\������
	������/������*I��F��zY���Q�����!���Y������tY���A������#������3������������������������������X���RN^�����xw���{#_n���#U���aU]@���������d8F���i���
[y������=i���������]���%������TT$��������U���D��� ������M������b^���Z���WJ�����������b���	���2���n������Hc]+���������$������"���D���v������c	)������U���l�����G������r~���,?������ak������cL��ws������������k�����nKvF������������/w���+g"������
t���S)Od���C���a�����������Q8���:�����������gd/D;@���	7X���G(��������8a������n���#R���h#r�����������%���D���wHS��_Q\M������������!Jnc��Fg�����������������K���
���F��������� ������3��x���\���������T]6���S������cD�����������������O���������������G������ro8������������s�����RGj1���������e���\��r}���������������M"���I���i���vS���������������vAS���O���Z���/������L������:s���������������`���[gz������������J������0A���v���%X������B)CV������p���������}������������+[������x���X������\v�����*e������������l���5[������
q-Yv���������3KJ���������U������fa���TmuB)���������Zg������=n���<7������t}[c������<������$
���������7m���c;���J���f�����Wt[dWd������2sVm���IU���
���������>������&���M5���6K������w���W���v������O������y������������#������������������4[���AHz���l���������I8ycC4���M)>6������)V8B[>o���)P������#���Ue!Z9ue#���+v���n������3���?4���[9���1=Z������������`���N�����E������eNF������������4�������r���]R������������������i���f���:���cu������ m���W������p���m���	���THG���.������{���dE���]������/���������������������4���;���������������������[���XL���N���������~������&���Znod���M���aY���t{��[���[5���K/���5�����U���ir��73���p
���e������(
������7f������4T���Z@]cxf&6#������h���B -Z������������-������������z���7E���{���$���L~������+���p�����]������������\���Z��N���J���]i���&s2H������M
���;dYjI���CBKu9%���������]���
#���C���F���8������t`QIQo���B]CY���+P#������bPo���������������El��������������r���������q������Eq���.3vj�����|k�����%c������b������(��As���V���a$i���^F������AP������7���_Gg���@%9���������������$���%	d������D������Zh���k������el������������������q������{I�����#1���B;�����������������Pucs���DvPs������
���@���olNvDp)s���]2#���1�����r���E���6
������oQ,���������jwe���}���=4G>��������V������������q@O���(M���+I���)���������Ff���V��������������C���@������������P$2x������������z���������=t�����������M:���&��I���FL���������6T���^VG���{4*��������wR������I
���e$���^�����l>;������{���������$b���������Cpj������]���������������U������l������������R��%������4���jVg���FJ���(t`	���A���|������!��^���k���s���y���P�����j(_������t���)������ i���+R
������rQz,������(I������A���L���RE���+(YN���	��EI6%9������RbR���G#������\>%}(���Q�����������������"*������
6������5���AT l;���������R]6���1���`������bM���������"���������T���������k���������������h������}N���K)���������FP���U���+���F���Q���M(��������������O)7���=���������
q���g���������[B���;(���&���Iy���`;b���'���o������������`M���i���8������4���Lv���!&������
���%���R���%���S���j���������l=;���S���T���������NE{���_���"nb���.���ba4S G���#
QI��������{���t������u������l]������se1���o5�����6������6x'���������i<������
g���X`������������~���]������!������70���������	1j���!������wu���g������M������1uu������KI&���q���8���'������X���>1���*d1:@���B}a���H���!	E������JL]��3������D���������f?���Wp������������k������{���sQm��������;������c���������#���������c���m���oP������)���n���V���},i���}l���.V���F���"Lb9�������������:w���+
QO���6���������W������7������
~/���������w���F������X���`���BC4���f���$���q#~���Y���������x>������BCD������B���������
^@ukx���������j������b���.������dq������������O������tL��� R���3q���8���`���4t0b���)W��`���������3C���MH������	������������������!���6���s
q������O���Tw!������%���������}1Z���������o������q)���������(������\���&���]A.ab%6���+���U���	���K��������������������B���V���G���V���f������y���.���6,���k���/������r~���!���%0���^���S���hX���������F������Zo������f���������_n������(���Pg/5���"n5���������:������Q��������kf���\���������m���fe���������������������vC���Ah���H������)v������.C���-���1�����������O���3(K������Am3������E���.P������������j������l]o43������o7D������������{u���������B���AE������������������-Qr���a0���wV���t���O������>�����������4���1���9���vy���;���w���������J���_C ������_w2x������Z������\������������W���.���������
������U{�����������������������������>��Z>���5p@���*������h���4G>���������������
\{������������������=M��� Z\���������y���+[t���5AG���H^���w=���9���N9���������TV$������g!���C������sy?���a������H7������������6*+������bi%���!b������������y���i��0jO-t^x]���.z������'������r./I���������K��� ������|I���������������M���.���-������(���$/������Y���������Z������������r���������3R)v���������~TLGy1KV\������'���%���q���K������T������"-������.���/
AX���:���*������#3���Hazx���q,������DMd������jr=hr������!������p��dF������+���7Z������b\��.e?{H���
D���+v���������X���������KfPv���������^_M���������������(5d8��������}������������]���������(���d
^<s��������s���Xn���������WT���YHg������������0\���{z������;L���������������p������!��`���B���k���$���)Zm-#��������������/���������o9D���g2G��������Fc$���dQ]��������g1]w���������������Z#���1d������/���������MD���������5������������l���������^,_
���Mom
������G���sRR/c{bzw������<�����^���]������&��^���gq���>,�����7E������;,������9b���O���q6���������m������l���������D,'���$���f���?������W%q�����I^���[?���������.��*P)������������������������
������������������������D�����������3������r������q���dl�����:D���~���G���5K ���.���#������%[���
J���g���N	z���-aB/���~�����bW���������-gV�����2���Ky3]������Z������'���2���V{���/�����������5+B������V��������(���z���O������N���n��AKk��im���i&C������=���������~������L���������Mt������&_2������1���D`U������V�����$������������.>$���������������1Yh������V/B���d|���N������$���8���/	���������J���������{���E���$`k` ������������ap���No������������������[������e���[���������
������bd������+G���[OKcS�����a���1���������n������I���+������������������B���������f���fY���'�����������������������')
���������	7���iQR���.7Z���*���a5F������������sv��������h���x������#���������������4���p4���5���������&������V�����������XO��������������g���Y���Zo���Q������kB�����
Q@���$������Fb���:;������s������|���}D_���������t������
���U������F���8���f��������������:���6���w���%���=���(���,���kq������=R9������S������d��V#N7���[������r���������l)n���8���[�����������@�����������>������&J2&������8������c<	������Q���8���]���!������d6b���
YZ
Eq������U3m���"N���������������A���������I(HM���l���6���M��������Me��������X���l������d������������H������������G���������w���-���s���\�����������������������h]������������-������e������X���{������=���������`���������������J~������R���������������=o���������������k���o-���������Mw���Hg������k���rcB���������$������,"���������5������������������������d���=������*���������3������,v������n������9������'���������[���s\���6bz���8~������R���	���}r���������;yY���4x���]������<��������������������������L���������Y ���-)q?h������'���{
<���w��������������Qn���Gm������T	���])������U���D���J���!!/���������:!������a���,���o;������d������X������������lV������v��������e%���������&������(������}J:������x���-RvA���$Q������C������E������O���[������da@���NH���4[������v`%���5���^������m���!���7���������C1������X���WMuxJL��-���������������Z
���Sm���������M]���������jG������3E�����r���2���������(?:{������P~���������R���`Dj���?�����������������������������LO���������kz������\������cz;���/���������	���0Q���'u@y;J��������������K���[������0������B���������h}zL-!�����4	c:q���fP~&��������������C=3:���p���<��� d���2���2;���H������������Y���,���9��������������s���/;���9���fQ���������������/��������0��������������������D,(������ai���"5v���������j���@6\
}`������`$���������f���
���0�����������������^���������e���^���������o���������������������������������;���������������>������3L���������������/T������X|���|�����������_V���C������:���_���
������V���~4}������������v)������������Y
kc������F7������l���`��L���2���fo������1���e������|���������~d>���������V���3Y?���������l ��������l(?������Y	������J������������,j������������s���Je���������8���������]�����x������������b���
f���6���i���>������k0������������P������\
���2���]���9���F������1���e������ ���RY9���{#���v��������SMC���������0���T���%���ft������mX���n������L���T���[���.��������������c��������h������������(Mg��������������\��D������E���������H������`������i/���������]{!_������uvw4������������������JU���E���{�����s<���A�����kq������0���������3[������l���h���tGK���Q���������bUL���"������C������������!���M���B6	F������.���\���������2v���I���������������N���~������l���������"7���_���0������xl���*q���%������������������=���{���?,�����}1���~,������q���
������q1B���`���H���QH���,������f�����������u8���6Kg���������p���������h���������������oV	N���H������G/���������e���)��������r�����y���p���AI���C���a������6������!������������������������+������������ph���X������������~���d���*�����)4���#���������	������ Wu������9?���)!?z����� ������c���������;���k������@������������������=aAf���������������>���!���}���}���)Bs���Jo�����=���C���������j���[���_���<#�����������Nl���������������.������#���yZ��R7;���Cd5������h5���hT#U���&&������(;������KF�����������,���|���|z���s���'^���Z|!������@���)B���������Hp	�����_������:|8���#z������a.z��l+��k������]������������,v=\���n������l;\���n��������J,���8������������=)������=������&���Up#{���������4��������������=99
@���>��������w���-���Kx^���������=������;���������D~���Kx.���)������������x��� $���!������g@UvP���Zg������Ri���������Tn������R���3���^�����Aam������t������HH������������������������C���������������g���_}���G������=���~���a85'��~������9������!
6������`0������A������������������\���
���g/���*/���
c���?��������z���&e������;���������C���[G���k}'������������������S���`8e���������h���4���v�����������������-���z���6���G���ct	:>`���^@������"��������c�����(������L���:���b���������M���[\���(���"���.�����%������������ ^���9i>g���������o��������]B���q	Y���5WR���������������g������I+���������������%:���������va������`������������_���������U���7���0���!���2v�����xxV������yH9���_���^4���}X���������f.pf.`���c������,��������������7zd������I������==������.����������������������r���3r���s���%:aC;���O���;���:O���<������;M������<������VRg\k9�����p�����������������`�����������E���k���Y������}ZF
J���%	/���^���|$������.1���b������X���������-���4PR������{{������)V������������������/���E?|B���������u���������3������3������~���Q6������Q���Y:Zk���������h������(�����������������r������s?\���c���������{[h������������������[������������������.%/���s7-1w���b���������������i��������������X�������������������	i������8���C%���`������Ga-������|!���`4_��������������Q���XX���O���*������x������p_	���x������������k���V^������������I[���c���������6���=���D������^������a��������']��Ie}y���������������������e=5Q��������O���-���������'YoJ"���MTo���z���#���,Yo"Yd������
K���������
[��b������������&[��b������������&[��,Yo������������DY���������>e}������B������F������E(���Q��������/EY_���������e���e}���������(���Q���[Q������P�����������;������o���A������Olq������3������������o������R[���A���������P������(���60���������<g���<���*OJ���G�����>���������V���H������A
������dX��X��X��X������c���OGu������K���I{���?���,���������D$A$E$���\����������������������l���p�����N���[N���i���p���Q�����������������?���������wM���Z:������n���V������pe���U������Xe������������)������q'������#[������M���G�����������H���'�����������������m���>���v���!���k|���^���w���\e���L|����������(������������5������o!������Q������������bb8X���������[������������" SQ���������Wy���X���*���ks��m���9�����C���sh���cm���������\���:!VVr1���1!E��%���+>������J���T���`������*u+���+'������+���{������-ItT~������9AG���f������+^������iQ���@r���������"cA�����C���������������_������<���������������;���F���@�����������5������������t���:��������?:Ru���'��� z���&���7���A������v������������6������9	������%������X������8���r���1���M���M���a���4�����3���9������������������q���������p ���z!���' &���!]������������������P���a���������J������;;���i.}H������p;���3���������~e#������m���U���a���q�����������`{���<yp���>���������7�����������������������*��
���,���������3������v[dw������-W���-���D����������������F(
P���4������	���('���b���V(-YSp_���������*��������4������k������]A~ZHR��6!;":em2������$������
������pO������:5oC���":���$|������
[���5
���D"���KAU.s������Z\������������:���/��[������U���������n���rs7wkt���n�����);������~cCk���G
A���{N������S.��������/q������������O���q���������������������
e78������hS������������1���:)f���������?���0^(I���s������=���|���G���%������������F���S���*h������������m������)�����������������;������+������_���B���0`���Hw������?���Q������������������!R������h���'������'H@���S���M�����������aDTK���vx������������}�����������E������	D������������������a���h���������������t������>���'������
1���!g���������	������6A������Fk02���G���=������1���$���������������������������S������$|B ���[�����������R���|���"���%t!���������Q1
b0���b(x���0������H���p,J���D���!E������\���������b������B1NRs$.���������0���������E
<���-������.���B:������,������������@���5B��E;���l������f���U������@
������������8�����{���"A<���	{fY6��MV���������g���������Rd�����������X���!���D1QE���P(���������b������YE���>
������p������������:���H���BG@\
he������]��v���������������f���������`���D���������+)E@sF���g���������~e{���oU=���@���������/,�����������������������������������D���;���8������Q(������Qb������t������ab.-������������"8A,������X*)<���=R���;���H���i���#������Hk?���S6J���?R��9���'~���}���j���^(B`P������n
���ta���[K���3���E���|HX���xi������yyIB���#���C5;���>���k���������b���LG������M���!V"���]���������7���������������'���~��������[������)���������}m+���bQt������Z������Z��^+���CJ���v������Q���-������C������GR ]������h������A���������:+������xq���s���^i|(K7?���������D>���#���*��;���^������H������#������������m
*,
2=6j���#
��������������
Y���P���za������M������]�����d���������<���B��������q���q���p9*6;dA���CF���CF���C������D22Y���#4������}���������q`#���������������$���
���M���{��������e���NU��������������������������d���2���������Te���c������1=������?=������������0�����4���[ ���������ij������_m���������?���L���������.���������Sj������������4f]������%[P���������7\s���v���������`�����������=K������;$;NF*����������>������c#i{������|���\���)7��\���������`N������X���������r������8��������������������
������0������xzL���QK&������������"P���C������F���O���7���:���$���������22���r~������������p���������a���d���OSF���)������>M`�����)������3���W!���}���������U~{bKV��������(���1���������[\i���Wz������f���#���������������Xb���G������0XG���������p������A���8A<���+���C0G<5���1���H���	���OJy\m������Ha���#���m|���-���m���������
[
���)l���������6���R0���<>EJa�����J)���f������7���8���~��������|=���������L�����E���������\:������������>��������h?���*o���:������C��������aX	F���_���))������@.������������|}���������Y���������\,wV���9d���_���	���������:������U/������W���(^s9���>���!
d���py���G)�����e���H���������7{���fO������hL���M���sq���j���B������O�����������]������\������������O���hD��������������=���qRs������*������	���Z���������=���[���,���������������H���I���l���������?��������� ���x��������]���
������C���������������-BU'������������i������P)HJ������S���&06���������)qa���������S������)������������=���r��{���F���i���������)S*���)i���n9������"������	}Z'���ZU!������F������;���������v���h���������D���;`���������
`������/���i���?���L7�����	%d���_��6���@���Wl;���������0��������m���
���a!n&�������������������������!���y;��������(���
������g���������U���������$���Rf��������B3S���������������o���B���[5���������������7_6I���������tY���Af������U*a���n���+���&������)
������L'���IV������%���������J���0���}
L5���������w1��M=:������
M53s���������%���L���pO���U*������i�����������h���oo���b���6������w������?@s���������������������������?0b���������`������9L_b���������������z���=l?���f���#���*~���Gq]~������*������U������>WU���������1]Ma>������F���������B���`3���L6G���b���#���5j.[������K���>���Z��������������������%u{O���>Q������/���a������������<K-������H>H���������>M��T������U?������������������	<���N������$~���:���_���V���6���0��N���������������������Z������������������Q������������O]���S)������Re���z������R��������������>���������S���P���������)���0K������NJ���������d���������t��������������R���gY[n��������+������=h���,���������h���r���'��te������^P���������V������a��������^������7���c
/|���������������	������_X���v���t���i8���_@X���&_������������y���"���e��� ������1���������C1���������������\������K1���#���vd���~���������,���T���[������������<���Wh������r���O���Y������������n���~���2t���������w`������,������/P���N���g��������u���O���X=tQd���'������������$���6d���A������������d��wu~
-$��c������q���J���������������m���CF���������#
������������g���wR|B9n���\������EW���,>������������|*������>������N������Oo���v+������4������������V���������uO���<a���rW���=d���
"��� mif������������4���%1fzPV���i��������I���������`��������"6������X���N���r}�����]������OB������r������7�����������-���HO���AKA������������������2m���[E���,���}9f������qS��������;f���n{������6���������������M2	���l���jZ&������L{
�����������>4.���^������ld���������.���S>���H���l:���N������h���a`������-���)���y���G���������������S:JZ������m���p������4���������������������	���u������@v���}���Cv������/h���	8���bO��� ���#������f!u��������v���)8���O���lJ���#���T���@������G���=���~A������������i���,���U���:#	���t������������[����������������q���,ZAc+2l^��������������������)gb���Y`������`���&���."���������"���b������]������i������KM������Ths<
t���t���Zh-������������"E���Y(������
>N Q���$���Y$V���������|���$���!vi=���X����������������������JbU���MN���g���eej������.���2;X���?W������_���v ���L������������Y������7���.���'[S\#M��g���32���3���
y���HA#)���1��������,��� :��������o���^���1������>A������������yU���wE���^d������
rQ������o���4������K���J�����@!7<
m<|Q
|
%r@'���������\���������S������5���SWA���Z������0^
C������f���u0Gm���������I���Bm���������������8_=6���������������������LxH=���V��������������]u#|���^
{������X���z9+T7���2u3������^���&���W���y���V���^���V�����&���v���z���B���
#������Y���z���C�����������`���w���W���{���������������������;������v���>j'/Qw���C���y���������V������������k������������I~������@}������I������_V���������������������M}#���������L���e���������R������]���P���P*���7���������[���R���m���x���]%��������������+���������s������������G��������J������e������Oe������/���O������O�����������O������(�����+{���/S���^���������~+�����������x���{Q������ S3�����<���gq������������U���������������Lu�����������Tcb���������-���"�����xTS���_4M���M������������G|���y���Z������A���������\��������������|���h������:Q+P���k������q���
h������A���m���z���6D���H���n�����[���b���m�����������wk������.m���������6J}^���~������O���C��5y���������w���}d������>������������������/���r������0������o���
���4������X������wn}���p���_���(���0I���-R������HN���z���ys������]0���n}[W�����������Z���V���_x������)K���~���������������9���&���P��B������Xj���'j��������(dq���������������F!������~Q���W���#d��@������WJ���������gm������������Z���hM^�����a���������C���������D���������+���=|5���������j��������0���0���"���]S=���������O��B
������1������
������L������#���5Zg&���k������L0w���������3��x3���������;2V������[}]������)h���/������������������������U���������>���������3������h5k���I������_'#������]2������@[���������������]+���q���,���&������`.������!���������2��� |���O%���a?M��N���Kz��:~��������P#������\u������ga��������������l������������������)���fmL������6LO���o������fex���1������������t��������������:������+���C��������������0���/]������!x	������F3v���O������������7)p���;���������eNa���������������?���!���U��3���v���v���������������������0
������7���g���������������������?���~���]������'8{���2���b���)O���Jd>~M���������������v���������������/\&������R���`������������dEA������2���������S���K������������?.���^Z���+������b���A���O���������!������A��d���������Y������ga���(������&������&���G������V��������O������Z���������
m
���M���y���4X���M���*m���������������������!7���@���Ja���������J���q������z�����Ix���H#
!������������(�����0@���A>���J�����?���a���������|~���<���<[���5������/������������|���4,���H#RQ'���Et$���/vn5���%���	]_������q���y���������������~���������R���������_n;~%���5���D���������SQ
eZi���
���V5������*M���U%���&���
E~������g���)���������^h���T���T������������������A(���������\;���������������,���ld���(���������0m�����A��������_���������������[������
G:w���k������Ik������������z���"��!M������0x���{lb���������+������������OZ���H|a���p���\&���'>%H���'_P���J���2$���X$���8$���x$���$~9���������B���$~]/���o������+���U������������R���������������CD���E���u������B������������H-)���	���w������rwt���kwtX������	���o���������9������x-���������)V%������5���?���w�����{A������������`zM/���������}������6������t���C���_-HW4q;���(���o���������kj������*v~8d!���C������������t������������|"x=������fX���E���$������j���p������6jk���
m\������;���S���];
���������t���sv���OF������������:������Ip���\���tX������,8JF�����X!���������������8������������8���I):r���������?Jq���������������d�����K@���=2���yZ"J���������E�����������S.Fo���[m���������������������vr������`���&p`���{'���|������������vk���D���������,e���C���X���G������E_��������������qV1������?k���o#Z������O�����T��eQH���������Ar���������hc
\	��������������7���>���6X\=���q������.1������P
*���@S������R���4���8,�����o������X���V���)���������������"������}���s���	������Q��������oEm���k���#���n���������������������M���n���z���[������gjw��������I������iw���CX���[��������r���)������q�����	3������������(�����i]G�����\G2O8���RF���������)���,���g������q7q:wT]���������e]������w��������������W���3���K���`
f���%��������������������������H������
Q���E���������x���;l������?A������v���������bG!)I
*������K���@HkG������T���������U���=�����
���CA���9���9Y������-y������XAO1���o'.D������������!HO���B���{��������X������������S������������
������������r}������iO&h���o!'���u���O���s+o������Yh���m���});{���.6������������B���31������o�����1��"���~_���^~G������?������;������t���8���_q���z9�����a���������2���ax\������*���d���	������W���ydH���������������;�����������������'������-���APK���d;������{K���`%N+���d���Xo���z���������F���+���,������Eb������koB��������������������;P������������]������������.���{������������������v������>���||Y������}���ld"������H���DS�����������������������-������������g������������a���sP���������~G������t^a[~O������������t�����������M[���������?���w:x������������d'-������1���J0\������FS]���������}������r���������.p��������������kw������<���������/cm������������x��������O 9���������_//���������������������2z������2���|��
=��������_Q���A���������P7������=���^�����������@���}Y^h��������k���smU���3���k���TPp�����������������:���.���_������Y,7JU:*��O���:���!�����N}���I���:F��������������CtF���i������������(v���,!C�����������EU������\������������,���5���'}���-������UY�����6���.m���9������B9������6���H���������������9�����K���������cC���K.���������<z���������E,HM0���������`���l������Z@���o������������R"������/���������������[~#������I���W���;���!������������zn������(;S���j���������5R���������������hK������������������������;���n{���������#���x�����������������8������$�����������N������O&������������q������=���i������������NP������������g������If���������������$�����F=^���a��������vf���$������S���=m���q���NF������������a���������<������c}X+���H������t���v~�������������������<<���M$8���������Ax%���{T���(���C���������������!���/&���GY���������c���������[Y������<���PKV������������>������PK������HHandroid/support/v7/widget/AppCompatDrawableManager$InflateDelegate.class���Q���N1v���������������(,D������pSi���T������X��9���r���)���}^���������n������ R���������g���������������`#������j���GEx���]v���������������#���(������c������&������Q!`������U���������������YBK���5���#��������r���������0F$���]���y���|@O���
���F6���������������H���7D���A^ap���O04&D���iV���U~������ ���^
U��l������������UaIg��4����������7���u���H;���c4���h������s���I������<w���������3�����i��������r=���z���
ol���������-������>x���)���R������j���"Xp���vp,���������"�����{g���������h0e-������-R7���F���T^���0������l���a������O���G���z@���������(	������������y���6Kl,�����d������,N���p5������*���*������
X������\���
PKn������{s���PK������H0android/support/v7/widget/AbsActionBarView.class���Y	x\U>7y3of���i&!�����������IR���JK��������)M[������JA�������������%������HUD���]ZT���*V������������UYD\PDQQA6��������������������ZZ������������������������������{������M���������������������;h���������h?���������b���S������>r���>/F���*
������C���}t������{���^���G���{1���������Q}���������C���=^���0#=���G���1������>���|������?���������C���������~������~���'y���O���g���}��������������������~���+~��_yA���Y���>���_������>���
������������������x������������[/���������{��������������������Y���Tz���G���h���������G��������������~���������r���o������G������������7�����������s������������Jo������/Au�������������������	3���������d���������������xw������L������"A���K:���������:cUGox���rA"���������d"������������z,g���3wA���q���F���\���'������
er���T2���
������	m1���������l���cC���#���5������Ezz���il���:2���������_���L���R��5������
jpP#<��������)���z������F"���x���Z������.Ud������6^Z���62���eB������Y������x���������4������������������-4k8���P?x������������t2e���-Y=���Lw&���)���m�����������������������E������k���C���%���������{������0���������������e��� ���35���l������0������������t������!���������e��[������M�����J������D,L?������[5R��9������q&rY3������f������\������1,���.#P���8������������?���
<QccOv+[Y������/
-������wk��������0���������s���������t���<I���V������������d*7������ri�����������'6QA������X	
������z���kT��������������jQR������H������������U:���(I&d���,���������"'t���IF���������[T*���Gc����O&���.������������K2m���#;���(A���rw��������4L���<�������������p���st���9�����
��7Y:wR0������������������������C������/������Dm?������KM���-:���uV���Oi���:����>���Kn��� 
���CkS���L���g���I��������������'���f���t���W������������W������������)��B2J���������M���������z���G���L������ddV���'oC���������Fg������Z���aH������s���y���\���������D������~�����)YcF���HU���xO��vZ�����$���$d���p������-��g���������������UY���+���>���:UR������Q���Y���yc"������JMp@������'�����*d��� ������d
Rz$bd2Sg��)hF���P���������f���cfi&#���z������t���Xbr������]z���fxM������ht]������Y������FA���������@���j���M���������GIp,s2���F���	������rM���h���*TMx���W>���1h���v;���������qcMZO������"Q������
Z������JM���������%)������j1^5������~M���aX��#4���t@E���F������"@Wh���C������hR���$M)���5��� ������Q?m���h-���.������rK������5������������)���MS5q4,���hb���j���E���j���ML��������8M������M������k���q������&N`���������������������351K��������t���FW������j~\��������rU���������I���I������41���i-���D;���,���m���8Y���������������+���3,���OM's���������r������������z���	���4���������1Lj���C:	���z�����f���=-���2������%OGf������������\���#���C���Ed���������������'p������������������&aT������e}��M������
���Q���R0<j=���������/m�����������������e������*:QHfB���rH7SW/^���#���j������������:}]xy/���7$og������+��������x*���E���U���yK�����!a���������]�����������n&d/������7FGp���������,���'V������������u���������6/��&s���.3n$2���v���k���<���5�����=������\P���h���AI9cU���������������@������9F��� ������ssF���&�����3���:������X���4���X8������k\���������#���������c���.H{P���t���R}������G���2������U������FPx$��������\������wNp���a"T���|���S������	nu7a���������������������������a|��i���o�����Qqpwg��������j���kR\w���b���^	������%������W@��`������m��\���������A���qq���c��jW���������]m������H������**������y���<���������_"Y���������1���p���������'���������Jl1���������|���4S-&"/M���0-%A������WF��������'���k���������[������*���F���"���(I������\������E���������w������Eg���Ch���L���!R[��������������������������������������:K�����.$Ri���	���������B)������im���^>@���C������b���<������l���9h���CQ2���4���N���ir���8������M���������C���3[��������{���s���y���)my������E�����������lP���R���v������p��m���7@������Q���N���7���+������&���Q;������������$@������,ZD���a���i���d<���b���0^���0^���0^N���������r���?��������76c���������������K���sT������*%x���Im���xvI���_���)PMk���&���=T������������y������n���������������:"O
������4���u/5>B���������������E������G�����<���"-���c������}hw���j���s)
JM������PVm���AXVy������S)���)��6���Vx[������SS{`H������I`3i��G.��������3
f���
���	���o������]���VD������^���"������������~x���~���O)���&h������������
���*���<���t������������si+������.���y<P���@9@U���������`���B�����lZT{mj�����y���6���P���;V4���}���f43c+������OP_Ma���?
w^L���hM���K`��p���e���M4���1c���c���B�����C�����>6���)���K0���������km���G���4S���'���J_���+������������������s������@���S������m6fH������\p������]���[^+a4K���������1g���
{q-O���T���KG������c��������������������>���r	f���������Y���������M���W���
���&������gq���������W������5���;������b?[���S������������yJ�����������5
���hP���s,���w���L���Ad������oD7��������~���������6���Nd���o">o����������y���6���������q������@$���v���G���������d���������pva#}R������.���O���[������P5n
���?���lw������f���Zk���<��������C���<������������%������QVe+������ `*eh_���h���lT������=z��� W���6���������dS'������^$������������������������%���p���l���l���Beu������������.������f|Ib������	�������������G���������?<h>���������������"������p������������<���^3���z���z�����������+���q���p���O������������������������:���I��������s@~~l������<w8���@~���/������|���0���zy������<o;������NRJ���������r	n}	���������������0��r������!y���������H���1
���+������������H������@8��������kv���������������������[%������C=���������������6������s���������i���O������tr������)���������_������������SG1���������������6������w���>o���[Rg49���������@_�����h������������C�����^V]}		���"��Y������v���Nl������$������������C\&�����������������[7���9������n��T���Ae���E(�����n���������/������l���l7������f���M~��F]���������=~���v���k������Q���'���������������y������I0������{}a������~wv'���������"GY���	7���Q+i���C������GQA!QI'���j������l���������n���S�����2������������n������������n���e.p*2���R���5���@_
��������������u���f��������P)���8_��������� ������j���?���N���nN���������F���p���R��������,~n���
���-p������������������mR���v������H*l���B-��� ���������������[���������G���	w���CBU��������O@���5���C���!���PK���k[[f
���PK������HSandroid/support/v7/widget/ShareActionProvider$ShareActivityChooserModelPolicy.class���U[OA���N[w���R������(*bE(���m������cb0���X���L|[���:�������������&������G|1��>������?���xf������������Y��������s������uf~���������
���,���X0p=���K���������Fq���c7Q41ab���`D
J������������@����������� ���������Y������]k8���������FR���k���j��������������et���03������v|������YRuA���H_<���������������������1���������\������p������-fF���I:Bk���h������T(���U�����'���}Bn������E������9a(�����,������?���9���������������+'������l���H���U~$������^������������3N��������PJ������
���1
������8|BW-r���������n\X67i���������<������������2��������`������^���������R���C������m�����������\YXzW2Q���as&���s�����������������j{������eW7������������Mx������y������_CU���!7L���������";a	���1�����Dv\y���uE���K��������+���;�����)������������^%~��������yNVN�����������	����������������������������������|m;@���������u~������H������gn������������bj'>!U<@������R��������������������{������Z���������Cp}-���FL3���Z���������gd���������������d��������4���>������Q������6������Eo1@���b������C���������]������������U���������s9���������<8������������,��Fq������>���Ch������`H+���60���R������������r���LG���a���(���2���
S���;���|������6������#���b���������PK���o���D���9PK������H@android/support/v7/widget/ActionMenuPresenter$SavedState$1.class������moA���������������%������Z���VE�����a|���������������P���S���_,��ns���5{���~*}���&���~(���,������1���\���vn���?������fv���������/���<A9	���-<H"������I��a.yE���b���R��������"u���M���������~���-������v��������:���=���Z���������3I���!������������/���PJ������}_���30l7���r���'������x:���O���S���tE`���:��������P���}-|������s���i���������tG���w������������#\������������������R���;
%	I�����Ae���+qZ��`���������w������&�����T#���`X���������������.W]{���},:i6f������e���%������}MH���n������i�����th��������������J���b���������	���#��X������e������W������z���T���]yN
	$-l2<���7���Al���p+)dp������������;���6���d���,���k���������?���4}������^������������P���������h������4���Q:���htw���,���Vf������s������d���������k���8Coq���������H���kX���E*���8���%��'���W���K���������#���`���%���T���1���9���F���~Ch������&z���������&V������5���d��2i���*V��!2�����>���������3���5]:C���/���������Pu���������.���
������������suX���`�����������������������/PK������Ce:aPK������HEandroid/support/v7/widget/ActivityChooserModel$HistoricalRecord.class���U���WU���M��	a���@	�����-�����������J���h���|$T���R���2I2����������������q������n\���zN������������+{������K������������hK�����������w��������������������������������������f������������H4���6��$_���������-/Rx������.HX���e	i/d$<���p���������m.?������C.���x���*a���?>���`���������J���'���������,mW������H+z���4���|,g���[������Q*:i+JI���-������
���4<T������EF������)M��]���������������[���LM��/���������t4i������hkZ�����j)������kJ���H������������S������q������������V���[���*���ajpG���f^������������,*������J���z��j���l���Vlw"���P���o���V,QC���,FE53T@q������	���|���������������������4���A���)(��������������������e���i���
���Z������e�����������<������m���4A���S������*E���?������������5g������������:#������rm���M���aX�����������+���#>
���������j���<������~m{�����(���Q5sjJ������>������������������
������ ���|���DFze������_���2���1"���S���M��������������91��������D���7���^SI9W���������������Nr���������A���a���������:<����������������������������VR������S 7���1������������?������U���������b���V���4JG?������������T��������������P
-[\���������5���YD#1������������PW���Be���D	���I���������aQ���rY�����#���x3���FN#������}������������������|x������6���=������8���lI$���@#���@���E���������&)G���O ������C���~%��K���zI���������������0Hv"������e���[���O���5������ek<���hg�����������������9���D���!F������pG������}4���������A���"���E#���C���G8������_O�����vj=���������������Y-���c4Pr`���������}������B���1���������������r���������������������W_Sw5<���gs���o������)/������.������.������������.c���
a���]���
:���j���2La1*��I���������������`���
������������L���pq���5"~e6���	nq/������������E�������������o������%������~��� e������������>A������v���}�����������w������ SD���a���P���bD���14������8�����������!������c���M`������@���M���8f���4������2���&���6Y���DC���������eq
���	[IL������iH$���-������jBks;������������*��o������C4���������-h���m������p������FV���c���p������������������������~{���N'������>x���������i7������.�����������h��������4,������b������t
������������M3N���h���������i\���������Y`C������PK'`������������PK������H8android/support/v7/widget/AppCompatCheckedTextView.class���VaS���F}���
#b(���������������
n)
4������b$��������������. ���%���,C���E���������������L���3���������NweY00���&��������������������������+�����������|3���Op���'������o������q��� FX������Z������������������+������a���U���������u6x���K���Y���	���dy���������<KO�����`3���g���|f#���"������gs[���������}K=T������r]5���i	��������f������������T���e�����s���C]��v2U.������RY�����Z���-������+{E������l������������Z���
��#0������L��������L������������8���)���O���������������r���Z��V��������������Z���T-������������������+m�����������}���1���M]���@���aX`���BNs���6������^L���l����������������/���*������p=�����������E���/s���QQ�������U ���"y�����Ge������,K="��������j���7���N������::-Y���h}9[e������������l�����������zE�����������������-������a������j���A���G���1Q������d���XVV������U������������|I���2
de���������8���5���������2������;�����������������T(���w.���3���VA.���L}���1���������
"������!���
���������������������\���
������������_������n������`c
4H���������*��������K���+(b������%���N+�����������o��� 0}������+p���y������<������h}���0>�����S������C���������Zg���������T7���fP���$%L`������^���\���<'.���bBES��-������
������������+���0������x���xf��������������Q������������s=���G��������|8���k���������n������p���U������V������������m���������������t������j@[���L���������M/������������������S���w������������J���Y���^oXd���v���8���K���
���~���U���h������i������v$��/���}���}T���T���$up���;o������@P���I���4���K������������:���kG���3������r]������8IC
5|���[���#��]���M���`���'8���'O���:������K������\������������������p,���'mN������o���I��������������3;F���������'���������Y���������c��7V���������}c���c|���������������}5\���������_������^������������F�����������!������������<=������H6K������������y������������$�����y���#I���~�����J{���������Y+Bd{���c(���o������!D���~#7���u���v2������Bt���@������>8������������%B�����������d���_s���8?���$������n0���������?���������1���q{���_������>>k;CW`}������!�����������g{���������a���"���������v������mbu�����t���v������������E������O���J���k���������uZ�����������������|���
?���}��������������������$���������PK���`��PK������HAandroid/support/v7/widget/ScrollingTabContainerView$TabView.class���Yy|T���������^/������ !'!�����IXD9������p������Hb���z���>������������uw������Zk������Z������V<P[������jU*���������h���j[�����������>���W=���3���m6K��� ���?������~������������of~s���>���������{���p0���E?������G���I���2������$���s���E���M*~������������SnUv������nw���L���������g2���!��������.���m���������lQ������V���p���@������b;���S���{y������A�����������Q���0QQ���_���x;<���b���_���0O������_���)���=������O������������<.������������
~'���ge���9���W������^^��������������������WE������T���������^������?���7dxQ���7������[B���������#��2���Q������d���������?���/*���������y���w���C���?���/���-������
������������.=���������������������X"���z:���������5j���X���H6E���T���H&7���H2nF���������D"���L������
���D���1���6���z������ds	��c}������4N%������N5#]F:��e���������7j0^���G���2���������=M������t������F-��������u0������Iw���)���4��Bbf���������������h��u������M���XZ7Y���~������13=��������_rD���S�����������������������;���=���������������������f��������������H���V���!e��������������������@������LPxi[f��������������	������-r������
�����#-�����O6���)�����������{8��������;���F���1��������������������>���EOX���X���������O8<������������5c���	������������������������t���5���i#���������[6-J��� J���[���u���lL<������6������y�����������������������������X[���t������^������������RX���
���8�������������������=";1��������"���YR���L���|������Ss������c-���������M���������������������+���;Mwg������	#��������cD���avu���w���{z=��N���Pja+���W���I���L5C������������\jpDL��������{�����������������������I������I���)�������|ba���������'������C���������u%���D���N#I���T������������d���D���#���O������������(;S������[O���������������`(���z������B���������*���T���g
>W���{h<������u5E��������*���T6E���i���>NFle������u[&g�����������������#m������6���t{���a���V��������SbR/������������������m*W�������������|3f���9d������C���QX������K���������������&������f���hh���*j���������������M���*������K���F���8K#������i��������S������S�����T`���X���������������W���2�����B���J���������ZCNS���F���Z���������h
���������f4:������14V���qM���������h_���F������@���������KY���������&4���������<���GjhC���Bu�����8B���Qi*5���F���������i4���B8t���=���������f���63i������v���Bs4���K������v��1������������c���������k������5ZHM-b���b:H���%2[J���k������YF���5j������������	���F������B������������6������5���fl���N:R.���(���V���,���������:���������N���IC.��b ������r|w���������������M������-������G���������xP���$L���������]8])R���'������e���`���OO������.���3B���8V���=���'���g���������������M������`#���0������������v#=��$U���b>���Q$���������.���_<�����@���KR�����S������J/���I���-f���������������������P�����Bnh���8Q���"���������^l���$���p_XhT���4���������Jl�����������hl������������U)#)�����������d���
f���CH{��������z_������a`������������b
���������������ZX���m������������������)���
�����������Tpa���������:���������V������l������E�����v������k3������������������o���E������5���6+���,���
�����C3���.MM���.���������dc������'1���a|@���������2���������\��������������prM������4z���������]������A<I���D������Ao/������o���������������Vup]������M������e��������������������H������?3���k<������1z���������R������?NJX�����������1������5���U���wm���Su!k���I���.���Z&<���3������������Z��������������������������IS���s|a�����do,���]s#[G���_8���.������������ts������[���e*���������\���^PYM���_ae���-�����n7��ha������Bp���G���4P���������j���u���8bn���v������.������|��X���������J������������������w������+���tx���A���x���f������������j|/K���`en^���D������'������L%���z_������i1�����y|���������+s���������6���������_i���7��*
u���������R������0���������J���������?d������\������8'���1{n���r���������a���qa������A������	8���Y`}���������������A[_������RyM���������tGc
���������������������������
������f8������p�����v������Vl���;�����z
���
7o:���A������q;3(��ak������@���qgP\������o���L������N������b���N������th}n:��������l������s0���������,:���t>������XNb]���#������t������|,������X���������N2���������Nkf���D���0~t������)L������������K4�����$'+���*���!1������u���#������������&���T���������_j���%���p���O���������W���KWZU������9���TK~b���3+���������������3������������6�����������������������n@Q@���`��������DQ���������s-������:������F���������#���������rG���G���&���i���9,������pj���s������,����������������4P���eu���(��"���������Z������Z�������ei������R���������������������r�����G
�����.~#������N9���\������V>���v���;PMw���22w���H|���3w�����j������3{���Y;L�������G������6b���6������	������l���6 ������������[���mC��� H���������wZN���i���&������Se���-���9���
2��������@���i|eE���p#������i������`LK���������g0������!p3*v���������A���c���������[0������};��������(���I<������������������	e������DKy:q��|3���`���'���9���V���������`?���������Q�����������S���#������tg��������6���S���)-�����j���5������������z0���`������6���I���e���,;�����
���\���u������J���'<���������a��c���V��7cv���������(������������9f���[���65����������d������������������G6
���7\>l������2���W������2������+���$���7q���a���������������������3������`/|*=�����0������#I���d���b
=���������q��_a1=���Vz������V������8������A7������S��H���sXO������tz���_���/���"z	������+������^�����6���������Fo���AzO���[���������W������M������}���>���?c'������J���oTM'������������_4������M������}���O���R������������#ZM���Z������N���������������N���/���|���R���������r8���:������r������94���l|������������3���9������������D���������<v������=������qn�����������||���)������$\���9@��������'IG���!���
���,������e���������lHL��������qbUp������K\���������Q������)���T���ee��������Z������zD���'V���Wd������];z������}������"��@��������������.���t���o6e������n,������i��� ���k������������������S+]������	���w4R������g���������������r���-������/\^���������a���p���(G	&;F���G���9���������1���2b���-P.��������*���s.���W������������������*@NT`6pnp���1g���j������1u������g.[���Z6���������q}V���@�������91=t������D���l���������`���7b%���������q7V������p���z.�����Q|���������v2���l������4���������Q��k'9���{/������������PK.�����7
PK������HQandroid/support/v7/widget/ShareActionProvider$OnShareTargetSelectedListener.class������1kA������sO���4���4���Rha������Ha%���D0p�����������Y9vew=���[
���?J���w���������b������|������������������1���)���Rt	������?������tk9���\V���������B���V������[���^���^���H������1-���������������J+v���3^X���1od2���&d��������g���d������������FV2E������qU���������R���������1���������on������������{���������������(���Y������jY������>	������B=���&�����n������ ���������fRt������PK���U������PK������H4android/support/v7/widget/ActivityChooserModel.class���Y	|T������?���y������#���	I���`���C���������������`40	`������<������d&���Lh���V���������K[������;mE+VQH@li���j]���mm����/������������j���������������73/��F������/���n������{������������������3"��������� 7���������,���)���2���)������L�����������`0W���y(������5^���!������������/���P���9X,>K4>���C9\%K��Z|���������r���9���������s������Wp������Wz���������5^���I<_|N���x������������Ln���&������k���:���f������O�����9���[���U|���z���������i������C|������������������fR���O������t������gzh���������������I������H���q������;=t,o���P5W	������<���������b���������s�����������[|������pO&������������)������8���j��������������������U|������������4���������/������|Q&���/���K��M������
v|Y������2���������������knz\���~���������������p�����������4}������������oi|���������������������w=���=������������=t���������������a"&���!6���������@,f�����������X0?�����������������pGk v�����������@o(��������(SNMG<������om6b���P���������aknvB���FG$�����LV���k7E"1#������P���������:��������y���������3ML��������M���N#T
���8���se��������������T���U	������p|] ���k���P`���5���^������Zo��������@e(���l���G������LyXj?���������uusCmMc{s]���������-L���ipJMkks��������u���5������
���Z�����������������:�����X_�����V&����������������������m������
���u������������:7���*���/7��������X���_���z���k�����A%���no������7��6������'S������sl���'1���z���q	������
A���������:N'������jV���������u���������������d������������[#������������
gq������[������������L���&do<���l
���,���%������{���S������������bj���;������`ge������������Q�����rs��������W�����������q��������������mf������=���v���P@lX7l���z������NKco���pC���
%���3���6���Ly������&7������0|���;���T8^i-l���������������`���������!
���K������0b���������}������C�����������$���y������KS`KK���<���������]7���������B���������������l��@��������B!�����dq���&(���X���]���H������.���������6�����������������������������t$������Tlb:���������������F������L���Zt��������������{���m
l���D#�����@4(������dFg���B���������2���#���b�����k�����x������������
ir���o������&���w2������������`|9������Q1d(������.���3���	=-y���������b���+h���et������L,���ud������$��^���������j������-0M-iyHOw������������������Nc������C�����#������]\������������b-u������������?������2y6[J���;���������������	������a[{K���}���������c���e������a_Jv���6��
���S���8+f���Sgy���	S������I���Q���=���0z������������q��a.���������s;ad���H>���h���R������<Sc������������uw������Yr,/���R������������Q������������������t@f��6������M������7ll���:GLfv���3���������z���	e��7l���F���0���
��������L&fV������[������88+0���Tq���������������i��������4@���9s"����������S���!?��m2������ps*
������k������0���Z��������j���6������mh������#&G������&FG���������@���Xj.+G-������"���v���lq�����ho��������a���b���>cDDOa������yi���������Alslo������A2#������q*�����NqMO<	������)���Lu��������q���87A������'���	������������vUn���������B���}s+O������Aw���\���8������] )�����4���G���S������\IVY���(B���oy
���^(P���/���!*I������������t��������������������t���h������t������He�����9��������������������������0��h���Q���\8��Q���y���PBe���\(BuG������P<-������h���!x
������7[`���������t���N7��:] >������
:}���������������������o���i7���B���3:���t:H������|���*z������/���t���>]������;e���5���h@������������������L��4���!���=������������������N?������t���%h���E|n������������|���������v������w@���gC������������|'���A���>\T+z������N���w������:������ct������v���������$:������������������?������������7���9G���
t���������������
	���{���T��(B���t���)���L������m:���������^P���_���|w��������0J������&]������bc���������@H������'`*���G���{���F������	&������Pq<R<u���_���������~���������H������������������+~H���c~���������������}(���4~D���G������:?�����������[���������O������{���<������c���������I���������uv���������'���������u~���������������������5~N���������D������������K���
u~���_������Ot?���Z���KWDM7���������PL���3?���4���S9j������&-���N(���L���;#F���8���#�����7���G���Vt���-������	i���m6B������������h������9[���W���U���_������u~C���7u~������{���_���w���������I=���f���E������h���������4�����������H������������Xc0���=���������������}>������<���	������&���zH-"������@����������w���g������sF���u��������G)2����>25|���������,''������vY���D�����j������x

���y���P;$���^5!a9��)���l���;kh���������#��������9*���!���s��������/������=���������iI���Oy���1���`>��t���,
rE���������������H2��� M��Jz���AB���+[���Y!'����������������������: ���b������k���;������������pgl=<0(I������W9c���"������)+�����6I���#f)������N���d=������fy19]���Pc������c>%KO������@W"������ff��������(��������������t���E���������ho
���a^������G|j:u���En�����A������^oZQM4C!������������CU1���(9���^*d:ic���Wb+���j#���:d5 ��������iAe$V������������x���3������q���-���O���mjRH���7,=-������������������@l
n�����us������)���������0���]p���|/2�����������F>���;D��������~�����8,rv������@���,�����
���������������G������-������������@<���<������D���������\vD�����������������t������"x������������`	���
5���#}���)7���������G���?ijO���9�����������������������������R���B5�����������Tl������������a���5p������@.�����������B���5q@n���	���
���E���#������t���gVj���1"���m���|)0���i���N ;5[������������]��� ���z���4����^C	���3���1��������>���L2���0��m!L���8I������-�����������������M!"*������t���OL_���H���/b������������t���������:������d��������������_b���������6���x������R������������.K������
������������_������r���"9������l�����������c������o������������������yE�����W������������k0������6������������	w������_������lQM������lo���D������jo������[���e������l������q���O0���9��v���]���lk������.r��� M������������_��� M8H�����������������������Qi}E������;������}���C8���E���4G�����U���|'���F���'������)������(������4���WS9���Ls���������L1`s������������]$~s^LwKREo���d���>y������_*��_������A���������������&���5������{Mr8�����������Pf���A������h���>���B7�����h\������E7���������h���>���-;o���:������������(_���&������������������&���#G���~*���A3��������T������������}N:���������������\q?M���G���.r�����������������r���n��������������6T���4���4���3h	p^��h��U\F���|:���������������t������H���
t���O���+���=���+���=���+E���*������A���	X4`r���p)���������%���[���@[V��������� p4S���n&W������=���e���h������������M-?:������+������������������R	������v:��������o
������8B���P6���K^���A���q*���^*���>*��������<\���������4���A���vZR���&���#���B�����������_���}���������(�����X7���X������������p������@������P���������eV���,������/VQIb���K������X������ @���1K���������������������YW&���o���w������!�����!���������������'q���
f������������
������+���������lx���#8������,<.���75!8������4]������4f)%&���)���������,[;:������k������u4���������	fjR0S���A������L���b������J���
���_���C������������f��������0���WH-r���������������\���N���V������L���[������2t�����,?���{������w
>������W���������h���������U���*������������e������N������C3���2q������ ������ ���6��i���NS���'T���w���������e���N���|7,k���$t������VY���0=���^������Q������8���������Ui��������?���?=N������������dg���_���}��� sI������Nz���'������!9-���e-$������{��������k���G�����f������&���r������������������\���K������Ri������\^���8Hmb�����r������>G?U��������h���X���9��K�����\h���J������\m���y���A���������s���������-������5@��������������!���!���D������R���.������2v���������������e������"~���>���{������q���������B������~���������4������g���~���6������������/���������]�������}�����������X3Tk������I8
������UO!���i4
������!D���j���������H���;?5�����s"*������=���`lR���7��zz������|L!���^������E���^������������?�����^jY`~BR���s���nRX���pA���������[���������������I������������Y]~���|���3"������������������Y������J���/������0b���t���������pN������}������ ���3���������i���<��������������R���l+i���lM���'
*H~���2���������*.Z7���rc���lnL������R���2���������������Y���~��|������U������������9������b������������%���8w���K_���<���%������.������������N������Z���O���,d��������������=>?I���<PEJ.h��������������D)���
e���L������4jWfRD���E}J)]������%5���g�����������,���zK���g	������m������	���������Y������u���������TM���%���	������4u9>������S������������)��%C������C������������lK/n���yB2������������4��� ���������������01a9���������f������if���j���-s���9���*R$,zhyK���C��������������2������`������T���e)������&)��������������������)���j������ ?���-������{H���Llo������"���sm9I.������xx������~�����������6M���3������3������������([���WY>86��������������63���H2������������������d���Xr���n";���������'������������������y7���������dr���V���2���|���l���F��������������@~#���������A 6(���������P���4G������������$`.���=���=IrR���#�������������4G��������@me)[G���W���������*���(���*���b���p	���tXs���(���*E���Nh��������`���$ P[]�����������������
������.������^���.������������Q���"������
��o���X���[4^���������m*R���k���$������%KY������������#*b@������>���p���D���������,���������ZD���h��������2Y#���EJ������u1���������P������������������8t#e'-W~H���+7���8���b���E������x ���a!vaRT������8��������4ZoVC���UL��� ���8A���������������X&E���L]^T������f���Yn������*���@������m���>������t���Z���ME���������������-���S���R������.*T���������J?U)Tgu*���g)���������^I������Y���h������gZ	������h������>���u���|�����bN���������";�����P'mE���������������C*���P�����������������H������������v���&<���v)��������������6MC���a���Q���������CP������a������@0������U>fJ���M(*q���������H#���������e������x������������������,SMG���O���ka���n���
>
3���#<���3P���g������s���������4YyBz���V`���Lz������2.1dR���
���WI������tpF���4k���������r���������+���Hgu���u"���������e���;e������Et_-���b������
xkxLyH������	D��U���C�����4���������$���������G-���.���P�����������o���HD���Y������lJ������k������*���@���[���Q���`?���i���E��=���������������������r���Z������//r���@���"���
4���������eZ���k���=���:������3������)2���������yO������Dh���������E���^���@8���E���"���
������ib0������������������=������r���8���������g���v������\���%������)���X���h���5���X���af8yZ~���uVy|������4���]���������=@_(���'c���6���s������"���z������v���S���I���x���(���O���������oB���t���'C������>@���VebB7'���U���/���-B���d���7/ }��������$r���6v������������sh#/���*^f���k ���W���!Z������y���]���'���p5\+���M/���$N������IQ���,���W���C���������a���W���b������pH���Q������8-RG+���'��>y>M���������������9���R������������)������D��������B���������U������Z}������W��������[t������=������KO����������g���^p��� P���e������������������������C��������������;���������A���6G�����������<���-���Z���am9�����������I������1���m������!U{������]S
������Vv������Du���������������4���3���C"������d6������B��������U������!���x���N���������%=a+]������O���x,������-���G���(���
,���Q���������s���������5w�����Am���Q������@���y���������������,���'pN���G������of���Q���F_pt�����Z���'������g���t��� ������@��L���������������N������.������M%���t���Na������g������
������<������M���\$���������I|���������P���@���������������{Y�����\���|���k������Tk���R���]x&���������T�����i������I���fn������i2Ip���������g].a���J���������w��O���w*���������;���nr���IR"S3hK������z	2���!%���jE}72>���@���������z���k8�����|���MQ���w���4+�����������������M������nA�����������PK���������R������7PK������H?android/support/v7/widget/LinearLayoutCompat$LayoutParams.class���VmSU~nH���6�����R(
���T���n^`i���b������b4M������/|`.������v3���0?��b�����������'~���3:���������sw���$������T'3���s���=���s�����������������p[	���v��������x+���������������w������w���������2���)���+���������)��������������A;���������=������
|������l���U������{���c������%���$������������U������:���r������W���r���}��v���\�����w�����������r��������U���a���d;���zs������6���N���vFKnE�����������nF������`���K������6���#���}e���������5���hXdv(���z���������y���d������]K������Fx���{�����9�����LyU&O��!&(bI������������������j������������U]���<���R`F������������������t/������F���t������jnt���{`[���f��������6���'CW8������0w������T��������������������\8��������������5��W�����������#�����?I���&6|��������b������c���q t������Q\������H���������������������!���u|���6���������ucD���.������������:������B������(a(������������������������+������������0s���7���������������OL���^������1������g���U���������w���oCd���F{���	`ww���������
Vm���=���������8c$������������>e������}���k���������7�����������u
5WH���
i���������s������?v���,������{V���UQ���0T;���^���5���������������+�����������������|L5-iL���7���i������$���������Q������2������1X&������l���	���]������?A,y���)������/D���������GH|���O������N������@���~FR{���1���WLk���!���������E��������L@���IL���������1_������iB������x~x3ax[d���:���IM#���IR8���Q����������������O98���)G0K���3_���#-������Yt;���O������^"���D���"������`Wng)M=B������R�����:Kf���������}��������������!Fd	~���'������������H9���As���@/���M������S���������c!5C������4������dWmA���I���q��d.$������Qn���*Ow���������d)"���"���}���[���j���(������>���"������������_���h���B���YC���PK���i���������PK������HBandroid/support/v7/widget/AppCompatMultiAutoCompleteTextView.class���W���������������I������y���G���	$l"������byI"K���d
Z���dw���L�����������&���/������V[m���V������������k[���]������?���C�����������������}���;	������O���{������������=��������������������?#xW��A���)3���v2���e���������-���S���V���������U^���x���+L}U������"���������������7���z>���o���[������m���������,���;,���������|�����������KL}������������2/���������C������S���2���K���qH���������u?Q������@$?������4���H���������\���te�����������������g5SK������������L�����������������e;������������U#��������T.7mes���S���uP���/{LK^I���V���L%���9���gr,���������������l$os6���_���������6"������@���������������:������&-������M'6�����������]���i+���t������~������]������&���3c%�����f������};KF^������F��-dc������X���������������[0���U���NI���*6���N`s������������cdbS���c���G������]���Z5���B������x���������@M������������[���rIh������pV$���rzj�����5������w(���ZN:W������
~������g#y���������������V���Jv������y���`'9���R���V[������Scs���1���z���\1���I;������Z���|nO���������h���a���������;������������X9���	������h\���������#������";mk���%#������������]_������Md���g'���7���EIL�����������l������;5������@���c(������&';:s������!���j�����;������u�����������K���������������������)���9el}$k���������t������������������Y���������nOg���|^'���
���s������������������������c���#���������x���X���#���pW���X������M���H���{���Q������^�����N���g���������j.TZt���k������p��������7������P2���U��������������������������������emES���((���������������I~9������*~������+���������?���m���T���'���Y���.D�����������wT���������+������������8������=������{���������������������[���u���PpS������PE������������Q���*������I3������x���e�����<���98���������S���aQE���������������e���U|���������������������SU)���{<Gw�����/���B;���8r���+>p������G���
]������zU������|������������c������������X���'6���r������talnL������"���>���>���ME`2���������H9���W���������%������������=w?���������L���������������w5/Eh�����p���YQ������Zt4�����I������������������������}1���)}G���n[������Z���������4������u������������������Fm���qW���HRl=������d���T���4y?������t/������Z�����������	������V;o������z3������w5s��������u���25��}Z���6���-5������0���xf���7���}������(���G�����������2`������g���������J���������R
;���������V�����
���������������������������NPeCC���n���7Y7 ������!������������A������Z��������������D'D	���<��������������Yl���<FT���{���c? ���'hWHa<a3b������������M������������w���8"���'}yOSq���N��������dF+�����������O���������������M���H���"������}$t���������p���������o���#*)������������p���E?F������h���C(%t���B7Q��#E���DI��[������������������"���Y������|TZ���H���it���)������ir���I���������L������z���38������8���E������I���������.���.{2uD���`���d%���0���I_������������V���
���+xJ(8A���7s������+9���R���(������)������m������"������kh���������=���j���
���Q���������6\������������(������������P���t���xs���?'���������x���������������P���������O������������P=���%�����������F/���U���}>r_r���������f/���*���%WO������8M���Kl���&���g(xU���������#������g=������Z������
���}2���������t���jD�����y$*�������������� ���������
���������u���������!,���������������$���������������������������}T������)������Q������[���M������mz���D���F6��������K������6���Hh���h#���~lS�����0O���^N������h������%N������y���������V{������HhZ���ml���Y������F���A���CW������*-���WiA������+(���������2���bW
D'���������������cbkc���������A���OE���:y���fU%���:�����yZ���������G���q������1)���t9������q��������n���������b6���%x_���*�����_8:���~I������PK��� E������PK������H?android/support/v7/widget/ActivityChooserView$InnerLayout.class���S[OA������S���eYAQ�����������^������������"���I�����������tw���e���������������������1���������=��KQ���/s��������3������������������A���Dwm������������x`���9���j9c���ea���B�����������������i1������*�����Tj���0��
\?
������[O���G������7������qk���h���N���lI���<��������G���di���Pn$���m���=������g������������)���J���3ovT���0���C���������%��������zG����������������q���������}lK������|���������������w���(���zS���������������,������7������-1������:���;&���g������Th���^W5���E�����������(/�����[Q���}������������'������~������\q`c��������2TPu���������cL[x������������ca���������M'���������h���+(���t�������*l���^���|��������/���������������y�����?z]s������m-���;����w���	7K���B������u������������
���������������������{~������^h/���+������e���[������I��N������a���p���I��*_���*���������
���Q������C���1P=D��� ���������9���������Q���k���/1������1���_���*������G���p
7���L���|���i71���U���$���Dj
���}
���p���������|���z������������rzc!������W	=���������������$m������������PK���#������F���PK������H4android/support/v7/widget/Toolbar$SavedState$1.class���������jA���������������$���64���jc���j�����������"������,RR
������$;���[���;ev��������� x������M���>���%������,���$A
������9���?������9g������__x���F&������Cr0������_eU��������C���\���gH������#:���/^���zB������G��������so���+W���cg*<p���\������������
yH>���������B���<������������������������������������X������=���O\g B{OJ������U�����������������+A���������G���������������U>���������{������������69���H������C���'���J���w���������������y������}Op���fX�����������������������������Y���}������l������<*B���-������������t������S���C6���;���VSW4J��������l�������������������������������"<���������,r&2l��������[���������
������P���������%�����	���a���������`X������6���v���JD���4���5���I7=C]������A	������%���l���������V������������������EoC;������L���5���
��������?G�����������������������'#������X������D>���/%7F=���Y������������HLb>]���������1i������
X~���0������ ���V������)R������������1������.������Tt������������F
���������6���D������F^M������X���2T��������:CO
���������oPK���Y������2PK������H9android/support/v7/widget/ScrollingTabContainerView.class���Z	|���������d&_2���r���@���@���0������������������$���Q���2���������|�������[O���z���z���E���z���J������������P������E������������v�����������m������������nO���v���������}s%���������������������}���������������������>OD������G.
������sP������E{���������EzOF���,������w���������A���	-f|������fj���tQ>k������vq���2W������ts]T���z�����������<G��3���������|p�����������"i������������R���������R)&H������^���(S��;IZ���.������S���;U���iR\ c���5������*���)���
���:K��������)*������\������J>��b������������������^(I���X���%/u���J�����k5^&s.t�����r���R\���������y���������R8���rq_,W������������H��� c���N������^������Z������$���u08������V���4������vn������l������5������N���D������������h���������	!Plr���5���p������1���	������S������������*���^*��������L�����������Eo���.
p������������5������T���������u���������������������������������x���������@������7���ao���������������j������<{3\������6������h���l���y���3Sf{���:���������+���}F���������T���EB���@���
������3���������v���������������^p���������6������������T������lk `t������X8���o���M-F���;d������������������������T���[V���������������T���yB���������������D���������C���K��������������Q���������������f6���}A#�����J������/���������_������������������}���~������������������������w������������ ������������������4������-bx���x���1���������������>������������������zz#b���jj^s������{���������/��LK������������zQ-������2�����5��������J
���TH���������������E���z������h���N���������7������g���y(
%������T'O5���7��������mk}{���������L���:���������������/R���4���2N���c��Z������@d���������L���������/o���������uyC���2���������1��������O���������#������C,���������T���X���������F
!ct!������M���C������#VXc���������������A������1������F���?�����������X���~������=������z���^������������k���2B������������=ko7b������������w7���������������1	���f������n���������~���������������������������������cK@.���r.@^���F���`���Q���CD���3R���������f���/1
2��������������������Q���L���T���#���R���d;������'V���z��OL���fD������5��� ������<Oj���������oR���L��������GN$���<���"O%���������
K&Z86�����������}=���!+
�����������������a���S&��������7���Q������������"������n&���>0T���q���K������3a(������mEf���>������"������@���������b3���������Bf_l8/njY���������d������������t7������D���H���_���c4�����W��������������������
&V������������6������[)���>g���������\���8���������s\��������������-������N������g���v������������!���1�����o���#�����%���Cak���B���&0���7(i������,���������hj�����������Aj���>���������i������Y���l�����������������F]������(���83���jb������$1mTC��g���'���\���������
���+������0y���z������y'������5	��������}c������������J������|������o\mf������m���	������Hf���9uz���������������V������������
���q�����������9���������I���:������y/������I:���sXZ7���M:=G���k���8���9j���Bf������r���#d���!���������H���������������O������:���t���$=������@���?���.���H7i���W:���������������������H���:���������:���)zZ������������N���c���n������AL���������������z���o���C:=&N���:������ t3������n���n���q/������E���[���6���>M������v���������}^t��������������������������^���������i���y���n���������/h���%������������������t������X���+t���������!������������������#E���L���>������������������������4~X���GD������%���n������4>������7���~���C?������������������O���7u~���1|���������t}^������������������y���O������-�����������a���X���Y���O������tF0������Z���BS(~[��������������������+,A���V���������x���3t5S������q���������~I������������������������H���������W������������Y���<���{H��������s���7���F"q���E������ hR������S��!���U2���o-������<o0-y�����������'.m���#}(E���q���2������o2U���K&g���p���;v���)8���Ut��W������$���������~���������9���\������U��.qyc7\M������������.���������7������8���Y���^Q������<1|hx�����5lbE���=/7������AL������'W%���]ccgT������d���)
I���?Y������J���������G���M���(������������O!���g������r���]N������������j������[
���b���AA���0/O������$���+���G9`[���P����������NN���?���O���:eOY������;���=���Z"������D~"������(���To�����������`Be���G3���x���������������N���I\$-l������~]1������	���I{������o���7������X��������F�����F������?HJt��������v������F$���K������������X���p(���"���w���������������������q������������q������FV���������������8;|������#���U���������#���X2������������H���a���2
���F������������!3���h������������H���v���������	���4~���ibl������^������*�����������������������h���5n�����������������������q���l~V���H������������Zlu���z
���
������������$F���������������!=������L���a���]V���4F
r���n���_?�����1���D���>x^:D���^<������o���~������������8���_��Irg������<��������b������������'S���c���D8b��������#���������������4��� z���#1�����������F]���M���I)������2���[��� s"���������`������������V��)&���|@���������&���������������U6K9fk���C���|���`���Sd���2d���b���������J���3������}�����m���5���o���+���������s������Y��4I���d��������i���2}���u���������������������*;������a���������g������4u���g���������������Y���K���)H{���)D���4������Uh������2���S(q���Vm\���T}
]���j������U}R?o���H7������fUg���������oQ���C������������������$������������N|������}���W���_��������E���#N������j���2���'���������$���e���3������U���������M���yQ�����K��������������7@n���3���q������;?���������(U<������r6���l%'������q������Ji+���S��v���������:h-u��0���K:L���*���������>���2���+��������WA������1�����������l������n���	W7������������G��Y���p���8���4^������Rq������������x������1���~��RT���--q:������,=T4������[h������S}������h"������'���L}���vg������IEE'���|U������^���Gw�����������������4WxfN������������T������0,6H��P!���:������������(M������������i���jg���8SQ���V���}?���3���T!������T������(/���%/���"�����<u���������ty������z`WZ{���J
PX���H������{���������F������1:@�����A ���9������E ������@���O������w���.������N��q/���K*���H���!���2 �����v���*���3@���!`n:���}cN������G0������������tcx������7�����GAg���O������?������%9���e������}���`���������b���������q������������I���i*���*J�������"n���,5���v������n������������N���(]���~���������I��t���,t���������f]j���N,���K+���f���-���E��~"���S������M���
������������s���GE�������T9@������ ���J=+%V,������/+������SU������	!6������i���,Y������7������da���&������EP��� G6���-������9���;5+3����������������������x(a&����������������������������� l���V#������K������'�����s���G������e!���������Rr*���9���9���	.������2���$��I���������ct������O'���6q���L;���We���M���������BwJ���-wL)������g���������������%������������(-���>������������-D���������3h������������q������������2("���������������������5������n���������N)
��� ���T������U���74���NxbV�������8z������������S���M������G���������>@L &h������j~���������#g��������������K���0	9ci��������������������������$�����]���m���9C���m���������T���	���������]8H���T!���.���*������������������(���U=gj������*���W���!Q���������������*���y!���}���F���������l���^���9Pq���������A���oI���
���������������D?���������?������&������8������.���������k������s���R������Qca������������������;������������$������!��������������������9������K������5;n������������i���,���������Fv_���������u'���M������U��������K��� ���zo���	jv������
z���6n���WL-Qj���w���6GiK���<,��_���������������Rf���������M������H�����~#��������a���������9���������������e���[l�����V���{������?bCz~���3���������������>T���pC���94��
���o���������g���@���)���_0����q������ld�����������������6Y���PO��������������7H���$-Z������;���������IgP!gR;i6,^
$\V������������������B���rY6!&���������r&������������]���)���#U���dRy9������r������������4)������b������������'������>������$p(���������0u4���������������u���I������tKT���,������g������������K���������r��������t������������������#W������T������Wu
������Y]%���������������OGV���A���y&M���
������9T���s���nj���y���������cb���������)Z��� w]���������U���,���}���������'j������S$K���g���_���������]���9H���*������/���$3C������(y��� ���������(��������Y���}������������d=��������������t������|���������ET���+h������z���K���cM\���5q=���������$zh���B������1zd������k������
p'������������c���C)sLNV���7���*SSN������,������S6������������H3y-���������������zZ���������FZ�����.K,	���������1]���T���d������h���	i���V������V5���*G���������xL_mo`b1}���:������K���GZ������B���|	������V������i.o���7:���6���q������-29(c���H���4W������T������\y���r���/���w����������hIrT������L���c���������N<���Mbe���9������f���y������
`za������T��0���InOR���������������\������K������
���i�������������������R_������:X���IY���������������������_6���T���
���T������	������S������������`������	F������e�������������������l���@���������h���������'���Q���P��dd���������	���B���W������������~m������6���S������8ZX������$���9���?������vBk���Z���#���in�����~���������h���r���������>������J������Rc ���������!���=I������A2���������J������fL������b���;\���H="8p������4P������K���}���;Q���G���N�����|%���������:X���������K��������{���'+���s������H���������0������r���������b�����������PK���I���cr���.PK������H=android/support/v7/widget/SearchView$SearchAutoComplete.class���XkTg~���]f`.���!���%���MI������I���4i���1H���He	���x!������;���������vf������V���������������5���������-���&M ������������������G���������9���P������s���������������fX������p������o������}���������9������W������4���&^&*1���������v��������\���%����l���������������L���x)T`*������������a:���z|������?TI��#xa���G������Q���},���������q^>�����GpO������I���}������O3���gx���,K|N������5|AA$7���q������������iJBAU.)'���1���E{���
+������f:������y���������S������������������K|���
���#���ezG4���ER������	��w������������:��� ���m������������~�����������p���������,Q���������1������b�����.������������
������m������Y�����������,���tg
������s������,m������������R������
������i���������k{V<(xf6������y���9^���DR���N���D!���������)8���������������"-&������4���������^���
������l���
&������T���������������["i��������{���
B-���gIu���3R���|p{U������g������������������������7������x��&���������I���������J	?/������o]���G���my���L���N.���7�����^������d[������������/������S�����I!->�����i�����a������Q���Q������������9���e���t<!���>`'���5���-A���"!Oklk��������������"���c���3f��������������s3ce���t���*���o���;b��nv���������
���������Dz���e&3������	3���7U���uRL?���DNp��������������)J���N������r���3<������T~=������7���TF8I&*h^]���i#���1���q���`���R{���+������������TJ���n���������������Spdc��Z������e���#������NJP������,	������������q]:b8���������:������f~9������k���������=�����V������Q������75|K���fu$���'u|������������O������3���������:������m���C���������������<������9<������/bN���)<������������q]^������2������/WqM���+������������u,���U7y���1������t���`��������������]���<���^������������vo(W4���D���]���(1���������D���5qg���R�����U���}M���\��������iXiL���wKk1������������{�����m���2v������?Mm���J���������3������~aMz���u������k���H������S������E5������������9nfM���z���^���6������o���7[���8������NN���������Y���L���)
��R������4��������������������~������^L���������S��������z���0Hp�����.���)#/d������7���I������/���������;86���;���w���g,18r���d������e�������E6]{������z��(���������������B+,��� �����5�����	���X���`t���aSo[LX>V-��������������������0(;
|���@b������Q������������k���������������p�����
���[��������&
;SM���������t>���w���Z������������t������K���AE���e���#���,���?���������qp���~���
~������������\���������N���������M���e���G���^�����������
m��������������@������)(���*;h���0Y}���z{���}�����8������������K v ���G������H6������~
������W���=���J���Y���w������Y��x���������������������9L���:B��������Xl���
hK���5������>M}������RG��)���+���t������~
���r������������2lk������������>������r���������E|G(������������VU,���������Xt���_!������?K���UE���*������f+���a������J%���yDn���jZ���9���CsDId������������$���������#���_9���j�����A7z������(@Y������������E���UJ���*���l8!���x}D���������������3!���������������|]#=:��������G������������5���h���Gm}���<n���9������c���y���>��������4������kh������������j���������������PC������-���������C������{���U������C���qL���S1������
')q��������w]��� ������Jy���B����������� kc�����l��������^���L��������-I��������Z���[������������Q&wI������������@���������������DZ���������������mf���������[I���7��������PM���������g���������p������E������e���������c���,�����������y4v������������������������ey����(;���������)t�����������p'?B7���+<������/���%������P���Nw��������[��������������]�����������v���������O���v@SpX���O������k������T������"��{���>���������������{	u?���4���-b1���������>Y1���{?>@���=.���~���4���������M4��������
���1���H��H���S���������9���dIh���1.U���!%���4���p6������>T������Y���?>���������P���=B��� ���PK������2������PK������H-android/support/v7/widget/SearchView$11.class���TmOA~��������������B[��������	���!jJ
|���������o�����]r���5wW���?���D������?���e������V*���������������fgg�������������������������Hb#���J9���������A%������������Q[������m���zCh7���k������N���"���r��RnKFvS������i���*y������3������V���>���\/���|JH������$���4�����������3���g{������#���S(������;���F���������<������=���������*������u=���M���I'���.���6������Oy���N$���X���������%���������U?4������H���G������h���H������a������*R���&P������P������	��������������������������������>Cf���������E���
8zwTi&|hu������>��������5hTad���L������������LP������wG���U���������������l������K������7������+���u$���������f`[���`���B������xA������	yj{B������s.$���Bu�������������������H������G2l���8������D���?%G���a������r���������2���������	K���Ec���9���s���������[<������d���c���[5$���r������/������W$���y��������������$���m���������13is������(������;#|���|�������������;���!���������Qj���f���b���������#/���^O	������A���2���%<���
���������_���
[���b������V������]���cm���^��z������yCM}���8���_c���'���U���S~'������������3��$zW�����������PK������������`;PK������H2android/support/v7/widget/TintContextWrapper.class���W���SW���N.,������"�����������������������*������TD���V]���������tw#b���������~���>v:���������58e������/:������E��������������b������d���\���;������_������������������������������a=�����_���@A������������~M6���������y���}!
���

���!���*���0FB���(e���aH������FqQ�����t:������0���HZ6������f���������rJ���2������������W���
���EN������������;F���KZ<������x���mk���������6
���t�����fm���$���i���/���4s8n���C���>]��������n&���������L��������;���L�����������������������������x���a���m������������>[���dt���������t������XY;���;���gR���ty���������xQ���gDO���
.	������������n�����������G���lY������;E������������.���/m�����O���YI���]���a���zg6=������=���`���+UVBK���j���!���E?���%���n9���S��F���������L) >���I�����.���y	������2J���~������xf������������������e��������x\���x���Lf���@]���i�����d87Nj���������]���n1M������\���2��������i���������N��������R2������+���J���y^]������WFM���i������������������������C���c���T���v�����c���H���b�����=������K��� e���$������������R`���P���w���xM���TAT�����������t_���B7���K������hE������M��bWT������7"������Z������%������i<������m���������0���������]W������������N���l���C���3�����%{������k���GLM�����)x_���5|������#������A��rrY���gxEE;U���������������BE���������_�����m���������+���{r���[������%b���o&o7������������{������a���X���<c���1�����������~Z������������4/[O������6L���U���E������y���������<{ed����������������� 2������Z2������.���+���������h���xK&���f���3���{XO�����KU6N~)��������5���B(�����������������`�����f���T���������HWw������NV������Q������c������;{���[�����������v$L���������\������h������������_,���������������nw\fX0���> ������OHcy������������������������X#������~������������C������*���������`���D-������������������q������t��������������a��������������e���r(���e���?<@E8���Cq��������������x������4���������J:xv������S���P��c26���{x���m=J���n'������&���
d���W���S+���^���������^\���>���E���PD���M�����%?WVPf/���Jxj���q%^���������*���
���������g������G���J���������\���E���_������O���Sp������������������w���8$m��#Z8������7\���8������jb9������Qve���Q���u���7������:���n������r������r������yGj�����x3"]���!�����c������j������Y2���������������"Y������1{���X������^qU��6F&+sXu�����P���#������9���L���U���K���f���������M���.������C������������������=s���c���:������������%������K���%<^������=���������&S���=���E!���%[IQ���R������������C������P���lr���K���'ra���V���m���������W�����HB������n���G%���p���4���Bx������F���k���4���"?���Y���*0B������������0<���a���^,5{������(��������Wi)���l7o���<������X������i��������������)������@���4���g���������AD
������Y���0�������y������o
������h���Gt���`_0���)���������������y���t���������������G���ny������������V������xs���q&������wG���������������!���������PK�����[���PK������H4android/support/v7/widget/ThemedSpinnerAdapter.class���������NB1���������P���
^���q%F�����1.X�����������p&ZshO������������������Q������h3��������o���/������P���(K���I���Kl/(������,^ZK���4���!PX��������������>���?Q���$���
���)P���]i���xg���q6���������SPw\���w(T���F���A���z�����t���������M0���n������]��������������q���g������^���9���������u/M5K������8���M���V������������8���/������V^~nRnZ���5I+3������4���1���������k������q���������������������$���������P���Rm���M������:Q`��������p\r���������������������������2~L���*
L���������35# 1������{r���Z8������e���W8X���������d5���K���l���p������
f������9���>PK������ K���PK������H)android/support/v7/widget/Toolbar$2.class���R���J1=������q���Q���o���P+8���������/��� T������NlS���D23���w	.������G���7cA���4������������������-���o������������"���q���������0���IS������0t%u/m0,������
������a������������$As'h��&������R���������.���������������>���J���������+���������CY*q������U���������������������������i���m0o���a���������0���cA������������6)������I��u���]������T��������~������������MN������j���c���j'"������������������>\���������<������.
V0���������g���������&������t���*�����������j������u���)���m���['B���Y*7���������uRQ������
&���������������������m������"^i���	�������������Wd_���K������������0[���A���vh���wn������������/���~%���o���D��H���s���������������������������PKJ2���{���PK������H4android/support/v7/widget/AppCompatPopupWindow.class���X���W������#�����������XIh�����������q\���������������M��� 
������bF������[������m��i��������.������.&������I���������/=������������i������������$cDco���{���{������������������[���������@RMH������2���*#���e1X���kY1���������:������5���E^LW���8�����������>!���O������S*>������gx������Y<���������������������/���x!���>���(���_T���/������^���������
^���WU|MhQ���2�����������9���������i�����=�����T8���:������W���2i[9W������y=���7tO��;���/�����������������_������L���������S���\T��<���b8=���i���Q���x��L���������G������u+������f2������-�����������������������kf������������3������������y���I;I���m��e������
'���/f���N���y���1������[������i���=\���������g���������W���f2e������H6;i/gu������������g/���V���.���P5Q���������&V
:RA��������������s���2���X���o������������v@7-7������5��������������c���������rN���J���8_W���
�����si������M9vv���.X
������w���4
���y���Q���F���F���6,t�������������������n/G
RS������b���k4~.o���������V��It��]���5���*
���"������r8���;���2���5���WD*��`:	/���M���.#���������j���������^r������Nf*������=;k������������L���������Fr������1ZM���[������:���B`���id���������*���c)c$������)��� ��� 9+������m���L������������,������r���N������a���.���������2T��� ���*�����`���\MY���J������������FA���NV���Y���pc���\���R������������-���������=���Z���������������������������@���������w���)ST_���v���uP���������������������������a
���������5���G4���?������c���������i,h������X���)~������������H������������b�������������Q���������������������w"������i
���0���T������������r���"������p���*^������XD���5�����MUl(x���������~tw���h�����������?���-���6Y������k������
+���i%h���������a���R���������\���;o%���5������x[������'���h���3������������U���������������4������A���"5������������������U���m{n=���MH4������h������[���������n���
h���%���������������������������������2$���������=][���D�����V���[iaKA������z��z}���QQ��������m������,h���^���V������T/���61���[$%���N���yt������%O���������������M������\8������o1`7���HEN���������r^^������XK���{������,���[������\x"of���C|L�����,]���B�����.Dg���
v���Qt���(-9������lDb[���J������ZXk$2���c$e7Wp`������7���������O���-6N���$���H9yDJd���C������g/������m���%;6���pMT;5���{���nD������s��}���������I���o���������������,���������6���q%���vl/O��;���fl;K������y���5���������w�����-�����������6���s��������������������|���w���S���=��a>������sV���������������������������������������c������������?@442:���edtu���������?���������������WD���5������$]_Dc������������h*"���K������uh���qc-7%������9>���&������P���������+���8Dc8���Gp���������������C���+������������w
$5F.ER$o���������������������Q��������@������K���
*Sq\��'���~���M���Y���Ff���������h������]���7���v
���������"�����C#������|Wx������=���������"���>������ C%e������������"���������V'���S���1)M���0NsK���������9{������n���:���y���@���	d������������`���`���`��DPgH���*������$���������8���F)[O���U���������?@���6������
tnE#���'������S���#������2���`e������2XF���mG������ ��j������
������������_L'���4�����������"vO���0{������>�����������h���������w���gf4���6������	���@������2�����#8���������/��PD:z���������	���(������)���b���������3���	������D���1���������\e@���)������������C������z���'H�����
���tB=���������$.JM���D��f������+���x������|���z���=�����']�����������7���v���P���&���������g������������yV���U	fw���l������]������)R���u���>���:=]g��������.���������
V���7���zZeT^������������,���HZ�����O3;JIO������=������=���w���}���u�����-HHn���R���������
������N���eCn/���ip���������g������<.4���c|�����������������?PK;Ij������PK������H,android/support/v7/widget/SearchView$1.class���TmO���P=���M���jas��"
:q/BEPT������n3,n���0���WR������VXo������v���2&���������O~���7������na���D3���������{���<������������??���������1���0���B���-������=���������;���Wp7F������
r
���)X`���M���K���g���/������:V]������v���q������Y������z���K������
���l���,~���F���,a������������`-���C4������9C���l	��������������6v[���$��i���j���k���
L1���A+	������|������<N���`������%���q}Ac:P���X�����p�����"���m_���\6������^
���p^1���������.1���V���aT���v���dP���������������������������������AHQ���-��D�����`Q������Q
c��������r���B������W������������r������a������jx���'��������!������[���h����������������������������  ������������t:s������B���������_���'"���������$������������X&��������}WU���R���k��������u|���T(7v*���������������Ni������������������0�����N�����-.���6���~������^������������0���.���'��������	������V���=������7���lr���������d���\�����������������25:���1���0\K$������H���!������'4A���Z���������}���~������QXs������a������#I������U\���������9������������h���0���=;E$=�����.���!~%������S��������8I-���j?��������Pd���K���IP���U\#���iZ������������������������1Z���������t���R70���������������2���>������PK���l���PK������H2android/support/v7/widget/Toolbar$SavedState.class���S���NA������]:mYP@"g*B������������Z���B������ $r������W���n������/<$z���_���'���(���h������P���?���RQ*���Mv������~������������������w�����������0.b8���j\������eY���"������p������ZA\���kI���7���sFId���\���z�����������������(0������^<���VVd������U��b-���e`���Z���0S���J���^���������������<=;16?3���1.'���0\���a���"���6���	������xh8���"g,���D�����d�����������1s������������r��������������(���$���������p���[2������oO������FM���tSM������������Z������������)������kK��������������^6r���c��W���������&���?������Q������D������PAC
���[~:m������:���4Ck���r]������p������k������FB^wLW������{E���Y)������������E������j%g���������������r�������������IS��{&���O������������gH�����������qu:������ ���}:���1���;���q2������������:N���������.������q������{�����E������j"���FA���������8���1���y��������������l���rUXDT�����������������������������e�����������~d���~?���8���C���S{Z&F���o���}4���hL���CmU6������#�������������_���������O������[���6r������������U���j���K������W���z���
:�����;HQq��������]"���qD8��Q���+���xs���3%������������D���������M%\������e������&���7He��������.Y��_��������������� ���~���\�����C���������p���������:���{E��S&���DL9������AJ��������������H������?������?&
R���y���=Q���J8P���
���G;}FX
`J@@���������%������_@-���=$���������A���������D#���������������p���_PK���<���PK������HBandroid/support/v7/widget/ActivityChooserModel$DefaultSorter.class���V���sU���������t7���-M[C
Z!}@Z���������,iK#���<R[+"n��������������dS
������1���'gg:������3:>������Rq���;~���O���������m���Lcq2������s������w���={������������mM�����N���i8������&De���{���DTP������b���^<���!1</���7<8-���E1���q���%���n#&������
4!rV�����]���N;f������<���9	IC���`W���pO��������p��������������H8�����������������������������T���PY���!���<��������#Z�������������������������������j���������wLWCYKO���������������������#���je���$Y������{R�����q-b���5������ah���pB���d���������RE{���j��������L������+6���)����������x�����Rf���
���������������#���Z���5�����>j��D���.��� ?%kT���T704���Q�����n`h
*\3���������R`���Z_69���������������Q���z�����P��������N���(e���S;���fV������hi���������B������pfh���������<bOm��������g������"������3���������02Cq�����������������@5������?������#���,3������'���������������'������Q���������U���������'t������	;O]��o5v���������%���M+b_u��������Ya{] +:������	������6AFm�����5������#�����qeA]H-������*��������������Wq���Bkq��D0��������� 8������m���>���������������jd������������>R������F������:&�����������pT���Q3������i��(������Zl���J
v"������	���+���U���K������������Q�����*l���<*��� -���R�����������A������������S������"���0l���o���P���
^������������7������������#���������������]\f8������T+h���^���{2���W���������������t���mD���1:6<���������������������-��������P������L���B+������E���������*,������B������_���l.j��1���������������������Q������.���8������������M/|l���������dh���h������9�����������������R��������tV=���������L-=������K`	�����������������6������������|������������@K0���|��������XCtMF���Rj���f"AD���������������@o���M���������y3������z+���������@���h������n���}>���Fh���iG]���Njh���������������n������������[p��h���
[������F���`���������?F���'!���c7D���
���+������QBoo���hs���S���Z������,d������Y���������x���������E���p������/������������o���������;
���-(Cy
���S���0������������o������������3���
��(������$���������������eku��%���E���K���.���k���]~WNsy���;���������#���������������?o���������������������������|c���<6L���+���������������������J��������b���������?E1���~~U���s������k��������	���%N-��F������������w�����������&���u\���?���'~���t���+���������������OPB86���od��� ���������.T������D3$\&���><7������8���`���-$������r|.���z.#b��6;Ksh���~;���s8@+No��� ������������������I���I��������B?Q)���T .��������������kQG5������&jEwQ)���0cw������]������������������;���x������z|������;������:���J������j���f���������LS������-���������K������������Q������������l������x������Z���������)<���Rr���v���
(���������v������s���=9Sr���
PK(K���������<PK������HBandroid/support/v7/widget/LinearLayoutCompat$OrientationMode.class���������N���0���������������������1������2!<00���������VB

J���������*W���9NP_���������������8������������������>|������������q���a���q���	C87������i&1���$R�����������������f]
w������`8���j������^d%������6N8it���p������������^r���������3r���������-C������������?���OF���|������������9������������.������������4������������bI���������^���V���Y���sM���w���w���������dc%������<���d��.V���;������_1������f������T���������������E]���������A}������������'������K!�����������PK������������PK������H@android/support/v7/widget/AppCompatSpinner$DropdownPopup$1.class���UmS���F~N��(���2���4���������"phCi���������yI���!���~��������F:������ge&!m?���S���o���������L������`���B=��������g�����=������������������@-���������0���������b
������������,���V������4���s���cA���%���.���X������o���M���������}���&���������p��~(������y(���=.�� (���������������@x������+���wB?p���Co������QQNe��"1���.������;������,	O���e������<���E���M���0$��������������������.X���.Y������m���;V(������2&T)������t���s3���5���{������eW��f�����!+���<���������M���I������*���*���d`�����c���mg`M������(=���	)|������*���pHXg>I���Ip\���+���DZ*,doMZ������
+h���H�����g���FH������y<������3������k~#���������P���C���x������jZt������������!oo������}���10���������������������Sj������������X5������������C������:������Q5������M[���6pe�����?a������J���t-o���������=������q���a���l���������������������Hr������c���h������lf���Ez���}������Qli���������X���R������������mH^���r��������+_���������������c��qY���.���,���������|���8L������Q���O���s���:������ni��mE������4e���������xoN���VAZ���)�����������dQ���U���7,���������������;������H���sW�����;"������(:���
���S���f���d���B���fU#4SW���wE���������i���#���H������p���9Xa���9������t=���GhL���#���������1���
���\1���1���q������������y���n���J���g`��?BwK<B���������������X���������/������p������Ce8BZEL������	�����haD���E���%���Wq���j
���VJ���BdY,]�����\	���!���*���s|A���_������]������I��� ���������BL���:)���������������D���ab������QZ���������������_/���q+������PKD���BH���PK������H1android/support/v7/widget/AppCompatTextView.class���W���SW���]D���")U(hL���T��bU���F���*A������P���d������d7���l@������������������L������C���i������3���8���L}���������9w7���I_�����������������������{v������������7������Z���x�����������w��������x������������������F���p���_n���L
`I~M���L���j,4��<[���������m���������!��K���<���������~X~���������Z3��������������)���P4K`tR5R���������������|6kZvt���XtYO-hvt<���������������jWH���	tf�����;������7R3���a���������Y���;������������#Fx���33���]%������������7������
���>%������d������ak������������=���V���3S���@��nh������9��a������'��������U-���������E������������l��������-������(���]���������������L���������������������m���sy[Kh���
*������������������~���()m>a������5���q
xN+��������3���V���]���
���������������6���R������������g���������������tZ������ZjF���5k���0L[���u��� KB���yX���������������#���c���D���{���J������]�����h��������� ������s���8�����iM8������&���������������(/������B���N���y������������������6	���������q^`������_.���������"���������������������oF���yJ��������	TU?LQ]������LN���
S���Y������������i$7���Nt.���fM���������YF���g������b	l,Q���pc���������(���v���%L������Q���������}���+H&}G1S���c������������QJ��d���%d���������99���������&Fn���K������!������p�����
Vp��������G
vc������������M���c���P������������������W0������!f������/xx
c
���������N+���aB������������������Rp���
���`������0#������](,���v������vF���������.���N���������N-������l������~|-���g������W������������A���F���������iF������Fk���q������z���������m������e������|���DU���T6���������LnO���j���ef���FA���;���Q9������N-<ii���5���+���flS���X���a���C1L������Fy������q��������i$������k���;���F���S���T������������u���"&Q=%���P{���[M���e�������������|������������i{i���Go������I���������������`�����\E#���`?�����c#������0���������`���#8���)n���+���������8}D������p{������\�����(^������|���~������b������S���������
h?E���������7���]������������������'���,0��������a:���<A3-4������������������Di������'������)������#���q���������!���������0A���7$�������������\���<;D���������J���!���0������������pO���L�����G���*��F���������.������d���(������L���9������S�������������������������� gR8'h"������u���UR)������Lqd;+_!���������[���W���(>���������������]#���������Z�����(������!#}������Z���w������������S���J���/���h)���vV���F���������wA������������������
���������1|���wOe���<�����������������������3~
���9������������ZUm������*mZ!���{d������*6MR$������D]������M������lzT�����6Q���us���6���0���`8���[���K\�����#����������������@���C3���'���~(+��g^��������L��������]@-��������������������������p������q8���������a������t?���OtY���L���~A7~%������Y���_f���u���������������Yr(_8���������������PK���8���������EPK������H:android/support/v7/widget/VectorEnabledTintResources.class���V���SU���n������MXJ@JK1���VjC���],���P���������MB���@h���s���^�����������������������������/>T���BGg���|���or��������A43{������w���={6���������������U���������b���������M������������\>Sp;���Q���cN������(���������.������%#},*Xb.d���l������n���?��������������\)K���c���[���-������W���/��=������['���'^z%��������?���;\3���U���������������������VU���2D���F������������['���������;������kU���������������<���Q���m���7���������
���!������Y���uJ��7,Q���������Y���&i������������(���FK���3,��g���MuE9fp������������k���NU������������������]���f���;���L���������
������f;������
������m������k������*���������N��������ay���i���j������HWnt`b��������c%���������Y;���k���#������������������,������A7Jn���������Y+���V���7M������K���������<���Tn���Wsxc����������k���2t���8���X���eU4LY���8���	���~g���X9���lH!��R7d���(x���"���K
���(`PE+*������*������*������	]&]���T��������
���.t���������'������g���B���8���������������9������������cE���[���}Ko��a���-:5gY���Y4��������������p������i4���z���{K���5���Q��nS���<��c���������)������������AJ������|���������*���R9���R���&>������Y���+���5D���."������~K���������u{���[���&������o������0���������9���^���������g������Q������S�����Q������,������.xG���(T������h������~
99��:F���������s*t���u���!b{������0�����o������"������������8���������-a[�����u������������S���������4���N;L������l;���O��8}���B���������N 
�����l���/���ED%���K���%���������o���
���7��������������P"���!���>���x������������"A�����������������F������2I���������/a"=������0=z������'���������������q���5���?������������'�����������L������f:�����O`,@M���y������}!R���hs������jq���mqH���Bt���������[������}o���N���G���������*=������s������%���������z1O������K5���t0I������$q=���g/���Rr
U8���'FL���#���"d���A�����N������������OV������������Y������i���������F���i!������q������	���<CA���e���?7���#���������PK'_���/���PK������H.android/support/v7/appcompat/BuildConfig.class���������N���@������!'!������}T@Q���B������d������K��M������E��;���E���D������P������D!tl1���7;����������������������������v
;���D���Z������$���a���������}_��)���@���8������b���a������bK������������
a���x���Y������iM���Sv���������.!S��������}���QMc���������0���f���:���}B��^7C���r���R���bz��������V���b���L������?'������LB������t%a���P���������m���D��aNGX������T���Cg���T}��!���������\������|m��������v���gW���Z)PV������|P���������t���#/T(07v���g���bK���������
���������j������'������	[���������0;7������F�����'-)���\8�����'������8������$���R���iL���8���<5���Y������1���a�����������������������������]f���1���8~���D!+Q���U�����������T���+6���������oPKY���-UPK������H9android/support/v7/text/AllCapsTransformationMethod.class������MS���P���������BK���,P�����i���DED���"X)���L������,���qqICl�������������������� ���.\������G9�����"C3.������{������|��������������'���������E*���421������N���P������������^���������IHX������P������T+X��������C���������U5������2t?5L���]f���T
���,��QR5���tu���Us������M���2DrV���������_y���}���������������G���r��������������[1���������������u���v��������#������j5�����������M���������k���5,sSw+V������������ 2���D�������{���������EV���YVsn���w���njz���j���{u���n���T'-�����<[���J���;k">���!��������Wt������v������EG$<b��������ya��^bXW��v���������������m^���������n���Zp:��� ������3������������`{��a���Lt���m0������m���aX���S������t>���a���������E���������&/8���y?u}x,���,���Jx&c���%������X���,���������2rxIM���������<���������	������i���������E���	Hx��P����������Yf+~/���:L���L���������������VR���������������5%��������!���`���=���9���3���gd���������TDc\m~���������S���������Z'���(���~���.������u������������n���C���Y������_������������
]!������������&������t������������OKg���:F���������������B���!�����������$"���
���*������:k������*1��s���������������/���3��������>B���1���O���������"������Mz`Vp������G���������8&������������*'��Y���0E/������z3���������i���yN������������-2<&���$���	k���������&nQ��5C���u���������*PK���lP���PK������HqF������Xm.readme������PK������H���	��������
1���android/support/v7/view/ContextThemeWrapper.classPK������H-������Pe���6���android/support/v7/view/SupportActionModeWrapper.classPK������H�����������3���
android/support/v7/view/CollapsibleActionView.classPK������H������������������1���android/support/v7/view/ActionMode$Callback.classPK������H-)���03
android/support/v7/view/WindowCallbackWrapper.classPK������H������6���a;~android/support/v7/view/ViewPropertyAnimatorCompatSet.classPK������H������������-kandroid/support/v7/view/ActionBarPolicy.classPK������H������c7W1���android/support/v7/view/menu/SubMenuBuilder.classPK������Hj������u���
���4���&android/support/v7/view/menu/ListMenuPresenter.classPK������HJ������������	���4���1android/support/v7/view/menu/BaseMenuPresenter.classPK������H������������E+���;android/support/v7/view/menu/MenuView.classPK������H��������.)=android/support/v7/view/menu/BaseWrapper.classPK������H������*]Y~S���?android/support/v7/view/menu/MenuItemWrapperICS$OnActionExpandListenerWrapper.classPK������H������ ~���*5_Bandroid/support/v7/view/menu/ActionMenuItemView.classPK������H���<gm	L@Uandroid/support/v7/view/menu/MenuItemWrapperJB$ActionProviderWrapperJB.classPK������H������������
���!1'Yandroid/support/v7/view/menu/ActionMenuItem.classPK������H*������������B/Wdandroid/support/v7/view/menu/MenuItemImpl.classPK������HN���������5C���}android/support/v7/view/menu/ActionMenuItemView$PopupCallback.classPK������H���������nv44android/support/v7/view/menu/MenuView$ItemView.classPK������H������{XB	4���android/support/v7/view/menu/SubMenuWrapperICS.classPK������H������\���z9������android/support/v7/view/menu/MenuPresenter$Callback.classPK������Hfs������|T���android/support/v7/view/menu/MenuItemWrapperICS$OnMenuItemClickListenerWrapper.classPK������H����������V������android/support/v7/view/menu/ActionMenuItemView$ActionMenuItemForwardingListener.classPK������Hv���D������1���android/support/v7/view/menu/MenuItemImpl$1.classPK������HA������rM���1\���android/support/v7/view/menu/MenuWrapperICS.classPK������HJJ������������0���android/support/v7/view/menu/MenuPresenter.classPK������H���O'���o���K+���android/support/v7/view/menu/MenuItemWrapperICS$ActionProviderWrapper.classPK������H���FD_���1:���android/support/v7/view/menu/MenuBuilder$ItemInvoker.classPK������H������)/���n.<���android/support/v7/view/menu/MenuBuilder.classPK������Hv 6���4������android/support/v7/view/menu/MenuItemWrapperJB.classPK������H���%aX���	Y3%���android/support/v7/view/menu/MenuDialogHelper.classPK������HP�����@U���android/support/v7/view/menu/ListMenuPresenter$MenuAdapter.classPK������H9������
x3M���android/support/v7/view/menu/ListMenuItemView.classPK������Hy������i2p���android/support/v7/view/menu/BaseMenuWrapper.classPK������H������~���V���3`���android/support/v7/view/menu/ExpandedMenuView.classPK������H������.���������7���android/support/v7/view/menu/MenuBuilder$Callback.classPK������H���%������0���R_���android/support/v7/view/menu/MenuItemWrapperICS$CollapsibleActionViewWrapper.classPK������H@���y���&5���android/support/v7/view/menu/MenuItemWrapperICS.classPK������H���Tz1������5���android/support/v7/view/menu/MenuWrapperFactory.classPK������H���������O9`>android/support/v7/view/menu/MenuPopupHelper$MenuAdapter.classPK������H������v6���-2���android/support/v7/view/menu/MenuPopupHelper.classPK������H���I������(P&android/support/v7/view/ActionMode.classPK������H������b���
���1F)android/support/v7/view/SupportMenuInflater.classPK������HrOg���������&;���4android/support/v7/view/SupportMenuInflater$MenuState.classPK������H9C���������s=���Eandroid/support/v7/view/ViewPropertyAnimatorCompatSet$1.classPK������H;rQ ������	Q���Handroid/support/v7/view/SupportMenuInflater$InflatedOnMenuItemClickListener.classPK������H������������raF!Nandroid/support/v7/view/SupportActionModeWrapper$CallbackWrapper.classPK������HY���n������K2Tandroid/support/v7/view/StandaloneActionMode.classPK������H���{3������6`\android/support/v7/app/AppCompatDelegateImplV7$4.classPK������Hl������������
;���^android/support/v7/app/ActionBarDrawerToggleHoneycomb.classPK������HI0���X���Leandroid/support/v7/app/ActionBarDrawerToggle$DrawerArrowDrawableToggle.classPK������H������������4���gandroid/support/v7/app/NavItemSelectedListener.classPK������H���He8���jandroid/support/v7/app/AlertController$AlertParams.classPK������H������i_���R
G���vandroid/support/v7/app/ActionBarDrawerToggle$JellybeanMr2Delegate.classPK������H���������*:���{android/support/v7/app/TwilightManager$TwilightState.classPK������H���$������H���}android/support/v7/app/ToolbarActionBar$PanelMenuPresenterCallback.classPK������H���������������]P���android/support/v7/app/AppCompatDelegateImplV7$ActionModeCallbackWrapperV7.classPK������H������������r>/
���android/support/v7/app/TwilightCalculator.classPK������HV������1���:��android/support/v7/app/AlertController$AlertParams$3.classPK������H������������/r���android/support/v7/app/NotificationCompat.classPK������H���������������4������android/support/v7/app/AppCompatDialogFragment.classPK������H���F:
'.������android/support/v7/app/AlertController$3.classPK������H��������.������android/support/v7/app/TwilightManager$1.classPK������H���5������
3������android/support/v7/app/WindowDecorActionBar$1.classPK������HE���6!S���4c���android/support/v7/app/ActionBarDrawerToggle$1.classPK������H�����������3���android/support/v7/app/ActionBar$LayoutParams.classPK������Hx5���B8(���android/support/v7/app/AppCompatDelegateImplV7$5$1.classPK������HK���K������9-���android/support/v7/app/WindowDecorActionBar$TabImpl.classPK������HR���h���L������android/support/v7/app/ActionBarDrawerToggleHoneycomb$SetIndicatorInfo.classPK������H��������C���android/support/v7/app/ActionBarDrawerToggle$DelegateProvider.classPK������H7������@���	<F������android/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState.classPK������H���Sq������]P���android/support/v7/app/AppCompatDelegateImplV7$ActionMenuPresenterCallback.classPK������H������"l������HL���android/support/v7/app/ActionBarDrawerToggle$ToolbarCompatDelegate.classPK������H������S9
Q^���android/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState$SavedState.classPK������H���9���P���z:0���android/support/v7/app/AlertController$ButtonHandler.classPK������H�����������3j���android/support/v7/app/WindowDecorActionBar$2.classPK������H7l���k[{	R������android/support/v7/app/AppCompatDelegateImplBase$AppCompatWindowCallbackBase.classPK������H���JFe]O������android/support/v7/app/AppCompatDelegateImplV7$PanelMenuPresenterCallback.classPK������H1-n���E������4������android/support/v7/app/AppCompatDelegateImplV7.classPK������H���$���@������
R���!android/support/v7/app/AppCompatDelegateImplBase$ActionBarDrawableToggleImpl.classPK������HA������vI5���&android/support/v7/app/AppCompatDelegateImplV14.classPK������H=jd���6���.android/support/v7/app/AppCompatDelegateImplV7$2.classPK������H������E~>���A���1android/support/v7/app/ToolbarActionBar$MenuBuilderCallback.classPK������H���X=���*.k5android/support/v7/app/AppCompatActivity.classPK������H!\������2���Eandroid/support/v7/app/ActionBar$TabListener.classPK������H������������IF$Gandroid/support/v7/app/AppCompatDelegateImplV7$ListMenuDecorView.classPK������H���S���6:v@���Kandroid/support/v7/app/NotificationCompat$LollipopExtender.classPK������H������Z���KH(7<Nandroid/support/v7/app/NotificationCompatImplBase.classPK������HN���������Q.���^android/support/v7/app/AlertController$4.classPK������H���k���\��� 2���aandroid/support/v7/app/AppCompatViewInflater.classPK������H���C������������5���qandroid/support/v7/app/AppCompatDelegateImplV11.classPK������H3E{B/���sandroid/support/v7/app/ToolbarActionBar$2.classPK������HgSZaS%
Jvandroid/support/v7/app/AppCompatViewInflater$DeclaredOnClickListener.classPK������H[4���������5���|android/support/v7/app/ActionBar$DisplayOptions.classPK������H���pI������.8~android/support/v7/app/AppCompatDelegate.classPK������H������+	:6������android/support/v7/app/AppCompatDelegateImplBase.classPK������H^���nQ	.���android/support/v7/app/AlertController$2.classPK������H,\���R������android/support/v7/app/AppCompatDelegateImplV7$ActionModeCallbackWrapperV7$1.classPK������H���7���	v,������android/support/v7/app/TwilightManager.classPK������H3J������8���android/support/v7/app/AppCompatDelegate$NightMode.classPK������H["X���YZF,u���android/support/v7/app/AlertController.classPK������H���,E���SH	P(���android/support/v7/app/AppCompatDelegateImplV14$AppCompatWindowCallbackV14.classPK������H���wa*V.������android/support/v7/app/AppCompatCallback.classPK������H2t2���(	&���android/support/v7/app/ActionBar.classPK������H{������m:������android/support/v7/app/AlertController$AlertParams$4.classPK������HuK���������1������android/support/v7/app/NotificationCompat$1.classPK������H���-���������:������android/support/v7/app/NotificationCompat$MediaStyle.classPK������H���t<���
-0���android/support/v7/app/AlertDialog$Builder.classPK������H���4���V}���/j���android/support/v7/app/ToolbarActionBar$1.classPK������H���������
��� 2D���android/support/v7/app/ActionBarDrawerToggle.classPK������HQ,��������@������android/support/v7/app/ActionBarDrawerToggle$DummyDelegate.classPK������H ���������.������android/support/v7/app/AlertController$1.classPK������H������}
���@"���android/support/v7/app/WindowDecorActionBar$ActionModeImpl.classPK������H���zV6
android/support/v7/app/AppCompatDelegateImplV7$3.classPK������H.)������%d3���android/support/v7/app/WindowDecorActionBar$3.classPK������H�����w���*
android/support/v7/app/ActionBar$Tab.classPK������H7/���68���A���android/support/v7/app/NotificationCompat$JellybeanExtender.classPK������HQ4������S���android/support/v7/app/AppCompatDelegateImplV7$PanelFeatureState$SavedState$1.classPK������H%���a.���android/support/v7/app/AlertController$5.classPK������H��[;d6���android/support/v7/app/AppCompatDelegateImplV7$6.classPK������H������0I-���android/support/v7/app/ToolbarActionBar.classPK������H^���.���g���;���2android/support/v7/app/ActionBarDrawerToggle$Delegate.classPK������H%r�����5���4android/support/v7/app/NotificationCompatImpl21.classPK������He������5���/���x1���7android/support/v7/app/WindowDecorActionBar.classPK������Ha������`k(���gandroid/support/v7/app/AlertDialog.classPK������H���lj������?���pandroid/support/v7/app/ActionBar$OnMenuVisibilityListener.classPK������H���r������NaD���qandroid/support/v7/app/ActionBarDrawerToggle$HoneycombDelegate.classPK������H���������?R6vvandroid/support/v7/app/AppCompatDelegateImplV7$1.classPK������H���D}T���D���xandroid/support/v7/app/ToolbarActionBar$ToolbarCallbackWrapper.classPK������Hg���N���I���|android/support/v7/app/ToolbarActionBar$ActionMenuPresenterCallback.classPK������H������U���8?e���android/support/v7/app/ActionBarDrawerToggle$DrawerToggle.classPK������H���/������5������android/support/v7/app/AppCompatDelegateImplV23.classPK������H������:������android/support/v7/app/AlertController$AlertParams$1.classPK������HOw���~���8*���android/support/v7/app/AppCompatDelegateImplBase$1.classPK������Hv���UL������
:I���android/support/v7/app/AlertController$AlertParams$2.classPK������H���?������?������android/support/v7/app/AlertController$CheckedItemAdapter.classPK������H���FG���rP������android/support/v7/app/AppCompatDelegateImplV23$AppCompatWindowCallbackV23.classPK������H������������.���android/support/v7/app/ActionBarActivity.classPK������H?���������q���7s���android/support/v7/app/NotificationCompat$Builder.classPK������H������q������5I���android/support/v7/app/ActionBar$NavigationMode.classPK������H���6���pH������android/support/v7/app/NotificationCompat$IceCreamSandwichExtender.classPK������H������v������R+���android/support/v7/app/AlertController$AlertParams$OnPrepareListViewListener.classPK������H������Sa���e,������android/support/v7/app/AppCompatDialog.classPK������H������0���);������android/support/v7/app/ActionBar$OnNavigationListener.classPK������H*D���6������android/support/v7/app/AppCompatDelegateImplV7$5.classPK������H<���Ei[79���android/support/v7/transition/ActionBarTransition.classPK������H���
������l:���android/support/v7/graphics/drawable/DrawableWrapper.classPK������H������e9���Mp���android/support/v7/graphics/drawable/DrawerArrowDrawable$ArrowDirection.classPK������H=������~+���!>���android/support/v7/graphics/drawable/DrawerArrowDrawable.classPK������H���������������UN������android/support/v7/widget/FitWindowsViewGroup$OnFitSystemWindowsListener.classPK������H���L���)	���2������android/support/v7/widget/ContentFrameLayout.classPK������H2+���8���U".b���android/support/v7/widget/ListViewCompat.classPK������H*4���4\5
/B���android/support/v7/widget/ButtonBarLayout.classPK������H���P������.7������android/support/v7/widget/SearchView$SavedState$1.classPK������HL������8,������android/support/v7/widget/DecorToolbar.classPK������H�����B,5o���android/support/v7/widget/ActivityChooserView$3.classPK������H/ui){80���android/support/v7/widget/AppCompatSpinner.classPK������HS���/F���N���android/support/v7/widget/ActivityChooserView$ActivityChooserViewAdapter.classPK������HP&;+������E.]android/support/v7/widget/ActionMenuView.classPK������H���g������
���C���8android/support/v7/widget/ActionBarOverlayLayout$LayoutParams.classPK������H���\������.A
;android/support/v7/widget/PopupMenu$OnMenuItemClickListener.classPK������Hl���������=FB<android/support/v7/widget/ActionMenuView$OnMenuItemClickListener.classPK������H���Ew������3���=android/support/v7/widget/FitWindowsViewGroup.classPK������H���������n���6���>android/support/v7/widget/AppCompatSeekBarHelper.classPK������Hj��������g;Bandroid/support/v7/widget/SwitchCompat$ThumbAnimation.classPK������H���n���a������8Eandroid/support/v7/widget/ActionBarOverlayLayout$1.classPK������H������L���
���-eGandroid/support/v7/widget/DrawableUtils.classPK������H���%m;K���Randroid/support/v7/widget/ActionMenuPresenter$ActionMenuPopupCallback.classPK������H������p������SlUandroid/support/v7/widget/ListPopupWindow$ForwardingListener$TriggerLongPress.classPK������H5L#V���@���Wandroid/support/v7/widget/AppCompatSpinner$DropdownPopup$2.classPK������H}������1pJ���Zandroid/support/v7/widget/ActionMenuView$ActionMenuPresenterCallback.classPK������H���s���������5,G]android/support/v7/widget/SearchView$6.classPK������H~k+������	Hq_android/support/v7/widget/SearchView$AutoCompleteTextViewReflector.classPK������H������������������^���dandroid/support/v7/widget/AppCompatCompoundButtonHelper$DirectSetButtonDrawableInterface.classPK������H������q���6)fandroid/support/v7/widget/ToolbarWidgetWrapper$1.classPK������HPSi,;���iandroid/support/v7/widget/ScrollingTabContainerView$1.classPK������HW������������1landroid/support/v7/widget/ListPopupWindow$3.classPK������HD��������2foandroid/support/v7/widget/AbsActionBarView$1.classPK������H������ ���#���Rbqandroid/support/v7/widget/ActionBarOverlayLayout$ActionBarVisibilityCallback.classPK������H������e���Hsandroid/support/v7/widget/ActivityChooserModel$ActivityResolveInfo.classPK������H���_Hu6���wandroid/support/v7/widget/FitWindowsLinearLayout.classPK������H������D`n+2zandroid/support/v7/widget/PopupMenu$1.classPK������H������5���|android/support/v7/widget/ActionMenuPresenter$1.classPK������H������1,+~android/support/v7/widget/DialogTitle.classPK������H@������S���HC������android/support/v7/widget/ContentFrameLayout$OnAttachListener.classPK������H�����������r)��android/support/v7/widget/ViewUtils.classPK������H���Y������_���T��android/support/v7/widget/ListPopupWindow$ForwardingListener$DisallowIntercept.classPK������HwZ_���&)������android/support/v7/widget/Toolbar$3.classPK������H{^������)&���Y/������android/support/v7/widget/ListPopupWindow.classPK������Hh���6������44D���android/support/v7/widget/ActionBarContextView.classPK������H������ ������3T���android/support/v7/widget/ShareActionProvider.classPK������HL���fY2)������android/support/v7/widget/Toolbar$1.classPK������H6������:���android/support/v7/widget/SearchView$OnCloseListener.classPK������Htq���>���	���:,���android/support/v7/widget/AppCompatProgressBarHelper.classPK������HL���s;={���android/support/v7/widget/AppCompatCompoundButtonHelper.classPK������H������������Q@!���android/support/v7/widget/ViewStubCompat$OnInflateListener.classPK������H+���SV���c2V���android/support/v7/widget/AppCompatSpinner$1.classPK������HT������������I4b���android/support/v7/widget/ToolbarWidgetWrapper.classPK������H4zB���6���android/support/v7/widget/ActivityChooserModel$1.classPK������H`E���'���@���android/support/v7/widget/AppCompatSpinner$DropdownPopup$3.classPK������H_g������,���android/support/v7/widget/SearchView$7.classPK������H���P���5���android/support/v7/widget/ActivityChooserView$2.classPK������H���V���������m;���android/support/v7/widget/ActionBarBackgroundDrawable.classPK������Ho���_qzK���android/support/v7/widget/AppCompatDrawableManager$VdcInflateDelegate.classPK������H������j\$���Dt"android/support/v7/widget/ListPopupWindow$PopupDataSetObserver.classPK������H���������L*	���3
%android/support/v7/widget/AppCompatTextHelper.classPK������H8���K���������	X���.android/support/v7/widget/ShareActionProvider$ShareMenuItemOnMenuItemClickListener.classPK������HT���������F2���2android/support/v7/widget/AppCompatRatingBar.classPK������H3vr������B>.7android/support/v7/widget/SearchView$OnQueryTextListener.classPK������H���!���"-���`,r8android/support/v7/widget/SwitchCompat.classPK������H���X���������1���eandroid/support/v7/widget/ListPopupWindow$1.classPK������H���S���*handroid/support/v7/widget/ThemeUtils.classPK������Hm*���u���.���oandroid/support/v7/widget/TintTypedArray.classPK������H>������������"LL2=wandroid/support/v7/widget/SuggestionsAdapter.classPK������H���;������DG>���android/support/v7/widget/AbsActionBarView$VisibilityAnimListener.classPK������Hj�����=T���*r���android/support/v7/widget/SearchView.classPK������H-���7z	���@d���android/support/v7/widget/ListPopupWindow$DropDownListView.classPK������Hft���������(L���android/support/v7/widget/TintInfo.classPK������H���p���u���8K���android/support/v7/widget/ActionBarOverlayLayout$3.classPK������H���������;������=&���android/support/v7/widget/AppCompatAutoCompleteTextView.classPK������Hg���N���'���6���android/support/v7/widget/AppCompatTextHelperV17.classPK������H���(1������)������android/support/v7/widget/PopupMenu.classPK������H�����������(?������android/support/v7/widget/Toolbar$OnMenuItemClickListener.classPK������H���TA������A������android/support/v7/widget/ListPopupWindow$ListSelectorHider.classPK������H<���������XHandroid/support/v7/widget/ActionMenuPresenter$OverflowMenuButton$1.classPK������Hd���������RK8���android/support/v7/widget/ActionBarOverlayLayout$2.classPK������HmW���m<���2^android/support/v7/widget/DecorContentParent.classPK������H2W������������L���
android/support/v7/widget/AppCompatDrawableManager$ColorFilterLruCache.classPK������H��������v���02android/support/v7/widget/AppCompatSeekBar.classPK������HC!���������1android/support/v7/widget/AppCompatEditText.classPK������H������������0kandroid/support/v7/widget/RtlSpacingHelper.classPK������H������
���1`android/support/v7/widget/ListPopupWindow$2.classPK������H���������Hq5���android/support/v7/widget/FitWindowsFrameLayout.classPK������H���1Y���5w android/support/v7/widget/ShareActionProvider$1.classPK������H] p���s���,���!android/support/v7/widget/SearchView$2.classPK������H���U���yZU#2X#android/support/v7/widget/ActionBarContainer.classPK������H������c������,4android/support/v7/widget/SearchView$3.classPK������H������9���w���=X6android/support/v7/widget/ActivityChooserView$Callbacks.classPK������H���1���������K3:>android/support/v7/widget/ActionMenuPresenter.classPK������H������������v5*]android/support/v7/widget/ActivityChooserView$1.classPK������H������D���zL���_android/support/v7/widget/ActivityChooserModel$PersistHistoryAsyncTask.classPK������H���Z*sc	4���handroid/support/v7/widget/Toolbar$LayoutParams.classPK������H���T���|���5���landroid/support/v7/widget/ActivityChooserView$4.classPK������H���Q������v%	Doandroid/support/v7/widget/ScrollingTabContainerView$TabAdapter.classPK������H������v������.���randroid/support/v7/widget/SwitchCompat$1.classPK������H7���������k6���uandroid/support/v7/widget/ToolbarWidgetWrapper$2.classPK������HCu���0e2���xandroid/support/v7/widget/LinearLayoutCompat.classPK������He}���r4���android/support/v7/widget/AppCompatRadioButton.classPK������Hi���������/{A���android/support/v7/widget/ActionMenuPresenter$OverflowPopup.classPK������H\���������~G������android/support/v7/widget/Toolbar$ExpandedActionViewMenuPresenter.classPK������H|-���,���#.���android/support/v7/widget/ViewStubCompat.classPK������H���������������vO=���android/support/v7/widget/ActivityChooserModel$ActivityChooserModelClient.classPK������Hn$���4?}���android/support/v7/widget/SearchView$OnSuggestionListener.classPK������H���������!���73������android/support/v7/widget/ActivityChooserView.classPK������H���0I������2>9���android/support/v7/widget/ActionMenuPresenter$SavedState.classPK������H	H������g7J*���android/support/v7/widget/ActionMenuPresenter$PopupPresenterCallback.classPK������Hl������������	���>	���android/support/v7/widget/AppCompatSpinner$DropdownPopup.classPK������H5������x������5t���android/support/v7/widget/SearchView$SavedState.classPK������H���+i���6���-������android/support/v7/widget/SearchView$10.classPK������H������
Y,9���android/support/v7/widget/SearchView$4.classPK������HF�����4������android/support/v7/widget/AppCompatImageButton.classPK������Hm���e���������C������android/support/v7/widget/ListPopupWindow$ResizePopupRunnable.classPK������H������e���B	���0���android/support/v7/widget/ResourcesWrapper.classPK������HM���oM������E���android/support/v7/widget/ListPopupWindow$PopupTouchInterceptor.classPK������H�����Y���CP���android/support/v7/widget/ScrollingTabContainerView$VisibilityAnimListener.classPK������H;���8������M���android/support/v7/widget/ActivityChooserModel$OnChooseActivityListener.classPK������HpE������BJandroid/support/v7/widget/ActionMenuView$MenuBuilderCallback.classPK������H.^���3������0���android/support/v7/widget/ActionMenuView$1.classPK������H������#+���6���android/support/v7/widget/ActionBarContextView$1.classPK������H^<������9A���android/support/v7/widget/ListViewCompat$GateKeeperDrawable.classPK������H���1RS���6���android/support/v7/widget/AppCompatPopupWindow$1.classPK������H���������=B���!android/support/v7/widget/ActionMenuView$ActionMenuChildView.classPK������Hu���1`G#android/support/v7/widget/ActionMenuPresenter$ActionButtonSubmenu.classPK������H!��w+���C���(android/support/v7/widget/ActivityChooserModel$ActivitySorter.classPK������H���l4���c1**android/support/v7/widget/AppCompatCheckBox.classPK������H������+���������
@0android/support/v7/widget/AppCompatSpinner$DropDownAdapter.classPK������HM���*���,l6android/support/v7/widget/SearchView$5.classPK������H���Sky-���8android/support/v7/widget/TintResources.classPK������H`W������������;O<android/support/v7/widget/ActionMenuView$LayoutParams.classPK������H���fh
���>���?android/support/v7/widget/LinearLayoutCompat$DividerMode.classPK������H9���>���������,Aandroid/support/v7/widget/SearchView$9.classPK������H���Q0���%���X8TCandroid/support/v7/widget/AppCompatDrawableManager.classPK������H���q�����^9���iandroid/support/v7/widget/AppCompatBackgroundHelper.classPK������H9���B%/���randroid/support/v7/widget/AppCompatButton.classPK������H���[?������H~zandroid/support/v7/widget/ActionMenuPresenter$OpenOverflowRunnable.classPK������H�����N���!���P6���}android/support/v7/widget/ActionBarOverlayLayout.classPK������H���������������,���android/support/v7/widget/SearchView$8.classPK������H?���������`!J��android/support/v7/widget/ScrollingTabContainerView$TabClickListener.classPK������H������l���������	4������android/support/v7/widget/AppCompatImageHelper.classPK������H���?*������F������android/support/v7/widget/ActionMenuPresenter$OverflowMenuButton.classPK������HF���,n���L��android/support/v7/widget/AppCompatDrawableManager$AvdcInflateDelegate.classPK������HVL��:��android/support/v7/widget/AppCompatDrawableManager$1.classPK������H���byYx;���android/support/v7/widget/ThemedSpinnerAdapter$Helper.classPK������Hm���3���[PC������android/support/v7/widget/ListPopupWindow$PopupScrollListener.classPK������H���dIU>y���android/support/v7/widget/ActionBarBackgroundDrawableV21.classPK������H���>j���X���2������android/support/v7/widget/AppCompatImageView.classPK������H���:���<2A������android/support/v7/widget/SuggestionsAdapter$ChildViewCache.classPK������H������L������*;_���android/support/v7/widget/PopupMenu$OnDismissListener.classPK������H���}H���.n-������android/support/v7/widget/SearchView$12.classPK������H������������B���android/support/v7/widget/ListPopupWindow$ForwardingListener.classPK������HV������������>������'f���android/support/v7/widget/Toolbar.classPK������Hn������{s���HDandroid/support/v7/widget/AppCompatDrawableManager$InflateDelegate.classPK������H���k[[f
���0-android/support/v7/widget/AbsActionBarView.classPK������H���o���D���9S���(android/support/v7/widget/ShareActionProvider$ShareActivityChooserModelPolicy.classPK������H������Ce:a@���+android/support/v7/widget/ActionMenuPresenter$SavedState$1.classPK������H'`������������E���.android/support/v7/widget/ActivityChooserModel$HistoricalRecord.classPK������H���`��8���3android/support/v7/widget/AppCompatCheckedTextView.classPK������H.�����7
A���8android/support/v7/widget/ScrollingTabContainerView$TabView.classPK������H���U������Q���Fandroid/support/v7/widget/ShareActionProvider$OnShareTargetSelectedListener.classPK������H���������R������74���Gandroid/support/v7/widget/ActivityChooserModel.classPK������H���i���������?aandroid/support/v7/widget/LinearLayoutCompat$LayoutParams.classPK������H��� E������B>eandroid/support/v7/widget/AppCompatMultiAutoCompleteTextView.classPK������H���#������F���?=mandroid/support/v7/widget/ActivityChooserView$InnerLayout.classPK������H���Y������24���oandroid/support/v7/widget/Toolbar$SavedState$1.classPK������H���I���cr���.9���randroid/support/v7/widget/ScrollingTabContainerView.classPK������H������2������=]���android/support/v7/widget/SearchView$SearchAutoComplete.classPK������H������������`;-������android/support/v7/widget/SearchView$11.classPK������H�����[���2|���android/support/v7/widget/TintContextWrapper.classPK������H������ K���4���android/support/v7/widget/ThemedSpinnerAdapter.classPK������HJ2���{���)������android/support/v7/widget/Toolbar$2.classPK������H;Ij������4r���android/support/v7/widget/AppCompatPopupWindow.classPK������H���l���,������android/support/v7/widget/SearchView$1.classPK������H���<���2������android/support/v7/widget/Toolbar$SavedState.classPK������H(K���������<B���android/support/v7/widget/ActivityChooserModel$DefaultSorter.classPK������H������������B8���android/support/v7/widget/LinearLayoutCompat$OrientationMode.classPK������HD���BH���@������android/support/v7/widget/AppCompatSpinner$DropdownPopup$1.classPK������H���8���������E1c���android/support/v7/widget/AppCompatTextView.classPK������H'_���/���:������android/support/v7/widget/VectorEnabledTintResources.classPK������HY���-U..���android/support/v7/appcompat/BuildConfig.classPK������H���lP���9	���android/support/v7/text/AllCapsTransformationMethod.classPKKK������S���
PK������H&android/support/v7/app/annotations.xml������������n���0���������W�����f������]$���H 	���h6���r���������0$���-0hS���w���aU���fKVP#������������?&���������1:������HP���,������h#���F���nY���h������h���������vw;g������������X���P������������i������8������s���	���������c���uc+d���)���@L������0���'����������������V������0���L���j���H������	���M���IvOJ���-q���$���%8�����>���DV
���1I~���.�����w��i��clZ������-���k���j	\z�����������h���������t!d#������J���h���C���~���5>���F<���������������2������X+��������������k�����������<���
 2\������j���"c���R��������S������.���U���������+	���
���(s]���������#������{������������K���~PM���a���>���T���g,���X���&!2���db%;\$��������c������������������w���������	������m,���Nh���������s���q���Q���"k���.��������5������e������|~���\���p���������zh�������������������������/���v��)������.������.���}���%SP���P������������Q��������Y���v���	������FS������S���_2P���&���\��gc������2*���������������E}���>���������m���=F@���������������������T������w-������U���W���W
���~���W}��}������������?���PK���-���6���(PK������H4android/support/v7/graphics/drawable/annotations.xml���AK���0���������������h:Ozh7������iA6���G���>k���M���k���	���w7�����x���^Oy<���������������H���|mj���:mM����������������T1���������[���\Y���@���6`T���1S���$���K��������������
���H���/������xI���5r�����������������mT���&,������{1c�����1����������������'���yL���l������1���#2���K������~{J���H���}��L������<���n������:���������p2������������������'rJ^������������a���������jL&D���S���}7���+2���������S���(������/���PK���������_PK������H)android/support/v7/widget/annotations.xml���Ak��� ������������i������t������t5k������@���u���K������fB���������tc�������������������'E������������=������M���������\���BI��1\~���D��������������G8���8���V���L<ax$�����L���	*������P��������E���r���B!9���!���V������������`i��������������0cO������&��������T��2���������]��������e���������*���|�����6������b���������,������������ ^������,���������m������j=���r`}���[}���=���Hl������F������X��3���������������w�����������l���-���h���������)XJ	]\������`^TF@���]���m$(���
c_������������������������6C���zg���x���������q���PK^���(1���PK������H���-���6���(&android/support/v7/app/annotations.xml������PK������H���������_4���android/support/v7/graphics/drawable/annotations.xmlPK������H^���(1���)���android/support/v7/widget/annotations.xmlPKr
<?xml version="1.0" encoding="utf-8"?>
<!--
 Copyright (C) 2012 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"
    xmlns:tools="http://schemas.android.com/tools"
    package="android.support.v7.appcompat" >

    <uses-sdk
        android:minSdkVersion="7"
        tools:overrideLibrary="android.support.graphics.drawable.animated" />

    <application />

</manifest>
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 attr actionBarDivider 0x7f01003b
int attr actionBarItemBackground 0x7f01003c
int attr actionBarPopupTheme 0x7f010035
int attr actionBarSize 0x7f01003a
int attr actionBarSplitStyle 0x7f010037
int attr actionBarStyle 0x7f010036
int attr actionBarTabBarStyle 0x7f010031
int attr actionBarTabStyle 0x7f010030
int attr actionBarTabTextStyle 0x7f010032
int attr actionBarTheme 0x7f010038
int attr actionBarWidgetTheme 0x7f010039
int attr actionButtonStyle 0x7f010055
int attr actionDropDownStyle 0x7f010051
int attr actionLayout 0x7f0100a3
int attr actionMenuTextAppearance 0x7f01003d
int attr actionMenuTextColor 0x7f01003e
int attr actionModeBackground 0x7f010041
int attr actionModeCloseButtonStyle 0x7f010040
int attr actionModeCloseDrawable 0x7f010043
int attr actionModeCopyDrawable 0x7f010045
int attr actionModeCutDrawable 0x7f010044
int attr actionModeFindDrawable 0x7f010049
int attr actionModePasteDrawable 0x7f010046
int attr actionModePopupWindowStyle 0x7f01004b
int attr actionModeSelectAllDrawable 0x7f010047
int attr actionModeShareDrawable 0x7f010048
int attr actionModeSplitBackground 0x7f010042
int attr actionModeStyle 0x7f01003f
int attr actionModeWebSearchDrawable 0x7f01004a
int attr actionOverflowButtonStyle 0x7f010033
int attr actionOverflowMenuStyle 0x7f010034
int attr actionProviderClass 0x7f0100a5
int attr actionViewClass 0x7f0100a4
int attr activityChooserViewStyle 0x7f01005d
int attr alertDialogButtonGroupStyle 0x7f010080
int attr alertDialogCenterButtons 0x7f010081
int attr alertDialogStyle 0x7f01007f
int attr alertDialogTheme 0x7f010082
int attr allowStacking 0x7f010094
int attr arrowHeadLength 0x7f01009b
int attr arrowShaftLength 0x7f01009c
int attr autoCompleteTextViewStyle 0x7f010087
int attr background 0x7f01000c
int attr backgroundSplit 0x7f01000e
int attr backgroundStacked 0x7f01000d
int attr backgroundTint 0x7f0100cf
int attr backgroundTintMode 0x7f0100d0
int attr barLength 0x7f01009d
int attr borderlessButtonStyle 0x7f01005a
int attr buttonBarButtonStyle 0x7f010057
int attr buttonBarNegativeButtonStyle 0x7f010085
int attr buttonBarNeutralButtonStyle 0x7f010086
int attr buttonBarPositiveButtonStyle 0x7f010084
int attr buttonBarStyle 0x7f010056
int attr buttonPanelSideLayout 0x7f01001f
int attr buttonStyle 0x7f010088
int attr buttonStyleSmall 0x7f010089
int attr buttonTint 0x7f010095
int attr buttonTintMode 0x7f010096
int attr checkboxStyle 0x7f01008a
int attr checkedTextViewStyle 0x7f01008b
int attr closeIcon 0x7f0100ad
int attr closeItemLayout 0x7f01001c
int attr collapseContentDescription 0x7f0100c6
int attr collapseIcon 0x7f0100c5
int attr color 0x7f010097
int attr colorAccent 0x7f010078
int attr colorButtonNormal 0x7f01007c
int attr colorControlActivated 0x7f01007a
int attr colorControlHighlight 0x7f01007b
int attr colorControlNormal 0x7f010079
int attr colorPrimary 0x7f010076
int attr colorPrimaryDark 0x7f010077
int attr colorSwitchThumbNormal 0x7f01007d
int attr commitIcon 0x7f0100b2
int attr contentInsetEnd 0x7f010017
int attr contentInsetLeft 0x7f010018
int attr contentInsetRight 0x7f010019
int attr contentInsetStart 0x7f010016
int attr controlBackground 0x7f01007e
int attr customNavigationLayout 0x7f01000f
int attr defaultQueryHint 0x7f0100ac
int attr dialogPreferredPadding 0x7f01004f
int attr dialogTheme 0x7f01004e
int attr displayOptions 0x7f010005
int attr divider 0x7f01000b
int attr dividerHorizontal 0x7f01005c
int attr dividerPadding 0x7f0100a1
int attr dividerVertical 0x7f01005b
int attr drawableSize 0x7f010099
int attr drawerArrowStyle 0x7f010000
int attr dropDownListViewStyle 0x7f01006e
int attr dropdownListPreferredItemHeight 0x7f010052
int attr editTextBackground 0x7f010063
int attr editTextColor 0x7f010062
int attr editTextStyle 0x7f01008c
int attr elevation 0x7f01001a
int attr expandActivityOverflowButtonDrawable 0x7f01001e
int attr gapBetweenBars 0x7f01009a
int attr goIcon 0x7f0100ae
int attr height 0x7f010001
int attr hideOnContentScroll 0x7f010015
int attr homeAsUpIndicator 0x7f010054
int attr homeLayout 0x7f010010
int attr icon 0x7f010009
int attr iconifiedByDefault 0x7f0100aa
int attr imageButtonStyle 0x7f010064
int attr indeterminateProgressStyle 0x7f010012
int attr initialActivityCount 0x7f01001d
int attr isLightTheme 0x7f010002
int attr itemPadding 0x7f010014
int attr layout 0x7f0100a9
int attr listChoiceBackgroundIndicator 0x7f010075
int attr listDividerAlertDialog 0x7f010050
int attr listItemLayout 0x7f010023
int attr listLayout 0x7f010020
int attr listPopupWindowStyle 0x7f01006f
int attr listPreferredItemHeight 0x7f010069
int attr listPreferredItemHeightLarge 0x7f01006b
int attr listPreferredItemHeightSmall 0x7f01006a
int attr listPreferredItemPaddingLeft 0x7f01006c
int attr listPreferredItemPaddingRight 0x7f01006d
int attr logo 0x7f01000a
int attr logoDescription 0x7f0100c9
int attr maxButtonHeight 0x7f0100c4
int attr measureWithLargestChild 0x7f01009f
int attr multiChoiceItemLayout 0x7f010021
int attr navigationContentDescription 0x7f0100c8
int attr navigationIcon 0x7f0100c7
int attr navigationMode 0x7f010004
int attr overlapAnchor 0x7f0100a7
int attr paddingEnd 0x7f0100cd
int attr paddingStart 0x7f0100cc
int attr panelBackground 0x7f010072
int attr panelMenuListTheme 0x7f010074
int attr panelMenuListWidth 0x7f010073
int attr popupMenuStyle 0x7f010060
int attr popupTheme 0x7f01001b
int attr popupWindowStyle 0x7f010061
int attr preserveIconSpacing 0x7f0100a6
int attr progressBarPadding 0x7f010013
int attr progressBarStyle 0x7f010011
int attr queryBackground 0x7f0100b4
int attr queryHint 0x7f0100ab
int attr radioButtonStyle 0x7f01008d
int attr ratingBarStyle 0x7f01008e
int attr ratingBarStyleIndicator 0x7f01008f
int attr ratingBarStyleSmall 0x7f010090
int attr searchHintIcon 0x7f0100b0
int attr searchIcon 0x7f0100af
int attr searchViewStyle 0x7f010068
int attr seekBarStyle 0x7f010091
int attr selectableItemBackground 0x7f010058
int attr selectableItemBackgroundBorderless 0x7f010059
int attr showAsAction 0x7f0100a2
int attr showDividers 0x7f0100a0
int attr showText 0x7f0100bc
int attr singleChoiceItemLayout 0x7f010022
int attr spinBars 0x7f010098
int attr spinnerDropDownItemStyle 0x7f010053
int attr spinnerStyle 0x7f010092
int attr splitTrack 0x7f0100bb
int attr srcCompat 0x7f010024
int attr state_above_anchor 0x7f0100a8
int attr submitBackground 0x7f0100b5
int attr subtitle 0x7f010006
int attr subtitleTextAppearance 0x7f0100be
int attr subtitleTextColor 0x7f0100cb
int attr subtitleTextStyle 0x7f010008
int attr suggestionRowLayout 0x7f0100b3
int attr switchMinWidth 0x7f0100b9
int attr switchPadding 0x7f0100ba
int attr switchStyle 0x7f010093
int attr switchTextAppearance 0x7f0100b8
int attr textAllCaps 0x7f010025
int attr textAppearanceLargePopupMenu 0x7f01004c
int attr textAppearanceListItem 0x7f010070
int attr textAppearanceListItemSmall 0x7f010071
int attr textAppearanceSearchResultSubtitle 0x7f010066
int attr textAppearanceSearchResultTitle 0x7f010065
int attr textAppearanceSmallPopupMenu 0x7f01004d
int attr textColorAlertDialogListItem 0x7f010083
int attr textColorSearchUrl 0x7f010067
int attr theme 0x7f0100ce
int attr thickness 0x7f01009e
int attr thumbTextPadding 0x7f0100b7
int attr title 0x7f010003
int attr titleMarginBottom 0x7f0100c3
int attr titleMarginEnd 0x7f0100c1
int attr titleMarginStart 0x7f0100c0
int attr titleMarginTop 0x7f0100c2
int attr titleMargins 0x7f0100bf
int attr titleTextAppearance 0x7f0100bd
int attr titleTextColor 0x7f0100ca
int attr titleTextStyle 0x7f010007
int attr toolbarNavigationButtonStyle 0x7f01005f
int attr toolbarStyle 0x7f01005e
int attr track 0x7f0100b6
int attr voiceIcon 0x7f0100b1
int attr windowActionBar 0x7f010026
int attr windowActionBarOverlay 0x7f010028
int attr windowActionModeOverlay 0x7f010029
int attr windowFixedHeightMajor 0x7f01002d
int attr windowFixedHeightMinor 0x7f01002b
int attr windowFixedWidthMajor 0x7f01002a
int attr windowFixedWidthMinor 0x7f01002c
int attr windowMinWidthMajor 0x7f01002e
int attr windowMinWidthMinor 0x7f01002f
int attr windowNoTitle 0x7f010027
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 0x7f0a003a
int color abc_background_cache_hint_selector_material_light 0x7f0a003b
int color abc_color_highlight_material 0x7f0a003c
int color abc_input_method_navigation_guard 0x7f0a0000
int color abc_primary_text_disable_only_material_dark 0x7f0a003d
int color abc_primary_text_disable_only_material_light 0x7f0a003e
int color abc_primary_text_material_dark 0x7f0a003f
int color abc_primary_text_material_light 0x7f0a0040
int color abc_search_url_text 0x7f0a0041
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 0x7f0a0042
int color abc_secondary_text_material_light 0x7f0a0043
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 dim_foreground_disabled_material_dark 0x7f0a0012
int color dim_foreground_disabled_material_light 0x7f0a0013
int color dim_foreground_material_dark 0x7f0a0014
int color dim_foreground_material_light 0x7f0a0015
int color foreground_material_dark 0x7f0a0016
int color foreground_material_light 0x7f0a0017
int color highlighted_text_material_dark 0x7f0a0018
int color highlighted_text_material_light 0x7f0a0019
int color hint_foreground_material_dark 0x7f0a001a
int color hint_foreground_material_light 0x7f0a001b
int color material_blue_grey_800 0x7f0a001c
int color material_blue_grey_900 0x7f0a001d
int color material_blue_grey_950 0x7f0a001e
int color material_deep_teal_200 0x7f0a001f
int color material_deep_teal_500 0x7f0a0020
int color material_grey_100 0x7f0a0021
int color material_grey_300 0x7f0a0022
int color material_grey_50 0x7f0a0023
int color material_grey_600 0x7f0a0024
int color material_grey_800 0x7f0a0025
int color material_grey_850 0x7f0a0026
int color material_grey_900 0x7f0a0027
int color primary_dark_material_dark 0x7f0a0028
int color primary_dark_material_light 0x7f0a0029
int color primary_material_dark 0x7f0a002a
int color primary_material_light 0x7f0a002b
int color primary_text_default_material_dark 0x7f0a002c
int color primary_text_default_material_light 0x7f0a002d
int color primary_text_disabled_material_dark 0x7f0a002e
int color primary_text_disabled_material_light 0x7f0a002f
int color ripple_material_dark 0x7f0a0030
int color ripple_material_light 0x7f0a0031
int color secondary_text_default_material_dark 0x7f0a0032
int color secondary_text_default_material_light 0x7f0a0033
int color secondary_text_disabled_material_dark 0x7f0a0034
int color secondary_text_disabled_material_light 0x7f0a0035
int color switch_thumb_disabled_material_dark 0x7f0a0036
int color switch_thumb_disabled_material_light 0x7f0a0037
int color switch_thumb_material_dark 0x7f0a0044
int color switch_thumb_material_light 0x7f0a0045
int color switch_thumb_normal_material_dark 0x7f0a0038
int color switch_thumb_normal_material_light 0x7f0a0039
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 0x7f070011
int dimen abc_action_bar_overflow_padding_end_material 0x7f070012
int dimen abc_action_bar_overflow_padding_start_material 0x7f070013
int dimen abc_action_bar_progress_bar_size 0x7f070002
int dimen abc_action_bar_stacked_max_height 0x7f070014
int dimen abc_action_bar_stacked_tab_max_width 0x7f070015
int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070016
int dimen abc_action_bar_subtitle_top_margin_material 0x7f070017
int dimen abc_action_button_min_height_material 0x7f070018
int dimen abc_action_button_min_width_material 0x7f070019
int dimen abc_action_button_min_width_overflow_material 0x7f07001a
int dimen abc_alert_dialog_button_bar_height 0x7f070000
int dimen abc_button_inset_horizontal_material 0x7f07001b
int dimen abc_button_inset_vertical_material 0x7f07001c
int dimen abc_button_padding_horizontal_material 0x7f07001d
int dimen abc_button_padding_vertical_material 0x7f07001e
int dimen abc_config_prefDialogWidth 0x7f070005
int dimen abc_control_corner_material 0x7f07001f
int dimen abc_control_inset_material 0x7f070020
int dimen abc_control_padding_material 0x7f070021
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 0x7f070022
int dimen abc_dialog_min_width_major 0x7f07000a
int dimen abc_dialog_min_width_minor 0x7f07000b
int dimen abc_dialog_padding_material 0x7f070023
int dimen abc_dialog_padding_top_material 0x7f070024
int dimen abc_disabled_alpha_material_dark 0x7f070025
int dimen abc_disabled_alpha_material_light 0x7f070026
int dimen abc_dropdownitem_icon_width 0x7f070027
int dimen abc_dropdownitem_text_padding_left 0x7f070028
int dimen abc_dropdownitem_text_padding_right 0x7f070029
int dimen abc_edit_text_inset_bottom_material 0x7f07002a
int dimen abc_edit_text_inset_horizontal_material 0x7f07002b
int dimen abc_edit_text_inset_top_material 0x7f07002c
int dimen abc_floating_window_z 0x7f07002d
int dimen abc_list_item_padding_horizontal_material 0x7f07002e
int dimen abc_panel_menu_list_width 0x7f07002f
int dimen abc_search_view_preferred_width 0x7f070030
int dimen abc_search_view_text_min_width 0x7f07000c
int dimen abc_seekbar_track_background_height_material 0x7f070031
int dimen abc_seekbar_track_progress_height_material 0x7f070032
int dimen abc_select_dialog_padding_start_material 0x7f070033
int dimen abc_switch_padding 0x7f070010
int dimen abc_text_size_body_1_material 0x7f070034
int dimen abc_text_size_body_2_material 0x7f070035
int dimen abc_text_size_button_material 0x7f070036
int dimen abc_text_size_caption_material 0x7f070037
int dimen abc_text_size_display_1_material 0x7f070038
int dimen abc_text_size_display_2_material 0x7f070039
int dimen abc_text_size_display_3_material 0x7f07003a
int dimen abc_text_size_display_4_material 0x7f07003b
int dimen abc_text_size_headline_material 0x7f07003c
int dimen abc_text_size_large_material 0x7f07003d
int dimen abc_text_size_medium_material 0x7f07003e
int dimen abc_text_size_menu_material 0x7f07003f
int dimen abc_text_size_small_material 0x7f070040
int dimen abc_text_size_subhead_material 0x7f070041
int dimen abc_text_size_subtitle_material_toolbar 0x7f070003
int dimen abc_text_size_title_material 0x7f070042
int dimen abc_text_size_title_material_toolbar 0x7f070004
int dimen disabled_alpha_material_dark 0x7f070043
int dimen disabled_alpha_material_light 0x7f070044
int dimen highlight_alpha_material_colored 0x7f070045
int dimen highlight_alpha_material_dark 0x7f070046
int dimen highlight_alpha_material_light 0x7f070047
int dimen notification_large_icon_height 0x7f070048
int dimen notification_large_icon_width 0x7f070049
int dimen notification_subtext_size 0x7f07004a
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_star_black_16dp 0x7f020021
int drawable abc_ic_star_black_36dp 0x7f020022
int drawable abc_ic_star_half_black_16dp 0x7f020023
int drawable abc_ic_star_half_black_36dp 0x7f020024
int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020025
int drawable abc_item_background_holo_dark 0x7f020026
int drawable abc_item_background_holo_light 0x7f020027
int drawable abc_list_divider_mtrl_alpha 0x7f020028
int drawable abc_list_focused_holo 0x7f020029
int drawable abc_list_longpressed_holo 0x7f02002a
int drawable abc_list_pressed_holo_dark 0x7f02002b
int drawable abc_list_pressed_holo_light 0x7f02002c
int drawable abc_list_selector_background_transition_holo_dark 0x7f02002d
int drawable abc_list_selector_background_transition_holo_light 0x7f02002e
int drawable abc_list_selector_disabled_holo_dark 0x7f02002f
int drawable abc_list_selector_disabled_holo_light 0x7f020030
int drawable abc_list_selector_holo_dark 0x7f020031
int drawable abc_list_selector_holo_light 0x7f020032
int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f020033
int drawable abc_popup_background_mtrl_mult 0x7f020034
int drawable abc_ratingbar_full_material 0x7f020035
int drawable abc_ratingbar_indicator_material 0x7f020036
int drawable abc_ratingbar_small_material 0x7f020037
int drawable abc_scrubber_control_off_mtrl_alpha 0x7f020038
int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f020039
int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f02003a
int drawable abc_scrubber_primary_mtrl_alpha 0x7f02003b
int drawable abc_scrubber_track_mtrl_alpha 0x7f02003c
int drawable abc_seekbar_thumb_material 0x7f02003d
int drawable abc_seekbar_track_material 0x7f02003e
int drawable abc_spinner_mtrl_am_alpha 0x7f02003f
int drawable abc_spinner_textfield_background_material 0x7f020040
int drawable abc_switch_thumb_material 0x7f020041
int drawable abc_switch_track_mtrl_alpha 0x7f020042
int drawable abc_tab_indicator_material 0x7f020043
int drawable abc_tab_indicator_mtrl_alpha 0x7f020044
int drawable abc_text_cursor_material 0x7f020045
int drawable abc_textfield_activated_mtrl_alpha 0x7f020046
int drawable abc_textfield_default_mtrl_alpha 0x7f020047
int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020048
int drawable abc_textfield_search_default_mtrl_alpha 0x7f020049
int drawable abc_textfield_search_material 0x7f02004a
int drawable notification_template_icon_bg 0x7f02004b
int id action0 0x7f0b0050
int id action_bar 0x7f0b0041
int id action_bar_activity_content 0x7f0b0000
int id action_bar_container 0x7f0b0040
int id action_bar_root 0x7f0b003c
int id action_bar_spinner 0x7f0b0001
int id action_bar_subtitle 0x7f0b0022
int id action_bar_title 0x7f0b0021
int id action_context_bar 0x7f0b0042
int id action_divider 0x7f0b0054
int id action_menu_divider 0x7f0b0002
int id action_menu_presenter 0x7f0b0003
int id action_mode_bar 0x7f0b003e
int id action_mode_bar_stub 0x7f0b003d
int id action_mode_close_button 0x7f0b0023
int id activity_chooser_view_content 0x7f0b0024
int id alertTitle 0x7f0b0030
int id always 0x7f0b001c
int id beginning 0x7f0b0019
int id buttonPanel 0x7f0b002b
int id cancel_action 0x7f0b0051
int id checkbox 0x7f0b0039
int id chronometer 0x7f0b0057
int id collapseActionView 0x7f0b001d
int id contentPanel 0x7f0b0031
int id custom 0x7f0b0037
int id customPanel 0x7f0b0036
int id decor_content_parent 0x7f0b003f
int id default_activity_button 0x7f0b0027
int id disableHome 0x7f0b000c
int id edit_query 0x7f0b0043
int id end 0x7f0b001a
int id end_padder 0x7f0b005c
int id expand_activities_button 0x7f0b0025
int id expanded_menu 0x7f0b0038
int id home 0x7f0b0004
int id homeAsUp 0x7f0b000d
int id icon 0x7f0b0029
int id ifRoom 0x7f0b001e
int id image 0x7f0b0026
int id info 0x7f0b005b
int id line1 0x7f0b0055
int id line3 0x7f0b0059
int id listMode 0x7f0b0009
int id list_item 0x7f0b0028
int id media_actions 0x7f0b0053
int id middle 0x7f0b001b
int id multiply 0x7f0b0014
int id never 0x7f0b001f
int id none 0x7f0b000e
int id normal 0x7f0b000a
int id parentPanel 0x7f0b002d
int id progress_circular 0x7f0b0005
int id progress_horizontal 0x7f0b0006
int id radio 0x7f0b003b
int id screen 0x7f0b0015
int id scrollIndicatorDown 0x7f0b0035
int id scrollIndicatorUp 0x7f0b0032
int id scrollView 0x7f0b0033
int id search_badge 0x7f0b0045
int id search_bar 0x7f0b0044
int id search_button 0x7f0b0046
int id search_close_btn 0x7f0b004b
int id search_edit_frame 0x7f0b0047
int id search_go_btn 0x7f0b004d
int id search_mag_icon 0x7f0b0048
int id search_plate 0x7f0b0049
int id search_src_text 0x7f0b004a
int id search_voice_btn 0x7f0b004e
int id select_dialog_listview 0x7f0b004f
int id shortcut 0x7f0b003a
int id showCustom 0x7f0b000f
int id showHome 0x7f0b0010
int id showTitle 0x7f0b0011
int id spacer 0x7f0b002c
int id split_action_bar 0x7f0b0007
int id src_atop 0x7f0b0016
int id src_in 0x7f0b0017
int id src_over 0x7f0b0018
int id status_bar_latest_event_content 0x7f0b0052
int id submit_area 0x7f0b004c
int id tabMode 0x7f0b000b
int id text 0x7f0b005a
int id text2 0x7f0b0058
int id textSpacerNoButtons 0x7f0b0034
int id time 0x7f0b0056
int id title 0x7f0b002a
int id title_template 0x7f0b002f
int id topPanel 0x7f0b002e
int id up 0x7f0b0008
int id useLogo 0x7f0b0012
int id withText 0x7f0b0020
int id wrap_content 0x7f0b0013
int integer abc_config_activityDefaultDur 0x7f090001
int integer abc_config_activityShortDur 0x7f090002
int integer abc_max_action_buttons 0x7f090000
int integer cancel_button_image_alpha 0x7f090003
int integer status_bar_notification_info_maxnum 0x7f090004
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 notification_media_action 0x7f030019
int layout notification_media_cancel_action 0x7f03001a
int layout notification_template_big_media 0x7f03001b
int layout notification_template_big_media_narrow 0x7f03001c
int layout notification_template_lines 0x7f03001d
int layout notification_template_media 0x7f03001e
int layout notification_template_part_chronometer 0x7f03001f
int layout notification_template_part_time 0x7f030020
int layout select_dialog_item_material 0x7f030021
int layout select_dialog_multichoice_material 0x7f030022
int layout select_dialog_singlechoice_material 0x7f030023
int layout support_simple_spinner_dropdown_item 0x7f030024
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 status_bar_notification_info_overflow 0x7f050013
int style AlertDialog_AppCompat 0x7f080086
int style AlertDialog_AppCompat_Light 0x7f080087
int style Animation_AppCompat_Dialog 0x7f080088
int style Animation_AppCompat_DropDownUp 0x7f080089
int style Base_AlertDialog_AppCompat 0x7f08008a
int style Base_AlertDialog_AppCompat_Light 0x7f08008b
int style Base_Animation_AppCompat_Dialog 0x7f08008c
int style Base_Animation_AppCompat_DropDownUp 0x7f08008d
int style Base_DialogWindowTitle_AppCompat 0x7f08008e
int style Base_DialogWindowTitleBackground_AppCompat 0x7f08008f
int style Base_TextAppearance_AppCompat 0x7f080036
int style Base_TextAppearance_AppCompat_Body1 0x7f080037
int style Base_TextAppearance_AppCompat_Body2 0x7f080038
int style Base_TextAppearance_AppCompat_Button 0x7f080020
int style Base_TextAppearance_AppCompat_Caption 0x7f080039
int style Base_TextAppearance_AppCompat_Display1 0x7f08003a
int style Base_TextAppearance_AppCompat_Display2 0x7f08003b
int style Base_TextAppearance_AppCompat_Display3 0x7f08003c
int style Base_TextAppearance_AppCompat_Display4 0x7f08003d
int style Base_TextAppearance_AppCompat_Headline 0x7f08003e
int style Base_TextAppearance_AppCompat_Inverse 0x7f08000b
int style Base_TextAppearance_AppCompat_Large 0x7f08003f
int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f08000c
int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080040
int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080041
int style Base_TextAppearance_AppCompat_Medium 0x7f080042
int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f08000d
int style Base_TextAppearance_AppCompat_Menu 0x7f080043
int style Base_TextAppearance_AppCompat_SearchResult 0x7f080090
int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f080044
int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f080045
int style Base_TextAppearance_AppCompat_Small 0x7f080046
int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f08000e
int style Base_TextAppearance_AppCompat_Subhead 0x7f080047
int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f08000f
int style Base_TextAppearance_AppCompat_Title 0x7f080048
int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080010
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f08007f
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080049
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f08004a
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f08004b
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f08004c
int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f08004d
int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f08004e
int style Base_TextAppearance_AppCompat_Widget_Button 0x7f08004f
int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080080
int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080091
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080050
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080051
int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f080052
int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f080053
int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080092
int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f080054
int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f080055
int style Base_Theme_AppCompat 0x7f080056
int style Base_Theme_AppCompat_CompactMenu 0x7f080093
int style Base_Theme_AppCompat_Dialog 0x7f080011
int style Base_Theme_AppCompat_Dialog_Alert 0x7f080094
int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f080095
int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f080096
int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001
int style Base_Theme_AppCompat_Light 0x7f080057
int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f080097
int style Base_Theme_AppCompat_Light_Dialog 0x7f080012
int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f080098
int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f080099
int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08009a
int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002
int style Base_ThemeOverlay_AppCompat 0x7f08009b
int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f08009c
int style Base_ThemeOverlay_AppCompat_Dark 0x7f08009d
int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f08009e
int style Base_ThemeOverlay_AppCompat_Light 0x7f08009f
int style Base_V11_Theme_AppCompat_Dialog 0x7f080013
int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f080014
int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f08001c
int style Base_V12_Widget_AppCompat_EditText 0x7f08001d
int style Base_V21_Theme_AppCompat 0x7f080058
int style Base_V21_Theme_AppCompat_Dialog 0x7f080059
int style Base_V21_Theme_AppCompat_Light 0x7f08005a
int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f08005b
int style Base_V22_Theme_AppCompat 0x7f08007d
int style Base_V22_Theme_AppCompat_Light 0x7f08007e
int style Base_V23_Theme_AppCompat 0x7f080081
int style Base_V23_Theme_AppCompat_Light 0x7f080082
int style Base_V7_Theme_AppCompat 0x7f0800a0
int style Base_V7_Theme_AppCompat_Dialog 0x7f0800a1
int style Base_V7_Theme_AppCompat_Light 0x7f0800a2
int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0800a3
int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0800a4
int style Base_V7_Widget_AppCompat_EditText 0x7f0800a5
int style Base_Widget_AppCompat_ActionBar 0x7f0800a6
int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0800a7
int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0800a8
int style Base_Widget_AppCompat_ActionBar_TabText 0x7f08005c
int style Base_Widget_AppCompat_ActionBar_TabView 0x7f08005d
int style Base_Widget_AppCompat_ActionButton 0x7f08005e
int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f08005f
int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080060
int style Base_Widget_AppCompat_ActionMode 0x7f0800a9
int style Base_Widget_AppCompat_ActivityChooserView 0x7f0800aa
int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f08001e
int style Base_Widget_AppCompat_Button 0x7f080061
int style Base_Widget_AppCompat_Button_Borderless 0x7f080062
int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f080063
int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800ab
int style Base_Widget_AppCompat_Button_Colored 0x7f080083
int style Base_Widget_AppCompat_Button_Small 0x7f080064
int style Base_Widget_AppCompat_ButtonBar 0x7f080065
int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800ac
int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f080066
int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f080067
int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800ad
int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000
int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800ae
int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080068
int style Base_Widget_AppCompat_EditText 0x7f08001f
int style Base_Widget_AppCompat_ImageButton 0x7f080069
int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800af
int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800b0
int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800b1
int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f08006a
int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f08006b
int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f08006c
int style Base_Widget_AppCompat_Light_PopupMenu 0x7f08006d
int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08006e
int style Base_Widget_AppCompat_ListPopupWindow 0x7f08006f
int style Base_Widget_AppCompat_ListView 0x7f080070
int style Base_Widget_AppCompat_ListView_DropDown 0x7f080071
int style Base_Widget_AppCompat_ListView_Menu 0x7f080072
int style Base_Widget_AppCompat_PopupMenu 0x7f080073
int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f080074
int style Base_Widget_AppCompat_PopupWindow 0x7f0800b2
int style Base_Widget_AppCompat_ProgressBar 0x7f080015
int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f080016
int style Base_Widget_AppCompat_RatingBar 0x7f080075
int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f080084
int style Base_Widget_AppCompat_RatingBar_Small 0x7f080085
int style Base_Widget_AppCompat_SearchView 0x7f0800b3
int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800b4
int style Base_Widget_AppCompat_SeekBar 0x7f080076
int style Base_Widget_AppCompat_Spinner 0x7f080077
int style Base_Widget_AppCompat_Spinner_Underlined 0x7f080003
int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f080078
int style Base_Widget_AppCompat_Toolbar 0x7f0800b5
int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080079
int style Platform_AppCompat 0x7f080017
int style Platform_AppCompat_Light 0x7f080018
int style Platform_ThemeOverlay_AppCompat 0x7f08007a
int style Platform_ThemeOverlay_AppCompat_Dark 0x7f08007b
int style Platform_ThemeOverlay_AppCompat_Light 0x7f08007c
int style Platform_V11_AppCompat 0x7f080019
int style Platform_V11_AppCompat_Light 0x7f08001a
int style Platform_V14_AppCompat 0x7f080021
int style Platform_V14_AppCompat_Light 0x7f080022
int style Platform_Widget_AppCompat_Spinner 0x7f08001b
int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080028
int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080029
int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f08002a
int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f08002b
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f08002c
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f08002d
int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f08002e
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f08002f
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080030
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f080031
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f080032
int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f080033
int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f080034
int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f080035
int style TextAppearance_AppCompat 0x7f0800b6
int style TextAppearance_AppCompat_Body1 0x7f0800b7
int style TextAppearance_AppCompat_Body2 0x7f0800b8
int style TextAppearance_AppCompat_Button 0x7f0800b9
int style TextAppearance_AppCompat_Caption 0x7f0800ba
int style TextAppearance_AppCompat_Display1 0x7f0800bb
int style TextAppearance_AppCompat_Display2 0x7f0800bc
int style TextAppearance_AppCompat_Display3 0x7f0800bd
int style TextAppearance_AppCompat_Display4 0x7f0800be
int style TextAppearance_AppCompat_Headline 0x7f0800bf
int style TextAppearance_AppCompat_Inverse 0x7f0800c0
int style TextAppearance_AppCompat_Large 0x7f0800c1
int style TextAppearance_AppCompat_Large_Inverse 0x7f0800c2
int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800c3
int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800c4
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800c5
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800c6
int style TextAppearance_AppCompat_Medium 0x7f0800c7
int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800c8
int style TextAppearance_AppCompat_Menu 0x7f0800c9
int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800ca
int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800cb
int style TextAppearance_AppCompat_Small 0x7f0800cc
int style TextAppearance_AppCompat_Small_Inverse 0x7f0800cd
int style TextAppearance_AppCompat_Subhead 0x7f0800ce
int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800cf
int style TextAppearance_AppCompat_Title 0x7f0800d0
int style TextAppearance_AppCompat_Title_Inverse 0x7f0800d1
int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800d2
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800d3
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800d4
int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800d5
int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800d6
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800d7
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800d8
int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800d9
int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800da
int style TextAppearance_AppCompat_Widget_Button 0x7f0800db
int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800dc
int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800dd
int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800de
int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800df
int style TextAppearance_AppCompat_Widget_Switch 0x7f0800e0
int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800e1
int style TextAppearance_StatusBar_EventContent 0x7f080023
int style TextAppearance_StatusBar_EventContent_Info 0x7f080024
int style TextAppearance_StatusBar_EventContent_Line2 0x7f080025
int style TextAppearance_StatusBar_EventContent_Time 0x7f080026
int style TextAppearance_StatusBar_EventContent_Title 0x7f080027
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_DayNight 0x7f080004
int style Theme_AppCompat_DayNight_DarkActionBar 0x7f080005
int style Theme_AppCompat_DayNight_Dialog 0x7f080006
int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f080007
int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f080008
int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f080009
int style Theme_AppCompat_DayNight_NoActionBar 0x7f08000a
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_RatingBar_Indicator 0x7f080132
int style Widget_AppCompat_RatingBar_Small 0x7f080133
int style Widget_AppCompat_SearchView 0x7f080134
int style Widget_AppCompat_SearchView_ActionBar 0x7f080135
int style Widget_AppCompat_SeekBar 0x7f080136
int style Widget_AppCompat_Spinner 0x7f080137
int style Widget_AppCompat_Spinner_DropDown 0x7f080138
int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f080139
int style Widget_AppCompat_Spinner_Underlined 0x7f08013a
int style Widget_AppCompat_TextView_SpinnerItem 0x7f08013b
int style Widget_AppCompat_Toolbar 0x7f08013c
int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f08013d
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, 0x7f010054 }
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 AppCompatImageView { 0x01010119, 0x7f010024 }
int styleable AppCompatImageView_android_src 0
int styleable AppCompatImageView_srcCompat 1
int[] styleable AppCompatTextView { 0x01010034, 0x7f010025 }
int styleable AppCompatTextView_android_textAppearance 0
int styleable AppCompatTextView_textAllCaps 1
int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093 }
int styleable AppCompatTheme_actionBarDivider 23
int styleable AppCompatTheme_actionBarItemBackground 24
int styleable AppCompatTheme_actionBarPopupTheme 17
int styleable AppCompatTheme_actionBarSize 22
int styleable AppCompatTheme_actionBarSplitStyle 19
int styleable AppCompatTheme_actionBarStyle 18
int styleable AppCompatTheme_actionBarTabBarStyle 13
int styleable AppCompatTheme_actionBarTabStyle 12
int styleable AppCompatTheme_actionBarTabTextStyle 14
int styleable AppCompatTheme_actionBarTheme 20
int styleable AppCompatTheme_actionBarWidgetTheme 21
int styleable AppCompatTheme_actionButtonStyle 49
int styleable AppCompatTheme_actionDropDownStyle 45
int styleable AppCompatTheme_actionMenuTextAppearance 25
int styleable AppCompatTheme_actionMenuTextColor 26
int styleable AppCompatTheme_actionModeBackground 29
int styleable AppCompatTheme_actionModeCloseButtonStyle 28
int styleable AppCompatTheme_actionModeCloseDrawable 31
int styleable AppCompatTheme_actionModeCopyDrawable 33
int styleable AppCompatTheme_actionModeCutDrawable 32
int styleable AppCompatTheme_actionModeFindDrawable 37
int styleable AppCompatTheme_actionModePasteDrawable 34
int styleable AppCompatTheme_actionModePopupWindowStyle 39
int styleable AppCompatTheme_actionModeSelectAllDrawable 35
int styleable AppCompatTheme_actionModeShareDrawable 36
int styleable AppCompatTheme_actionModeSplitBackground 30
int styleable AppCompatTheme_actionModeStyle 27
int styleable AppCompatTheme_actionModeWebSearchDrawable 38
int styleable AppCompatTheme_actionOverflowButtonStyle 15
int styleable AppCompatTheme_actionOverflowMenuStyle 16
int styleable AppCompatTheme_activityChooserViewStyle 57
int styleable AppCompatTheme_alertDialogButtonGroupStyle 92
int styleable AppCompatTheme_alertDialogCenterButtons 93
int styleable AppCompatTheme_alertDialogStyle 91
int styleable AppCompatTheme_alertDialogTheme 94
int styleable AppCompatTheme_android_windowAnimationStyle 1
int styleable AppCompatTheme_android_windowIsFloating 0
int styleable AppCompatTheme_autoCompleteTextViewStyle 99
int styleable AppCompatTheme_borderlessButtonStyle 54
int styleable AppCompatTheme_buttonBarButtonStyle 51
int styleable AppCompatTheme_buttonBarNegativeButtonStyle 97
int styleable AppCompatTheme_buttonBarNeutralButtonStyle 98
int styleable AppCompatTheme_buttonBarPositiveButtonStyle 96
int styleable AppCompatTheme_buttonBarStyle 50
int styleable AppCompatTheme_buttonStyle 100
int styleable AppCompatTheme_buttonStyleSmall 101
int styleable AppCompatTheme_checkboxStyle 102
int styleable AppCompatTheme_checkedTextViewStyle 103
int styleable AppCompatTheme_colorAccent 84
int styleable AppCompatTheme_colorButtonNormal 88
int styleable AppCompatTheme_colorControlActivated 86
int styleable AppCompatTheme_colorControlHighlight 87
int styleable AppCompatTheme_colorControlNormal 85
int styleable AppCompatTheme_colorPrimary 82
int styleable AppCompatTheme_colorPrimaryDark 83
int styleable AppCompatTheme_colorSwitchThumbNormal 89
int styleable AppCompatTheme_controlBackground 90
int styleable AppCompatTheme_dialogPreferredPadding 43
int styleable AppCompatTheme_dialogTheme 42
int styleable AppCompatTheme_dividerHorizontal 56
int styleable AppCompatTheme_dividerVertical 55
int styleable AppCompatTheme_dropDownListViewStyle 74
int styleable AppCompatTheme_dropdownListPreferredItemHeight 46
int styleable AppCompatTheme_editTextBackground 63
int styleable AppCompatTheme_editTextColor 62
int styleable AppCompatTheme_editTextStyle 104
int styleable AppCompatTheme_homeAsUpIndicator 48
int styleable AppCompatTheme_imageButtonStyle 64
int styleable AppCompatTheme_listChoiceBackgroundIndicator 81
int styleable AppCompatTheme_listDividerAlertDialog 44
int styleable AppCompatTheme_listPopupWindowStyle 75
int styleable AppCompatTheme_listPreferredItemHeight 69
int styleable AppCompatTheme_listPreferredItemHeightLarge 71
int styleable AppCompatTheme_listPreferredItemHeightSmall 70
int styleable AppCompatTheme_listPreferredItemPaddingLeft 72
int styleable AppCompatTheme_listPreferredItemPaddingRight 73
int styleable AppCompatTheme_panelBackground 78
int styleable AppCompatTheme_panelMenuListTheme 80
int styleable AppCompatTheme_panelMenuListWidth 79
int styleable AppCompatTheme_popupMenuStyle 60
int styleable AppCompatTheme_popupWindowStyle 61
int styleable AppCompatTheme_radioButtonStyle 105
int styleable AppCompatTheme_ratingBarStyle 106
int styleable AppCompatTheme_ratingBarStyleIndicator 107
int styleable AppCompatTheme_ratingBarStyleSmall 108
int styleable AppCompatTheme_searchViewStyle 68
int styleable AppCompatTheme_seekBarStyle 109
int styleable AppCompatTheme_selectableItemBackground 52
int styleable AppCompatTheme_selectableItemBackgroundBorderless 53
int styleable AppCompatTheme_spinnerDropDownItemStyle 47
int styleable AppCompatTheme_spinnerStyle 110
int styleable AppCompatTheme_switchStyle 111
int styleable AppCompatTheme_textAppearanceLargePopupMenu 40
int styleable AppCompatTheme_textAppearanceListItem 76
int styleable AppCompatTheme_textAppearanceListItemSmall 77
int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 66
int styleable AppCompatTheme_textAppearanceSearchResultTitle 65
int styleable AppCompatTheme_textAppearanceSmallPopupMenu 41
int styleable AppCompatTheme_textColorAlertDialogListItem 95
int styleable AppCompatTheme_textColorSearchUrl 67
int styleable AppCompatTheme_toolbarNavigationButtonStyle 59
int styleable AppCompatTheme_toolbarStyle 58
int styleable AppCompatTheme_windowActionBar 2
int styleable AppCompatTheme_windowActionBarOverlay 4
int styleable AppCompatTheme_windowActionModeOverlay 5
int styleable AppCompatTheme_windowFixedHeightMajor 9
int styleable AppCompatTheme_windowFixedHeightMinor 7
int styleable AppCompatTheme_windowFixedWidthMajor 6
int styleable AppCompatTheme_windowFixedWidthMinor 8
int styleable AppCompatTheme_windowMinWidthMajor 10
int styleable AppCompatTheme_windowMinWidthMinor 11
int styleable AppCompatTheme_windowNoTitle 3
int[] styleable ButtonBarLayout { 0x7f010094 }
int styleable ButtonBarLayout_allowStacking 0
int[] styleable CompoundButton { 0x01010107, 0x7f010095, 0x7f010096 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonTint 1
int styleable CompoundButton_buttonTintMode 2
int[] styleable DrawerArrowToggle { 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e }
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 LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01009f, 0x7f0100a0, 0x7f0100a1 }
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, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5 }
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, 0x7f0100a6 }
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 PopupWindow { 0x01010176, 0x7f0100a7 }
int styleable PopupWindow_android_popupBackground 0
int styleable PopupWindow_overlapAnchor 1
int[] styleable PopupWindowBackgroundState { 0x7f0100a8 }
int styleable PopupWindowBackgroundState_state_above_anchor 0
int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
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 Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }
int styleable Spinner_android_dropDownWidth 3
int styleable Spinner_android_entries 0
int styleable Spinner_android_popupBackground 1
int styleable Spinner_android_prompt 2
int styleable Spinner_popupTheme 4
int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc }
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 TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010025 }
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 Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb }
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, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce }
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, 0x7f0100cf, 0x7f0100d0 }
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
<?xml version="1.0" encoding="utf-8"?>
<!--
 Copyright (C) 2012 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"
    xmlns:tools="http://schemas.android.com/tools"
    package="android.support.v7.appcompat" >

    <uses-sdk
        android:minSdkVersion="7"
        tools:overrideLibrary="android.support.graphics.drawable.animated" />

    <application />

</manifest>
PK������Hfandroid/support/graphics/drawable/AnimatedVectorDrawableCompat$AnimatedVectorDrawableCompatState.class���������WYpE���:{������fB�����Fr$K`���`���$F���4&!���x1��l&�����3���$������(���x���(o������Xe6UR������������x������������(/������*K-��g6���\Z���*���������_�����������g���y���8������������"���]|���������������8���n���������^����������� ���Q������������.>���t���0q.Q8���G������HpvR������
5���Iq������������0<0}(AZ@������}������nI���+j<������]J<���K���������k`(L������QS���7���R��������64JjL��X���H���R���n���������V���F8���U
���������h��dV3������u���������HD���������=���^)���6���D���N��}���������������-J\�����N���*r���������,o6<������<���J���Jz\6������������UJ1,y������QNI������������T���4������4A'n1u:M������FQ������a������(���rM���I���AUe=������C6���g���D���D���S������a8S:=������������������������������i$d�����������6a������!���eCP������������e#���,ZZ������FuY���3������h��������*7���������������j��F-*%���$]���t���������r)��������������iamC���p������1,���,���T������Ih*�������������K2e���������������C���7V������SHOM���.�����������y��������� D���JaLXD���(���������������^���B������3J:�����������x������S"	Ut]'+���Vz������]������V;���W�����f���������l0���������������������������r���~���(-���������k���<nV8���I������^	"V���!Kq������eX.���q'Z*���[#���������"������A<*���1���8������$������+E<���sstO������������T���ND���D�����_������y������C�����C��xI������xE��xM������x���JdD���!���������R�����M}Q9���}3���l�����������
\������viz���e���`Mp]���������#���d���}���o�����������������0���������%������x���������P2iu[���I}������W���X���u������uJw2m���������r���������u������K������#������\`���������5F���s�����������BR���K$��������*������U���a���*������_���T���������2��������]Q������/���(���c������t���yN������������������g?cL������ENS���u��������oG������&���v���4���&���
9������D�����������������������E���^S���}���������p���?5J���?������L������������C�����������r���������
���h��� F	������$���+��P���{������GM���At���)g���+�����P������\������������8
���������`������������������RD������������g��/���|N���R$N��� ���)���Y���������I������P��"f[��~���uT������n������Z��������������S���W	!������Ub������������pM���,������ P���x������8O��������������K���r���������~������������z{P���������d���������>E������������/������}���Jv������+lg_c'���]���[������;���������8���~���a���#���������p���������	v���g���f������,���������p���]���y���_d������������"���	������N���f��* N5���<8M������!���g���G-n���G������R��������� ���QG+������������~	������������W���������g���n������K���j���������-���^	���e
������(`���56	���&`;������'V������r������@;9���������.:(���������w%������,������������������������������9���������������Z���j���C���dH���=��������7������7!Z���#���+l��������������n\������������n������f������d
�����2���k������Z������z���������Sntz���PK���S���}PK������H<android/support/graphics/drawable/animated/BuildConfig.class������Mo���@������i>	I[R���@?���Tz���U!!���"���|Y2I��������K������������F������m���]������8������Q���Y������pe#=���������3���������������o���vK���+a���Phw���	tE���������0ND���x"He������AXo������������j���^������i������T|v ��=H���
'���e*������m_/������2	���3���������������xI���z���������z������������������6>q������^���*���@������������V���K�����B���M���FR���(���������h,Ohex������'���*&���sE������H���v������f���N������[5���m_���/���������������������f������������Q���S���`���z,�����m������Yf���*������������������,���������z������'��������������������Z������������P���2���"����������������������k*2���������\��%W������p���������������������\���#������?������,37���'������3
������@_���������Y������m������?x���*���~^dU;���PKs���
������PK������HDandroid/support/graphics/drawable/AnimatedVectorDrawableCompat.class���Z	|T������?���f���73< 	a	H���B@!  @$	BPpH���dd���83aq������������j���Zm��������������*	H������Zmm������l���{���k[k�����������?���y���0������Z������'������}������{���g������sg=v���}D4[mpQ!���h��������te���G�����������ay���H�����Mn���!;�����wk|������/p���0���������������L���\������������|��������'e������J>���p���������������������������������Y���z������������Z'_���|���������������w���
n���Q���/������!p������x������|Yo���������n���
���$Sn������Vyq���������&�����w���������*=4w��������u���+��������Szw������oH������������������I���������������������/������������~y< ������wPz���w�����������������[D������M������CB���O������������������^>���������������������������|?? ���������������\.c?p������������<������������#2���GN���������|T������h���S7u���cC���g������4?������2���������M>������������p���o4���������bs?)O���������'������������pS������������M������
n������������Y���������_���t>?-#���K���sY������������Mz������3���{VTt���4���I���4/H���4������������S���������������4/K���oi^������Ui���G�����y]������h���������o2M������������������������
���������=;=[��������@���'���6���7Lzc0���
/���{"o���iJ���%��~o������E����zE[���
�����s=;<���~O������vm4���v-`���4���D=���h��������������[������������mioX��������������[W4���1���_���d������u���������������e������������450���������E ���$���f������������|��������������P8Z���������t���:"������������������P6������ ���3���������]Q���b���C���������Z������
��������6�����������������
���&M������q������������nogLefL���L������|I.p������o���tl������-{b������88F���,6������������������"���������������L���������N���&_���������������
������
q���P������������	���������tD���}p������RhQk�����������������A���Z{���Q_���������������@b���'���	x������p}0���FKSO`���c������m������������7���������{���	���ao���������	������;���C��������or�����'���[���;���7{z���������m���u���SzMb���*���g���%���a���������������8������[���������O8������f������
w������
���{`���������j��������������x���E������h4���������������Q������������������������+^!���������Yn���>���3Rm������������������"3R���B������������s���������Nl���pL������������{8���q���������TM��������~
���k���"��������Z
������6Z ���q>h||���u{���������,<<���7e6@���g���[f0���������67�����bN���
������m���������������F���������������C�����������v)KZ���b!��������,���m���u������cn���`���t���������g���_���	������! ���������'���e������p���������KB����������������!���
5���$���s���F0	J
Ab���r+65N�����65/������;���������KG������.���/�����������������������A7bwe���D4������8,"���������������}������l���I���������`0>���#q�����pl���������J0>���XM���������O������4
Cx���f������e31N���������������������q:5���hk���������������m������d������Z������&���������v3�����6n+h;b#������z��������|n��������iniu���������������T�����������_���z_g������%ql������������
B���������Q���/how������'���k1!���d���33������M	GL"���6D���������p�������* ���/������ol���K������n������Ia���i^!o���P���S:������t������	
[���93���J���;.]���k���������������%jT>pZ��������������������F'������������r4���`������������X������������������w[���X��� P	jg01���>ay!��������������qmL�����������J������������;c���rh������������������������qE'������8������I������
���'�������M
;=6W������m(���J���g������.������������������E������o���n���<��������������������4������&���������l�����������"H������������'������������
_���������������������^&���������[+������i������������h������<y���\������32���q<���h{���$���p���Vo����;��������S���pTL���cQB���Og���!���������F3���hF������
���"��������������������������p���~���'���t`J���n���������F��������l���<������������}���p(,j.'p�����b������������������@O[���B���$������&���%���h���=���cde(���	E���XY���V��������������5K������������m���G���\9������/76���rp��r�����Sm������=������1���S���������l���}���j���:K><���ZG������Y3���s�����������2���x9���^k���C(���;��������r���9TB���aF������������;r������[���"������E������i?������^��������������?������@Li:}������������W������s>������[������r)���������������z���A<���5���������oL������������f���~������^���BW���{���������m���pi���������
������ ������S@ tM
���U>=�������$������C)������U������j���������t5J���������U�����������v������izV���������7������������5NS���u5AMD������Rz���nV%6PK����������4���B���~GD�����Yf���'������������+QLS���t������������4"M������s���������9z^WS���1���^���uU���c���������a������pa5���^���y9���������rzMS:���GMG���u������������������N���T%<"���U���a���9GU������<���]������y(H���p,���|i
���)T5���������j���������������Y������I
1r�����������L���O���j���:YSsuu
���������<������������:���P������j������j������|*&���E���4M-���U���Z������<������������*���K���������GK���zK������x������no������L���q&���������������j�����j���������OYdb���jP��J���X$X���V���dx������U\������>X������F��k���������7���������N���ph������z���8���M������NW���t�����u��V���j
���������4"���������������1'aN������GWg���V]���U'���M���c���9p���M���Qt>U|`L���
b���v������i������u^���M:7s��������9���Hs=���s������[+���mB`������e���L���m������:o���-:������������G���`������j������l������������2��������q��� ������n)���������������E2E	���kLS���(21���������������'8���@)���Sj��S4se���������f��a���I���������������~���4��������/�����Is������7/�����x���]�����������BA������v��������3�����������"���KzQ;������7������m\�����9���[���l����6l�������������������������RyXN^>���t������sF���(���vE������%.���������j���������
������l i��� 33M)������=������'g���$�������������DL������:���mL(���������������`e������$������oC���hi������A5���)�����0]���i������;2���,w�����������)���W���|A���������N���������m8���a���XQ(���v���y���;;������
l������������gc2������f������f{
������������e���ZO������`���<G���w���k���������L������������L���1���w|p������_��J���l������N"��������Q������������y������z=���HJ������������f���l���:cFB���F������-���:������	a^���>��������������o���������}���l\������������������#��������������������������������%���������03*�����F���������zb������h^���#���������!���}������4/���/���������f7���<8�����O���{���������Kc3���������������	w���9���S���fy���y-���&���X������������?Z)Kw���-���!������a_������Zb�����.���I��D������������n������$�����������Y���'������������%�����������}���������5���~L���t������x��� S���!'���������&Q!���@L_ ������/���M������LD������������+	��x���%���y���o���������������������U���������������n|���;���WQrm������P���������9o���������<h<9���#rV2s?���4V����O���Fk���n���ts���C������9������������_��Q������F;h���7h���2���Y4������^���������1:G,������Z������`���������+������Q��(������(���m������v������������9������!���������������������������������~���A!���c���2h���9������\������������,������l���@���i���C���������������y���o���(��������2z��������}���L���A������������=�����}������������iD���%Sr���z���R���F���1H������e���a*}4t}���4lC������~�������������*�����������������X���g���������������at������wP.��������wQA���������h���Q*-���h���������%h�����C���W���c���q������>Jc6T���������CTR}@f7W�����������������4������Qs���&0m���������{���E������[(o���������q���Q������������������&���_)���j���&������-���S
���@`���������44������������������>E���������YS������v7���x>���[���"���������i]������/���U���I:������������������]E;���jP���#���������������w���������n0wtT@������������z!������~���3���-������@���������~J���A{W`���������q���������������������r���V���9������������|l���_���9���a���j�����������(N�����4���������T��������~9���_A���D���F���q���o���"������q������
O.���Z���\SZ��������c���������-��������������������8������������|�����x;���D���������Km���G�����1=��2z������������g���t���������r������
6������UO�����7���������y�����������?���������������+���\}������l���������xL������������s���������������1i���	0���$^���
������������������d_
���a������������&������K���������E���"���������M]>������������P���~
g���!
���\���0���D������������}������6/���&������m8
������G���r;���������������NE������������^���X���Y������Kfef+������������`������jp������p���|8i	���2���;������G���������-\h ���������W,XOz��������ag���������	���������Ow���^M������z-"�����'���������p���_���{�����6������������������p������	Nt������������������T���g���T���B������=����73���
R���;���h~������^�����2���zv{u������J������mz'���������%�����T���������
������	�����������������{�����2K{���&H{j*���1���"
B���������C%������x������l���?���������iQ���������������"���j���������:`������*6������2���.N������O������l`[���Q���aY���K���u�������!�����	���B��>Zb���<,]_Y2������������������x,���K������������``���������l���<������&���������������y���7M���N5���������������S]��e���;���=VF���q���������U�����������������@4���!NO���8	���qrf������A V���!���R!������3A8���k:"�����pd���#���������������rr������%������r���r���+R��FKFONx���#q���+c���Q������������HW��������C���z^���nJ���o���I>���������Gh
������\#|���������������`������+l-������{���bG���]���v���������i��0���>���Y������CuUEN!���������U�����������J#���`������af���b�����CT]�����������������p���������
gA+@���]���,��������������*���������0���G������0m���sW;������������e���������������� \m������ss���������o���������p���i���������Z������������dn���
^G3y������FZ��i5wPw���f���F������E������Ky;]������������t3���h/���i?������a���I������]������������|���-_@���������������^���������5�������������f���������<	���r:������e������j�����������������q������n���K���������������������N���G���x"���h&���R���In������^7���������^,7|������
_���r���q���O2���d���3���5���]h���8y���m���EV������d��)���������J8p���o���v������c������:Zy���+������LJ9�����<x������	\������?���CyJ������WB������������eK���%s�����,������������������_������=���NaF���k ���������������!��������l������nl������h_i������&+|$���([������F
$���|#pnN������QC���������&eD���C���U=H{������������������fl���)9��������������Rate������#���M!���������������rx������g�����������c������!�����������:ko$������_c������`4���l��������OATR���������QH���r�����wR���IS���4\���UH������������l5���������:M���25������U	���������Q������@=j���]���a;���������r������������������vO���+������Y���-Cl8	���,.z������������x6������KS�����������������r��"���������[4���=���������)p������'���7��������S������6��������	������Ii]t;9+������0���m������(���������6������(l>������i���!���i��.w���7���;������������qw���������*#������H������F�����&������T���*i������������jh������%������������m���7���P������p��������
���������^`���v���wi���������B3���������gL���<m������q���������>������:������M`������S���2���n������U���������"���J���C
�����P���c������3������He.���~
������4V���������h���ZH3��4O-���������bUo���2���$������������D������������o,������">
<O���)���o���m]���]�����������������
���x	���AX���Or,a������������k���������������������6���S-������V���0������>���������2���D�����f���y���ZcXfX��� ���\K@'��q���������������x�����=��Dd���e���%���+������+S������������f-���8�����c�������������X���k
=������B���u���j;t=,���N���	Bo������j������s ���������J���������Tu���
���0���r-L���������VZ
���L���,�����������-������L���6���3���ob,������_���*��������RS���)v���A���s!���v���������A8s������g>���NF������$8r���������q1��<���v������'8������1�������������YR���Y���S^eU?}b���}������q���1���g��<^!���9������8������~������`���t3���4���������Z��������}���@Z2���k���������U��f���������-nF.���F������^/������������D&���HO&������5i:������g���7�����?������������������'.���2������R���M������U�����f��������������n���:nO���wWg���w���V[���V������e'���������������2������I���,P���������FI>���������O�����5��e���r���������m���@`��������������F�����������Bj������������)e���t]z���������l���W���9���{���7������@������[���h������Yy������L���~J���
]���5?��������������N������d_������G������O���I���M0za'oC������**���T���������7B&Uf���N������y)���������������F�����H���',WH_D;���{���G������P���};���E���G	������������3;q������b���H
E������_PK{���=������HDPK������Hhandroid/support/graphics/drawable/AnimatedVectorDrawableCompat$AnimatedVectorDrawableDelegateState.class������[OA���������ii]���TAQ������Z@<������5$z7���kYmw������E���?Rc������1���^���������������n������������t���������������7���������������g������Aca���#+!������f"L���IQ<���N���������"9#������"9'aZ���y���huF���(en)w,J������fZ\�����<���i���������p���TL���������J������������e������V�����-|���/W������Il������f���W5�����05���������K������^"/USW�����qW���d������"���,qCe���2`������du���������VI���������-�����o���o���������\������t���j���P^�����������@���%���n���������������0������zX-m���2\n���6i���nnFQ���,E���������bfo+������js��7���!���o1	������������+J���������p7���������	[�����������@���<������	(r���J���Vy���������������g���)+V~���keU+S���>P�����T
U������<C���-4���������������i������������\���\��������������6SH]���q���2���1���������e������MQ�����������H"��������������!�����.���@���������.���K���$a���[������3n���2���������p���&������X��������������$,2������y��������������V���y������DHfv���N���I������0������v1���b���zw���'������Z���������<!N������(D<��������\������p������.*������GIn���%S������{M%���)��������)���������9Q]���������q���sGI������C������������4N������������=������@!���|���:������J���������{H���hK���j���b���%a^��� {���>������/\������������q������������������������b������[H\ja������vx������
���}@������8���d������Rcz��� N=6���g������\�����������������MN���#B������3:������������_�����������}������IG������t���"7���4:L-�����j������rML���������9k������E���$v���.;}\u&������������������5���C���N3���)V������? ���t���i���"���������z���g�����������PK������mh���	PK������HFandroid/support/graphics/drawable/AnimatedVectorDrawableCompat$1.class���T]OA=���-������R���A������P�����������/���VI�����������Ow���vq���m������A������(&>������Q���;��@!6������;s������9���cf������������]���7���C��������&fpK���Ye*:���tTu���3���������\:������:Vw���~Y���w;���ZN������x���������������H8MaG~���(u���������.���V���k��n������P���J6���d������}G0���6\)������;-���R���������os������W���SgV%���������)EP���x
���<0���������6������]������Vf���i���<���%���d���:>C���,p���bhw���{(������I���������w������q��^���R&��������{1������HV���d`������f,���������������������6������8�����������J���*���b���~?���������l?Q���wt,`���,`V������,���N���N���2���A���K������G���������M ���j������\���s���kq���
C���?\,":,U������������������k:���������M/V���������~{���������
:}z�����������N���*V,���N������%K���0
���=G���eh���f������������
���g���i!���#������4VxB���������P7uR���u���*���|������>2������������ko���k���������.���P���	L���n���.���lM���o(������������K���������{C���������U���\���C>3���S�����������Wq
���^��T���)���d���k$���:*���y���S"1���J���F*���!������]���tR������c��Q���&Z���������PK���hd���PK������H���S���}fandroid/support/graphics/drawable/AnimatedVectorDrawableCompat$AnimatedVectorDrawableCompatState.class������PK������Hs���
������<���android/support/graphics/drawable/animated/BuildConfig.classPK������H{���=������HDD���android/support/graphics/drawable/AnimatedVectorDrawableCompat.classPK������H������mh���	h���"android/support/graphics/drawable/AnimatedVectorDrawableCompat$AnimatedVectorDrawableDelegateState.classPK������H���hd���F���&android/support/graphics/drawable/AnimatedVectorDrawableCompat$1.classPK~���)
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.support.graphics.drawable.animated" >

    <uses-sdk android:minSdkVersion="11" />

    <application />

</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.support.graphics.drawable.animated" >

    <uses-sdk android:minSdkVersion="11" />

    <application />

</manifest>

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package com.dvidi.learningandroid;

public final class R {
    public R() { /* compiled code */ }

    public static final class styleable {
        public static final int[] ActionBar;
        public static final int ActionBar_background = 10;
        public static final int ActionBar_backgroundSplit = 12;
        public static final int ActionBar_backgroundStacked = 11;
        public static final int ActionBar_contentInsetEnd = 21;
        public static final int ActionBar_contentInsetLeft = 22;
        public static final int ActionBar_contentInsetRight = 23;
        public static final int ActionBar_contentInsetStart = 20;
        public static final int ActionBar_customNavigationLayout = 13;
        public static final int ActionBar_displayOptions = 3;
        public static final int ActionBar_divider = 9;
        public static final int ActionBar_elevation = 24;
        public static final int ActionBar_height = 0;
        public static final int ActionBar_hideOnContentScroll = 19;
        public static final int ActionBar_homeAsUpIndicator = 26;
        public static final int ActionBar_homeLayout = 14;
        public static final int ActionBar_icon = 7;
        public static final int ActionBar_indeterminateProgressStyle = 16;
        public static final int ActionBar_itemPadding = 18;
        public static final int ActionBar_logo = 8;
        public static final int ActionBar_navigationMode = 2;
        public static final int ActionBar_popupTheme = 25;
        public static final int ActionBar_progressBarPadding = 17;
        public static final int ActionBar_progressBarStyle = 15;
        public static final int ActionBar_subtitle = 4;
        public static final int ActionBar_subtitleTextStyle = 6;
        public static final int ActionBar_title = 1;
        public static final int ActionBar_titleTextStyle = 5;
        public static final int[] ActionBarLayout;
        public static final int ActionBarLayout_android_layout_gravity = 0;
        public static final int[] ActionMenuItemView;
        public static final int ActionMenuItemView_android_minWidth = 0;
        public static final int[] ActionMenuView;
        public static final int[] ActionMode;
        public static final int ActionMode_background = 3;
        public static final int ActionMode_backgroundSplit = 4;
        public static final int ActionMode_closeItemLayout = 5;
        public static final int ActionMode_height = 0;
        public static final int ActionMode_subtitleTextStyle = 2;
        public static final int ActionMode_titleTextStyle = 1;
        public static final int[] ActivityChooserView;
        public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
        public static final int ActivityChooserView_initialActivityCount = 0;
        public static final int[] AlertDialog;
        public static final int AlertDialog_android_layout = 0;
        public static final int AlertDialog_buttonPanelSideLayout = 1;
        public static final int AlertDialog_listItemLayout = 5;
        public static final int AlertDialog_listLayout = 2;
        public static final int AlertDialog_multiChoiceItemLayout = 3;
        public static final int AlertDialog_singleChoiceItemLayout = 4;
        public static final int[] AppBarLayout;
        public static final int AppBarLayout_android_background = 0;
        public static final int AppBarLayout_elevation = 1;
        public static final int AppBarLayout_expanded = 2;
        public static final int[] AppBarLayout_LayoutParams;
        public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
        public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
        public static final int[] AppCompatImageView;
        public static final int AppCompatImageView_android_src = 0;
        public static final int AppCompatImageView_srcCompat = 1;
        public static final int[] AppCompatTextView;
        public static final int AppCompatTextView_android_textAppearance = 0;
        public static final int AppCompatTextView_textAllCaps = 1;
        public static final int[] AppCompatTheme;
        public static final int AppCompatTheme_actionBarDivider = 23;
        public static final int AppCompatTheme_actionBarItemBackground = 24;
        public static final int AppCompatTheme_actionBarPopupTheme = 17;
        public static final int AppCompatTheme_actionBarSize = 22;
        public static final int AppCompatTheme_actionBarSplitStyle = 19;
        public static final int AppCompatTheme_actionBarStyle = 18;
        public static final int AppCompatTheme_actionBarTabBarStyle = 13;
        public static final int AppCompatTheme_actionBarTabStyle = 12;
        public static final int AppCompatTheme_actionBarTabTextStyle = 14;
        public static final int AppCompatTheme_actionBarTheme = 20;
        public static final int AppCompatTheme_actionBarWidgetTheme = 21;
        public static final int AppCompatTheme_actionButtonStyle = 49;
        public static final int AppCompatTheme_actionDropDownStyle = 45;
        public static final int AppCompatTheme_actionMenuTextAppearance = 25;
        public static final int AppCompatTheme_actionMenuTextColor = 26;
        public static final int AppCompatTheme_actionModeBackground = 29;
        public static final int AppCompatTheme_actionModeCloseButtonStyle = 28;
        public static final int AppCompatTheme_actionModeCloseDrawable = 31;
        public static final int AppCompatTheme_actionModeCopyDrawable = 33;
        public static final int AppCompatTheme_actionModeCutDrawable = 32;
        public static final int AppCompatTheme_actionModeFindDrawable = 37;
        public static final int AppCompatTheme_actionModePasteDrawable = 34;
        public static final int AppCompatTheme_actionModePopupWindowStyle = 39;
        public static final int AppCompatTheme_actionModeSelectAllDrawable = 35;
        public static final int AppCompatTheme_actionModeShareDrawable = 36;
        public static final int AppCompatTheme_actionModeSplitBackground = 30;
        public static final int AppCompatTheme_actionModeStyle = 27;
        public static final int AppCompatTheme_actionModeWebSearchDrawable = 38;
        public static final int AppCompatTheme_actionOverflowButtonStyle = 15;
        public static final int AppCompatTheme_actionOverflowMenuStyle = 16;
        public static final int AppCompatTheme_activityChooserViewStyle = 57;
        public static final int AppCompatTheme_alertDialogButtonGroupStyle = 92;
        public static final int AppCompatTheme_alertDialogCenterButtons = 93;
        public static final int AppCompatTheme_alertDialogStyle = 91;
        public static final int AppCompatTheme_alertDialogTheme = 94;
        public static final int AppCompatTheme_android_windowAnimationStyle = 1;
        public static final int AppCompatTheme_android_windowIsFloating = 0;
        public static final int AppCompatTheme_autoCompleteTextViewStyle = 99;
        public static final int AppCompatTheme_borderlessButtonStyle = 54;
        public static final int AppCompatTheme_buttonBarButtonStyle = 51;
        public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 97;
        public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 98;
        public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 96;
        public static final int AppCompatTheme_buttonBarStyle = 50;
        public static final int AppCompatTheme_buttonStyle = 100;
        public static final int AppCompatTheme_buttonStyleSmall = 101;
        public static final int AppCompatTheme_checkboxStyle = 102;
        public static final int AppCompatTheme_checkedTextViewStyle = 103;
        public static final int AppCompatTheme_colorAccent = 84;
        public static final int AppCompatTheme_colorButtonNormal = 88;
        public static final int AppCompatTheme_colorControlActivated = 86;
        public static final int AppCompatTheme_colorControlHighlight = 87;
        public static final int AppCompatTheme_colorControlNormal = 85;
        public static final int AppCompatTheme_colorPrimary = 82;
        public static final int AppCompatTheme_colorPrimaryDark = 83;
        public static final int AppCompatTheme_colorSwitchThumbNormal = 89;
        public static final int AppCompatTheme_controlBackground = 90;
        public static final int AppCompatTheme_dialogPreferredPadding = 43;
        public static final int AppCompatTheme_dialogTheme = 42;
        public static final int AppCompatTheme_dividerHorizontal = 56;
        public static final int AppCompatTheme_dividerVertical = 55;
        public static final int AppCompatTheme_dropDownListViewStyle = 74;
        public static final int AppCompatTheme_dropdownListPreferredItemHeight = 46;
        public static final int AppCompatTheme_editTextBackground = 63;
        public static final int AppCompatTheme_editTextColor = 62;
        public static final int AppCompatTheme_editTextStyle = 104;
        public static final int AppCompatTheme_homeAsUpIndicator = 48;
        public static final int AppCompatTheme_imageButtonStyle = 64;
        public static final int AppCompatTheme_listChoiceBackgroundIndicator = 81;
        public static final int AppCompatTheme_listDividerAlertDialog = 44;
        public static final int AppCompatTheme_listPopupWindowStyle = 75;
        public static final int AppCompatTheme_listPreferredItemHeight = 69;
        public static final int AppCompatTheme_listPreferredItemHeightLarge = 71;
        public static final int AppCompatTheme_listPreferredItemHeightSmall = 70;
        public static final int AppCompatTheme_listPreferredItemPaddingLeft = 72;
        public static final int AppCompatTheme_listPreferredItemPaddingRight = 73;
        public static final int AppCompatTheme_panelBackground = 78;
        public static final int AppCompatTheme_panelMenuListTheme = 80;
        public static final int AppCompatTheme_panelMenuListWidth = 79;
        public static final int AppCompatTheme_popupMenuStyle = 60;
        public static final int AppCompatTheme_popupWindowStyle = 61;
        public static final int AppCompatTheme_radioButtonStyle = 105;
        public static final int AppCompatTheme_ratingBarStyle = 106;
        public static final int AppCompatTheme_ratingBarStyleIndicator = 107;
        public static final int AppCompatTheme_ratingBarStyleSmall = 108;
        public static final int AppCompatTheme_searchViewStyle = 68;
        public static final int AppCompatTheme_seekBarStyle = 109;
        public static final int AppCompatTheme_selectableItemBackground = 52;
        public static final int AppCompatTheme_selectableItemBackgroundBorderless = 53;
        public static final int AppCompatTheme_spinnerDropDownItemStyle = 47;
        public static final int AppCompatTheme_spinnerStyle = 110;
        public static final int AppCompatTheme_switchStyle = 111;
        public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40;
        public static final int AppCompatTheme_textAppearanceListItem = 76;
        public static final int AppCompatTheme_textAppearanceListItemSmall = 77;
        public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 66;
        public static final int AppCompatTheme_textAppearanceSearchResultTitle = 65;
        public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41;
        public static final int AppCompatTheme_textColorAlertDialogListItem = 95;
        public static final int AppCompatTheme_textColorSearchUrl = 67;
        public static final int AppCompatTheme_toolbarNavigationButtonStyle = 59;
        public static final int AppCompatTheme_toolbarStyle = 58;
        public static final int AppCompatTheme_windowActionBar = 2;
        public static final int AppCompatTheme_windowActionBarOverlay = 4;
        public static final int AppCompatTheme_windowActionModeOverlay = 5;
        public static final int AppCompatTheme_windowFixedHeightMajor = 9;
        public static final int AppCompatTheme_windowFixedHeightMinor = 7;
        public static final int AppCompatTheme_windowFixedWidthMajor = 6;
        public static final int AppCompatTheme_windowFixedWidthMinor = 8;
        public static final int AppCompatTheme_windowMinWidthMajor = 10;
        public static final int AppCompatTheme_windowMinWidthMinor = 11;
        public static final int AppCompatTheme_windowNoTitle = 3;
        public static final int[] BottomSheetBehavior_Params;
        public static final int BottomSheetBehavior_Params_behavior_hideable = 1;
        public static final int BottomSheetBehavior_Params_behavior_peekHeight = 0;
        public static final int[] ButtonBarLayout;
        public static final int ButtonBarLayout_allowStacking = 0;
        public static final int[] CollapsingAppBarLayout_LayoutParams;
        public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
        public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
        public static final int[] CollapsingToolbarLayout;
        public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11;
        public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7;
        public static final int CollapsingToolbarLayout_contentScrim = 8;
        public static final int CollapsingToolbarLayout_expandedTitleGravity = 12;
        public static final int CollapsingToolbarLayout_expandedTitleMargin = 1;
        public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
        public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4;
        public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2;
        public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3;
        public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6;
        public static final int CollapsingToolbarLayout_statusBarScrim = 9;
        public static final int CollapsingToolbarLayout_title = 0;
        public static final int CollapsingToolbarLayout_titleEnabled = 13;
        public static final int CollapsingToolbarLayout_toolbarId = 10;
        public static final int[] CompoundButton;
        public static final int CompoundButton_android_button = 0;
        public static final int CompoundButton_buttonTint = 1;
        public static final int CompoundButton_buttonTintMode = 2;
        public static final int[] CoordinatorLayout;
        public static final int CoordinatorLayout_keylines = 0;
        public static final int CoordinatorLayout_statusBarBackground = 1;
        public static final int[] CoordinatorLayout_LayoutParams;
        public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
        public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
        public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
        public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
        public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
        public static final int[] DesignTheme;
        public static final int DesignTheme_bottomSheetDialogTheme = 0;
        public static final int DesignTheme_bottomSheetStyle = 1;
        public static final int DesignTheme_textColorError = 2;
        public static final int[] DrawerArrowToggle;
        public static final int DrawerArrowToggle_arrowHeadLength = 4;
        public static final int DrawerArrowToggle_arrowShaftLength = 5;
        public static final int DrawerArrowToggle_barLength = 6;
        public static final int DrawerArrowToggle_color = 0;
        public static final int DrawerArrowToggle_drawableSize = 2;
        public static final int DrawerArrowToggle_gapBetweenBars = 3;
        public static final int DrawerArrowToggle_spinBars = 1;
        public static final int DrawerArrowToggle_thickness = 7;
        public static final int[] FloatingActionButton;
        public static final int FloatingActionButton_backgroundTint = 6;
        public static final int FloatingActionButton_backgroundTintMode = 7;
        public static final int FloatingActionButton_borderWidth = 4;
        public static final int FloatingActionButton_elevation = 0;
        public static final int FloatingActionButton_fabSize = 2;
        public static final int FloatingActionButton_pressedTranslationZ = 3;
        public static final int FloatingActionButton_rippleColor = 1;
        public static final int FloatingActionButton_useCompatPadding = 5;
        public static final int[] ForegroundLinearLayout;
        public static final int ForegroundLinearLayout_android_foreground = 0;
        public static final int ForegroundLinearLayout_android_foregroundGravity = 1;
        public static final int ForegroundLinearLayout_foregroundInsidePadding = 2;
        public static final int[] LinearLayoutCompat;
        public static final int LinearLayoutCompat_android_baselineAligned = 2;
        public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
        public static final int LinearLayoutCompat_android_gravity = 0;
        public static final int LinearLayoutCompat_android_orientation = 1;
        public static final int LinearLayoutCompat_android_weightSum = 4;
        public static final int LinearLayoutCompat_divider = 5;
        public static final int LinearLayoutCompat_dividerPadding = 8;
        public static final int LinearLayoutCompat_measureWithLargestChild = 6;
        public static final int LinearLayoutCompat_showDividers = 7;
        public static final int[] LinearLayoutCompat_Layout;
        public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
        public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
        public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
        public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
        public static final int[] ListPopupWindow;
        public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
        public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
        public static final int[] MenuGroup;
        public static final int MenuGroup_android_checkableBehavior = 5;
        public static final int MenuGroup_android_enabled = 0;
        public static final int MenuGroup_android_id = 1;
        public static final int MenuGroup_android_menuCategory = 3;
        public static final int MenuGroup_android_orderInCategory = 4;
        public static final int MenuGroup_android_visible = 2;
        public static final int[] MenuItem;
        public static final int MenuItem_actionLayout = 14;
        public static final int MenuItem_actionProviderClass = 16;
        public static final int MenuItem_actionViewClass = 15;
        public static final int MenuItem_android_alphabeticShortcut = 9;
        public static final int MenuItem_android_checkable = 11;
        public static final int MenuItem_android_checked = 3;
        public static final int MenuItem_android_enabled = 1;
        public static final int MenuItem_android_icon = 0;
        public static final int MenuItem_android_id = 2;
        public static final int MenuItem_android_menuCategory = 5;
        public static final int MenuItem_android_numericShortcut = 10;
        public static final int MenuItem_android_onClick = 12;
        public static final int MenuItem_android_orderInCategory = 6;
        public static final int MenuItem_android_title = 7;
        public static final int MenuItem_android_titleCondensed = 8;
        public static final int MenuItem_android_visible = 4;
        public static final int MenuItem_showAsAction = 13;
        public static final int[] MenuView;
        public static final int MenuView_android_headerBackground = 4;
        public static final int MenuView_android_horizontalDivider = 2;
        public static final int MenuView_android_itemBackground = 5;
        public static final int MenuView_android_itemIconDisabledAlpha = 6;
        public static final int MenuView_android_itemTextAppearance = 1;
        public static final int MenuView_android_verticalDivider = 3;
        public static final int MenuView_android_windowAnimationStyle = 0;
        public static final int MenuView_preserveIconSpacing = 7;
        public static final int[] NavigationView;
        public static final int NavigationView_android_background = 0;
        public static final int NavigationView_android_fitsSystemWindows = 1;
        public static final int NavigationView_android_maxWidth = 2;
        public static final int NavigationView_elevation = 3;
        public static final int NavigationView_headerLayout = 9;
        public static final int NavigationView_itemBackground = 7;
        public static final int NavigationView_itemIconTint = 5;
        public static final int NavigationView_itemTextAppearance = 8;
        public static final int NavigationView_itemTextColor = 6;
        public static final int NavigationView_menu = 4;
        public static final int[] PopupWindow;
        public static final int PopupWindow_android_popupBackground = 0;
        public static final int PopupWindow_overlapAnchor = 1;
        public static final int[] PopupWindowBackgroundState;
        public static final int PopupWindowBackgroundState_state_above_anchor = 0;
        public static final int[] RecyclerView;
        public static final int RecyclerView_android_orientation = 0;
        public static final int RecyclerView_layoutManager = 1;
        public static final int RecyclerView_reverseLayout = 3;
        public static final int RecyclerView_spanCount = 2;
        public static final int RecyclerView_stackFromEnd = 4;
        public static final int[] ScrimInsetsFrameLayout;
        public static final int ScrimInsetsFrameLayout_insetForeground = 0;
        public static final int[] ScrollingViewBehavior_Params;
        public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
        public static final int[] SearchView;
        public static final int SearchView_android_focusable = 0;
        public static final int SearchView_android_imeOptions = 3;
        public static final int SearchView_android_inputType = 2;
        public static final int SearchView_android_maxWidth = 1;
        public static final int SearchView_closeIcon = 8;
        public static final int SearchView_commitIcon = 13;
        public static final int SearchView_defaultQueryHint = 7;
        public static final int SearchView_goIcon = 9;
        public static final int SearchView_iconifiedByDefault = 5;
        public static final int SearchView_layout = 4;
        public static final int SearchView_queryBackground = 15;
        public static final int SearchView_queryHint = 6;
        public static final int SearchView_searchHintIcon = 11;
        public static final int SearchView_searchIcon = 10;
        public static final int SearchView_submitBackground = 16;
        public static final int SearchView_suggestionRowLayout = 14;
        public static final int SearchView_voiceIcon = 12;
        public static final int[] SnackbarLayout;
        public static final int SnackbarLayout_android_maxWidth = 0;
        public static final int SnackbarLayout_elevation = 1;
        public static final int SnackbarLayout_maxActionInlineWidth = 2;
        public static final int[] Spinner;
        public static final int Spinner_android_dropDownWidth = 3;
        public static final int Spinner_android_entries = 0;
        public static final int Spinner_android_popupBackground = 1;
        public static final int Spinner_android_prompt = 2;
        public static final int Spinner_popupTheme = 4;
        public static final int[] SwitchCompat;
        public static final int SwitchCompat_android_textOff = 1;
        public static final int SwitchCompat_android_textOn = 0;
        public static final int SwitchCompat_android_thumb = 2;
        public static final int SwitchCompat_showText = 9;
        public static final int SwitchCompat_splitTrack = 8;
        public static final int SwitchCompat_switchMinWidth = 6;
        public static final int SwitchCompat_switchPadding = 7;
        public static final int SwitchCompat_switchTextAppearance = 5;
        public static final int SwitchCompat_thumbTextPadding = 4;
        public static final int SwitchCompat_track = 3;
        public static final int[] TabItem;
        public static final int TabItem_android_icon = 0;
        public static final int TabItem_android_layout = 1;
        public static final int TabItem_android_text = 2;
        public static final int[] TabLayout;
        public static final int TabLayout_tabBackground = 3;
        public static final int TabLayout_tabContentStart = 2;
        public static final int TabLayout_tabGravity = 5;
        public static final int TabLayout_tabIndicatorColor = 0;
        public static final int TabLayout_tabIndicatorHeight = 1;
        public static final int TabLayout_tabMaxWidth = 7;
        public static final int TabLayout_tabMinWidth = 6;
        public static final int TabLayout_tabMode = 4;
        public static final int TabLayout_tabPadding = 15;
        public static final int TabLayout_tabPaddingBottom = 14;
        public static final int TabLayout_tabPaddingEnd = 13;
        public static final int TabLayout_tabPaddingStart = 11;
        public static final int TabLayout_tabPaddingTop = 12;
        public static final int TabLayout_tabSelectedTextColor = 10;
        public static final int TabLayout_tabTextAppearance = 8;
        public static final int TabLayout_tabTextColor = 9;
        public static final int[] TextAppearance;
        public static final int TextAppearance_android_shadowColor = 4;
        public static final int TextAppearance_android_shadowDx = 5;
        public static final int TextAppearance_android_shadowDy = 6;
        public static final int TextAppearance_android_shadowRadius = 7;
        public static final int TextAppearance_android_textColor = 3;
        public static final int TextAppearance_android_textSize = 0;
        public static final int TextAppearance_android_textStyle = 2;
        public static final int TextAppearance_android_typeface = 1;
        public static final int TextAppearance_textAllCaps = 8;
        public static final int[] TextInputLayout;
        public static final int TextInputLayout_android_hint = 1;
        public static final int TextInputLayout_android_textColorHint = 0;
        public static final int TextInputLayout_counterEnabled = 6;
        public static final int TextInputLayout_counterMaxLength = 7;
        public static final int TextInputLayout_counterOverflowTextAppearance = 9;
        public static final int TextInputLayout_counterTextAppearance = 8;
        public static final int TextInputLayout_errorEnabled = 4;
        public static final int TextInputLayout_errorTextAppearance = 5;
        public static final int TextInputLayout_hintAnimationEnabled = 10;
        public static final int TextInputLayout_hintEnabled = 3;
        public static final int TextInputLayout_hintTextAppearance = 2;
        public static final int[] Toolbar;
        public static final int Toolbar_android_gravity = 0;
        public static final int Toolbar_android_minHeight = 1;
        public static final int Toolbar_collapseContentDescription = 19;
        public static final int Toolbar_collapseIcon = 18;
        public static final int Toolbar_contentInsetEnd = 6;
        public static final int Toolbar_contentInsetLeft = 7;
        public static final int Toolbar_contentInsetRight = 8;
        public static final int Toolbar_contentInsetStart = 5;
        public static final int Toolbar_logo = 4;
        public static final int Toolbar_logoDescription = 22;
        public static final int Toolbar_maxButtonHeight = 17;
        public static final int Toolbar_navigationContentDescription = 21;
        public static final int Toolbar_navigationIcon = 20;
        public static final int Toolbar_popupTheme = 9;
        public static final int Toolbar_subtitle = 3;
        public static final int Toolbar_subtitleTextAppearance = 11;
        public static final int Toolbar_subtitleTextColor = 24;
        public static final int Toolbar_title = 2;
        public static final int Toolbar_titleMarginBottom = 16;
        public static final int Toolbar_titleMarginEnd = 14;
        public static final int Toolbar_titleMarginStart = 13;
        public static final int Toolbar_titleMarginTop = 15;
        public static final int Toolbar_titleMargins = 12;
        public static final int Toolbar_titleTextAppearance = 10;
        public static final int Toolbar_titleTextColor = 23;
        public static final int[] View;
        public static final int View_android_focusable = 1;
        public static final int View_android_theme = 0;
        public static final int View_paddingEnd = 3;
        public static final int View_paddingStart = 2;
        public static final int View_theme = 4;
        public static final int[] ViewBackgroundHelper;
        public static final int ViewBackgroundHelper_android_background = 0;
        public static final int ViewBackgroundHelper_backgroundTint = 1;
        public static final int ViewBackgroundHelper_backgroundTintMode = 2;
        public static final int[] ViewStubCompat;
        public static final int ViewStubCompat_android_id = 0;
        public static final int ViewStubCompat_android_inflatedId = 2;
        public static final int ViewStubCompat_android_layout = 1;

        public styleable() { /* compiled code */ }
    }

    public static final class style {
        public static final int AlertDialog_AppCompat = 2131296392;
        public static final int AlertDialog_AppCompat_Light = 2131296393;
        public static final int Animation_AppCompat_Dialog = 2131296394;
        public static final int Animation_AppCompat_DropDownUp = 2131296395;
        public static final int Animation_Design_BottomSheetDialog = 2131296396;
        public static final int AppTheme = 2131296397;
        public static final int AppTheme_AppBarOverlay = 2131296398;
        public static final int AppTheme_NoActionBar = 2131296311;
        public static final int AppTheme_PopupOverlay = 2131296399;
        public static final int Base_AlertDialog_AppCompat = 2131296400;
        public static final int Base_AlertDialog_AppCompat_Light = 2131296401;
        public static final int Base_Animation_AppCompat_Dialog = 2131296402;
        public static final int Base_Animation_AppCompat_DropDownUp = 2131296403;
        public static final int Base_DialogWindowTitle_AppCompat = 2131296404;
        public static final int Base_DialogWindowTitleBackground_AppCompat = 2131296405;
        public static final int Base_TextAppearance_AppCompat = 2131296312;
        public static final int Base_TextAppearance_AppCompat_Body1 = 2131296313;
        public static final int Base_TextAppearance_AppCompat_Body2 = 2131296314;
        public static final int Base_TextAppearance_AppCompat_Button = 2131296289;
        public static final int Base_TextAppearance_AppCompat_Caption = 2131296315;
        public static final int Base_TextAppearance_AppCompat_Display1 = 2131296316;
        public static final int Base_TextAppearance_AppCompat_Display2 = 2131296317;
        public static final int Base_TextAppearance_AppCompat_Display3 = 2131296318;
        public static final int Base_TextAppearance_AppCompat_Display4 = 2131296319;
        public static final int Base_TextAppearance_AppCompat_Headline = 2131296320;
        public static final int Base_TextAppearance_AppCompat_Inverse = 2131296268;
        public static final int Base_TextAppearance_AppCompat_Large = 2131296321;
        public static final int Base_TextAppearance_AppCompat_Large_Inverse = 2131296269;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296322;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296323;
        public static final int Base_TextAppearance_AppCompat_Medium = 2131296324;
        public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 2131296270;
        public static final int Base_TextAppearance_AppCompat_Menu = 2131296325;
        public static final int Base_TextAppearance_AppCompat_SearchResult = 2131296406;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131296326;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 2131296327;
        public static final int Base_TextAppearance_AppCompat_Small = 2131296328;
        public static final int Base_TextAppearance_AppCompat_Small_Inverse = 2131296271;
        public static final int Base_TextAppearance_AppCompat_Subhead = 2131296329;
        public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131296272;
        public static final int Base_TextAppearance_AppCompat_Title = 2131296330;
        public static final int Base_TextAppearance_AppCompat_Title_Inverse = 2131296273;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296385;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296331;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296332;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296333;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296334;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296335;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296336;
        public static final int Base_TextAppearance_AppCompat_Widget_Button = 2131296337;
        public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131296386;
        public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131296407;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296338;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296339;
        public static final int Base_TextAppearance_AppCompat_Widget_Switch = 2131296340;
        public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296341;
        public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296408;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296342;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296343;
        public static final int Base_Theme_AppCompat = 2131296344;
        public static final int Base_Theme_AppCompat_CompactMenu = 2131296409;
        public static final int Base_Theme_AppCompat_Dialog = 2131296274;
        public static final int Base_Theme_AppCompat_Dialog_Alert = 2131296410;
        public static final int Base_Theme_AppCompat_Dialog_FixedSize = 2131296411;
        public static final int Base_Theme_AppCompat_Dialog_MinWidth = 2131296412;
        public static final int Base_Theme_AppCompat_DialogWhenLarge = 2131296258;
        public static final int Base_Theme_AppCompat_Light = 2131296345;
        public static final int Base_Theme_AppCompat_Light_DarkActionBar = 2131296413;
        public static final int Base_Theme_AppCompat_Light_Dialog = 2131296275;
        public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 2131296414;
        public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131296415;
        public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131296416;
        public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131296259;
        public static final int Base_ThemeOverlay_AppCompat = 2131296417;
        public static final int Base_ThemeOverlay_AppCompat_ActionBar = 2131296418;
        public static final int Base_ThemeOverlay_AppCompat_Dark = 2131296419;
        public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131296420;
        public static final int Base_ThemeOverlay_AppCompat_Light = 2131296421;
        public static final int Base_V11_Theme_AppCompat_Dialog = 2131296276;
        public static final int Base_V11_Theme_AppCompat_Light_Dialog = 2131296277;
        public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131296285;
        public static final int Base_V12_Widget_AppCompat_EditText = 2131296286;
        public static final int Base_V21_Theme_AppCompat = 2131296346;
        public static final int Base_V21_Theme_AppCompat_Dialog = 2131296347;
        public static final int Base_V21_Theme_AppCompat_Light = 2131296348;
        public static final int Base_V21_Theme_AppCompat_Light_Dialog = 2131296349;
        public static final int Base_V22_Theme_AppCompat = 2131296383;
        public static final int Base_V22_Theme_AppCompat_Light = 2131296384;
        public static final int Base_V23_Theme_AppCompat = 2131296387;
        public static final int Base_V23_Theme_AppCompat_Light = 2131296388;
        public static final int Base_V7_Theme_AppCompat = 2131296422;
        public static final int Base_V7_Theme_AppCompat_Dialog = 2131296423;
        public static final int Base_V7_Theme_AppCompat_Light = 2131296424;
        public static final int Base_V7_Theme_AppCompat_Light_Dialog = 2131296425;
        public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131296426;
        public static final int Base_V7_Widget_AppCompat_EditText = 2131296427;
        public static final int Base_Widget_AppCompat_ActionBar = 2131296428;
        public static final int Base_Widget_AppCompat_ActionBar_Solid = 2131296429;
        public static final int Base_Widget_AppCompat_ActionBar_TabBar = 2131296430;
        public static final int Base_Widget_AppCompat_ActionBar_TabText = 2131296350;
        public static final int Base_Widget_AppCompat_ActionBar_TabView = 2131296351;
        public static final int Base_Widget_AppCompat_ActionButton = 2131296352;
        public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 2131296353;
        public static final int Base_Widget_AppCompat_ActionButton_Overflow = 2131296354;
        public static final int Base_Widget_AppCompat_ActionMode = 2131296431;
        public static final int Base_Widget_AppCompat_ActivityChooserView = 2131296432;
        public static final int Base_Widget_AppCompat_AutoCompleteTextView = 2131296287;
        public static final int Base_Widget_AppCompat_Button = 2131296355;
        public static final int Base_Widget_AppCompat_Button_Borderless = 2131296356;
        public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 2131296357;
        public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296433;
        public static final int Base_Widget_AppCompat_Button_Colored = 2131296389;
        public static final int Base_Widget_AppCompat_Button_Small = 2131296358;
        public static final int Base_Widget_AppCompat_ButtonBar = 2131296359;
        public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131296434;
        public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131296360;
        public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131296361;
        public static final int Base_Widget_AppCompat_CompoundButton_Switch = 2131296435;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle = 2131296256;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131296436;
        public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 2131296362;
        public static final int Base_Widget_AppCompat_EditText = 2131296288;
        public static final int Base_Widget_AppCompat_ImageButton = 2131296363;
        public static final int Base_Widget_AppCompat_Light_ActionBar = 2131296437;
        public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131296438;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131296439;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131296364;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296365;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131296366;
        public static final int Base_Widget_AppCompat_Light_PopupMenu = 2131296367;
        public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131296368;
        public static final int Base_Widget_AppCompat_ListPopupWindow = 2131296369;
        public static final int Base_Widget_AppCompat_ListView = 2131296370;
        public static final int Base_Widget_AppCompat_ListView_DropDown = 2131296371;
        public static final int Base_Widget_AppCompat_ListView_Menu = 2131296372;
        public static final int Base_Widget_AppCompat_PopupMenu = 2131296373;
        public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 2131296374;
        public static final int Base_Widget_AppCompat_PopupWindow = 2131296440;
        public static final int Base_Widget_AppCompat_ProgressBar = 2131296278;
        public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131296279;
        public static final int Base_Widget_AppCompat_RatingBar = 2131296375;
        public static final int Base_Widget_AppCompat_RatingBar_Indicator = 2131296390;
        public static final int Base_Widget_AppCompat_RatingBar_Small = 2131296391;
        public static final int Base_Widget_AppCompat_SearchView = 2131296441;
        public static final int Base_Widget_AppCompat_SearchView_ActionBar = 2131296442;
        public static final int Base_Widget_AppCompat_SeekBar = 2131296376;
        public static final int Base_Widget_AppCompat_Spinner = 2131296377;
        public static final int Base_Widget_AppCompat_Spinner_Underlined = 2131296260;
        public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 2131296378;
        public static final int Base_Widget_AppCompat_Toolbar = 2131296443;
        public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131296379;
        public static final int Base_Widget_Design_TabLayout = 2131296444;
        public static final int Platform_AppCompat = 2131296280;
        public static final int Platform_AppCompat_Light = 2131296281;
        public static final int Platform_ThemeOverlay_AppCompat = 2131296380;
        public static final int Platform_ThemeOverlay_AppCompat_Dark = 2131296381;
        public static final int Platform_ThemeOverlay_AppCompat_Light = 2131296382;
        public static final int Platform_V11_AppCompat = 2131296282;
        public static final int Platform_V11_AppCompat_Light = 2131296283;
        public static final int Platform_V14_AppCompat = 2131296290;
        public static final int Platform_V14_AppCompat_Light = 2131296291;
        public static final int Platform_Widget_AppCompat_Spinner = 2131296284;
        public static final int RtlOverlay_DialogWindowTitle_AppCompat = 2131296297;
        public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131296298;
        public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131296299;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131296300;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131296301;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131296302;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131296303;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131296304;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131296305;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131296306;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131296307;
        public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131296308;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 2131296309;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131296310;
        public static final int TextAppearance_AppCompat = 2131296445;
        public static final int TextAppearance_AppCompat_Body1 = 2131296446;
        public static final int TextAppearance_AppCompat_Body2 = 2131296447;
        public static final int TextAppearance_AppCompat_Button = 2131296448;
        public static final int TextAppearance_AppCompat_Caption = 2131296449;
        public static final int TextAppearance_AppCompat_Display1 = 2131296450;
        public static final int TextAppearance_AppCompat_Display2 = 2131296451;
        public static final int TextAppearance_AppCompat_Display3 = 2131296452;
        public static final int TextAppearance_AppCompat_Display4 = 2131296453;
        public static final int TextAppearance_AppCompat_Headline = 2131296454;
        public static final int TextAppearance_AppCompat_Inverse = 2131296455;
        public static final int TextAppearance_AppCompat_Large = 2131296456;
        public static final int TextAppearance_AppCompat_Large_Inverse = 2131296457;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131296458;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 2131296459;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296460;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296461;
        public static final int TextAppearance_AppCompat_Medium = 2131296462;
        public static final int TextAppearance_AppCompat_Medium_Inverse = 2131296463;
        public static final int TextAppearance_AppCompat_Menu = 2131296464;
        public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 2131296465;
        public static final int TextAppearance_AppCompat_SearchResult_Title = 2131296466;
        public static final int TextAppearance_AppCompat_Small = 2131296467;
        public static final int TextAppearance_AppCompat_Small_Inverse = 2131296468;
        public static final int TextAppearance_AppCompat_Subhead = 2131296469;
        public static final int TextAppearance_AppCompat_Subhead_Inverse = 2131296470;
        public static final int TextAppearance_AppCompat_Title = 2131296471;
        public static final int TextAppearance_AppCompat_Title_Inverse = 2131296472;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296473;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296474;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296475;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296476;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296477;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296478;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131296479;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296480;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131296481;
        public static final int TextAppearance_AppCompat_Widget_Button = 2131296482;
        public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 2131296483;
        public static final int TextAppearance_AppCompat_Widget_DropDownItem = 2131296484;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296485;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296486;
        public static final int TextAppearance_AppCompat_Widget_Switch = 2131296487;
        public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296488;
        public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 2131296489;
        public static final int TextAppearance_Design_Counter = 2131296490;
        public static final int TextAppearance_Design_Counter_Overflow = 2131296491;
        public static final int TextAppearance_Design_Error = 2131296492;
        public static final int TextAppearance_Design_Hint = 2131296493;
        public static final int TextAppearance_Design_Snackbar_Message = 2131296494;
        public static final int TextAppearance_Design_Tab = 2131296495;
        public static final int TextAppearance_StatusBar_EventContent = 2131296292;
        public static final int TextAppearance_StatusBar_EventContent_Info = 2131296293;
        public static final int TextAppearance_StatusBar_EventContent_Line2 = 2131296294;
        public static final int TextAppearance_StatusBar_EventContent_Time = 2131296295;
        public static final int TextAppearance_StatusBar_EventContent_Title = 2131296296;
        public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296496;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296497;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296498;
        public static final int Theme_AppCompat = 2131296499;
        public static final int Theme_AppCompat_CompactMenu = 2131296500;
        public static final int Theme_AppCompat_DayNight = 2131296261;
        public static final int Theme_AppCompat_DayNight_DarkActionBar = 2131296262;
        public static final int Theme_AppCompat_DayNight_Dialog = 2131296263;
        public static final int Theme_AppCompat_DayNight_Dialog_Alert = 2131296264;
        public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131296265;
        public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 2131296266;
        public static final int Theme_AppCompat_DayNight_NoActionBar = 2131296267;
        public static final int Theme_AppCompat_Dialog = 2131296501;
        public static final int Theme_AppCompat_Dialog_Alert = 2131296502;
        public static final int Theme_AppCompat_Dialog_MinWidth = 2131296503;
        public static final int Theme_AppCompat_DialogWhenLarge = 2131296504;
        public static final int Theme_AppCompat_Light = 2131296505;
        public static final int Theme_AppCompat_Light_DarkActionBar = 2131296506;
        public static final int Theme_AppCompat_Light_Dialog = 2131296507;
        public static final int Theme_AppCompat_Light_Dialog_Alert = 2131296508;
        public static final int Theme_AppCompat_Light_Dialog_MinWidth = 2131296509;
        public static final int Theme_AppCompat_Light_DialogWhenLarge = 2131296510;
        public static final int Theme_AppCompat_Light_NoActionBar = 2131296511;
        public static final int Theme_AppCompat_NoActionBar = 2131296512;
        public static final int Theme_Design = 2131296513;
        public static final int Theme_Design_BottomSheetDialog = 2131296514;
        public static final int Theme_Design_Light = 2131296515;
        public static final int Theme_Design_Light_BottomSheetDialog = 2131296516;
        public static final int Theme_Design_Light_NoActionBar = 2131296517;
        public static final int Theme_Design_NoActionBar = 2131296518;
        public static final int ThemeOverlay_AppCompat = 2131296519;
        public static final int ThemeOverlay_AppCompat_ActionBar = 2131296520;
        public static final int ThemeOverlay_AppCompat_Dark = 2131296521;
        public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 2131296522;
        public static final int ThemeOverlay_AppCompat_Light = 2131296523;
        public static final int Widget_AppCompat_ActionBar = 2131296524;
        public static final int Widget_AppCompat_ActionBar_Solid = 2131296525;
        public static final int Widget_AppCompat_ActionBar_TabBar = 2131296526;
        public static final int Widget_AppCompat_ActionBar_TabText = 2131296527;
        public static final int Widget_AppCompat_ActionBar_TabView = 2131296528;
        public static final int Widget_AppCompat_ActionButton = 2131296529;
        public static final int Widget_AppCompat_ActionButton_CloseMode = 2131296530;
        public static final int Widget_AppCompat_ActionButton_Overflow = 2131296531;
        public static final int Widget_AppCompat_ActionMode = 2131296532;
        public static final int Widget_AppCompat_ActivityChooserView = 2131296533;
        public static final int Widget_AppCompat_AutoCompleteTextView = 2131296534;
        public static final int Widget_AppCompat_Button = 2131296535;
        public static final int Widget_AppCompat_Button_Borderless = 2131296536;
        public static final int Widget_AppCompat_Button_Borderless_Colored = 2131296537;
        public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296538;
        public static final int Widget_AppCompat_Button_Colored = 2131296539;
        public static final int Widget_AppCompat_Button_Small = 2131296540;
        public static final int Widget_AppCompat_ButtonBar = 2131296541;
        public static final int Widget_AppCompat_ButtonBar_AlertDialog = 2131296542;
        public static final int Widget_AppCompat_CompoundButton_CheckBox = 2131296543;
        public static final int Widget_AppCompat_CompoundButton_RadioButton = 2131296544;
        public static final int Widget_AppCompat_CompoundButton_Switch = 2131296545;
        public static final int Widget_AppCompat_DrawerArrowToggle = 2131296546;
        public static final int Widget_AppCompat_DropDownItem_Spinner = 2131296547;
        public static final int Widget_AppCompat_EditText = 2131296548;
        public static final int Widget_AppCompat_ImageButton = 2131296549;
        public static final int Widget_AppCompat_Light_ActionBar = 2131296550;
        public static final int Widget_AppCompat_Light_ActionBar_Solid = 2131296551;
        public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131296552;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar = 2131296553;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131296554;
        public static final int Widget_AppCompat_Light_ActionBar_TabText = 2131296555;
        public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296556;
        public static final int Widget_AppCompat_Light_ActionBar_TabView = 2131296557;
        public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131296558;
        public static final int Widget_AppCompat_Light_ActionButton = 2131296559;
        public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 2131296560;
        public static final int Widget_AppCompat_Light_ActionButton_Overflow = 2131296561;
        public static final int Widget_AppCompat_Light_ActionMode_Inverse = 2131296562;
        public static final int Widget_AppCompat_Light_ActivityChooserView = 2131296563;
        public static final int Widget_AppCompat_Light_AutoCompleteTextView = 2131296564;
        public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 2131296565;
        public static final int Widget_AppCompat_Light_ListPopupWindow = 2131296566;
        public static final int Widget_AppCompat_Light_ListView_DropDown = 2131296567;
        public static final int Widget_AppCompat_Light_PopupMenu = 2131296568;
        public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 2131296569;
        public static final int Widget_AppCompat_Light_SearchView = 2131296570;
        public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131296571;
        public static final int Widget_AppCompat_ListPopupWindow = 2131296572;
        public static final int Widget_AppCompat_ListView = 2131296573;
        public static final int Widget_AppCompat_ListView_DropDown = 2131296574;
        public static final int Widget_AppCompat_ListView_Menu = 2131296575;
        public static final int Widget_AppCompat_PopupMenu = 2131296576;
        public static final int Widget_AppCompat_PopupMenu_Overflow = 2131296577;
        public static final int Widget_AppCompat_PopupWindow = 2131296578;
        public static final int Widget_AppCompat_ProgressBar = 2131296579;
        public static final int Widget_AppCompat_ProgressBar_Horizontal = 2131296580;
        public static final int Widget_AppCompat_RatingBar = 2131296581;
        public static final int Widget_AppCompat_RatingBar_Indicator = 2131296582;
        public static final int Widget_AppCompat_RatingBar_Small = 2131296583;
        public static final int Widget_AppCompat_SearchView = 2131296584;
        public static final int Widget_AppCompat_SearchView_ActionBar = 2131296585;
        public static final int Widget_AppCompat_SeekBar = 2131296586;
        public static final int Widget_AppCompat_Spinner = 2131296587;
        public static final int Widget_AppCompat_Spinner_DropDown = 2131296588;
        public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131296589;
        public static final int Widget_AppCompat_Spinner_Underlined = 2131296590;
        public static final int Widget_AppCompat_TextView_SpinnerItem = 2131296591;
        public static final int Widget_AppCompat_Toolbar = 2131296592;
        public static final int Widget_AppCompat_Toolbar_Button_Navigation = 2131296593;
        public static final int Widget_Design_AppBarLayout = 2131296594;
        public static final int Widget_Design_BottomSheet_Modal = 2131296595;
        public static final int Widget_Design_CollapsingToolbar = 2131296596;
        public static final int Widget_Design_CoordinatorLayout = 2131296597;
        public static final int Widget_Design_FloatingActionButton = 2131296598;
        public static final int Widget_Design_NavigationView = 2131296599;
        public static final int Widget_Design_ScrimInsetsFrameLayout = 2131296600;
        public static final int Widget_Design_Snackbar = 2131296601;
        public static final int Widget_Design_TabLayout = 2131296257;
        public static final int Widget_Design_TextInputLayout = 2131296602;

        public style() { /* compiled code */ }
    }

    public static final class string {
        public static final int abc_action_bar_home_description = 2131099648;
        public static final int abc_action_bar_home_description_format = 2131099649;
        public static final int abc_action_bar_home_subtitle_description_format = 2131099650;
        public static final int abc_action_bar_up_description = 2131099651;
        public static final int abc_action_menu_overflow_description = 2131099652;
        public static final int abc_action_mode_done = 2131099653;
        public static final int abc_activity_chooser_view_see_all = 2131099654;
        public static final int abc_activitychooserview_choose_application = 2131099655;
        public static final int abc_capital_off = 2131099656;
        public static final int abc_capital_on = 2131099657;
        public static final int abc_search_hint = 2131099658;
        public static final int abc_searchview_description_clear = 2131099659;
        public static final int abc_searchview_description_query = 2131099660;
        public static final int abc_searchview_description_search = 2131099661;
        public static final int abc_searchview_description_submit = 2131099662;
        public static final int abc_searchview_description_voice = 2131099663;
        public static final int abc_shareactionprovider_share_with = 2131099664;
        public static final int abc_shareactionprovider_share_with_application = 2131099665;
        public static final int abc_toolbar_collapse_description = 2131099666;
        public static final int action_settings = 2131099668;
        public static final int app_name = 2131099669;
        public static final int appbar_scrolling_view_behavior = 2131099670;
        public static final int bottom_sheet_behavior = 2131099671;
        public static final int button_send = 2131099672;
        public static final int character_counter_pattern = 2131099673;
        public static final int edit_message = 2131099674;
        public static final int status_bar_notification_info_overflow = 2131099667;
        public static final int title_activity_display_message = 2131099675;

        public string() { /* compiled code */ }
    }

    public static final class mipmap {
        public static final int ic_launcher = 2130903040;

        public mipmap() { /* compiled code */ }
    }

    public static final class menu {
        public static final int menu_main = 2131558400;

        public menu() { /* compiled code */ }
    }

    public static final class layout {
        public static final int abc_action_bar_title_item = 2130968576;
        public static final int abc_action_bar_up_container = 2130968577;
        public static final int abc_action_bar_view_list_nav_layout = 2130968578;
        public static final int abc_action_menu_item_layout = 2130968579;
        public static final int abc_action_menu_layout = 2130968580;
        public static final int abc_action_mode_bar = 2130968581;
        public static final int abc_action_mode_close_item_material = 2130968582;
        public static final int abc_activity_chooser_view = 2130968583;
        public static final int abc_activity_chooser_view_list_item = 2130968584;
        public static final int abc_alert_dialog_button_bar_material = 2130968585;
        public static final int abc_alert_dialog_material = 2130968586;
        public static final int abc_dialog_title_material = 2130968587;
        public static final int abc_expanded_menu_layout = 2130968588;
        public static final int abc_list_menu_item_checkbox = 2130968589;
        public static final int abc_list_menu_item_icon = 2130968590;
        public static final int abc_list_menu_item_layout = 2130968591;
        public static final int abc_list_menu_item_radio = 2130968592;
        public static final int abc_popup_menu_item_layout = 2130968593;
        public static final int abc_screen_content_include = 2130968594;
        public static final int abc_screen_simple = 2130968595;
        public static final int abc_screen_simple_overlay_action_mode = 2130968596;
        public static final int abc_screen_toolbar = 2130968597;
        public static final int abc_search_dropdown_item_icons_2line = 2130968598;
        public static final int abc_search_view = 2130968599;
        public static final int abc_select_dialog_material = 2130968600;
        public static final int activity_display_message = 2130968601;
        public static final int activity_main = 2130968602;
        public static final int content_display_message = 2130968603;
        public static final int content_main = 2130968604;
        public static final int design_bottom_sheet_dialog = 2130968605;
        public static final int design_layout_snackbar = 2130968606;
        public static final int design_layout_snackbar_include = 2130968607;
        public static final int design_layout_tab_icon = 2130968608;
        public static final int design_layout_tab_text = 2130968609;
        public static final int design_menu_item_action_area = 2130968610;
        public static final int design_navigation_item = 2130968611;
        public static final int design_navigation_item_header = 2130968612;
        public static final int design_navigation_item_separator = 2130968613;
        public static final int design_navigation_item_subheader = 2130968614;
        public static final int design_navigation_menu = 2130968615;
        public static final int design_navigation_menu_item = 2130968616;
        public static final int notification_media_action = 2130968617;
        public static final int notification_media_cancel_action = 2130968618;
        public static final int notification_template_big_media = 2130968619;
        public static final int notification_template_big_media_narrow = 2130968620;
        public static final int notification_template_lines = 2130968621;
        public static final int notification_template_media = 2130968622;
        public static final int notification_template_part_chronometer = 2130968623;
        public static final int notification_template_part_time = 2130968624;
        public static final int select_dialog_item_material = 2130968625;
        public static final int select_dialog_multichoice_material = 2130968626;
        public static final int select_dialog_singlechoice_material = 2130968627;
        public static final int support_simple_spinner_dropdown_item = 2130968628;

        public layout() { /* compiled code */ }
    }

    public static final class integer {
        public static final int abc_config_activityDefaultDur = 2131361794;
        public static final int abc_config_activityShortDur = 2131361795;
        public static final int abc_max_action_buttons = 2131361792;
        public static final int bottom_sheet_slide_duration = 2131361796;
        public static final int cancel_button_image_alpha = 2131361797;
        public static final int design_snackbar_text_max_lines = 2131361793;
        public static final int status_bar_notification_info_maxnum = 2131361798;

        public integer() { /* compiled code */ }
    }

    public static final class id {
        public static final int action0 = 2131492982;
        public static final int action_bar = 2131492954;
        public static final int action_bar_activity_content = 2131492864;
        public static final int action_bar_container = 2131492953;
        public static final int action_bar_root = 2131492949;
        public static final int action_bar_spinner = 2131492865;
        public static final int action_bar_subtitle = 2131492923;
        public static final int action_bar_title = 2131492922;
        public static final int action_context_bar = 2131492955;
        public static final int action_divider = 2131492986;
        public static final int action_menu_divider = 2131492866;
        public static final int action_menu_presenter = 2131492867;
        public static final int action_mode_bar = 2131492951;
        public static final int action_mode_bar_stub = 2131492950;
        public static final int action_mode_close_button = 2131492924;
        public static final int action_settings = 2131492995;
        public static final int activity_chooser_view_content = 2131492925;
        public static final int alertTitle = 2131492937;
        public static final int always = 2131492915;
        public static final int beginning = 2131492913;
        public static final int bottom = 2131492893;
        public static final int buttonPanel = 2131492932;
        public static final int cancel_action = 2131492983;
        public static final int center = 2131492894;
        public static final int center_horizontal = 2131492895;
        public static final int center_vertical = 2131492896;
        public static final int checkbox = 2131492946;
        public static final int chronometer = 2131492989;
        public static final int clip_horizontal = 2131492908;
        public static final int clip_vertical = 2131492909;
        public static final int collapseActionView = 2131492916;
        public static final int content = 2131492971;
        public static final int contentPanel = 2131492938;
        public static final int custom = 2131492944;
        public static final int customPanel = 2131492943;
        public static final int decor_content_parent = 2131492952;
        public static final int default_activity_button = 2131492928;
        public static final int design_bottom_sheet = 2131492974;
        public static final int design_menu_item_action_area = 2131492981;
        public static final int design_menu_item_action_area_stub = 2131492980;
        public static final int design_menu_item_text = 2131492979;
        public static final int design_navigation_view = 2131492978;
        public static final int disableHome = 2131492878;
        public static final int edit_message = 2131492972;
        public static final int edit_query = 2131492956;
        public static final int end = 2131492897;
        public static final int end_padder = 2131492994;
        public static final int enterAlways = 2131492885;
        public static final int enterAlwaysCollapsed = 2131492886;
        public static final int exitUntilCollapsed = 2131492887;
        public static final int expand_activities_button = 2131492926;
        public static final int expanded_menu = 2131492945;
        public static final int fab = 2131492970;
        public static final int fill = 2131492910;
        public static final int fill_horizontal = 2131492911;
        public static final int fill_vertical = 2131492898;
        public static final int fixed = 2131492920;
        public static final int home = 2131492868;
        public static final int homeAsUp = 2131492879;
        public static final int icon = 2131492930;
        public static final int ifRoom = 2131492917;
        public static final int image = 2131492927;
        public static final int info = 2131492993;
        public static final int item_touch_helper_previous_elevation = 2131492869;
        public static final int left = 2131492899;
        public static final int line1 = 2131492987;
        public static final int line3 = 2131492991;
        public static final int listMode = 2131492875;
        public static final int list_item = 2131492929;
        public static final int media_actions = 2131492985;
        public static final int middle = 2131492914;
        public static final int mini = 2131492912;
        public static final int multiply = 2131492903;
        public static final int navigation_header_container = 2131492977;
        public static final int never = 2131492918;
        public static final int none = 2131492880;
        public static final int normal = 2131492876;
        public static final int parallax = 2131492891;
        public static final int parentPanel = 2131492934;
        public static final int pin = 2131492892;
        public static final int progress_circular = 2131492870;
        public static final int progress_horizontal = 2131492871;
        public static final int radio = 2131492948;
        public static final int right = 2131492900;
        public static final int screen = 2131492904;
        public static final int scroll = 2131492888;
        public static final int scrollIndicatorDown = 2131492942;
        public static final int scrollIndicatorUp = 2131492939;
        public static final int scrollView = 2131492940;
        public static final int scrollable = 2131492921;
        public static final int search_badge = 2131492958;
        public static final int search_bar = 2131492957;
        public static final int search_button = 2131492959;
        public static final int search_close_btn = 2131492964;
        public static final int search_edit_frame = 2131492960;
        public static final int search_go_btn = 2131492966;
        public static final int search_mag_icon = 2131492961;
        public static final int search_plate = 2131492962;
        public static final int search_src_text = 2131492963;
        public static final int search_voice_btn = 2131492967;
        public static final int select_dialog_listview = 2131492968;
        public static final int shortcut = 2131492947;
        public static final int showCustom = 2131492881;
        public static final int showHome = 2131492882;
        public static final int showTitle = 2131492883;
        public static final int snackbar_action = 2131492976;
        public static final int snackbar_text = 2131492975;
        public static final int snap = 2131492889;
        public static final int spacer = 2131492933;
        public static final int split_action_bar = 2131492872;
        public static final int src_atop = 2131492905;
        public static final int src_in = 2131492906;
        public static final int src_over = 2131492907;
        public static final int start = 2131492901;
        public static final int status_bar_latest_event_content = 2131492984;
        public static final int submit_area = 2131492965;
        public static final int tabMode = 2131492877;
        public static final int text = 2131492992;
        public static final int text2 = 2131492990;
        public static final int textSpacerNoButtons = 2131492941;
        public static final int time = 2131492988;
        public static final int title = 2131492931;
        public static final int title_template = 2131492936;
        public static final int toolbar = 2131492969;
        public static final int top = 2131492902;
        public static final int topPanel = 2131492935;
        public static final int touch_outside = 2131492973;
        public static final int up = 2131492873;
        public static final int useLogo = 2131492884;
        public static final int view_offset_helper = 2131492874;
        public static final int withText = 2131492919;
        public static final int wrap_content = 2131492890;

        public id() { /* compiled code */ }
    }

    public static final class drawable {
        public static final int abc_ab_share_pack_mtrl_alpha = 2130837504;
        public static final int abc_action_bar_item_background_material = 2130837505;
        public static final int abc_btn_borderless_material = 2130837506;
        public static final int abc_btn_check_material = 2130837507;
        public static final int abc_btn_check_to_on_mtrl_000 = 2130837508;
        public static final int abc_btn_check_to_on_mtrl_015 = 2130837509;
        public static final int abc_btn_colored_material = 2130837510;
        public static final int abc_btn_default_mtrl_shape = 2130837511;
        public static final int abc_btn_radio_material = 2130837512;
        public static final int abc_btn_radio_to_on_mtrl_000 = 2130837513;
        public static final int abc_btn_radio_to_on_mtrl_015 = 2130837514;
        public static final int abc_btn_rating_star_off_mtrl_alpha = 2130837515;
        public static final int abc_btn_rating_star_on_mtrl_alpha = 2130837516;
        public static final int abc_btn_switch_to_on_mtrl_00001 = 2130837517;
        public static final int abc_btn_switch_to_on_mtrl_00012 = 2130837518;
        public static final int abc_cab_background_internal_bg = 2130837519;
        public static final int abc_cab_background_top_material = 2130837520;
        public static final int abc_cab_background_top_mtrl_alpha = 2130837521;
        public static final int abc_control_background_material = 2130837522;
        public static final int abc_dialog_material_background_dark = 2130837523;
        public static final int abc_dialog_material_background_light = 2130837524;
        public static final int abc_edit_text_material = 2130837525;
        public static final int abc_ic_ab_back_mtrl_am_alpha = 2130837526;
        public static final int abc_ic_clear_mtrl_alpha = 2130837527;
        public static final int abc_ic_commit_search_api_mtrl_alpha = 2130837528;
        public static final int abc_ic_go_search_api_mtrl_alpha = 2130837529;
        public static final int abc_ic_menu_copy_mtrl_am_alpha = 2130837530;
        public static final int abc_ic_menu_cut_mtrl_alpha = 2130837531;
        public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 2130837532;
        public static final int abc_ic_menu_paste_mtrl_am_alpha = 2130837533;
        public static final int abc_ic_menu_selectall_mtrl_alpha = 2130837534;
        public static final int abc_ic_menu_share_mtrl_alpha = 2130837535;
        public static final int abc_ic_search_api_mtrl_alpha = 2130837536;
        public static final int abc_ic_star_black_16dp = 2130837537;
        public static final int abc_ic_star_black_36dp = 2130837538;
        public static final int abc_ic_star_half_black_16dp = 2130837539;
        public static final int abc_ic_star_half_black_36dp = 2130837540;
        public static final int abc_ic_voice_search_api_mtrl_alpha = 2130837541;
        public static final int abc_item_background_holo_dark = 2130837542;
        public static final int abc_item_background_holo_light = 2130837543;
        public static final int abc_list_divider_mtrl_alpha = 2130837544;
        public static final int abc_list_focused_holo = 2130837545;
        public static final int abc_list_longpressed_holo = 2130837546;
        public static final int abc_list_pressed_holo_dark = 2130837547;
        public static final int abc_list_pressed_holo_light = 2130837548;
        public static final int abc_list_selector_background_transition_holo_dark = 2130837549;
        public static final int abc_list_selector_background_transition_holo_light = 2130837550;
        public static final int abc_list_selector_disabled_holo_dark = 2130837551;
        public static final int abc_list_selector_disabled_holo_light = 2130837552;
        public static final int abc_list_selector_holo_dark = 2130837553;
        public static final int abc_list_selector_holo_light = 2130837554;
        public static final int abc_menu_hardkey_panel_mtrl_mult = 2130837555;
        public static final int abc_popup_background_mtrl_mult = 2130837556;
        public static final int abc_ratingbar_full_material = 2130837557;
        public static final int abc_ratingbar_indicator_material = 2130837558;
        public static final int abc_ratingbar_small_material = 2130837559;
        public static final int abc_scrubber_control_off_mtrl_alpha = 2130837560;
        public static final int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561;
        public static final int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562;
        public static final int abc_scrubber_primary_mtrl_alpha = 2130837563;
        public static final int abc_scrubber_track_mtrl_alpha = 2130837564;
        public static final int abc_seekbar_thumb_material = 2130837565;
        public static final int abc_seekbar_track_material = 2130837566;
        public static final int abc_spinner_mtrl_am_alpha = 2130837567;
        public static final int abc_spinner_textfield_background_material = 2130837568;
        public static final int abc_switch_thumb_material = 2130837569;
        public static final int abc_switch_track_mtrl_alpha = 2130837570;
        public static final int abc_tab_indicator_material = 2130837571;
        public static final int abc_tab_indicator_mtrl_alpha = 2130837572;
        public static final int abc_text_cursor_material = 2130837573;
        public static final int abc_textfield_activated_mtrl_alpha = 2130837574;
        public static final int abc_textfield_default_mtrl_alpha = 2130837575;
        public static final int abc_textfield_search_activated_mtrl_alpha = 2130837576;
        public static final int abc_textfield_search_default_mtrl_alpha = 2130837577;
        public static final int abc_textfield_search_material = 2130837578;
        public static final int design_fab_background = 2130837579;
        public static final int design_snackbar_background = 2130837580;
        public static final int notification_template_icon_bg = 2130837581;

        public drawable() { /* compiled code */ }
    }

    public static final class dimen {
        public static final int abc_action_bar_content_inset_material = 2131230733;
        public static final int abc_action_bar_default_height_material = 2131230721;
        public static final int abc_action_bar_default_padding_end_material = 2131230734;
        public static final int abc_action_bar_default_padding_start_material = 2131230735;
        public static final int abc_action_bar_icon_vertical_padding_material = 2131230746;
        public static final int abc_action_bar_overflow_padding_end_material = 2131230747;
        public static final int abc_action_bar_overflow_padding_start_material = 2131230748;
        public static final int abc_action_bar_progress_bar_size = 2131230722;
        public static final int abc_action_bar_stacked_max_height = 2131230749;
        public static final int abc_action_bar_stacked_tab_max_width = 2131230750;
        public static final int abc_action_bar_subtitle_bottom_margin_material = 2131230751;
        public static final int abc_action_bar_subtitle_top_margin_material = 2131230752;
        public static final int abc_action_button_min_height_material = 2131230753;
        public static final int abc_action_button_min_width_material = 2131230754;
        public static final int abc_action_button_min_width_overflow_material = 2131230755;
        public static final int abc_alert_dialog_button_bar_height = 2131230720;
        public static final int abc_button_inset_horizontal_material = 2131230756;
        public static final int abc_button_inset_vertical_material = 2131230757;
        public static final int abc_button_padding_horizontal_material = 2131230758;
        public static final int abc_button_padding_vertical_material = 2131230759;
        public static final int abc_config_prefDialogWidth = 2131230725;
        public static final int abc_control_corner_material = 2131230760;
        public static final int abc_control_inset_material = 2131230761;
        public static final int abc_control_padding_material = 2131230762;
        public static final int abc_dialog_fixed_height_major = 2131230726;
        public static final int abc_dialog_fixed_height_minor = 2131230727;
        public static final int abc_dialog_fixed_width_major = 2131230728;
        public static final int abc_dialog_fixed_width_minor = 2131230729;
        public static final int abc_dialog_list_padding_vertical_material = 2131230763;
        public static final int abc_dialog_min_width_major = 2131230730;
        public static final int abc_dialog_min_width_minor = 2131230731;
        public static final int abc_dialog_padding_material = 2131230764;
        public static final int abc_dialog_padding_top_material = 2131230765;
        public static final int abc_disabled_alpha_material_dark = 2131230766;
        public static final int abc_disabled_alpha_material_light = 2131230767;
        public static final int abc_dropdownitem_icon_width = 2131230768;
        public static final int abc_dropdownitem_text_padding_left = 2131230769;
        public static final int abc_dropdownitem_text_padding_right = 2131230770;
        public static final int abc_edit_text_inset_bottom_material = 2131230771;
        public static final int abc_edit_text_inset_horizontal_material = 2131230772;
        public static final int abc_edit_text_inset_top_material = 2131230773;
        public static final int abc_floating_window_z = 2131230774;
        public static final int abc_list_item_padding_horizontal_material = 2131230775;
        public static final int abc_panel_menu_list_width = 2131230776;
        public static final int abc_search_view_preferred_width = 2131230777;
        public static final int abc_search_view_text_min_width = 2131230732;
        public static final int abc_seekbar_track_background_height_material = 2131230778;
        public static final int abc_seekbar_track_progress_height_material = 2131230779;
        public static final int abc_select_dialog_padding_start_material = 2131230780;
        public static final int abc_switch_padding = 2131230744;
        public static final int abc_text_size_body_1_material = 2131230781;
        public static final int abc_text_size_body_2_material = 2131230782;
        public static final int abc_text_size_button_material = 2131230783;
        public static final int abc_text_size_caption_material = 2131230784;
        public static final int abc_text_size_display_1_material = 2131230785;
        public static final int abc_text_size_display_2_material = 2131230786;
        public static final int abc_text_size_display_3_material = 2131230787;
        public static final int abc_text_size_display_4_material = 2131230788;
        public static final int abc_text_size_headline_material = 2131230789;
        public static final int abc_text_size_large_material = 2131230790;
        public static final int abc_text_size_medium_material = 2131230791;
        public static final int abc_text_size_menu_material = 2131230792;
        public static final int abc_text_size_small_material = 2131230793;
        public static final int abc_text_size_subhead_material = 2131230794;
        public static final int abc_text_size_subtitle_material_toolbar = 2131230723;
        public static final int abc_text_size_title_material = 2131230795;
        public static final int abc_text_size_title_material_toolbar = 2131230724;
        public static final int activity_horizontal_margin = 2131230745;
        public static final int activity_vertical_margin = 2131230796;
        public static final int design_appbar_elevation = 2131230797;
        public static final int design_bottom_sheet_modal_elevation = 2131230798;
        public static final int design_bottom_sheet_modal_peek_height = 2131230799;
        public static final int design_fab_border_width = 2131230800;
        public static final int design_fab_elevation = 2131230801;
        public static final int design_fab_image_size = 2131230802;
        public static final int design_fab_size_mini = 2131230803;
        public static final int design_fab_size_normal = 2131230804;
        public static final int design_fab_translation_z_pressed = 2131230805;
        public static final int design_navigation_elevation = 2131230806;
        public static final int design_navigation_icon_padding = 2131230807;
        public static final int design_navigation_icon_size = 2131230808;
        public static final int design_navigation_max_width = 2131230736;
        public static final int design_navigation_padding_bottom = 2131230809;
        public static final int design_navigation_separator_vertical_padding = 2131230810;
        public static final int design_snackbar_action_inline_max_width = 2131230737;
        public static final int design_snackbar_background_corner_radius = 2131230738;
        public static final int design_snackbar_elevation = 2131230811;
        public static final int design_snackbar_extra_spacing_horizontal = 2131230739;
        public static final int design_snackbar_max_width = 2131230740;
        public static final int design_snackbar_min_width = 2131230741;
        public static final int design_snackbar_padding_horizontal = 2131230812;
        public static final int design_snackbar_padding_vertical = 2131230813;
        public static final int design_snackbar_padding_vertical_2lines = 2131230742;
        public static final int design_snackbar_text_size = 2131230814;
        public static final int design_tab_max_width = 2131230815;
        public static final int design_tab_scrollable_min_width = 2131230743;
        public static final int design_tab_text_size = 2131230816;
        public static final int design_tab_text_size_2line = 2131230817;
        public static final int disabled_alpha_material_dark = 2131230818;
        public static final int disabled_alpha_material_light = 2131230819;
        public static final int fab_margin = 2131230820;
        public static final int highlight_alpha_material_colored = 2131230821;
        public static final int highlight_alpha_material_dark = 2131230822;
        public static final int highlight_alpha_material_light = 2131230823;
        public static final int item_touch_helper_max_drag_scroll_per_frame = 2131230824;
        public static final int item_touch_helper_swipe_escape_max_velocity = 2131230825;
        public static final int item_touch_helper_swipe_escape_velocity = 2131230826;
        public static final int notification_large_icon_height = 2131230827;
        public static final int notification_large_icon_width = 2131230828;
        public static final int notification_subtext_size = 2131230829;

        public dimen() { /* compiled code */ }
    }

    public static final class color {
        public static final int abc_background_cache_hint_selector_material_dark = 2131427399;
        public static final int abc_background_cache_hint_selector_material_light = 2131427400;
        public static final int abc_color_highlight_material = 2131427401;
        public static final int abc_input_method_navigation_guard = 2131427328;
        public static final int abc_primary_text_disable_only_material_dark = 2131427402;
        public static final int abc_primary_text_disable_only_material_light = 2131427403;
        public static final int abc_primary_text_material_dark = 2131427404;
        public static final int abc_primary_text_material_light = 2131427405;
        public static final int abc_search_url_text = 2131427406;
        public static final int abc_search_url_text_normal = 2131427329;
        public static final int abc_search_url_text_pressed = 2131427330;
        public static final int abc_search_url_text_selected = 2131427331;
        public static final int abc_secondary_text_material_dark = 2131427407;
        public static final int abc_secondary_text_material_light = 2131427408;
        public static final int accent_material_dark = 2131427332;
        public static final int accent_material_light = 2131427333;
        public static final int background_floating_material_dark = 2131427334;
        public static final int background_floating_material_light = 2131427335;
        public static final int background_material_dark = 2131427336;
        public static final int background_material_light = 2131427337;
        public static final int bright_foreground_disabled_material_dark = 2131427338;
        public static final int bright_foreground_disabled_material_light = 2131427339;
        public static final int bright_foreground_inverse_material_dark = 2131427340;
        public static final int bright_foreground_inverse_material_light = 2131427341;
        public static final int bright_foreground_material_dark = 2131427342;
        public static final int bright_foreground_material_light = 2131427343;
        public static final int button_material_dark = 2131427344;
        public static final int button_material_light = 2131427345;
        public static final int colorAccent = 2131427346;
        public static final int colorPrimary = 2131427347;
        public static final int colorPrimaryDark = 2131427348;
        public static final int design_fab_shadow_end_color = 2131427349;
        public static final int design_fab_shadow_mid_color = 2131427350;
        public static final int design_fab_shadow_start_color = 2131427351;
        public static final int design_fab_stroke_end_inner_color = 2131427352;
        public static final int design_fab_stroke_end_outer_color = 2131427353;
        public static final int design_fab_stroke_top_inner_color = 2131427354;
        public static final int design_fab_stroke_top_outer_color = 2131427355;
        public static final int design_snackbar_background_color = 2131427356;
        public static final int design_textinput_error_color_dark = 2131427357;
        public static final int design_textinput_error_color_light = 2131427358;
        public static final int dim_foreground_disabled_material_dark = 2131427359;
        public static final int dim_foreground_disabled_material_light = 2131427360;
        public static final int dim_foreground_material_dark = 2131427361;
        public static final int dim_foreground_material_light = 2131427362;
        public static final int foreground_material_dark = 2131427363;
        public static final int foreground_material_light = 2131427364;
        public static final int highlighted_text_material_dark = 2131427365;
        public static final int highlighted_text_material_light = 2131427366;
        public static final int hint_foreground_material_dark = 2131427367;
        public static final int hint_foreground_material_light = 2131427368;
        public static final int material_blue_grey_800 = 2131427369;
        public static final int material_blue_grey_900 = 2131427370;
        public static final int material_blue_grey_950 = 2131427371;
        public static final int material_deep_teal_200 = 2131427372;
        public static final int material_deep_teal_500 = 2131427373;
        public static final int material_grey_100 = 2131427374;
        public static final int material_grey_300 = 2131427375;
        public static final int material_grey_50 = 2131427376;
        public static final int material_grey_600 = 2131427377;
        public static final int material_grey_800 = 2131427378;
        public static final int material_grey_850 = 2131427379;
        public static final int material_grey_900 = 2131427380;
        public static final int primary_dark_material_dark = 2131427381;
        public static final int primary_dark_material_light = 2131427382;
        public static final int primary_material_dark = 2131427383;
        public static final int primary_material_light = 2131427384;
        public static final int primary_text_default_material_dark = 2131427385;
        public static final int primary_text_default_material_light = 2131427386;
        public static final int primary_text_disabled_material_dark = 2131427387;
        public static final int primary_text_disabled_material_light = 2131427388;
        public static final int ripple_material_dark = 2131427389;
        public static final int ripple_material_light = 2131427390;
        public static final int secondary_text_default_material_dark = 2131427391;
        public static final int secondary_text_default_material_light = 2131427392;
        public static final int secondary_text_disabled_material_dark = 2131427393;
        public static final int secondary_text_disabled_material_light = 2131427394;
        public static final int switch_thumb_disabled_material_dark = 2131427395;
        public static final int switch_thumb_disabled_material_light = 2131427396;
        public static final int switch_thumb_material_dark = 2131427409;
        public static final int switch_thumb_material_light = 2131427410;
        public static final int switch_thumb_normal_material_dark = 2131427397;
        public static final int switch_thumb_normal_material_light = 2131427398;

        public color() { /* compiled code */ }
    }

    public static final class bool {
        public static final int abc_action_bar_embed_tabs = 2131165187;
        public static final int abc_action_bar_embed_tabs_pre_jb = 2131165185;
        public static final int abc_action_bar_expanded_action_views_exclusive = 2131165188;
        public static final int abc_allow_stacked_button_bar = 2131165184;
        public static final int abc_config_actionMenuItemAllCaps = 2131165189;
        public static final int abc_config_allowActionMenuItemTextWithIcon = 2131165186;
        public static final int abc_config_closeDialogWhenTouchOutside = 2131165190;
        public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131165191;

        public bool() { /* compiled code */ }
    }

    public static final class attr {
        public static final int actionBarDivider = 2130772030;
        public static final int actionBarItemBackground = 2130772031;
        public static final int actionBarPopupTheme = 2130772024;
        public static final int actionBarSize = 2130772029;
        public static final int actionBarSplitStyle = 2130772026;
        public static final int actionBarStyle = 2130772025;
        public static final int actionBarTabBarStyle = 2130772020;
        public static final int actionBarTabStyle = 2130772019;
        public static final int actionBarTabTextStyle = 2130772021;
        public static final int actionBarTheme = 2130772027;
        public static final int actionBarWidgetTheme = 2130772028;
        public static final int actionButtonStyle = 2130772056;
        public static final int actionDropDownStyle = 2130772052;
        public static final int actionLayout = 2130772166;
        public static final int actionMenuTextAppearance = 2130772032;
        public static final int actionMenuTextColor = 2130772033;
        public static final int actionModeBackground = 2130772036;
        public static final int actionModeCloseButtonStyle = 2130772035;
        public static final int actionModeCloseDrawable = 2130772038;
        public static final int actionModeCopyDrawable = 2130772040;
        public static final int actionModeCutDrawable = 2130772039;
        public static final int actionModeFindDrawable = 2130772044;
        public static final int actionModePasteDrawable = 2130772041;
        public static final int actionModePopupWindowStyle = 2130772046;
        public static final int actionModeSelectAllDrawable = 2130772042;
        public static final int actionModeShareDrawable = 2130772043;
        public static final int actionModeSplitBackground = 2130772037;
        public static final int actionModeStyle = 2130772034;
        public static final int actionModeWebSearchDrawable = 2130772045;
        public static final int actionOverflowButtonStyle = 2130772022;
        public static final int actionOverflowMenuStyle = 2130772023;
        public static final int actionProviderClass = 2130772168;
        public static final int actionViewClass = 2130772167;
        public static final int activityChooserViewStyle = 2130772064;
        public static final int alertDialogButtonGroupStyle = 2130772099;
        public static final int alertDialogCenterButtons = 2130772100;
        public static final int alertDialogStyle = 2130772098;
        public static final int alertDialogTheme = 2130772101;
        public static final int allowStacking = 2130772121;
        public static final int arrowHeadLength = 2130772152;
        public static final int arrowShaftLength = 2130772153;
        public static final int autoCompleteTextViewStyle = 2130772106;
        public static final int background = 2130771980;
        public static final int backgroundSplit = 2130771982;
        public static final int backgroundStacked = 2130771981;
        public static final int backgroundTint = 2130772248;
        public static final int backgroundTintMode = 2130772249;
        public static final int barLength = 2130772154;
        public static final int behavior_hideable = 2130772120;
        public static final int behavior_overlapTop = 2130772183;
        public static final int behavior_peekHeight = 2130772119;
        public static final int borderWidth = 2130772159;
        public static final int borderlessButtonStyle = 2130772061;
        public static final int bottomSheetDialogTheme = 2130772145;
        public static final int bottomSheetStyle = 2130772146;
        public static final int buttonBarButtonStyle = 2130772058;
        public static final int buttonBarNegativeButtonStyle = 2130772104;
        public static final int buttonBarNeutralButtonStyle = 2130772105;
        public static final int buttonBarPositiveButtonStyle = 2130772103;
        public static final int buttonBarStyle = 2130772057;
        public static final int buttonPanelSideLayout = 2130771999;
        public static final int buttonStyle = 2130772107;
        public static final int buttonStyleSmall = 2130772108;
        public static final int buttonTint = 2130772137;
        public static final int buttonTintMode = 2130772138;
        public static final int checkboxStyle = 2130772109;
        public static final int checkedTextViewStyle = 2130772110;
        public static final int closeIcon = 2130772188;
        public static final int closeItemLayout = 2130771996;
        public static final int collapseContentDescription = 2130772239;
        public static final int collapseIcon = 2130772238;
        public static final int collapsedTitleGravity = 2130772134;
        public static final int collapsedTitleTextAppearance = 2130772130;
        public static final int color = 2130772148;
        public static final int colorAccent = 2130772091;
        public static final int colorButtonNormal = 2130772095;
        public static final int colorControlActivated = 2130772093;
        public static final int colorControlHighlight = 2130772094;
        public static final int colorControlNormal = 2130772092;
        public static final int colorPrimary = 2130772089;
        public static final int colorPrimaryDark = 2130772090;
        public static final int colorSwitchThumbNormal = 2130772096;
        public static final int commitIcon = 2130772193;
        public static final int contentInsetEnd = 2130771991;
        public static final int contentInsetLeft = 2130771992;
        public static final int contentInsetRight = 2130771993;
        public static final int contentInsetStart = 2130771990;
        public static final int contentScrim = 2130772131;
        public static final int controlBackground = 2130772097;
        public static final int counterEnabled = 2130772225;
        public static final int counterMaxLength = 2130772226;
        public static final int counterOverflowTextAppearance = 2130772228;
        public static final int counterTextAppearance = 2130772227;
        public static final int customNavigationLayout = 2130771983;
        public static final int defaultQueryHint = 2130772187;
        public static final int dialogPreferredPadding = 2130772050;
        public static final int dialogTheme = 2130772049;
        public static final int displayOptions = 2130771973;
        public static final int divider = 2130771979;
        public static final int dividerHorizontal = 2130772063;
        public static final int dividerPadding = 2130772164;
        public static final int dividerVertical = 2130772062;
        public static final int drawableSize = 2130772150;
        public static final int drawerArrowStyle = 2130771968;
        public static final int dropDownListViewStyle = 2130772081;
        public static final int dropdownListPreferredItemHeight = 2130772053;
        public static final int editTextBackground = 2130772070;
        public static final int editTextColor = 2130772069;
        public static final int editTextStyle = 2130772111;
        public static final int elevation = 2130771994;
        public static final int errorEnabled = 2130772223;
        public static final int errorTextAppearance = 2130772224;
        public static final int expandActivityOverflowButtonDrawable = 2130771998;
        public static final int expanded = 2130772004;
        public static final int expandedTitleGravity = 2130772135;
        public static final int expandedTitleMargin = 2130772124;
        public static final int expandedTitleMarginBottom = 2130772128;
        public static final int expandedTitleMarginEnd = 2130772127;
        public static final int expandedTitleMarginStart = 2130772125;
        public static final int expandedTitleMarginTop = 2130772126;
        public static final int expandedTitleTextAppearance = 2130772129;
        public static final int fabSize = 2130772157;
        public static final int foregroundInsidePadding = 2130772161;
        public static final int gapBetweenBars = 2130772151;
        public static final int goIcon = 2130772189;
        public static final int headerLayout = 2130772175;
        public static final int height = 2130771969;
        public static final int hideOnContentScroll = 2130771989;
        public static final int hintAnimationEnabled = 2130772229;
        public static final int hintEnabled = 2130772222;
        public static final int hintTextAppearance = 2130772221;
        public static final int homeAsUpIndicator = 2130772055;
        public static final int homeLayout = 2130771984;
        public static final int icon = 2130771977;
        public static final int iconifiedByDefault = 2130772185;
        public static final int imageButtonStyle = 2130772071;
        public static final int indeterminateProgressStyle = 2130771986;
        public static final int initialActivityCount = 2130771997;
        public static final int insetForeground = 2130772182;
        public static final int isLightTheme = 2130771970;
        public static final int itemBackground = 2130772173;
        public static final int itemIconTint = 2130772171;
        public static final int itemPadding = 2130771988;
        public static final int itemTextAppearance = 2130772174;
        public static final int itemTextColor = 2130772172;
        public static final int keylines = 2130772139;
        public static final int layout = 2130772184;
        public static final int layoutManager = 2130772178;
        public static final int layout_anchor = 2130772142;
        public static final int layout_anchorGravity = 2130772144;
        public static final int layout_behavior = 2130772141;
        public static final int layout_collapseMode = 2130772122;
        public static final int layout_collapseParallaxMultiplier = 2130772123;
        public static final int layout_keyline = 2130772143;
        public static final int layout_scrollFlags = 2130772005;
        public static final int layout_scrollInterpolator = 2130772006;
        public static final int listChoiceBackgroundIndicator = 2130772088;
        public static final int listDividerAlertDialog = 2130772051;
        public static final int listItemLayout = 2130772003;
        public static final int listLayout = 2130772000;
        public static final int listPopupWindowStyle = 2130772082;
        public static final int listPreferredItemHeight = 2130772076;
        public static final int listPreferredItemHeightLarge = 2130772078;
        public static final int listPreferredItemHeightSmall = 2130772077;
        public static final int listPreferredItemPaddingLeft = 2130772079;
        public static final int listPreferredItemPaddingRight = 2130772080;
        public static final int logo = 2130771978;
        public static final int logoDescription = 2130772242;
        public static final int maxActionInlineWidth = 2130772197;
        public static final int maxButtonHeight = 2130772237;
        public static final int measureWithLargestChild = 2130772162;
        public static final int menu = 2130772170;
        public static final int multiChoiceItemLayout = 2130772001;
        public static final int navigationContentDescription = 2130772241;
        public static final int navigationIcon = 2130772240;
        public static final int navigationMode = 2130771972;
        public static final int overlapAnchor = 2130772176;
        public static final int paddingEnd = 2130772246;
        public static final int paddingStart = 2130772245;
        public static final int panelBackground = 2130772085;
        public static final int panelMenuListTheme = 2130772087;
        public static final int panelMenuListWidth = 2130772086;
        public static final int popupMenuStyle = 2130772067;
        public static final int popupTheme = 2130771995;
        public static final int popupWindowStyle = 2130772068;
        public static final int preserveIconSpacing = 2130772169;
        public static final int pressedTranslationZ = 2130772158;
        public static final int progressBarPadding = 2130771987;
        public static final int progressBarStyle = 2130771985;
        public static final int queryBackground = 2130772195;
        public static final int queryHint = 2130772186;
        public static final int radioButtonStyle = 2130772112;
        public static final int ratingBarStyle = 2130772113;
        public static final int ratingBarStyleIndicator = 2130772114;
        public static final int ratingBarStyleSmall = 2130772115;
        public static final int reverseLayout = 2130772180;
        public static final int rippleColor = 2130772156;
        public static final int searchHintIcon = 2130772191;
        public static final int searchIcon = 2130772190;
        public static final int searchViewStyle = 2130772075;
        public static final int seekBarStyle = 2130772116;
        public static final int selectableItemBackground = 2130772059;
        public static final int selectableItemBackgroundBorderless = 2130772060;
        public static final int showAsAction = 2130772165;
        public static final int showDividers = 2130772163;
        public static final int showText = 2130772204;
        public static final int singleChoiceItemLayout = 2130772002;
        public static final int spanCount = 2130772179;
        public static final int spinBars = 2130772149;
        public static final int spinnerDropDownItemStyle = 2130772054;
        public static final int spinnerStyle = 2130772117;
        public static final int splitTrack = 2130772203;
        public static final int srcCompat = 2130772007;
        public static final int stackFromEnd = 2130772181;
        public static final int state_above_anchor = 2130772177;
        public static final int statusBarBackground = 2130772140;
        public static final int statusBarScrim = 2130772132;
        public static final int submitBackground = 2130772196;
        public static final int subtitle = 2130771974;
        public static final int subtitleTextAppearance = 2130772231;
        public static final int subtitleTextColor = 2130772244;
        public static final int subtitleTextStyle = 2130771976;
        public static final int suggestionRowLayout = 2130772194;
        public static final int switchMinWidth = 2130772201;
        public static final int switchPadding = 2130772202;
        public static final int switchStyle = 2130772118;
        public static final int switchTextAppearance = 2130772200;
        public static final int tabBackground = 2130772208;
        public static final int tabContentStart = 2130772207;
        public static final int tabGravity = 2130772210;
        public static final int tabIndicatorColor = 2130772205;
        public static final int tabIndicatorHeight = 2130772206;
        public static final int tabMaxWidth = 2130772212;
        public static final int tabMinWidth = 2130772211;
        public static final int tabMode = 2130772209;
        public static final int tabPadding = 2130772220;
        public static final int tabPaddingBottom = 2130772219;
        public static final int tabPaddingEnd = 2130772218;
        public static final int tabPaddingStart = 2130772216;
        public static final int tabPaddingTop = 2130772217;
        public static final int tabSelectedTextColor = 2130772215;
        public static final int tabTextAppearance = 2130772213;
        public static final int tabTextColor = 2130772214;
        public static final int textAllCaps = 2130772008;
        public static final int textAppearanceLargePopupMenu = 2130772047;
        public static final int textAppearanceListItem = 2130772083;
        public static final int textAppearanceListItemSmall = 2130772084;
        public static final int textAppearanceSearchResultSubtitle = 2130772073;
        public static final int textAppearanceSearchResultTitle = 2130772072;
        public static final int textAppearanceSmallPopupMenu = 2130772048;
        public static final int textColorAlertDialogListItem = 2130772102;
        public static final int textColorError = 2130772147;
        public static final int textColorSearchUrl = 2130772074;
        public static final int theme = 2130772247;
        public static final int thickness = 2130772155;
        public static final int thumbTextPadding = 2130772199;
        public static final int title = 2130771971;
        public static final int titleEnabled = 2130772136;
        public static final int titleMarginBottom = 2130772236;
        public static final int titleMarginEnd = 2130772234;
        public static final int titleMarginStart = 2130772233;
        public static final int titleMarginTop = 2130772235;
        public static final int titleMargins = 2130772232;
        public static final int titleTextAppearance = 2130772230;
        public static final int titleTextColor = 2130772243;
        public static final int titleTextStyle = 2130771975;
        public static final int toolbarId = 2130772133;
        public static final int toolbarNavigationButtonStyle = 2130772066;
        public static final int toolbarStyle = 2130772065;
        public static final int track = 2130772198;
        public static final int useCompatPadding = 2130772160;
        public static final int voiceIcon = 2130772192;
        public static final int windowActionBar = 2130772009;
        public static final int windowActionBarOverlay = 2130772011;
        public static final int windowActionModeOverlay = 2130772012;
        public static final int windowFixedHeightMajor = 2130772016;
        public static final int windowFixedHeightMinor = 2130772014;
        public static final int windowFixedWidthMajor = 2130772013;
        public static final int windowFixedWidthMinor = 2130772015;
        public static final int windowMinWidthMajor = 2130772017;
        public static final int windowMinWidthMinor = 2130772018;
        public static final int windowNoTitle = 2130772010;

        public attr() { /* compiled code */ }
    }

    public static final class anim {
        public static final int abc_fade_in = 2131034112;
        public static final int abc_fade_out = 2131034113;
        public static final int abc_grow_fade_in_from_bottom = 2131034114;
        public static final int abc_popup_enter = 2131034115;
        public static final int abc_popup_exit = 2131034116;
        public static final int abc_shrink_fade_out_from_bottom = 2131034117;
        public static final int abc_slide_in_bottom = 2131034118;
        public static final int abc_slide_in_top = 2131034119;
        public static final int abc_slide_out_bottom = 2131034120;
        public static final int abc_slide_out_top = 2131034121;
        public static final int design_bottom_sheet_slide_in = 2131034122;
        public static final int design_bottom_sheet_slide_out = 2131034123;
        public static final int design_fab_in = 2131034124;
        public static final int design_fab_out = 2131034125;
        public static final int design_snackbar_in = 2131034126;
        public static final int design_snackbar_out = 2131034127;

        public anim() { /* compiled code */ }
    }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package com.dvidi.learningandroid;

public class MainActivity extends android.support.v7.app.AppCompatActivity {
    public static final java.lang.String EXTRA_MESSAGE = "com.dvidi.dvidi.learningandroid.MESSAGE";

    public MainActivity() { /* compiled code */ }

    protected void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ }

    public boolean onCreateOptionsMenu(android.view.Menu menu) { /* compiled code */ }

    public boolean onOptionsItemSelected(android.view.MenuItem item) { /* compiled code */ }

    public void sendMessage(android.view.View view) { /* compiled code */ }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package com.dvidi.learningandroid;

public class DisplayMessageActivity extends android.support.v7.app.AppCompatActivity {
    public DisplayMessageActivity() { /* compiled code */ }

    protected void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package com.dvidi.learningandroid;

public final class BuildConfig {
    public static final boolean DEBUG;
    public static final java.lang.String APPLICATION_ID = "com.dvidi.learningandroid";
    public static final java.lang.String BUILD_TYPE = "debug";
    public static final java.lang.String FLAVOR = "";
    public static final int VERSION_CODE = 1;
    public static final java.lang.String VERSION_NAME = "1.0";

    public BuildConfig() { /* compiled code */ }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package android.support.v7.recyclerview;

public final class R {
    public R() { /* compiled code */ }

    public static final class styleable {
        public static final int[] RecyclerView;
        public static final int RecyclerView_android_orientation = 0;
        public static final int RecyclerView_layoutManager = 1;
        public static final int RecyclerView_reverseLayout = 3;
        public static final int RecyclerView_spanCount = 2;
        public static final int RecyclerView_stackFromEnd = 4;

        public styleable() { /* compiled code */ }
    }

    public static final class id {
        public static final int item_touch_helper_previous_elevation = 2131492869;

        public id() { /* compiled code */ }
    }

    public static final class dimen {
        public static final int item_touch_helper_max_drag_scroll_per_frame = 2131230824;
        public static final int item_touch_helper_swipe_escape_max_velocity = 2131230825;
        public static final int item_touch_helper_swipe_escape_velocity = 2131230826;

        public dimen() { /* compiled code */ }
    }

    public static final class attr {
        public static final int layoutManager = 2130772178;
        public static final int reverseLayout = 2130772180;
        public static final int spanCount = 2130772179;
        public static final int stackFromEnd = 2130772181;

        public attr() { /* compiled code */ }
    }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package android.support.v7.appcompat;

public final class R {
    public R() { /* compiled code */ }

    public static final class styleable {
        public static final int[] ActionBar;
        public static final int[] ActionBarLayout;
        public static final int ActionBarLayout_android_layout_gravity = 0;
        public static final int ActionBar_background = 10;
        public static final int ActionBar_backgroundSplit = 12;
        public static final int ActionBar_backgroundStacked = 11;
        public static final int ActionBar_contentInsetEnd = 21;
        public static final int ActionBar_contentInsetLeft = 22;
        public static final int ActionBar_contentInsetRight = 23;
        public static final int ActionBar_contentInsetStart = 20;
        public static final int ActionBar_customNavigationLayout = 13;
        public static final int ActionBar_displayOptions = 3;
        public static final int ActionBar_divider = 9;
        public static final int ActionBar_elevation = 24;
        public static final int ActionBar_height = 0;
        public static final int ActionBar_hideOnContentScroll = 19;
        public static final int ActionBar_homeAsUpIndicator = 26;
        public static final int ActionBar_homeLayout = 14;
        public static final int ActionBar_icon = 7;
        public static final int ActionBar_indeterminateProgressStyle = 16;
        public static final int ActionBar_itemPadding = 18;
        public static final int ActionBar_logo = 8;
        public static final int ActionBar_navigationMode = 2;
        public static final int ActionBar_popupTheme = 25;
        public static final int ActionBar_progressBarPadding = 17;
        public static final int ActionBar_progressBarStyle = 15;
        public static final int ActionBar_subtitle = 4;
        public static final int ActionBar_subtitleTextStyle = 6;
        public static final int ActionBar_title = 1;
        public static final int ActionBar_titleTextStyle = 5;
        public static final int[] ActionMenuItemView;
        public static final int ActionMenuItemView_android_minWidth = 0;
        public static final int[] ActionMenuView;
        public static final int[] ActionMode;
        public static final int ActionMode_background = 3;
        public static final int ActionMode_backgroundSplit = 4;
        public static final int ActionMode_closeItemLayout = 5;
        public static final int ActionMode_height = 0;
        public static final int ActionMode_subtitleTextStyle = 2;
        public static final int ActionMode_titleTextStyle = 1;
        public static final int[] ActivityChooserView;
        public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
        public static final int ActivityChooserView_initialActivityCount = 0;
        public static final int[] AlertDialog;
        public static final int AlertDialog_android_layout = 0;
        public static final int AlertDialog_buttonPanelSideLayout = 1;
        public static final int AlertDialog_listItemLayout = 5;
        public static final int AlertDialog_listLayout = 2;
        public static final int AlertDialog_multiChoiceItemLayout = 3;
        public static final int AlertDialog_singleChoiceItemLayout = 4;
        public static final int[] AppCompatImageView;
        public static final int AppCompatImageView_android_src = 0;
        public static final int AppCompatImageView_srcCompat = 1;
        public static final int[] AppCompatTextView;
        public static final int AppCompatTextView_android_textAppearance = 0;
        public static final int AppCompatTextView_textAllCaps = 1;
        public static final int[] AppCompatTheme;
        public static final int AppCompatTheme_actionBarDivider = 23;
        public static final int AppCompatTheme_actionBarItemBackground = 24;
        public static final int AppCompatTheme_actionBarPopupTheme = 17;
        public static final int AppCompatTheme_actionBarSize = 22;
        public static final int AppCompatTheme_actionBarSplitStyle = 19;
        public static final int AppCompatTheme_actionBarStyle = 18;
        public static final int AppCompatTheme_actionBarTabBarStyle = 13;
        public static final int AppCompatTheme_actionBarTabStyle = 12;
        public static final int AppCompatTheme_actionBarTabTextStyle = 14;
        public static final int AppCompatTheme_actionBarTheme = 20;
        public static final int AppCompatTheme_actionBarWidgetTheme = 21;
        public static final int AppCompatTheme_actionButtonStyle = 49;
        public static final int AppCompatTheme_actionDropDownStyle = 45;
        public static final int AppCompatTheme_actionMenuTextAppearance = 25;
        public static final int AppCompatTheme_actionMenuTextColor = 26;
        public static final int AppCompatTheme_actionModeBackground = 29;
        public static final int AppCompatTheme_actionModeCloseButtonStyle = 28;
        public static final int AppCompatTheme_actionModeCloseDrawable = 31;
        public static final int AppCompatTheme_actionModeCopyDrawable = 33;
        public static final int AppCompatTheme_actionModeCutDrawable = 32;
        public static final int AppCompatTheme_actionModeFindDrawable = 37;
        public static final int AppCompatTheme_actionModePasteDrawable = 34;
        public static final int AppCompatTheme_actionModePopupWindowStyle = 39;
        public static final int AppCompatTheme_actionModeSelectAllDrawable = 35;
        public static final int AppCompatTheme_actionModeShareDrawable = 36;
        public static final int AppCompatTheme_actionModeSplitBackground = 30;
        public static final int AppCompatTheme_actionModeStyle = 27;
        public static final int AppCompatTheme_actionModeWebSearchDrawable = 38;
        public static final int AppCompatTheme_actionOverflowButtonStyle = 15;
        public static final int AppCompatTheme_actionOverflowMenuStyle = 16;
        public static final int AppCompatTheme_activityChooserViewStyle = 57;
        public static final int AppCompatTheme_alertDialogButtonGroupStyle = 92;
        public static final int AppCompatTheme_alertDialogCenterButtons = 93;
        public static final int AppCompatTheme_alertDialogStyle = 91;
        public static final int AppCompatTheme_alertDialogTheme = 94;
        public static final int AppCompatTheme_android_windowAnimationStyle = 1;
        public static final int AppCompatTheme_android_windowIsFloating = 0;
        public static final int AppCompatTheme_autoCompleteTextViewStyle = 99;
        public static final int AppCompatTheme_borderlessButtonStyle = 54;
        public static final int AppCompatTheme_buttonBarButtonStyle = 51;
        public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 97;
        public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 98;
        public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 96;
        public static final int AppCompatTheme_buttonBarStyle = 50;
        public static final int AppCompatTheme_buttonStyle = 100;
        public static final int AppCompatTheme_buttonStyleSmall = 101;
        public static final int AppCompatTheme_checkboxStyle = 102;
        public static final int AppCompatTheme_checkedTextViewStyle = 103;
        public static final int AppCompatTheme_colorAccent = 84;
        public static final int AppCompatTheme_colorButtonNormal = 88;
        public static final int AppCompatTheme_colorControlActivated = 86;
        public static final int AppCompatTheme_colorControlHighlight = 87;
        public static final int AppCompatTheme_colorControlNormal = 85;
        public static final int AppCompatTheme_colorPrimary = 82;
        public static final int AppCompatTheme_colorPrimaryDark = 83;
        public static final int AppCompatTheme_colorSwitchThumbNormal = 89;
        public static final int AppCompatTheme_controlBackground = 90;
        public static final int AppCompatTheme_dialogPreferredPadding = 43;
        public static final int AppCompatTheme_dialogTheme = 42;
        public static final int AppCompatTheme_dividerHorizontal = 56;
        public static final int AppCompatTheme_dividerVertical = 55;
        public static final int AppCompatTheme_dropDownListViewStyle = 74;
        public static final int AppCompatTheme_dropdownListPreferredItemHeight = 46;
        public static final int AppCompatTheme_editTextBackground = 63;
        public static final int AppCompatTheme_editTextColor = 62;
        public static final int AppCompatTheme_editTextStyle = 104;
        public static final int AppCompatTheme_homeAsUpIndicator = 48;
        public static final int AppCompatTheme_imageButtonStyle = 64;
        public static final int AppCompatTheme_listChoiceBackgroundIndicator = 81;
        public static final int AppCompatTheme_listDividerAlertDialog = 44;
        public static final int AppCompatTheme_listPopupWindowStyle = 75;
        public static final int AppCompatTheme_listPreferredItemHeight = 69;
        public static final int AppCompatTheme_listPreferredItemHeightLarge = 71;
        public static final int AppCompatTheme_listPreferredItemHeightSmall = 70;
        public static final int AppCompatTheme_listPreferredItemPaddingLeft = 72;
        public static final int AppCompatTheme_listPreferredItemPaddingRight = 73;
        public static final int AppCompatTheme_panelBackground = 78;
        public static final int AppCompatTheme_panelMenuListTheme = 80;
        public static final int AppCompatTheme_panelMenuListWidth = 79;
        public static final int AppCompatTheme_popupMenuStyle = 60;
        public static final int AppCompatTheme_popupWindowStyle = 61;
        public static final int AppCompatTheme_radioButtonStyle = 105;
        public static final int AppCompatTheme_ratingBarStyle = 106;
        public static final int AppCompatTheme_ratingBarStyleIndicator = 107;
        public static final int AppCompatTheme_ratingBarStyleSmall = 108;
        public static final int AppCompatTheme_searchViewStyle = 68;
        public static final int AppCompatTheme_seekBarStyle = 109;
        public static final int AppCompatTheme_selectableItemBackground = 52;
        public static final int AppCompatTheme_selectableItemBackgroundBorderless = 53;
        public static final int AppCompatTheme_spinnerDropDownItemStyle = 47;
        public static final int AppCompatTheme_spinnerStyle = 110;
        public static final int AppCompatTheme_switchStyle = 111;
        public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40;
        public static final int AppCompatTheme_textAppearanceListItem = 76;
        public static final int AppCompatTheme_textAppearanceListItemSmall = 77;
        public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 66;
        public static final int AppCompatTheme_textAppearanceSearchResultTitle = 65;
        public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41;
        public static final int AppCompatTheme_textColorAlertDialogListItem = 95;
        public static final int AppCompatTheme_textColorSearchUrl = 67;
        public static final int AppCompatTheme_toolbarNavigationButtonStyle = 59;
        public static final int AppCompatTheme_toolbarStyle = 58;
        public static final int AppCompatTheme_windowActionBar = 2;
        public static final int AppCompatTheme_windowActionBarOverlay = 4;
        public static final int AppCompatTheme_windowActionModeOverlay = 5;
        public static final int AppCompatTheme_windowFixedHeightMajor = 9;
        public static final int AppCompatTheme_windowFixedHeightMinor = 7;
        public static final int AppCompatTheme_windowFixedWidthMajor = 6;
        public static final int AppCompatTheme_windowFixedWidthMinor = 8;
        public static final int AppCompatTheme_windowMinWidthMajor = 10;
        public static final int AppCompatTheme_windowMinWidthMinor = 11;
        public static final int AppCompatTheme_windowNoTitle = 3;
        public static final int[] ButtonBarLayout;
        public static final int ButtonBarLayout_allowStacking = 0;
        public static final int[] CompoundButton;
        public static final int CompoundButton_android_button = 0;
        public static final int CompoundButton_buttonTint = 1;
        public static final int CompoundButton_buttonTintMode = 2;
        public static final int[] DrawerArrowToggle;
        public static final int DrawerArrowToggle_arrowHeadLength = 4;
        public static final int DrawerArrowToggle_arrowShaftLength = 5;
        public static final int DrawerArrowToggle_barLength = 6;
        public static final int DrawerArrowToggle_color = 0;
        public static final int DrawerArrowToggle_drawableSize = 2;
        public static final int DrawerArrowToggle_gapBetweenBars = 3;
        public static final int DrawerArrowToggle_spinBars = 1;
        public static final int DrawerArrowToggle_thickness = 7;
        public static final int[] LinearLayoutCompat;
        public static final int[] LinearLayoutCompat_Layout;
        public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
        public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
        public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
        public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
        public static final int LinearLayoutCompat_android_baselineAligned = 2;
        public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
        public static final int LinearLayoutCompat_android_gravity = 0;
        public static final int LinearLayoutCompat_android_orientation = 1;
        public static final int LinearLayoutCompat_android_weightSum = 4;
        public static final int LinearLayoutCompat_divider = 5;
        public static final int LinearLayoutCompat_dividerPadding = 8;
        public static final int LinearLayoutCompat_measureWithLargestChild = 6;
        public static final int LinearLayoutCompat_showDividers = 7;
        public static final int[] ListPopupWindow;
        public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
        public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
        public static final int[] MenuGroup;
        public static final int MenuGroup_android_checkableBehavior = 5;
        public static final int MenuGroup_android_enabled = 0;
        public static final int MenuGroup_android_id = 1;
        public static final int MenuGroup_android_menuCategory = 3;
        public static final int MenuGroup_android_orderInCategory = 4;
        public static final int MenuGroup_android_visible = 2;
        public static final int[] MenuItem;
        public static final int MenuItem_actionLayout = 14;
        public static final int MenuItem_actionProviderClass = 16;
        public static final int MenuItem_actionViewClass = 15;
        public static final int MenuItem_android_alphabeticShortcut = 9;
        public static final int MenuItem_android_checkable = 11;
        public static final int MenuItem_android_checked = 3;
        public static final int MenuItem_android_enabled = 1;
        public static final int MenuItem_android_icon = 0;
        public static final int MenuItem_android_id = 2;
        public static final int MenuItem_android_menuCategory = 5;
        public static final int MenuItem_android_numericShortcut = 10;
        public static final int MenuItem_android_onClick = 12;
        public static final int MenuItem_android_orderInCategory = 6;
        public static final int MenuItem_android_title = 7;
        public static final int MenuItem_android_titleCondensed = 8;
        public static final int MenuItem_android_visible = 4;
        public static final int MenuItem_showAsAction = 13;
        public static final int[] MenuView;
        public static final int MenuView_android_headerBackground = 4;
        public static final int MenuView_android_horizontalDivider = 2;
        public static final int MenuView_android_itemBackground = 5;
        public static final int MenuView_android_itemIconDisabledAlpha = 6;
        public static final int MenuView_android_itemTextAppearance = 1;
        public static final int MenuView_android_verticalDivider = 3;
        public static final int MenuView_android_windowAnimationStyle = 0;
        public static final int MenuView_preserveIconSpacing = 7;
        public static final int[] PopupWindow;
        public static final int[] PopupWindowBackgroundState;
        public static final int PopupWindowBackgroundState_state_above_anchor = 0;
        public static final int PopupWindow_android_popupBackground = 0;
        public static final int PopupWindow_overlapAnchor = 1;
        public static final int[] SearchView;
        public static final int SearchView_android_focusable = 0;
        public static final int SearchView_android_imeOptions = 3;
        public static final int SearchView_android_inputType = 2;
        public static final int SearchView_android_maxWidth = 1;
        public static final int SearchView_closeIcon = 8;
        public static final int SearchView_commitIcon = 13;
        public static final int SearchView_defaultQueryHint = 7;
        public static final int SearchView_goIcon = 9;
        public static final int SearchView_iconifiedByDefault = 5;
        public static final int SearchView_layout = 4;
        public static final int SearchView_queryBackground = 15;
        public static final int SearchView_queryHint = 6;
        public static final int SearchView_searchHintIcon = 11;
        public static final int SearchView_searchIcon = 10;
        public static final int SearchView_submitBackground = 16;
        public static final int SearchView_suggestionRowLayout = 14;
        public static final int SearchView_voiceIcon = 12;
        public static final int[] Spinner;
        public static final int Spinner_android_dropDownWidth = 3;
        public static final int Spinner_android_entries = 0;
        public static final int Spinner_android_popupBackground = 1;
        public static final int Spinner_android_prompt = 2;
        public static final int Spinner_popupTheme = 4;
        public static final int[] SwitchCompat;
        public static final int SwitchCompat_android_textOff = 1;
        public static final int SwitchCompat_android_textOn = 0;
        public static final int SwitchCompat_android_thumb = 2;
        public static final int SwitchCompat_showText = 9;
        public static final int SwitchCompat_splitTrack = 8;
        public static final int SwitchCompat_switchMinWidth = 6;
        public static final int SwitchCompat_switchPadding = 7;
        public static final int SwitchCompat_switchTextAppearance = 5;
        public static final int SwitchCompat_thumbTextPadding = 4;
        public static final int SwitchCompat_track = 3;
        public static final int[] TextAppearance;
        public static final int TextAppearance_android_shadowColor = 4;
        public static final int TextAppearance_android_shadowDx = 5;
        public static final int TextAppearance_android_shadowDy = 6;
        public static final int TextAppearance_android_shadowRadius = 7;
        public static final int TextAppearance_android_textColor = 3;
        public static final int TextAppearance_android_textSize = 0;
        public static final int TextAppearance_android_textStyle = 2;
        public static final int TextAppearance_android_typeface = 1;
        public static final int TextAppearance_textAllCaps = 8;
        public static final int[] Toolbar;
        public static final int Toolbar_android_gravity = 0;
        public static final int Toolbar_android_minHeight = 1;
        public static final int Toolbar_collapseContentDescription = 19;
        public static final int Toolbar_collapseIcon = 18;
        public static final int Toolbar_contentInsetEnd = 6;
        public static final int Toolbar_contentInsetLeft = 7;
        public static final int Toolbar_contentInsetRight = 8;
        public static final int Toolbar_contentInsetStart = 5;
        public static final int Toolbar_logo = 4;
        public static final int Toolbar_logoDescription = 22;
        public static final int Toolbar_maxButtonHeight = 17;
        public static final int Toolbar_navigationContentDescription = 21;
        public static final int Toolbar_navigationIcon = 20;
        public static final int Toolbar_popupTheme = 9;
        public static final int Toolbar_subtitle = 3;
        public static final int Toolbar_subtitleTextAppearance = 11;
        public static final int Toolbar_subtitleTextColor = 24;
        public static final int Toolbar_title = 2;
        public static final int Toolbar_titleMarginBottom = 16;
        public static final int Toolbar_titleMarginEnd = 14;
        public static final int Toolbar_titleMarginStart = 13;
        public static final int Toolbar_titleMarginTop = 15;
        public static final int Toolbar_titleMargins = 12;
        public static final int Toolbar_titleTextAppearance = 10;
        public static final int Toolbar_titleTextColor = 23;
        public static final int[] View;
        public static final int[] ViewBackgroundHelper;
        public static final int ViewBackgroundHelper_android_background = 0;
        public static final int ViewBackgroundHelper_backgroundTint = 1;
        public static final int ViewBackgroundHelper_backgroundTintMode = 2;
        public static final int[] ViewStubCompat;
        public static final int ViewStubCompat_android_id = 0;
        public static final int ViewStubCompat_android_inflatedId = 2;
        public static final int ViewStubCompat_android_layout = 1;
        public static final int View_android_focusable = 1;
        public static final int View_android_theme = 0;
        public static final int View_paddingEnd = 3;
        public static final int View_paddingStart = 2;
        public static final int View_theme = 4;

        public styleable() { /* compiled code */ }
    }

    public static final class style {
        public static final int AlertDialog_AppCompat = 2131296392;
        public static final int AlertDialog_AppCompat_Light = 2131296393;
        public static final int Animation_AppCompat_Dialog = 2131296394;
        public static final int Animation_AppCompat_DropDownUp = 2131296395;
        public static final int Base_AlertDialog_AppCompat = 2131296400;
        public static final int Base_AlertDialog_AppCompat_Light = 2131296401;
        public static final int Base_Animation_AppCompat_Dialog = 2131296402;
        public static final int Base_Animation_AppCompat_DropDownUp = 2131296403;
        public static final int Base_DialogWindowTitleBackground_AppCompat = 2131296405;
        public static final int Base_DialogWindowTitle_AppCompat = 2131296404;
        public static final int Base_TextAppearance_AppCompat = 2131296312;
        public static final int Base_TextAppearance_AppCompat_Body1 = 2131296313;
        public static final int Base_TextAppearance_AppCompat_Body2 = 2131296314;
        public static final int Base_TextAppearance_AppCompat_Button = 2131296289;
        public static final int Base_TextAppearance_AppCompat_Caption = 2131296315;
        public static final int Base_TextAppearance_AppCompat_Display1 = 2131296316;
        public static final int Base_TextAppearance_AppCompat_Display2 = 2131296317;
        public static final int Base_TextAppearance_AppCompat_Display3 = 2131296318;
        public static final int Base_TextAppearance_AppCompat_Display4 = 2131296319;
        public static final int Base_TextAppearance_AppCompat_Headline = 2131296320;
        public static final int Base_TextAppearance_AppCompat_Inverse = 2131296268;
        public static final int Base_TextAppearance_AppCompat_Large = 2131296321;
        public static final int Base_TextAppearance_AppCompat_Large_Inverse = 2131296269;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296322;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296323;
        public static final int Base_TextAppearance_AppCompat_Medium = 2131296324;
        public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 2131296270;
        public static final int Base_TextAppearance_AppCompat_Menu = 2131296325;
        public static final int Base_TextAppearance_AppCompat_SearchResult = 2131296406;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131296326;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 2131296327;
        public static final int Base_TextAppearance_AppCompat_Small = 2131296328;
        public static final int Base_TextAppearance_AppCompat_Small_Inverse = 2131296271;
        public static final int Base_TextAppearance_AppCompat_Subhead = 2131296329;
        public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131296272;
        public static final int Base_TextAppearance_AppCompat_Title = 2131296330;
        public static final int Base_TextAppearance_AppCompat_Title_Inverse = 2131296273;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296385;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296331;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296332;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296333;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296334;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296335;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296336;
        public static final int Base_TextAppearance_AppCompat_Widget_Button = 2131296337;
        public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131296386;
        public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131296407;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296338;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296339;
        public static final int Base_TextAppearance_AppCompat_Widget_Switch = 2131296340;
        public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296341;
        public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296408;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296342;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296343;
        public static final int Base_ThemeOverlay_AppCompat = 2131296417;
        public static final int Base_ThemeOverlay_AppCompat_ActionBar = 2131296418;
        public static final int Base_ThemeOverlay_AppCompat_Dark = 2131296419;
        public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131296420;
        public static final int Base_ThemeOverlay_AppCompat_Light = 2131296421;
        public static final int Base_Theme_AppCompat = 2131296344;
        public static final int Base_Theme_AppCompat_CompactMenu = 2131296409;
        public static final int Base_Theme_AppCompat_Dialog = 2131296274;
        public static final int Base_Theme_AppCompat_DialogWhenLarge = 2131296258;
        public static final int Base_Theme_AppCompat_Dialog_Alert = 2131296410;
        public static final int Base_Theme_AppCompat_Dialog_FixedSize = 2131296411;
        public static final int Base_Theme_AppCompat_Dialog_MinWidth = 2131296412;
        public static final int Base_Theme_AppCompat_Light = 2131296345;
        public static final int Base_Theme_AppCompat_Light_DarkActionBar = 2131296413;
        public static final int Base_Theme_AppCompat_Light_Dialog = 2131296275;
        public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131296259;
        public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 2131296414;
        public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131296415;
        public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131296416;
        public static final int Base_V11_Theme_AppCompat_Dialog = 2131296276;
        public static final int Base_V11_Theme_AppCompat_Light_Dialog = 2131296277;
        public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131296285;
        public static final int Base_V12_Widget_AppCompat_EditText = 2131296286;
        public static final int Base_V21_Theme_AppCompat = 2131296346;
        public static final int Base_V21_Theme_AppCompat_Dialog = 2131296347;
        public static final int Base_V21_Theme_AppCompat_Light = 2131296348;
        public static final int Base_V21_Theme_AppCompat_Light_Dialog = 2131296349;
        public static final int Base_V22_Theme_AppCompat = 2131296383;
        public static final int Base_V22_Theme_AppCompat_Light = 2131296384;
        public static final int Base_V23_Theme_AppCompat = 2131296387;
        public static final int Base_V23_Theme_AppCompat_Light = 2131296388;
        public static final int Base_V7_Theme_AppCompat = 2131296422;
        public static final int Base_V7_Theme_AppCompat_Dialog = 2131296423;
        public static final int Base_V7_Theme_AppCompat_Light = 2131296424;
        public static final int Base_V7_Theme_AppCompat_Light_Dialog = 2131296425;
        public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131296426;
        public static final int Base_V7_Widget_AppCompat_EditText = 2131296427;
        public static final int Base_Widget_AppCompat_ActionBar = 2131296428;
        public static final int Base_Widget_AppCompat_ActionBar_Solid = 2131296429;
        public static final int Base_Widget_AppCompat_ActionBar_TabBar = 2131296430;
        public static final int Base_Widget_AppCompat_ActionBar_TabText = 2131296350;
        public static final int Base_Widget_AppCompat_ActionBar_TabView = 2131296351;
        public static final int Base_Widget_AppCompat_ActionButton = 2131296352;
        public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 2131296353;
        public static final int Base_Widget_AppCompat_ActionButton_Overflow = 2131296354;
        public static final int Base_Widget_AppCompat_ActionMode = 2131296431;
        public static final int Base_Widget_AppCompat_ActivityChooserView = 2131296432;
        public static final int Base_Widget_AppCompat_AutoCompleteTextView = 2131296287;
        public static final int Base_Widget_AppCompat_Button = 2131296355;
        public static final int Base_Widget_AppCompat_ButtonBar = 2131296359;
        public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131296434;
        public static final int Base_Widget_AppCompat_Button_Borderless = 2131296356;
        public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 2131296357;
        public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296433;
        public static final int Base_Widget_AppCompat_Button_Colored = 2131296389;
        public static final int Base_Widget_AppCompat_Button_Small = 2131296358;
        public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131296360;
        public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131296361;
        public static final int Base_Widget_AppCompat_CompoundButton_Switch = 2131296435;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle = 2131296256;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131296436;
        public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 2131296362;
        public static final int Base_Widget_AppCompat_EditText = 2131296288;
        public static final int Base_Widget_AppCompat_ImageButton = 2131296363;
        public static final int Base_Widget_AppCompat_Light_ActionBar = 2131296437;
        public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131296438;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131296439;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131296364;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296365;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131296366;
        public static final int Base_Widget_AppCompat_Light_PopupMenu = 2131296367;
        public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131296368;
        public static final int Base_Widget_AppCompat_ListPopupWindow = 2131296369;
        public static final int Base_Widget_AppCompat_ListView = 2131296370;
        public static final int Base_Widget_AppCompat_ListView_DropDown = 2131296371;
        public static final int Base_Widget_AppCompat_ListView_Menu = 2131296372;
        public static final int Base_Widget_AppCompat_PopupMenu = 2131296373;
        public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 2131296374;
        public static final int Base_Widget_AppCompat_PopupWindow = 2131296440;
        public static final int Base_Widget_AppCompat_ProgressBar = 2131296278;
        public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131296279;
        public static final int Base_Widget_AppCompat_RatingBar = 2131296375;
        public static final int Base_Widget_AppCompat_RatingBar_Indicator = 2131296390;
        public static final int Base_Widget_AppCompat_RatingBar_Small = 2131296391;
        public static final int Base_Widget_AppCompat_SearchView = 2131296441;
        public static final int Base_Widget_AppCompat_SearchView_ActionBar = 2131296442;
        public static final int Base_Widget_AppCompat_SeekBar = 2131296376;
        public static final int Base_Widget_AppCompat_Spinner = 2131296377;
        public static final int Base_Widget_AppCompat_Spinner_Underlined = 2131296260;
        public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 2131296378;
        public static final int Base_Widget_AppCompat_Toolbar = 2131296443;
        public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131296379;
        public static final int Platform_AppCompat = 2131296280;
        public static final int Platform_AppCompat_Light = 2131296281;
        public static final int Platform_ThemeOverlay_AppCompat = 2131296380;
        public static final int Platform_ThemeOverlay_AppCompat_Dark = 2131296381;
        public static final int Platform_ThemeOverlay_AppCompat_Light = 2131296382;
        public static final int Platform_V11_AppCompat = 2131296282;
        public static final int Platform_V11_AppCompat_Light = 2131296283;
        public static final int Platform_V14_AppCompat = 2131296290;
        public static final int Platform_V14_AppCompat_Light = 2131296291;
        public static final int Platform_Widget_AppCompat_Spinner = 2131296284;
        public static final int RtlOverlay_DialogWindowTitle_AppCompat = 2131296297;
        public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131296298;
        public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131296299;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131296300;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131296301;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131296302;
        public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131296308;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131296303;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131296304;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131296305;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131296306;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131296307;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 2131296309;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131296310;
        public static final int TextAppearance_AppCompat = 2131296445;
        public static final int TextAppearance_AppCompat_Body1 = 2131296446;
        public static final int TextAppearance_AppCompat_Body2 = 2131296447;
        public static final int TextAppearance_AppCompat_Button = 2131296448;
        public static final int TextAppearance_AppCompat_Caption = 2131296449;
        public static final int TextAppearance_AppCompat_Display1 = 2131296450;
        public static final int TextAppearance_AppCompat_Display2 = 2131296451;
        public static final int TextAppearance_AppCompat_Display3 = 2131296452;
        public static final int TextAppearance_AppCompat_Display4 = 2131296453;
        public static final int TextAppearance_AppCompat_Headline = 2131296454;
        public static final int TextAppearance_AppCompat_Inverse = 2131296455;
        public static final int TextAppearance_AppCompat_Large = 2131296456;
        public static final int TextAppearance_AppCompat_Large_Inverse = 2131296457;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131296458;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 2131296459;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296460;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296461;
        public static final int TextAppearance_AppCompat_Medium = 2131296462;
        public static final int TextAppearance_AppCompat_Medium_Inverse = 2131296463;
        public static final int TextAppearance_AppCompat_Menu = 2131296464;
        public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 2131296465;
        public static final int TextAppearance_AppCompat_SearchResult_Title = 2131296466;
        public static final int TextAppearance_AppCompat_Small = 2131296467;
        public static final int TextAppearance_AppCompat_Small_Inverse = 2131296468;
        public static final int TextAppearance_AppCompat_Subhead = 2131296469;
        public static final int TextAppearance_AppCompat_Subhead_Inverse = 2131296470;
        public static final int TextAppearance_AppCompat_Title = 2131296471;
        public static final int TextAppearance_AppCompat_Title_Inverse = 2131296472;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296473;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296474;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296475;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296476;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296477;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296478;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131296479;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296480;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131296481;
        public static final int TextAppearance_AppCompat_Widget_Button = 2131296482;
        public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 2131296483;
        public static final int TextAppearance_AppCompat_Widget_DropDownItem = 2131296484;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296485;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296486;
        public static final int TextAppearance_AppCompat_Widget_Switch = 2131296487;
        public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296488;
        public static final int TextAppearance_StatusBar_EventContent = 2131296292;
        public static final int TextAppearance_StatusBar_EventContent_Info = 2131296293;
        public static final int TextAppearance_StatusBar_EventContent_Line2 = 2131296294;
        public static final int TextAppearance_StatusBar_EventContent_Time = 2131296295;
        public static final int TextAppearance_StatusBar_EventContent_Title = 2131296296;
        public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296496;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296497;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296498;
        public static final int ThemeOverlay_AppCompat = 2131296519;
        public static final int ThemeOverlay_AppCompat_ActionBar = 2131296520;
        public static final int ThemeOverlay_AppCompat_Dark = 2131296521;
        public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 2131296522;
        public static final int ThemeOverlay_AppCompat_Light = 2131296523;
        public static final int Theme_AppCompat = 2131296499;
        public static final int Theme_AppCompat_CompactMenu = 2131296500;
        public static final int Theme_AppCompat_DayNight = 2131296261;
        public static final int Theme_AppCompat_DayNight_DarkActionBar = 2131296262;
        public static final int Theme_AppCompat_DayNight_Dialog = 2131296263;
        public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 2131296266;
        public static final int Theme_AppCompat_DayNight_Dialog_Alert = 2131296264;
        public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131296265;
        public static final int Theme_AppCompat_DayNight_NoActionBar = 2131296267;
        public static final int Theme_AppCompat_Dialog = 2131296501;
        public static final int Theme_AppCompat_DialogWhenLarge = 2131296504;
        public static final int Theme_AppCompat_Dialog_Alert = 2131296502;
        public static final int Theme_AppCompat_Dialog_MinWidth = 2131296503;
        public static final int Theme_AppCompat_Light = 2131296505;
        public static final int Theme_AppCompat_Light_DarkActionBar = 2131296506;
        public static final int Theme_AppCompat_Light_Dialog = 2131296507;
        public static final int Theme_AppCompat_Light_DialogWhenLarge = 2131296510;
        public static final int Theme_AppCompat_Light_Dialog_Alert = 2131296508;
        public static final int Theme_AppCompat_Light_Dialog_MinWidth = 2131296509;
        public static final int Theme_AppCompat_Light_NoActionBar = 2131296511;
        public static final int Theme_AppCompat_NoActionBar = 2131296512;
        public static final int Widget_AppCompat_ActionBar = 2131296524;
        public static final int Widget_AppCompat_ActionBar_Solid = 2131296525;
        public static final int Widget_AppCompat_ActionBar_TabBar = 2131296526;
        public static final int Widget_AppCompat_ActionBar_TabText = 2131296527;
        public static final int Widget_AppCompat_ActionBar_TabView = 2131296528;
        public static final int Widget_AppCompat_ActionButton = 2131296529;
        public static final int Widget_AppCompat_ActionButton_CloseMode = 2131296530;
        public static final int Widget_AppCompat_ActionButton_Overflow = 2131296531;
        public static final int Widget_AppCompat_ActionMode = 2131296532;
        public static final int Widget_AppCompat_ActivityChooserView = 2131296533;
        public static final int Widget_AppCompat_AutoCompleteTextView = 2131296534;
        public static final int Widget_AppCompat_Button = 2131296535;
        public static final int Widget_AppCompat_ButtonBar = 2131296541;
        public static final int Widget_AppCompat_ButtonBar_AlertDialog = 2131296542;
        public static final int Widget_AppCompat_Button_Borderless = 2131296536;
        public static final int Widget_AppCompat_Button_Borderless_Colored = 2131296537;
        public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296538;
        public static final int Widget_AppCompat_Button_Colored = 2131296539;
        public static final int Widget_AppCompat_Button_Small = 2131296540;
        public static final int Widget_AppCompat_CompoundButton_CheckBox = 2131296543;
        public static final int Widget_AppCompat_CompoundButton_RadioButton = 2131296544;
        public static final int Widget_AppCompat_CompoundButton_Switch = 2131296545;
        public static final int Widget_AppCompat_DrawerArrowToggle = 2131296546;
        public static final int Widget_AppCompat_DropDownItem_Spinner = 2131296547;
        public static final int Widget_AppCompat_EditText = 2131296548;
        public static final int Widget_AppCompat_ImageButton = 2131296549;
        public static final int Widget_AppCompat_Light_ActionBar = 2131296550;
        public static final int Widget_AppCompat_Light_ActionBar_Solid = 2131296551;
        public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131296552;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar = 2131296553;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131296554;
        public static final int Widget_AppCompat_Light_ActionBar_TabText = 2131296555;
        public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296556;
        public static final int Widget_AppCompat_Light_ActionBar_TabView = 2131296557;
        public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131296558;
        public static final int Widget_AppCompat_Light_ActionButton = 2131296559;
        public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 2131296560;
        public static final int Widget_AppCompat_Light_ActionButton_Overflow = 2131296561;
        public static final int Widget_AppCompat_Light_ActionMode_Inverse = 2131296562;
        public static final int Widget_AppCompat_Light_ActivityChooserView = 2131296563;
        public static final int Widget_AppCompat_Light_AutoCompleteTextView = 2131296564;
        public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 2131296565;
        public static final int Widget_AppCompat_Light_ListPopupWindow = 2131296566;
        public static final int Widget_AppCompat_Light_ListView_DropDown = 2131296567;
        public static final int Widget_AppCompat_Light_PopupMenu = 2131296568;
        public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 2131296569;
        public static final int Widget_AppCompat_Light_SearchView = 2131296570;
        public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131296571;
        public static final int Widget_AppCompat_ListPopupWindow = 2131296572;
        public static final int Widget_AppCompat_ListView = 2131296573;
        public static final int Widget_AppCompat_ListView_DropDown = 2131296574;
        public static final int Widget_AppCompat_ListView_Menu = 2131296575;
        public static final int Widget_AppCompat_PopupMenu = 2131296576;
        public static final int Widget_AppCompat_PopupMenu_Overflow = 2131296577;
        public static final int Widget_AppCompat_PopupWindow = 2131296578;
        public static final int Widget_AppCompat_ProgressBar = 2131296579;
        public static final int Widget_AppCompat_ProgressBar_Horizontal = 2131296580;
        public static final int Widget_AppCompat_RatingBar = 2131296581;
        public static final int Widget_AppCompat_RatingBar_Indicator = 2131296582;
        public static final int Widget_AppCompat_RatingBar_Small = 2131296583;
        public static final int Widget_AppCompat_SearchView = 2131296584;
        public static final int Widget_AppCompat_SearchView_ActionBar = 2131296585;
        public static final int Widget_AppCompat_SeekBar = 2131296586;
        public static final int Widget_AppCompat_Spinner = 2131296587;
        public static final int Widget_AppCompat_Spinner_DropDown = 2131296588;
        public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131296589;
        public static final int Widget_AppCompat_Spinner_Underlined = 2131296590;
        public static final int Widget_AppCompat_TextView_SpinnerItem = 2131296591;
        public static final int Widget_AppCompat_Toolbar = 2131296592;
        public static final int Widget_AppCompat_Toolbar_Button_Navigation = 2131296593;

        public style() { /* compiled code */ }
    }

    public static final class string {
        public static final int abc_action_bar_home_description = 2131099648;
        public static final int abc_action_bar_home_description_format = 2131099649;
        public static final int abc_action_bar_home_subtitle_description_format = 2131099650;
        public static final int abc_action_bar_up_description = 2131099651;
        public static final int abc_action_menu_overflow_description = 2131099652;
        public static final int abc_action_mode_done = 2131099653;
        public static final int abc_activity_chooser_view_see_all = 2131099654;
        public static final int abc_activitychooserview_choose_application = 2131099655;
        public static final int abc_capital_off = 2131099656;
        public static final int abc_capital_on = 2131099657;
        public static final int abc_search_hint = 2131099658;
        public static final int abc_searchview_description_clear = 2131099659;
        public static final int abc_searchview_description_query = 2131099660;
        public static final int abc_searchview_description_search = 2131099661;
        public static final int abc_searchview_description_submit = 2131099662;
        public static final int abc_searchview_description_voice = 2131099663;
        public static final int abc_shareactionprovider_share_with = 2131099664;
        public static final int abc_shareactionprovider_share_with_application = 2131099665;
        public static final int abc_toolbar_collapse_description = 2131099666;
        public static final int status_bar_notification_info_overflow = 2131099667;

        public string() { /* compiled code */ }
    }

    public static final class layout {
        public static final int abc_action_bar_title_item = 2130968576;
        public static final int abc_action_bar_up_container = 2130968577;
        public static final int abc_action_bar_view_list_nav_layout = 2130968578;
        public static final int abc_action_menu_item_layout = 2130968579;
        public static final int abc_action_menu_layout = 2130968580;
        public static final int abc_action_mode_bar = 2130968581;
        public static final int abc_action_mode_close_item_material = 2130968582;
        public static final int abc_activity_chooser_view = 2130968583;
        public static final int abc_activity_chooser_view_list_item = 2130968584;
        public static final int abc_alert_dialog_button_bar_material = 2130968585;
        public static final int abc_alert_dialog_material = 2130968586;
        public static final int abc_dialog_title_material = 2130968587;
        public static final int abc_expanded_menu_layout = 2130968588;
        public static final int abc_list_menu_item_checkbox = 2130968589;
        public static final int abc_list_menu_item_icon = 2130968590;
        public static final int abc_list_menu_item_layout = 2130968591;
        public static final int abc_list_menu_item_radio = 2130968592;
        public static final int abc_popup_menu_item_layout = 2130968593;
        public static final int abc_screen_content_include = 2130968594;
        public static final int abc_screen_simple = 2130968595;
        public static final int abc_screen_simple_overlay_action_mode = 2130968596;
        public static final int abc_screen_toolbar = 2130968597;
        public static final int abc_search_dropdown_item_icons_2line = 2130968598;
        public static final int abc_search_view = 2130968599;
        public static final int abc_select_dialog_material = 2130968600;
        public static final int notification_media_action = 2130968617;
        public static final int notification_media_cancel_action = 2130968618;
        public static final int notification_template_big_media = 2130968619;
        public static final int notification_template_big_media_narrow = 2130968620;
        public static final int notification_template_lines = 2130968621;
        public static final int notification_template_media = 2130968622;
        public static final int notification_template_part_chronometer = 2130968623;
        public static final int notification_template_part_time = 2130968624;
        public static final int select_dialog_item_material = 2130968625;
        public static final int select_dialog_multichoice_material = 2130968626;
        public static final int select_dialog_singlechoice_material = 2130968627;
        public static final int support_simple_spinner_dropdown_item = 2130968628;

        public layout() { /* compiled code */ }
    }

    public static final class integer {
        public static final int abc_config_activityDefaultDur = 2131361794;
        public static final int abc_config_activityShortDur = 2131361795;
        public static final int abc_max_action_buttons = 2131361792;
        public static final int cancel_button_image_alpha = 2131361797;
        public static final int status_bar_notification_info_maxnum = 2131361798;

        public integer() { /* compiled code */ }
    }

    public static final class id {
        public static final int action0 = 2131492982;
        public static final int action_bar = 2131492954;
        public static final int action_bar_activity_content = 2131492864;
        public static final int action_bar_container = 2131492953;
        public static final int action_bar_root = 2131492949;
        public static final int action_bar_spinner = 2131492865;
        public static final int action_bar_subtitle = 2131492923;
        public static final int action_bar_title = 2131492922;
        public static final int action_context_bar = 2131492955;
        public static final int action_divider = 2131492986;
        public static final int action_menu_divider = 2131492866;
        public static final int action_menu_presenter = 2131492867;
        public static final int action_mode_bar = 2131492951;
        public static final int action_mode_bar_stub = 2131492950;
        public static final int action_mode_close_button = 2131492924;
        public static final int activity_chooser_view_content = 2131492925;
        public static final int alertTitle = 2131492937;
        public static final int always = 2131492915;
        public static final int beginning = 2131492913;
        public static final int buttonPanel = 2131492932;
        public static final int cancel_action = 2131492983;
        public static final int checkbox = 2131492946;
        public static final int chronometer = 2131492989;
        public static final int collapseActionView = 2131492916;
        public static final int contentPanel = 2131492938;
        public static final int custom = 2131492944;
        public static final int customPanel = 2131492943;
        public static final int decor_content_parent = 2131492952;
        public static final int default_activity_button = 2131492928;
        public static final int disableHome = 2131492878;
        public static final int edit_query = 2131492956;
        public static final int end = 2131492897;
        public static final int end_padder = 2131492994;
        public static final int expand_activities_button = 2131492926;
        public static final int expanded_menu = 2131492945;
        public static final int home = 2131492868;
        public static final int homeAsUp = 2131492879;
        public static final int icon = 2131492930;
        public static final int ifRoom = 2131492917;
        public static final int image = 2131492927;
        public static final int info = 2131492993;
        public static final int line1 = 2131492987;
        public static final int line3 = 2131492991;
        public static final int listMode = 2131492875;
        public static final int list_item = 2131492929;
        public static final int media_actions = 2131492985;
        public static final int middle = 2131492914;
        public static final int multiply = 2131492903;
        public static final int never = 2131492918;
        public static final int none = 2131492880;
        public static final int normal = 2131492876;
        public static final int parentPanel = 2131492934;
        public static final int progress_circular = 2131492870;
        public static final int progress_horizontal = 2131492871;
        public static final int radio = 2131492948;
        public static final int screen = 2131492904;
        public static final int scrollIndicatorDown = 2131492942;
        public static final int scrollIndicatorUp = 2131492939;
        public static final int scrollView = 2131492940;
        public static final int search_badge = 2131492958;
        public static final int search_bar = 2131492957;
        public static final int search_button = 2131492959;
        public static final int search_close_btn = 2131492964;
        public static final int search_edit_frame = 2131492960;
        public static final int search_go_btn = 2131492966;
        public static final int search_mag_icon = 2131492961;
        public static final int search_plate = 2131492962;
        public static final int search_src_text = 2131492963;
        public static final int search_voice_btn = 2131492967;
        public static final int select_dialog_listview = 2131492968;
        public static final int shortcut = 2131492947;
        public static final int showCustom = 2131492881;
        public static final int showHome = 2131492882;
        public static final int showTitle = 2131492883;
        public static final int spacer = 2131492933;
        public static final int split_action_bar = 2131492872;
        public static final int src_atop = 2131492905;
        public static final int src_in = 2131492906;
        public static final int src_over = 2131492907;
        public static final int status_bar_latest_event_content = 2131492984;
        public static final int submit_area = 2131492965;
        public static final int tabMode = 2131492877;
        public static final int text = 2131492992;
        public static final int text2 = 2131492990;
        public static final int textSpacerNoButtons = 2131492941;
        public static final int time = 2131492988;
        public static final int title = 2131492931;
        public static final int title_template = 2131492936;
        public static final int topPanel = 2131492935;
        public static final int up = 2131492873;
        public static final int useLogo = 2131492884;
        public static final int withText = 2131492919;
        public static final int wrap_content = 2131492890;

        public id() { /* compiled code */ }
    }

    public static final class drawable {
        public static final int abc_ab_share_pack_mtrl_alpha = 2130837504;
        public static final int abc_action_bar_item_background_material = 2130837505;
        public static final int abc_btn_borderless_material = 2130837506;
        public static final int abc_btn_check_material = 2130837507;
        public static final int abc_btn_check_to_on_mtrl_000 = 2130837508;
        public static final int abc_btn_check_to_on_mtrl_015 = 2130837509;
        public static final int abc_btn_colored_material = 2130837510;
        public static final int abc_btn_default_mtrl_shape = 2130837511;
        public static final int abc_btn_radio_material = 2130837512;
        public static final int abc_btn_radio_to_on_mtrl_000 = 2130837513;
        public static final int abc_btn_radio_to_on_mtrl_015 = 2130837514;
        public static final int abc_btn_rating_star_off_mtrl_alpha = 2130837515;
        public static final int abc_btn_rating_star_on_mtrl_alpha = 2130837516;
        public static final int abc_btn_switch_to_on_mtrl_00001 = 2130837517;
        public static final int abc_btn_switch_to_on_mtrl_00012 = 2130837518;
        public static final int abc_cab_background_internal_bg = 2130837519;
        public static final int abc_cab_background_top_material = 2130837520;
        public static final int abc_cab_background_top_mtrl_alpha = 2130837521;
        public static final int abc_control_background_material = 2130837522;
        public static final int abc_dialog_material_background_dark = 2130837523;
        public static final int abc_dialog_material_background_light = 2130837524;
        public static final int abc_edit_text_material = 2130837525;
        public static final int abc_ic_ab_back_mtrl_am_alpha = 2130837526;
        public static final int abc_ic_clear_mtrl_alpha = 2130837527;
        public static final int abc_ic_commit_search_api_mtrl_alpha = 2130837528;
        public static final int abc_ic_go_search_api_mtrl_alpha = 2130837529;
        public static final int abc_ic_menu_copy_mtrl_am_alpha = 2130837530;
        public static final int abc_ic_menu_cut_mtrl_alpha = 2130837531;
        public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 2130837532;
        public static final int abc_ic_menu_paste_mtrl_am_alpha = 2130837533;
        public static final int abc_ic_menu_selectall_mtrl_alpha = 2130837534;
        public static final int abc_ic_menu_share_mtrl_alpha = 2130837535;
        public static final int abc_ic_search_api_mtrl_alpha = 2130837536;
        public static final int abc_ic_star_black_16dp = 2130837537;
        public static final int abc_ic_star_black_36dp = 2130837538;
        public static final int abc_ic_star_half_black_16dp = 2130837539;
        public static final int abc_ic_star_half_black_36dp = 2130837540;
        public static final int abc_ic_voice_search_api_mtrl_alpha = 2130837541;
        public static final int abc_item_background_holo_dark = 2130837542;
        public static final int abc_item_background_holo_light = 2130837543;
        public static final int abc_list_divider_mtrl_alpha = 2130837544;
        public static final int abc_list_focused_holo = 2130837545;
        public static final int abc_list_longpressed_holo = 2130837546;
        public static final int abc_list_pressed_holo_dark = 2130837547;
        public static final int abc_list_pressed_holo_light = 2130837548;
        public static final int abc_list_selector_background_transition_holo_dark = 2130837549;
        public static final int abc_list_selector_background_transition_holo_light = 2130837550;
        public static final int abc_list_selector_disabled_holo_dark = 2130837551;
        public static final int abc_list_selector_disabled_holo_light = 2130837552;
        public static final int abc_list_selector_holo_dark = 2130837553;
        public static final int abc_list_selector_holo_light = 2130837554;
        public static final int abc_menu_hardkey_panel_mtrl_mult = 2130837555;
        public static final int abc_popup_background_mtrl_mult = 2130837556;
        public static final int abc_ratingbar_full_material = 2130837557;
        public static final int abc_ratingbar_indicator_material = 2130837558;
        public static final int abc_ratingbar_small_material = 2130837559;
        public static final int abc_scrubber_control_off_mtrl_alpha = 2130837560;
        public static final int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561;
        public static final int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562;
        public static final int abc_scrubber_primary_mtrl_alpha = 2130837563;
        public static final int abc_scrubber_track_mtrl_alpha = 2130837564;
        public static final int abc_seekbar_thumb_material = 2130837565;
        public static final int abc_seekbar_track_material = 2130837566;
        public static final int abc_spinner_mtrl_am_alpha = 2130837567;
        public static final int abc_spinner_textfield_background_material = 2130837568;
        public static final int abc_switch_thumb_material = 2130837569;
        public static final int abc_switch_track_mtrl_alpha = 2130837570;
        public static final int abc_tab_indicator_material = 2130837571;
        public static final int abc_tab_indicator_mtrl_alpha = 2130837572;
        public static final int abc_text_cursor_material = 2130837573;
        public static final int abc_textfield_activated_mtrl_alpha = 2130837574;
        public static final int abc_textfield_default_mtrl_alpha = 2130837575;
        public static final int abc_textfield_search_activated_mtrl_alpha = 2130837576;
        public static final int abc_textfield_search_default_mtrl_alpha = 2130837577;
        public static final int abc_textfield_search_material = 2130837578;
        public static final int notification_template_icon_bg = 2130837581;

        public drawable() { /* compiled code */ }
    }

    public static final class dimen {
        public static final int abc_action_bar_content_inset_material = 2131230733;
        public static final int abc_action_bar_default_height_material = 2131230721;
        public static final int abc_action_bar_default_padding_end_material = 2131230734;
        public static final int abc_action_bar_default_padding_start_material = 2131230735;
        public static final int abc_action_bar_icon_vertical_padding_material = 2131230746;
        public static final int abc_action_bar_overflow_padding_end_material = 2131230747;
        public static final int abc_action_bar_overflow_padding_start_material = 2131230748;
        public static final int abc_action_bar_progress_bar_size = 2131230722;
        public static final int abc_action_bar_stacked_max_height = 2131230749;
        public static final int abc_action_bar_stacked_tab_max_width = 2131230750;
        public static final int abc_action_bar_subtitle_bottom_margin_material = 2131230751;
        public static final int abc_action_bar_subtitle_top_margin_material = 2131230752;
        public static final int abc_action_button_min_height_material = 2131230753;
        public static final int abc_action_button_min_width_material = 2131230754;
        public static final int abc_action_button_min_width_overflow_material = 2131230755;
        public static final int abc_alert_dialog_button_bar_height = 2131230720;
        public static final int abc_button_inset_horizontal_material = 2131230756;
        public static final int abc_button_inset_vertical_material = 2131230757;
        public static final int abc_button_padding_horizontal_material = 2131230758;
        public static final int abc_button_padding_vertical_material = 2131230759;
        public static final int abc_config_prefDialogWidth = 2131230725;
        public static final int abc_control_corner_material = 2131230760;
        public static final int abc_control_inset_material = 2131230761;
        public static final int abc_control_padding_material = 2131230762;
        public static final int abc_dialog_fixed_height_major = 2131230726;
        public static final int abc_dialog_fixed_height_minor = 2131230727;
        public static final int abc_dialog_fixed_width_major = 2131230728;
        public static final int abc_dialog_fixed_width_minor = 2131230729;
        public static final int abc_dialog_list_padding_vertical_material = 2131230763;
        public static final int abc_dialog_min_width_major = 2131230730;
        public static final int abc_dialog_min_width_minor = 2131230731;
        public static final int abc_dialog_padding_material = 2131230764;
        public static final int abc_dialog_padding_top_material = 2131230765;
        public static final int abc_disabled_alpha_material_dark = 2131230766;
        public static final int abc_disabled_alpha_material_light = 2131230767;
        public static final int abc_dropdownitem_icon_width = 2131230768;
        public static final int abc_dropdownitem_text_padding_left = 2131230769;
        public static final int abc_dropdownitem_text_padding_right = 2131230770;
        public static final int abc_edit_text_inset_bottom_material = 2131230771;
        public static final int abc_edit_text_inset_horizontal_material = 2131230772;
        public static final int abc_edit_text_inset_top_material = 2131230773;
        public static final int abc_floating_window_z = 2131230774;
        public static final int abc_list_item_padding_horizontal_material = 2131230775;
        public static final int abc_panel_menu_list_width = 2131230776;
        public static final int abc_search_view_preferred_width = 2131230777;
        public static final int abc_search_view_text_min_width = 2131230732;
        public static final int abc_seekbar_track_background_height_material = 2131230778;
        public static final int abc_seekbar_track_progress_height_material = 2131230779;
        public static final int abc_select_dialog_padding_start_material = 2131230780;
        public static final int abc_switch_padding = 2131230744;
        public static final int abc_text_size_body_1_material = 2131230781;
        public static final int abc_text_size_body_2_material = 2131230782;
        public static final int abc_text_size_button_material = 2131230783;
        public static final int abc_text_size_caption_material = 2131230784;
        public static final int abc_text_size_display_1_material = 2131230785;
        public static final int abc_text_size_display_2_material = 2131230786;
        public static final int abc_text_size_display_3_material = 2131230787;
        public static final int abc_text_size_display_4_material = 2131230788;
        public static final int abc_text_size_headline_material = 2131230789;
        public static final int abc_text_size_large_material = 2131230790;
        public static final int abc_text_size_medium_material = 2131230791;
        public static final int abc_text_size_menu_material = 2131230792;
        public static final int abc_text_size_small_material = 2131230793;
        public static final int abc_text_size_subhead_material = 2131230794;
        public static final int abc_text_size_subtitle_material_toolbar = 2131230723;
        public static final int abc_text_size_title_material = 2131230795;
        public static final int abc_text_size_title_material_toolbar = 2131230724;
        public static final int disabled_alpha_material_dark = 2131230818;
        public static final int disabled_alpha_material_light = 2131230819;
        public static final int highlight_alpha_material_colored = 2131230821;
        public static final int highlight_alpha_material_dark = 2131230822;
        public static final int highlight_alpha_material_light = 2131230823;
        public static final int notification_large_icon_height = 2131230827;
        public static final int notification_large_icon_width = 2131230828;
        public static final int notification_subtext_size = 2131230829;

        public dimen() { /* compiled code */ }
    }

    public static final class color {
        public static final int abc_background_cache_hint_selector_material_dark = 2131427399;
        public static final int abc_background_cache_hint_selector_material_light = 2131427400;
        public static final int abc_color_highlight_material = 2131427401;
        public static final int abc_input_method_navigation_guard = 2131427328;
        public static final int abc_primary_text_disable_only_material_dark = 2131427402;
        public static final int abc_primary_text_disable_only_material_light = 2131427403;
        public static final int abc_primary_text_material_dark = 2131427404;
        public static final int abc_primary_text_material_light = 2131427405;
        public static final int abc_search_url_text = 2131427406;
        public static final int abc_search_url_text_normal = 2131427329;
        public static final int abc_search_url_text_pressed = 2131427330;
        public static final int abc_search_url_text_selected = 2131427331;
        public static final int abc_secondary_text_material_dark = 2131427407;
        public static final int abc_secondary_text_material_light = 2131427408;
        public static final int accent_material_dark = 2131427332;
        public static final int accent_material_light = 2131427333;
        public static final int background_floating_material_dark = 2131427334;
        public static final int background_floating_material_light = 2131427335;
        public static final int background_material_dark = 2131427336;
        public static final int background_material_light = 2131427337;
        public static final int bright_foreground_disabled_material_dark = 2131427338;
        public static final int bright_foreground_disabled_material_light = 2131427339;
        public static final int bright_foreground_inverse_material_dark = 2131427340;
        public static final int bright_foreground_inverse_material_light = 2131427341;
        public static final int bright_foreground_material_dark = 2131427342;
        public static final int bright_foreground_material_light = 2131427343;
        public static final int button_material_dark = 2131427344;
        public static final int button_material_light = 2131427345;
        public static final int dim_foreground_disabled_material_dark = 2131427359;
        public static final int dim_foreground_disabled_material_light = 2131427360;
        public static final int dim_foreground_material_dark = 2131427361;
        public static final int dim_foreground_material_light = 2131427362;
        public static final int foreground_material_dark = 2131427363;
        public static final int foreground_material_light = 2131427364;
        public static final int highlighted_text_material_dark = 2131427365;
        public static final int highlighted_text_material_light = 2131427366;
        public static final int hint_foreground_material_dark = 2131427367;
        public static final int hint_foreground_material_light = 2131427368;
        public static final int material_blue_grey_800 = 2131427369;
        public static final int material_blue_grey_900 = 2131427370;
        public static final int material_blue_grey_950 = 2131427371;
        public static final int material_deep_teal_200 = 2131427372;
        public static final int material_deep_teal_500 = 2131427373;
        public static final int material_grey_100 = 2131427374;
        public static final int material_grey_300 = 2131427375;
        public static final int material_grey_50 = 2131427376;
        public static final int material_grey_600 = 2131427377;
        public static final int material_grey_800 = 2131427378;
        public static final int material_grey_850 = 2131427379;
        public static final int material_grey_900 = 2131427380;
        public static final int primary_dark_material_dark = 2131427381;
        public static final int primary_dark_material_light = 2131427382;
        public static final int primary_material_dark = 2131427383;
        public static final int primary_material_light = 2131427384;
        public static final int primary_text_default_material_dark = 2131427385;
        public static final int primary_text_default_material_light = 2131427386;
        public static final int primary_text_disabled_material_dark = 2131427387;
        public static final int primary_text_disabled_material_light = 2131427388;
        public static final int ripple_material_dark = 2131427389;
        public static final int ripple_material_light = 2131427390;
        public static final int secondary_text_default_material_dark = 2131427391;
        public static final int secondary_text_default_material_light = 2131427392;
        public static final int secondary_text_disabled_material_dark = 2131427393;
        public static final int secondary_text_disabled_material_light = 2131427394;
        public static final int switch_thumb_disabled_material_dark = 2131427395;
        public static final int switch_thumb_disabled_material_light = 2131427396;
        public static final int switch_thumb_material_dark = 2131427409;
        public static final int switch_thumb_material_light = 2131427410;
        public static final int switch_thumb_normal_material_dark = 2131427397;
        public static final int switch_thumb_normal_material_light = 2131427398;

        public color() { /* compiled code */ }
    }

    public static final class bool {
        public static final int abc_action_bar_embed_tabs = 2131165187;
        public static final int abc_action_bar_embed_tabs_pre_jb = 2131165185;
        public static final int abc_action_bar_expanded_action_views_exclusive = 2131165188;
        public static final int abc_allow_stacked_button_bar = 2131165184;
        public static final int abc_config_actionMenuItemAllCaps = 2131165189;
        public static final int abc_config_allowActionMenuItemTextWithIcon = 2131165186;
        public static final int abc_config_closeDialogWhenTouchOutside = 2131165190;
        public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131165191;

        public bool() { /* compiled code */ }
    }

    public static final class attr {
        public static final int actionBarDivider = 2130772030;
        public static final int actionBarItemBackground = 2130772031;
        public static final int actionBarPopupTheme = 2130772024;
        public static final int actionBarSize = 2130772029;
        public static final int actionBarSplitStyle = 2130772026;
        public static final int actionBarStyle = 2130772025;
        public static final int actionBarTabBarStyle = 2130772020;
        public static final int actionBarTabStyle = 2130772019;
        public static final int actionBarTabTextStyle = 2130772021;
        public static final int actionBarTheme = 2130772027;
        public static final int actionBarWidgetTheme = 2130772028;
        public static final int actionButtonStyle = 2130772056;
        public static final int actionDropDownStyle = 2130772052;
        public static final int actionLayout = 2130772166;
        public static final int actionMenuTextAppearance = 2130772032;
        public static final int actionMenuTextColor = 2130772033;
        public static final int actionModeBackground = 2130772036;
        public static final int actionModeCloseButtonStyle = 2130772035;
        public static final int actionModeCloseDrawable = 2130772038;
        public static final int actionModeCopyDrawable = 2130772040;
        public static final int actionModeCutDrawable = 2130772039;
        public static final int actionModeFindDrawable = 2130772044;
        public static final int actionModePasteDrawable = 2130772041;
        public static final int actionModePopupWindowStyle = 2130772046;
        public static final int actionModeSelectAllDrawable = 2130772042;
        public static final int actionModeShareDrawable = 2130772043;
        public static final int actionModeSplitBackground = 2130772037;
        public static final int actionModeStyle = 2130772034;
        public static final int actionModeWebSearchDrawable = 2130772045;
        public static final int actionOverflowButtonStyle = 2130772022;
        public static final int actionOverflowMenuStyle = 2130772023;
        public static final int actionProviderClass = 2130772168;
        public static final int actionViewClass = 2130772167;
        public static final int activityChooserViewStyle = 2130772064;
        public static final int alertDialogButtonGroupStyle = 2130772099;
        public static final int alertDialogCenterButtons = 2130772100;
        public static final int alertDialogStyle = 2130772098;
        public static final int alertDialogTheme = 2130772101;
        public static final int allowStacking = 2130772121;
        public static final int arrowHeadLength = 2130772152;
        public static final int arrowShaftLength = 2130772153;
        public static final int autoCompleteTextViewStyle = 2130772106;
        public static final int background = 2130771980;
        public static final int backgroundSplit = 2130771982;
        public static final int backgroundStacked = 2130771981;
        public static final int backgroundTint = 2130772248;
        public static final int backgroundTintMode = 2130772249;
        public static final int barLength = 2130772154;
        public static final int borderlessButtonStyle = 2130772061;
        public static final int buttonBarButtonStyle = 2130772058;
        public static final int buttonBarNegativeButtonStyle = 2130772104;
        public static final int buttonBarNeutralButtonStyle = 2130772105;
        public static final int buttonBarPositiveButtonStyle = 2130772103;
        public static final int buttonBarStyle = 2130772057;
        public static final int buttonPanelSideLayout = 2130771999;
        public static final int buttonStyle = 2130772107;
        public static final int buttonStyleSmall = 2130772108;
        public static final int buttonTint = 2130772137;
        public static final int buttonTintMode = 2130772138;
        public static final int checkboxStyle = 2130772109;
        public static final int checkedTextViewStyle = 2130772110;
        public static final int closeIcon = 2130772188;
        public static final int closeItemLayout = 2130771996;
        public static final int collapseContentDescription = 2130772239;
        public static final int collapseIcon = 2130772238;
        public static final int color = 2130772148;
        public static final int colorAccent = 2130772091;
        public static final int colorButtonNormal = 2130772095;
        public static final int colorControlActivated = 2130772093;
        public static final int colorControlHighlight = 2130772094;
        public static final int colorControlNormal = 2130772092;
        public static final int colorPrimary = 2130772089;
        public static final int colorPrimaryDark = 2130772090;
        public static final int colorSwitchThumbNormal = 2130772096;
        public static final int commitIcon = 2130772193;
        public static final int contentInsetEnd = 2130771991;
        public static final int contentInsetLeft = 2130771992;
        public static final int contentInsetRight = 2130771993;
        public static final int contentInsetStart = 2130771990;
        public static final int controlBackground = 2130772097;
        public static final int customNavigationLayout = 2130771983;
        public static final int defaultQueryHint = 2130772187;
        public static final int dialogPreferredPadding = 2130772050;
        public static final int dialogTheme = 2130772049;
        public static final int displayOptions = 2130771973;
        public static final int divider = 2130771979;
        public static final int dividerHorizontal = 2130772063;
        public static final int dividerPadding = 2130772164;
        public static final int dividerVertical = 2130772062;
        public static final int drawableSize = 2130772150;
        public static final int drawerArrowStyle = 2130771968;
        public static final int dropDownListViewStyle = 2130772081;
        public static final int dropdownListPreferredItemHeight = 2130772053;
        public static final int editTextBackground = 2130772070;
        public static final int editTextColor = 2130772069;
        public static final int editTextStyle = 2130772111;
        public static final int elevation = 2130771994;
        public static final int expandActivityOverflowButtonDrawable = 2130771998;
        public static final int gapBetweenBars = 2130772151;
        public static final int goIcon = 2130772189;
        public static final int height = 2130771969;
        public static final int hideOnContentScroll = 2130771989;
        public static final int homeAsUpIndicator = 2130772055;
        public static final int homeLayout = 2130771984;
        public static final int icon = 2130771977;
        public static final int iconifiedByDefault = 2130772185;
        public static final int imageButtonStyle = 2130772071;
        public static final int indeterminateProgressStyle = 2130771986;
        public static final int initialActivityCount = 2130771997;
        public static final int isLightTheme = 2130771970;
        public static final int itemPadding = 2130771988;
        public static final int layout = 2130772184;
        public static final int listChoiceBackgroundIndicator = 2130772088;
        public static final int listDividerAlertDialog = 2130772051;
        public static final int listItemLayout = 2130772003;
        public static final int listLayout = 2130772000;
        public static final int listPopupWindowStyle = 2130772082;
        public static final int listPreferredItemHeight = 2130772076;
        public static final int listPreferredItemHeightLarge = 2130772078;
        public static final int listPreferredItemHeightSmall = 2130772077;
        public static final int listPreferredItemPaddingLeft = 2130772079;
        public static final int listPreferredItemPaddingRight = 2130772080;
        public static final int logo = 2130771978;
        public static final int logoDescription = 2130772242;
        public static final int maxButtonHeight = 2130772237;
        public static final int measureWithLargestChild = 2130772162;
        public static final int multiChoiceItemLayout = 2130772001;
        public static final int navigationContentDescription = 2130772241;
        public static final int navigationIcon = 2130772240;
        public static final int navigationMode = 2130771972;
        public static final int overlapAnchor = 2130772176;
        public static final int paddingEnd = 2130772246;
        public static final int paddingStart = 2130772245;
        public static final int panelBackground = 2130772085;
        public static final int panelMenuListTheme = 2130772087;
        public static final int panelMenuListWidth = 2130772086;
        public static final int popupMenuStyle = 2130772067;
        public static final int popupTheme = 2130771995;
        public static final int popupWindowStyle = 2130772068;
        public static final int preserveIconSpacing = 2130772169;
        public static final int progressBarPadding = 2130771987;
        public static final int progressBarStyle = 2130771985;
        public static final int queryBackground = 2130772195;
        public static final int queryHint = 2130772186;
        public static final int radioButtonStyle = 2130772112;
        public static final int ratingBarStyle = 2130772113;
        public static final int ratingBarStyleIndicator = 2130772114;
        public static final int ratingBarStyleSmall = 2130772115;
        public static final int searchHintIcon = 2130772191;
        public static final int searchIcon = 2130772190;
        public static final int searchViewStyle = 2130772075;
        public static final int seekBarStyle = 2130772116;
        public static final int selectableItemBackground = 2130772059;
        public static final int selectableItemBackgroundBorderless = 2130772060;
        public static final int showAsAction = 2130772165;
        public static final int showDividers = 2130772163;
        public static final int showText = 2130772204;
        public static final int singleChoiceItemLayout = 2130772002;
        public static final int spinBars = 2130772149;
        public static final int spinnerDropDownItemStyle = 2130772054;
        public static final int spinnerStyle = 2130772117;
        public static final int splitTrack = 2130772203;
        public static final int srcCompat = 2130772007;
        public static final int state_above_anchor = 2130772177;
        public static final int submitBackground = 2130772196;
        public static final int subtitle = 2130771974;
        public static final int subtitleTextAppearance = 2130772231;
        public static final int subtitleTextColor = 2130772244;
        public static final int subtitleTextStyle = 2130771976;
        public static final int suggestionRowLayout = 2130772194;
        public static final int switchMinWidth = 2130772201;
        public static final int switchPadding = 2130772202;
        public static final int switchStyle = 2130772118;
        public static final int switchTextAppearance = 2130772200;
        public static final int textAllCaps = 2130772008;
        public static final int textAppearanceLargePopupMenu = 2130772047;
        public static final int textAppearanceListItem = 2130772083;
        public static final int textAppearanceListItemSmall = 2130772084;
        public static final int textAppearanceSearchResultSubtitle = 2130772073;
        public static final int textAppearanceSearchResultTitle = 2130772072;
        public static final int textAppearanceSmallPopupMenu = 2130772048;
        public static final int textColorAlertDialogListItem = 2130772102;
        public static final int textColorSearchUrl = 2130772074;
        public static final int theme = 2130772247;
        public static final int thickness = 2130772155;
        public static final int thumbTextPadding = 2130772199;
        public static final int title = 2130771971;
        public static final int titleMarginBottom = 2130772236;
        public static final int titleMarginEnd = 2130772234;
        public static final int titleMarginStart = 2130772233;
        public static final int titleMarginTop = 2130772235;
        public static final int titleMargins = 2130772232;
        public static final int titleTextAppearance = 2130772230;
        public static final int titleTextColor = 2130772243;
        public static final int titleTextStyle = 2130771975;
        public static final int toolbarNavigationButtonStyle = 2130772066;
        public static final int toolbarStyle = 2130772065;
        public static final int track = 2130772198;
        public static final int voiceIcon = 2130772192;
        public static final int windowActionBar = 2130772009;
        public static final int windowActionBarOverlay = 2130772011;
        public static final int windowActionModeOverlay = 2130772012;
        public static final int windowFixedHeightMajor = 2130772016;
        public static final int windowFixedHeightMinor = 2130772014;
        public static final int windowFixedWidthMajor = 2130772013;
        public static final int windowFixedWidthMinor = 2130772015;
        public static final int windowMinWidthMajor = 2130772017;
        public static final int windowMinWidthMinor = 2130772018;
        public static final int windowNoTitle = 2130772010;

        public attr() { /* compiled code */ }
    }

    public static final class anim {
        public static final int abc_fade_in = 2131034112;
        public static final int abc_fade_out = 2131034113;
        public static final int abc_grow_fade_in_from_bottom = 2131034114;
        public static final int abc_popup_enter = 2131034115;
        public static final int abc_popup_exit = 2131034116;
        public static final int abc_shrink_fade_out_from_bottom = 2131034117;
        public static final int abc_slide_in_bottom = 2131034118;
        public static final int abc_slide_in_top = 2131034119;
        public static final int abc_slide_out_bottom = 2131034120;
        public static final int abc_slide_out_top = 2131034121;

        public anim() { /* compiled code */ }
    }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package android.support.design;

public final class R {
    public R() { /* compiled code */ }

    public static final class styleable {
        public static final int[] ActionBar;
        public static final int[] ActionBarLayout;
        public static final int ActionBarLayout_android_layout_gravity = 0;
        public static final int ActionBar_background = 10;
        public static final int ActionBar_backgroundSplit = 12;
        public static final int ActionBar_backgroundStacked = 11;
        public static final int ActionBar_contentInsetEnd = 21;
        public static final int ActionBar_contentInsetLeft = 22;
        public static final int ActionBar_contentInsetRight = 23;
        public static final int ActionBar_contentInsetStart = 20;
        public static final int ActionBar_customNavigationLayout = 13;
        public static final int ActionBar_displayOptions = 3;
        public static final int ActionBar_divider = 9;
        public static final int ActionBar_elevation = 24;
        public static final int ActionBar_height = 0;
        public static final int ActionBar_hideOnContentScroll = 19;
        public static final int ActionBar_homeAsUpIndicator = 26;
        public static final int ActionBar_homeLayout = 14;
        public static final int ActionBar_icon = 7;
        public static final int ActionBar_indeterminateProgressStyle = 16;
        public static final int ActionBar_itemPadding = 18;
        public static final int ActionBar_logo = 8;
        public static final int ActionBar_navigationMode = 2;
        public static final int ActionBar_popupTheme = 25;
        public static final int ActionBar_progressBarPadding = 17;
        public static final int ActionBar_progressBarStyle = 15;
        public static final int ActionBar_subtitle = 4;
        public static final int ActionBar_subtitleTextStyle = 6;
        public static final int ActionBar_title = 1;
        public static final int ActionBar_titleTextStyle = 5;
        public static final int[] ActionMenuItemView;
        public static final int ActionMenuItemView_android_minWidth = 0;
        public static final int[] ActionMenuView;
        public static final int[] ActionMode;
        public static final int ActionMode_background = 3;
        public static final int ActionMode_backgroundSplit = 4;
        public static final int ActionMode_closeItemLayout = 5;
        public static final int ActionMode_height = 0;
        public static final int ActionMode_subtitleTextStyle = 2;
        public static final int ActionMode_titleTextStyle = 1;
        public static final int[] ActivityChooserView;
        public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
        public static final int ActivityChooserView_initialActivityCount = 0;
        public static final int[] AlertDialog;
        public static final int AlertDialog_android_layout = 0;
        public static final int AlertDialog_buttonPanelSideLayout = 1;
        public static final int AlertDialog_listItemLayout = 5;
        public static final int AlertDialog_listLayout = 2;
        public static final int AlertDialog_multiChoiceItemLayout = 3;
        public static final int AlertDialog_singleChoiceItemLayout = 4;
        public static final int[] AppBarLayout;
        public static final int[] AppBarLayout_LayoutParams;
        public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
        public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
        public static final int AppBarLayout_android_background = 0;
        public static final int AppBarLayout_elevation = 1;
        public static final int AppBarLayout_expanded = 2;
        public static final int[] AppCompatImageView;
        public static final int AppCompatImageView_android_src = 0;
        public static final int AppCompatImageView_srcCompat = 1;
        public static final int[] AppCompatTextView;
        public static final int AppCompatTextView_android_textAppearance = 0;
        public static final int AppCompatTextView_textAllCaps = 1;
        public static final int[] AppCompatTheme;
        public static final int AppCompatTheme_actionBarDivider = 23;
        public static final int AppCompatTheme_actionBarItemBackground = 24;
        public static final int AppCompatTheme_actionBarPopupTheme = 17;
        public static final int AppCompatTheme_actionBarSize = 22;
        public static final int AppCompatTheme_actionBarSplitStyle = 19;
        public static final int AppCompatTheme_actionBarStyle = 18;
        public static final int AppCompatTheme_actionBarTabBarStyle = 13;
        public static final int AppCompatTheme_actionBarTabStyle = 12;
        public static final int AppCompatTheme_actionBarTabTextStyle = 14;
        public static final int AppCompatTheme_actionBarTheme = 20;
        public static final int AppCompatTheme_actionBarWidgetTheme = 21;
        public static final int AppCompatTheme_actionButtonStyle = 49;
        public static final int AppCompatTheme_actionDropDownStyle = 45;
        public static final int AppCompatTheme_actionMenuTextAppearance = 25;
        public static final int AppCompatTheme_actionMenuTextColor = 26;
        public static final int AppCompatTheme_actionModeBackground = 29;
        public static final int AppCompatTheme_actionModeCloseButtonStyle = 28;
        public static final int AppCompatTheme_actionModeCloseDrawable = 31;
        public static final int AppCompatTheme_actionModeCopyDrawable = 33;
        public static final int AppCompatTheme_actionModeCutDrawable = 32;
        public static final int AppCompatTheme_actionModeFindDrawable = 37;
        public static final int AppCompatTheme_actionModePasteDrawable = 34;
        public static final int AppCompatTheme_actionModePopupWindowStyle = 39;
        public static final int AppCompatTheme_actionModeSelectAllDrawable = 35;
        public static final int AppCompatTheme_actionModeShareDrawable = 36;
        public static final int AppCompatTheme_actionModeSplitBackground = 30;
        public static final int AppCompatTheme_actionModeStyle = 27;
        public static final int AppCompatTheme_actionModeWebSearchDrawable = 38;
        public static final int AppCompatTheme_actionOverflowButtonStyle = 15;
        public static final int AppCompatTheme_actionOverflowMenuStyle = 16;
        public static final int AppCompatTheme_activityChooserViewStyle = 57;
        public static final int AppCompatTheme_alertDialogButtonGroupStyle = 92;
        public static final int AppCompatTheme_alertDialogCenterButtons = 93;
        public static final int AppCompatTheme_alertDialogStyle = 91;
        public static final int AppCompatTheme_alertDialogTheme = 94;
        public static final int AppCompatTheme_android_windowAnimationStyle = 1;
        public static final int AppCompatTheme_android_windowIsFloating = 0;
        public static final int AppCompatTheme_autoCompleteTextViewStyle = 99;
        public static final int AppCompatTheme_borderlessButtonStyle = 54;
        public static final int AppCompatTheme_buttonBarButtonStyle = 51;
        public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 97;
        public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 98;
        public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 96;
        public static final int AppCompatTheme_buttonBarStyle = 50;
        public static final int AppCompatTheme_buttonStyle = 100;
        public static final int AppCompatTheme_buttonStyleSmall = 101;
        public static final int AppCompatTheme_checkboxStyle = 102;
        public static final int AppCompatTheme_checkedTextViewStyle = 103;
        public static final int AppCompatTheme_colorAccent = 84;
        public static final int AppCompatTheme_colorButtonNormal = 88;
        public static final int AppCompatTheme_colorControlActivated = 86;
        public static final int AppCompatTheme_colorControlHighlight = 87;
        public static final int AppCompatTheme_colorControlNormal = 85;
        public static final int AppCompatTheme_colorPrimary = 82;
        public static final int AppCompatTheme_colorPrimaryDark = 83;
        public static final int AppCompatTheme_colorSwitchThumbNormal = 89;
        public static final int AppCompatTheme_controlBackground = 90;
        public static final int AppCompatTheme_dialogPreferredPadding = 43;
        public static final int AppCompatTheme_dialogTheme = 42;
        public static final int AppCompatTheme_dividerHorizontal = 56;
        public static final int AppCompatTheme_dividerVertical = 55;
        public static final int AppCompatTheme_dropDownListViewStyle = 74;
        public static final int AppCompatTheme_dropdownListPreferredItemHeight = 46;
        public static final int AppCompatTheme_editTextBackground = 63;
        public static final int AppCompatTheme_editTextColor = 62;
        public static final int AppCompatTheme_editTextStyle = 104;
        public static final int AppCompatTheme_homeAsUpIndicator = 48;
        public static final int AppCompatTheme_imageButtonStyle = 64;
        public static final int AppCompatTheme_listChoiceBackgroundIndicator = 81;
        public static final int AppCompatTheme_listDividerAlertDialog = 44;
        public static final int AppCompatTheme_listPopupWindowStyle = 75;
        public static final int AppCompatTheme_listPreferredItemHeight = 69;
        public static final int AppCompatTheme_listPreferredItemHeightLarge = 71;
        public static final int AppCompatTheme_listPreferredItemHeightSmall = 70;
        public static final int AppCompatTheme_listPreferredItemPaddingLeft = 72;
        public static final int AppCompatTheme_listPreferredItemPaddingRight = 73;
        public static final int AppCompatTheme_panelBackground = 78;
        public static final int AppCompatTheme_panelMenuListTheme = 80;
        public static final int AppCompatTheme_panelMenuListWidth = 79;
        public static final int AppCompatTheme_popupMenuStyle = 60;
        public static final int AppCompatTheme_popupWindowStyle = 61;
        public static final int AppCompatTheme_radioButtonStyle = 105;
        public static final int AppCompatTheme_ratingBarStyle = 106;
        public static final int AppCompatTheme_ratingBarStyleIndicator = 107;
        public static final int AppCompatTheme_ratingBarStyleSmall = 108;
        public static final int AppCompatTheme_searchViewStyle = 68;
        public static final int AppCompatTheme_seekBarStyle = 109;
        public static final int AppCompatTheme_selectableItemBackground = 52;
        public static final int AppCompatTheme_selectableItemBackgroundBorderless = 53;
        public static final int AppCompatTheme_spinnerDropDownItemStyle = 47;
        public static final int AppCompatTheme_spinnerStyle = 110;
        public static final int AppCompatTheme_switchStyle = 111;
        public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40;
        public static final int AppCompatTheme_textAppearanceListItem = 76;
        public static final int AppCompatTheme_textAppearanceListItemSmall = 77;
        public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 66;
        public static final int AppCompatTheme_textAppearanceSearchResultTitle = 65;
        public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41;
        public static final int AppCompatTheme_textColorAlertDialogListItem = 95;
        public static final int AppCompatTheme_textColorSearchUrl = 67;
        public static final int AppCompatTheme_toolbarNavigationButtonStyle = 59;
        public static final int AppCompatTheme_toolbarStyle = 58;
        public static final int AppCompatTheme_windowActionBar = 2;
        public static final int AppCompatTheme_windowActionBarOverlay = 4;
        public static final int AppCompatTheme_windowActionModeOverlay = 5;
        public static final int AppCompatTheme_windowFixedHeightMajor = 9;
        public static final int AppCompatTheme_windowFixedHeightMinor = 7;
        public static final int AppCompatTheme_windowFixedWidthMajor = 6;
        public static final int AppCompatTheme_windowFixedWidthMinor = 8;
        public static final int AppCompatTheme_windowMinWidthMajor = 10;
        public static final int AppCompatTheme_windowMinWidthMinor = 11;
        public static final int AppCompatTheme_windowNoTitle = 3;
        public static final int[] BottomSheetBehavior_Params;
        public static final int BottomSheetBehavior_Params_behavior_hideable = 1;
        public static final int BottomSheetBehavior_Params_behavior_peekHeight = 0;
        public static final int[] ButtonBarLayout;
        public static final int ButtonBarLayout_allowStacking = 0;
        public static final int[] CollapsingAppBarLayout_LayoutParams;
        public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
        public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
        public static final int[] CollapsingToolbarLayout;
        public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11;
        public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7;
        public static final int CollapsingToolbarLayout_contentScrim = 8;
        public static final int CollapsingToolbarLayout_expandedTitleGravity = 12;
        public static final int CollapsingToolbarLayout_expandedTitleMargin = 1;
        public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
        public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4;
        public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2;
        public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3;
        public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6;
        public static final int CollapsingToolbarLayout_statusBarScrim = 9;
        public static final int CollapsingToolbarLayout_title = 0;
        public static final int CollapsingToolbarLayout_titleEnabled = 13;
        public static final int CollapsingToolbarLayout_toolbarId = 10;
        public static final int[] CompoundButton;
        public static final int CompoundButton_android_button = 0;
        public static final int CompoundButton_buttonTint = 1;
        public static final int CompoundButton_buttonTintMode = 2;
        public static final int[] CoordinatorLayout;
        public static final int[] CoordinatorLayout_LayoutParams;
        public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
        public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
        public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
        public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
        public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
        public static final int CoordinatorLayout_keylines = 0;
        public static final int CoordinatorLayout_statusBarBackground = 1;
        public static final int[] DesignTheme;
        public static final int DesignTheme_bottomSheetDialogTheme = 0;
        public static final int DesignTheme_bottomSheetStyle = 1;
        public static final int DesignTheme_textColorError = 2;
        public static final int[] DrawerArrowToggle;
        public static final int DrawerArrowToggle_arrowHeadLength = 4;
        public static final int DrawerArrowToggle_arrowShaftLength = 5;
        public static final int DrawerArrowToggle_barLength = 6;
        public static final int DrawerArrowToggle_color = 0;
        public static final int DrawerArrowToggle_drawableSize = 2;
        public static final int DrawerArrowToggle_gapBetweenBars = 3;
        public static final int DrawerArrowToggle_spinBars = 1;
        public static final int DrawerArrowToggle_thickness = 7;
        public static final int[] FloatingActionButton;
        public static final int FloatingActionButton_backgroundTint = 6;
        public static final int FloatingActionButton_backgroundTintMode = 7;
        public static final int FloatingActionButton_borderWidth = 4;
        public static final int FloatingActionButton_elevation = 0;
        public static final int FloatingActionButton_fabSize = 2;
        public static final int FloatingActionButton_pressedTranslationZ = 3;
        public static final int FloatingActionButton_rippleColor = 1;
        public static final int FloatingActionButton_useCompatPadding = 5;
        public static final int[] ForegroundLinearLayout;
        public static final int ForegroundLinearLayout_android_foreground = 0;
        public static final int ForegroundLinearLayout_android_foregroundGravity = 1;
        public static final int ForegroundLinearLayout_foregroundInsidePadding = 2;
        public static final int[] LinearLayoutCompat;
        public static final int[] LinearLayoutCompat_Layout;
        public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
        public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
        public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
        public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
        public static final int LinearLayoutCompat_android_baselineAligned = 2;
        public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
        public static final int LinearLayoutCompat_android_gravity = 0;
        public static final int LinearLayoutCompat_android_orientation = 1;
        public static final int LinearLayoutCompat_android_weightSum = 4;
        public static final int LinearLayoutCompat_divider = 5;
        public static final int LinearLayoutCompat_dividerPadding = 8;
        public static final int LinearLayoutCompat_measureWithLargestChild = 6;
        public static final int LinearLayoutCompat_showDividers = 7;
        public static final int[] ListPopupWindow;
        public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
        public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
        public static final int[] MenuGroup;
        public static final int MenuGroup_android_checkableBehavior = 5;
        public static final int MenuGroup_android_enabled = 0;
        public static final int MenuGroup_android_id = 1;
        public static final int MenuGroup_android_menuCategory = 3;
        public static final int MenuGroup_android_orderInCategory = 4;
        public static final int MenuGroup_android_visible = 2;
        public static final int[] MenuItem;
        public static final int MenuItem_actionLayout = 14;
        public static final int MenuItem_actionProviderClass = 16;
        public static final int MenuItem_actionViewClass = 15;
        public static final int MenuItem_android_alphabeticShortcut = 9;
        public static final int MenuItem_android_checkable = 11;
        public static final int MenuItem_android_checked = 3;
        public static final int MenuItem_android_enabled = 1;
        public static final int MenuItem_android_icon = 0;
        public static final int MenuItem_android_id = 2;
        public static final int MenuItem_android_menuCategory = 5;
        public static final int MenuItem_android_numericShortcut = 10;
        public static final int MenuItem_android_onClick = 12;
        public static final int MenuItem_android_orderInCategory = 6;
        public static final int MenuItem_android_title = 7;
        public static final int MenuItem_android_titleCondensed = 8;
        public static final int MenuItem_android_visible = 4;
        public static final int MenuItem_showAsAction = 13;
        public static final int[] MenuView;
        public static final int MenuView_android_headerBackground = 4;
        public static final int MenuView_android_horizontalDivider = 2;
        public static final int MenuView_android_itemBackground = 5;
        public static final int MenuView_android_itemIconDisabledAlpha = 6;
        public static final int MenuView_android_itemTextAppearance = 1;
        public static final int MenuView_android_verticalDivider = 3;
        public static final int MenuView_android_windowAnimationStyle = 0;
        public static final int MenuView_preserveIconSpacing = 7;
        public static final int[] NavigationView;
        public static final int NavigationView_android_background = 0;
        public static final int NavigationView_android_fitsSystemWindows = 1;
        public static final int NavigationView_android_maxWidth = 2;
        public static final int NavigationView_elevation = 3;
        public static final int NavigationView_headerLayout = 9;
        public static final int NavigationView_itemBackground = 7;
        public static final int NavigationView_itemIconTint = 5;
        public static final int NavigationView_itemTextAppearance = 8;
        public static final int NavigationView_itemTextColor = 6;
        public static final int NavigationView_menu = 4;
        public static final int[] PopupWindow;
        public static final int[] PopupWindowBackgroundState;
        public static final int PopupWindowBackgroundState_state_above_anchor = 0;
        public static final int PopupWindow_android_popupBackground = 0;
        public static final int PopupWindow_overlapAnchor = 1;
        public static final int[] RecyclerView;
        public static final int RecyclerView_android_orientation = 0;
        public static final int RecyclerView_layoutManager = 1;
        public static final int RecyclerView_reverseLayout = 3;
        public static final int RecyclerView_spanCount = 2;
        public static final int RecyclerView_stackFromEnd = 4;
        public static final int[] ScrimInsetsFrameLayout;
        public static final int ScrimInsetsFrameLayout_insetForeground = 0;
        public static final int[] ScrollingViewBehavior_Params;
        public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
        public static final int[] SearchView;
        public static final int SearchView_android_focusable = 0;
        public static final int SearchView_android_imeOptions = 3;
        public static final int SearchView_android_inputType = 2;
        public static final int SearchView_android_maxWidth = 1;
        public static final int SearchView_closeIcon = 8;
        public static final int SearchView_commitIcon = 13;
        public static final int SearchView_defaultQueryHint = 7;
        public static final int SearchView_goIcon = 9;
        public static final int SearchView_iconifiedByDefault = 5;
        public static final int SearchView_layout = 4;
        public static final int SearchView_queryBackground = 15;
        public static final int SearchView_queryHint = 6;
        public static final int SearchView_searchHintIcon = 11;
        public static final int SearchView_searchIcon = 10;
        public static final int SearchView_submitBackground = 16;
        public static final int SearchView_suggestionRowLayout = 14;
        public static final int SearchView_voiceIcon = 12;
        public static final int[] SnackbarLayout;
        public static final int SnackbarLayout_android_maxWidth = 0;
        public static final int SnackbarLayout_elevation = 1;
        public static final int SnackbarLayout_maxActionInlineWidth = 2;
        public static final int[] Spinner;
        public static final int Spinner_android_dropDownWidth = 3;
        public static final int Spinner_android_entries = 0;
        public static final int Spinner_android_popupBackground = 1;
        public static final int Spinner_android_prompt = 2;
        public static final int Spinner_popupTheme = 4;
        public static final int[] SwitchCompat;
        public static final int SwitchCompat_android_textOff = 1;
        public static final int SwitchCompat_android_textOn = 0;
        public static final int SwitchCompat_android_thumb = 2;
        public static final int SwitchCompat_showText = 9;
        public static final int SwitchCompat_splitTrack = 8;
        public static final int SwitchCompat_switchMinWidth = 6;
        public static final int SwitchCompat_switchPadding = 7;
        public static final int SwitchCompat_switchTextAppearance = 5;
        public static final int SwitchCompat_thumbTextPadding = 4;
        public static final int SwitchCompat_track = 3;
        public static final int[] TabItem;
        public static final int TabItem_android_icon = 0;
        public static final int TabItem_android_layout = 1;
        public static final int TabItem_android_text = 2;
        public static final int[] TabLayout;
        public static final int TabLayout_tabBackground = 3;
        public static final int TabLayout_tabContentStart = 2;
        public static final int TabLayout_tabGravity = 5;
        public static final int TabLayout_tabIndicatorColor = 0;
        public static final int TabLayout_tabIndicatorHeight = 1;
        public static final int TabLayout_tabMaxWidth = 7;
        public static final int TabLayout_tabMinWidth = 6;
        public static final int TabLayout_tabMode = 4;
        public static final int TabLayout_tabPadding = 15;
        public static final int TabLayout_tabPaddingBottom = 14;
        public static final int TabLayout_tabPaddingEnd = 13;
        public static final int TabLayout_tabPaddingStart = 11;
        public static final int TabLayout_tabPaddingTop = 12;
        public static final int TabLayout_tabSelectedTextColor = 10;
        public static final int TabLayout_tabTextAppearance = 8;
        public static final int TabLayout_tabTextColor = 9;
        public static final int[] TextAppearance;
        public static final int TextAppearance_android_shadowColor = 4;
        public static final int TextAppearance_android_shadowDx = 5;
        public static final int TextAppearance_android_shadowDy = 6;
        public static final int TextAppearance_android_shadowRadius = 7;
        public static final int TextAppearance_android_textColor = 3;
        public static final int TextAppearance_android_textSize = 0;
        public static final int TextAppearance_android_textStyle = 2;
        public static final int TextAppearance_android_typeface = 1;
        public static final int TextAppearance_textAllCaps = 8;
        public static final int[] TextInputLayout;
        public static final int TextInputLayout_android_hint = 1;
        public static final int TextInputLayout_android_textColorHint = 0;
        public static final int TextInputLayout_counterEnabled = 6;
        public static final int TextInputLayout_counterMaxLength = 7;
        public static final int TextInputLayout_counterOverflowTextAppearance = 9;
        public static final int TextInputLayout_counterTextAppearance = 8;
        public static final int TextInputLayout_errorEnabled = 4;
        public static final int TextInputLayout_errorTextAppearance = 5;
        public static final int TextInputLayout_hintAnimationEnabled = 10;
        public static final int TextInputLayout_hintEnabled = 3;
        public static final int TextInputLayout_hintTextAppearance = 2;
        public static final int[] Toolbar;
        public static final int Toolbar_android_gravity = 0;
        public static final int Toolbar_android_minHeight = 1;
        public static final int Toolbar_collapseContentDescription = 19;
        public static final int Toolbar_collapseIcon = 18;
        public static final int Toolbar_contentInsetEnd = 6;
        public static final int Toolbar_contentInsetLeft = 7;
        public static final int Toolbar_contentInsetRight = 8;
        public static final int Toolbar_contentInsetStart = 5;
        public static final int Toolbar_logo = 4;
        public static final int Toolbar_logoDescription = 22;
        public static final int Toolbar_maxButtonHeight = 17;
        public static final int Toolbar_navigationContentDescription = 21;
        public static final int Toolbar_navigationIcon = 20;
        public static final int Toolbar_popupTheme = 9;
        public static final int Toolbar_subtitle = 3;
        public static final int Toolbar_subtitleTextAppearance = 11;
        public static final int Toolbar_subtitleTextColor = 24;
        public static final int Toolbar_title = 2;
        public static final int Toolbar_titleMarginBottom = 16;
        public static final int Toolbar_titleMarginEnd = 14;
        public static final int Toolbar_titleMarginStart = 13;
        public static final int Toolbar_titleMarginTop = 15;
        public static final int Toolbar_titleMargins = 12;
        public static final int Toolbar_titleTextAppearance = 10;
        public static final int Toolbar_titleTextColor = 23;
        public static final int[] View;
        public static final int[] ViewBackgroundHelper;
        public static final int ViewBackgroundHelper_android_background = 0;
        public static final int ViewBackgroundHelper_backgroundTint = 1;
        public static final int ViewBackgroundHelper_backgroundTintMode = 2;
        public static final int[] ViewStubCompat;
        public static final int ViewStubCompat_android_id = 0;
        public static final int ViewStubCompat_android_inflatedId = 2;
        public static final int ViewStubCompat_android_layout = 1;
        public static final int View_android_focusable = 1;
        public static final int View_android_theme = 0;
        public static final int View_paddingEnd = 3;
        public static final int View_paddingStart = 2;
        public static final int View_theme = 4;

        public styleable() { /* compiled code */ }
    }

    public static final class style {
        public static final int AlertDialog_AppCompat = 2131296392;
        public static final int AlertDialog_AppCompat_Light = 2131296393;
        public static final int Animation_AppCompat_Dialog = 2131296394;
        public static final int Animation_AppCompat_DropDownUp = 2131296395;
        public static final int Animation_Design_BottomSheetDialog = 2131296396;
        public static final int Base_AlertDialog_AppCompat = 2131296400;
        public static final int Base_AlertDialog_AppCompat_Light = 2131296401;
        public static final int Base_Animation_AppCompat_Dialog = 2131296402;
        public static final int Base_Animation_AppCompat_DropDownUp = 2131296403;
        public static final int Base_DialogWindowTitleBackground_AppCompat = 2131296405;
        public static final int Base_DialogWindowTitle_AppCompat = 2131296404;
        public static final int Base_TextAppearance_AppCompat = 2131296312;
        public static final int Base_TextAppearance_AppCompat_Body1 = 2131296313;
        public static final int Base_TextAppearance_AppCompat_Body2 = 2131296314;
        public static final int Base_TextAppearance_AppCompat_Button = 2131296289;
        public static final int Base_TextAppearance_AppCompat_Caption = 2131296315;
        public static final int Base_TextAppearance_AppCompat_Display1 = 2131296316;
        public static final int Base_TextAppearance_AppCompat_Display2 = 2131296317;
        public static final int Base_TextAppearance_AppCompat_Display3 = 2131296318;
        public static final int Base_TextAppearance_AppCompat_Display4 = 2131296319;
        public static final int Base_TextAppearance_AppCompat_Headline = 2131296320;
        public static final int Base_TextAppearance_AppCompat_Inverse = 2131296268;
        public static final int Base_TextAppearance_AppCompat_Large = 2131296321;
        public static final int Base_TextAppearance_AppCompat_Large_Inverse = 2131296269;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296322;
        public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296323;
        public static final int Base_TextAppearance_AppCompat_Medium = 2131296324;
        public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 2131296270;
        public static final int Base_TextAppearance_AppCompat_Menu = 2131296325;
        public static final int Base_TextAppearance_AppCompat_SearchResult = 2131296406;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131296326;
        public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 2131296327;
        public static final int Base_TextAppearance_AppCompat_Small = 2131296328;
        public static final int Base_TextAppearance_AppCompat_Small_Inverse = 2131296271;
        public static final int Base_TextAppearance_AppCompat_Subhead = 2131296329;
        public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131296272;
        public static final int Base_TextAppearance_AppCompat_Title = 2131296330;
        public static final int Base_TextAppearance_AppCompat_Title_Inverse = 2131296273;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296385;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296331;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296332;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296333;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296334;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296335;
        public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296336;
        public static final int Base_TextAppearance_AppCompat_Widget_Button = 2131296337;
        public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131296386;
        public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131296407;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296338;
        public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296339;
        public static final int Base_TextAppearance_AppCompat_Widget_Switch = 2131296340;
        public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296341;
        public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296408;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296342;
        public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296343;
        public static final int Base_ThemeOverlay_AppCompat = 2131296417;
        public static final int Base_ThemeOverlay_AppCompat_ActionBar = 2131296418;
        public static final int Base_ThemeOverlay_AppCompat_Dark = 2131296419;
        public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131296420;
        public static final int Base_ThemeOverlay_AppCompat_Light = 2131296421;
        public static final int Base_Theme_AppCompat = 2131296344;
        public static final int Base_Theme_AppCompat_CompactMenu = 2131296409;
        public static final int Base_Theme_AppCompat_Dialog = 2131296274;
        public static final int Base_Theme_AppCompat_DialogWhenLarge = 2131296258;
        public static final int Base_Theme_AppCompat_Dialog_Alert = 2131296410;
        public static final int Base_Theme_AppCompat_Dialog_FixedSize = 2131296411;
        public static final int Base_Theme_AppCompat_Dialog_MinWidth = 2131296412;
        public static final int Base_Theme_AppCompat_Light = 2131296345;
        public static final int Base_Theme_AppCompat_Light_DarkActionBar = 2131296413;
        public static final int Base_Theme_AppCompat_Light_Dialog = 2131296275;
        public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131296259;
        public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 2131296414;
        public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131296415;
        public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131296416;
        public static final int Base_V11_Theme_AppCompat_Dialog = 2131296276;
        public static final int Base_V11_Theme_AppCompat_Light_Dialog = 2131296277;
        public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131296285;
        public static final int Base_V12_Widget_AppCompat_EditText = 2131296286;
        public static final int Base_V21_Theme_AppCompat = 2131296346;
        public static final int Base_V21_Theme_AppCompat_Dialog = 2131296347;
        public static final int Base_V21_Theme_AppCompat_Light = 2131296348;
        public static final int Base_V21_Theme_AppCompat_Light_Dialog = 2131296349;
        public static final int Base_V22_Theme_AppCompat = 2131296383;
        public static final int Base_V22_Theme_AppCompat_Light = 2131296384;
        public static final int Base_V23_Theme_AppCompat = 2131296387;
        public static final int Base_V23_Theme_AppCompat_Light = 2131296388;
        public static final int Base_V7_Theme_AppCompat = 2131296422;
        public static final int Base_V7_Theme_AppCompat_Dialog = 2131296423;
        public static final int Base_V7_Theme_AppCompat_Light = 2131296424;
        public static final int Base_V7_Theme_AppCompat_Light_Dialog = 2131296425;
        public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131296426;
        public static final int Base_V7_Widget_AppCompat_EditText = 2131296427;
        public static final int Base_Widget_AppCompat_ActionBar = 2131296428;
        public static final int Base_Widget_AppCompat_ActionBar_Solid = 2131296429;
        public static final int Base_Widget_AppCompat_ActionBar_TabBar = 2131296430;
        public static final int Base_Widget_AppCompat_ActionBar_TabText = 2131296350;
        public static final int Base_Widget_AppCompat_ActionBar_TabView = 2131296351;
        public static final int Base_Widget_AppCompat_ActionButton = 2131296352;
        public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 2131296353;
        public static final int Base_Widget_AppCompat_ActionButton_Overflow = 2131296354;
        public static final int Base_Widget_AppCompat_ActionMode = 2131296431;
        public static final int Base_Widget_AppCompat_ActivityChooserView = 2131296432;
        public static final int Base_Widget_AppCompat_AutoCompleteTextView = 2131296287;
        public static final int Base_Widget_AppCompat_Button = 2131296355;
        public static final int Base_Widget_AppCompat_ButtonBar = 2131296359;
        public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131296434;
        public static final int Base_Widget_AppCompat_Button_Borderless = 2131296356;
        public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 2131296357;
        public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296433;
        public static final int Base_Widget_AppCompat_Button_Colored = 2131296389;
        public static final int Base_Widget_AppCompat_Button_Small = 2131296358;
        public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131296360;
        public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131296361;
        public static final int Base_Widget_AppCompat_CompoundButton_Switch = 2131296435;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle = 2131296256;
        public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131296436;
        public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 2131296362;
        public static final int Base_Widget_AppCompat_EditText = 2131296288;
        public static final int Base_Widget_AppCompat_ImageButton = 2131296363;
        public static final int Base_Widget_AppCompat_Light_ActionBar = 2131296437;
        public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131296438;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131296439;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131296364;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296365;
        public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131296366;
        public static final int Base_Widget_AppCompat_Light_PopupMenu = 2131296367;
        public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131296368;
        public static final int Base_Widget_AppCompat_ListPopupWindow = 2131296369;
        public static final int Base_Widget_AppCompat_ListView = 2131296370;
        public static final int Base_Widget_AppCompat_ListView_DropDown = 2131296371;
        public static final int Base_Widget_AppCompat_ListView_Menu = 2131296372;
        public static final int Base_Widget_AppCompat_PopupMenu = 2131296373;
        public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 2131296374;
        public static final int Base_Widget_AppCompat_PopupWindow = 2131296440;
        public static final int Base_Widget_AppCompat_ProgressBar = 2131296278;
        public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131296279;
        public static final int Base_Widget_AppCompat_RatingBar = 2131296375;
        public static final int Base_Widget_AppCompat_RatingBar_Indicator = 2131296390;
        public static final int Base_Widget_AppCompat_RatingBar_Small = 2131296391;
        public static final int Base_Widget_AppCompat_SearchView = 2131296441;
        public static final int Base_Widget_AppCompat_SearchView_ActionBar = 2131296442;
        public static final int Base_Widget_AppCompat_SeekBar = 2131296376;
        public static final int Base_Widget_AppCompat_Spinner = 2131296377;
        public static final int Base_Widget_AppCompat_Spinner_Underlined = 2131296260;
        public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 2131296378;
        public static final int Base_Widget_AppCompat_Toolbar = 2131296443;
        public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131296379;
        public static final int Base_Widget_Design_TabLayout = 2131296444;
        public static final int Platform_AppCompat = 2131296280;
        public static final int Platform_AppCompat_Light = 2131296281;
        public static final int Platform_ThemeOverlay_AppCompat = 2131296380;
        public static final int Platform_ThemeOverlay_AppCompat_Dark = 2131296381;
        public static final int Platform_ThemeOverlay_AppCompat_Light = 2131296382;
        public static final int Platform_V11_AppCompat = 2131296282;
        public static final int Platform_V11_AppCompat_Light = 2131296283;
        public static final int Platform_V14_AppCompat = 2131296290;
        public static final int Platform_V14_AppCompat_Light = 2131296291;
        public static final int Platform_Widget_AppCompat_Spinner = 2131296284;
        public static final int RtlOverlay_DialogWindowTitle_AppCompat = 2131296297;
        public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131296298;
        public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131296299;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131296300;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131296301;
        public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131296302;
        public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131296308;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131296303;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131296304;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131296305;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131296306;
        public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131296307;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 2131296309;
        public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131296310;
        public static final int TextAppearance_AppCompat = 2131296445;
        public static final int TextAppearance_AppCompat_Body1 = 2131296446;
        public static final int TextAppearance_AppCompat_Body2 = 2131296447;
        public static final int TextAppearance_AppCompat_Button = 2131296448;
        public static final int TextAppearance_AppCompat_Caption = 2131296449;
        public static final int TextAppearance_AppCompat_Display1 = 2131296450;
        public static final int TextAppearance_AppCompat_Display2 = 2131296451;
        public static final int TextAppearance_AppCompat_Display3 = 2131296452;
        public static final int TextAppearance_AppCompat_Display4 = 2131296453;
        public static final int TextAppearance_AppCompat_Headline = 2131296454;
        public static final int TextAppearance_AppCompat_Inverse = 2131296455;
        public static final int TextAppearance_AppCompat_Large = 2131296456;
        public static final int TextAppearance_AppCompat_Large_Inverse = 2131296457;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131296458;
        public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 2131296459;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131296460;
        public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131296461;
        public static final int TextAppearance_AppCompat_Medium = 2131296462;
        public static final int TextAppearance_AppCompat_Medium_Inverse = 2131296463;
        public static final int TextAppearance_AppCompat_Menu = 2131296464;
        public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 2131296465;
        public static final int TextAppearance_AppCompat_SearchResult_Title = 2131296466;
        public static final int TextAppearance_AppCompat_Small = 2131296467;
        public static final int TextAppearance_AppCompat_Small_Inverse = 2131296468;
        public static final int TextAppearance_AppCompat_Subhead = 2131296469;
        public static final int TextAppearance_AppCompat_Subhead_Inverse = 2131296470;
        public static final int TextAppearance_AppCompat_Title = 2131296471;
        public static final int TextAppearance_AppCompat_Title_Inverse = 2131296472;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131296473;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131296474;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131296475;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131296476;
        public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131296477;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131296478;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131296479;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131296480;
        public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131296481;
        public static final int TextAppearance_AppCompat_Widget_Button = 2131296482;
        public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 2131296483;
        public static final int TextAppearance_AppCompat_Widget_DropDownItem = 2131296484;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131296485;
        public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131296486;
        public static final int TextAppearance_AppCompat_Widget_Switch = 2131296487;
        public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131296488;
        public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 2131296489;
        public static final int TextAppearance_Design_Counter = 2131296490;
        public static final int TextAppearance_Design_Counter_Overflow = 2131296491;
        public static final int TextAppearance_Design_Error = 2131296492;
        public static final int TextAppearance_Design_Hint = 2131296493;
        public static final int TextAppearance_Design_Snackbar_Message = 2131296494;
        public static final int TextAppearance_Design_Tab = 2131296495;
        public static final int TextAppearance_StatusBar_EventContent = 2131296292;
        public static final int TextAppearance_StatusBar_EventContent_Info = 2131296293;
        public static final int TextAppearance_StatusBar_EventContent_Line2 = 2131296294;
        public static final int TextAppearance_StatusBar_EventContent_Time = 2131296295;
        public static final int TextAppearance_StatusBar_EventContent_Title = 2131296296;
        public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131296496;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131296497;
        public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131296498;
        public static final int ThemeOverlay_AppCompat = 2131296519;
        public static final int ThemeOverlay_AppCompat_ActionBar = 2131296520;
        public static final int ThemeOverlay_AppCompat_Dark = 2131296521;
        public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 2131296522;
        public static final int ThemeOverlay_AppCompat_Light = 2131296523;
        public static final int Theme_AppCompat = 2131296499;
        public static final int Theme_AppCompat_CompactMenu = 2131296500;
        public static final int Theme_AppCompat_DayNight = 2131296261;
        public static final int Theme_AppCompat_DayNight_DarkActionBar = 2131296262;
        public static final int Theme_AppCompat_DayNight_Dialog = 2131296263;
        public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 2131296266;
        public static final int Theme_AppCompat_DayNight_Dialog_Alert = 2131296264;
        public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131296265;
        public static final int Theme_AppCompat_DayNight_NoActionBar = 2131296267;
        public static final int Theme_AppCompat_Dialog = 2131296501;
        public static final int Theme_AppCompat_DialogWhenLarge = 2131296504;
        public static final int Theme_AppCompat_Dialog_Alert = 2131296502;
        public static final int Theme_AppCompat_Dialog_MinWidth = 2131296503;
        public static final int Theme_AppCompat_Light = 2131296505;
        public static final int Theme_AppCompat_Light_DarkActionBar = 2131296506;
        public static final int Theme_AppCompat_Light_Dialog = 2131296507;
        public static final int Theme_AppCompat_Light_DialogWhenLarge = 2131296510;
        public static final int Theme_AppCompat_Light_Dialog_Alert = 2131296508;
        public static final int Theme_AppCompat_Light_Dialog_MinWidth = 2131296509;
        public static final int Theme_AppCompat_Light_NoActionBar = 2131296511;
        public static final int Theme_AppCompat_NoActionBar = 2131296512;
        public static final int Theme_Design = 2131296513;
        public static final int Theme_Design_BottomSheetDialog = 2131296514;
        public static final int Theme_Design_Light = 2131296515;
        public static final int Theme_Design_Light_BottomSheetDialog = 2131296516;
        public static final int Theme_Design_Light_NoActionBar = 2131296517;
        public static final int Theme_Design_NoActionBar = 2131296518;
        public static final int Widget_AppCompat_ActionBar = 2131296524;
        public static final int Widget_AppCompat_ActionBar_Solid = 2131296525;
        public static final int Widget_AppCompat_ActionBar_TabBar = 2131296526;
        public static final int Widget_AppCompat_ActionBar_TabText = 2131296527;
        public static final int Widget_AppCompat_ActionBar_TabView = 2131296528;
        public static final int Widget_AppCompat_ActionButton = 2131296529;
        public static final int Widget_AppCompat_ActionButton_CloseMode = 2131296530;
        public static final int Widget_AppCompat_ActionButton_Overflow = 2131296531;
        public static final int Widget_AppCompat_ActionMode = 2131296532;
        public static final int Widget_AppCompat_ActivityChooserView = 2131296533;
        public static final int Widget_AppCompat_AutoCompleteTextView = 2131296534;
        public static final int Widget_AppCompat_Button = 2131296535;
        public static final int Widget_AppCompat_ButtonBar = 2131296541;
        public static final int Widget_AppCompat_ButtonBar_AlertDialog = 2131296542;
        public static final int Widget_AppCompat_Button_Borderless = 2131296536;
        public static final int Widget_AppCompat_Button_Borderless_Colored = 2131296537;
        public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131296538;
        public static final int Widget_AppCompat_Button_Colored = 2131296539;
        public static final int Widget_AppCompat_Button_Small = 2131296540;
        public static final int Widget_AppCompat_CompoundButton_CheckBox = 2131296543;
        public static final int Widget_AppCompat_CompoundButton_RadioButton = 2131296544;
        public static final int Widget_AppCompat_CompoundButton_Switch = 2131296545;
        public static final int Widget_AppCompat_DrawerArrowToggle = 2131296546;
        public static final int Widget_AppCompat_DropDownItem_Spinner = 2131296547;
        public static final int Widget_AppCompat_EditText = 2131296548;
        public static final int Widget_AppCompat_ImageButton = 2131296549;
        public static final int Widget_AppCompat_Light_ActionBar = 2131296550;
        public static final int Widget_AppCompat_Light_ActionBar_Solid = 2131296551;
        public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131296552;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar = 2131296553;
        public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131296554;
        public static final int Widget_AppCompat_Light_ActionBar_TabText = 2131296555;
        public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131296556;
        public static final int Widget_AppCompat_Light_ActionBar_TabView = 2131296557;
        public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131296558;
        public static final int Widget_AppCompat_Light_ActionButton = 2131296559;
        public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 2131296560;
        public static final int Widget_AppCompat_Light_ActionButton_Overflow = 2131296561;
        public static final int Widget_AppCompat_Light_ActionMode_Inverse = 2131296562;
        public static final int Widget_AppCompat_Light_ActivityChooserView = 2131296563;
        public static final int Widget_AppCompat_Light_AutoCompleteTextView = 2131296564;
        public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 2131296565;
        public static final int Widget_AppCompat_Light_ListPopupWindow = 2131296566;
        public static final int Widget_AppCompat_Light_ListView_DropDown = 2131296567;
        public static final int Widget_AppCompat_Light_PopupMenu = 2131296568;
        public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 2131296569;
        public static final int Widget_AppCompat_Light_SearchView = 2131296570;
        public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131296571;
        public static final int Widget_AppCompat_ListPopupWindow = 2131296572;
        public static final int Widget_AppCompat_ListView = 2131296573;
        public static final int Widget_AppCompat_ListView_DropDown = 2131296574;
        public static final int Widget_AppCompat_ListView_Menu = 2131296575;
        public static final int Widget_AppCompat_PopupMenu = 2131296576;
        public static final int Widget_AppCompat_PopupMenu_Overflow = 2131296577;
        public static final int Widget_AppCompat_PopupWindow = 2131296578;
        public static final int Widget_AppCompat_ProgressBar = 2131296579;
        public static final int Widget_AppCompat_ProgressBar_Horizontal = 2131296580;
        public static final int Widget_AppCompat_RatingBar = 2131296581;
        public static final int Widget_AppCompat_RatingBar_Indicator = 2131296582;
        public static final int Widget_AppCompat_RatingBar_Small = 2131296583;
        public static final int Widget_AppCompat_SearchView = 2131296584;
        public static final int Widget_AppCompat_SearchView_ActionBar = 2131296585;
        public static final int Widget_AppCompat_SeekBar = 2131296586;
        public static final int Widget_AppCompat_Spinner = 2131296587;
        public static final int Widget_AppCompat_Spinner_DropDown = 2131296588;
        public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131296589;
        public static final int Widget_AppCompat_Spinner_Underlined = 2131296590;
        public static final int Widget_AppCompat_TextView_SpinnerItem = 2131296591;
        public static final int Widget_AppCompat_Toolbar = 2131296592;
        public static final int Widget_AppCompat_Toolbar_Button_Navigation = 2131296593;
        public static final int Widget_Design_AppBarLayout = 2131296594;
        public static final int Widget_Design_BottomSheet_Modal = 2131296595;
        public static final int Widget_Design_CollapsingToolbar = 2131296596;
        public static final int Widget_Design_CoordinatorLayout = 2131296597;
        public static final int Widget_Design_FloatingActionButton = 2131296598;
        public static final int Widget_Design_NavigationView = 2131296599;
        public static final int Widget_Design_ScrimInsetsFrameLayout = 2131296600;
        public static final int Widget_Design_Snackbar = 2131296601;
        public static final int Widget_Design_TabLayout = 2131296257;
        public static final int Widget_Design_TextInputLayout = 2131296602;

        public style() { /* compiled code */ }
    }

    public static final class string {
        public static final int abc_action_bar_home_description = 2131099648;
        public static final int abc_action_bar_home_description_format = 2131099649;
        public static final int abc_action_bar_home_subtitle_description_format = 2131099650;
        public static final int abc_action_bar_up_description = 2131099651;
        public static final int abc_action_menu_overflow_description = 2131099652;
        public static final int abc_action_mode_done = 2131099653;
        public static final int abc_activity_chooser_view_see_all = 2131099654;
        public static final int abc_activitychooserview_choose_application = 2131099655;
        public static final int abc_capital_off = 2131099656;
        public static final int abc_capital_on = 2131099657;
        public static final int abc_search_hint = 2131099658;
        public static final int abc_searchview_description_clear = 2131099659;
        public static final int abc_searchview_description_query = 2131099660;
        public static final int abc_searchview_description_search = 2131099661;
        public static final int abc_searchview_description_submit = 2131099662;
        public static final int abc_searchview_description_voice = 2131099663;
        public static final int abc_shareactionprovider_share_with = 2131099664;
        public static final int abc_shareactionprovider_share_with_application = 2131099665;
        public static final int abc_toolbar_collapse_description = 2131099666;
        public static final int appbar_scrolling_view_behavior = 2131099670;
        public static final int bottom_sheet_behavior = 2131099671;
        public static final int character_counter_pattern = 2131099673;
        public static final int status_bar_notification_info_overflow = 2131099667;

        public string() { /* compiled code */ }
    }

    public static final class layout {
        public static final int abc_action_bar_title_item = 2130968576;
        public static final int abc_action_bar_up_container = 2130968577;
        public static final int abc_action_bar_view_list_nav_layout = 2130968578;
        public static final int abc_action_menu_item_layout = 2130968579;
        public static final int abc_action_menu_layout = 2130968580;
        public static final int abc_action_mode_bar = 2130968581;
        public static final int abc_action_mode_close_item_material = 2130968582;
        public static final int abc_activity_chooser_view = 2130968583;
        public static final int abc_activity_chooser_view_list_item = 2130968584;
        public static final int abc_alert_dialog_button_bar_material = 2130968585;
        public static final int abc_alert_dialog_material = 2130968586;
        public static final int abc_dialog_title_material = 2130968587;
        public static final int abc_expanded_menu_layout = 2130968588;
        public static final int abc_list_menu_item_checkbox = 2130968589;
        public static final int abc_list_menu_item_icon = 2130968590;
        public static final int abc_list_menu_item_layout = 2130968591;
        public static final int abc_list_menu_item_radio = 2130968592;
        public static final int abc_popup_menu_item_layout = 2130968593;
        public static final int abc_screen_content_include = 2130968594;
        public static final int abc_screen_simple = 2130968595;
        public static final int abc_screen_simple_overlay_action_mode = 2130968596;
        public static final int abc_screen_toolbar = 2130968597;
        public static final int abc_search_dropdown_item_icons_2line = 2130968598;
        public static final int abc_search_view = 2130968599;
        public static final int abc_select_dialog_material = 2130968600;
        public static final int design_bottom_sheet_dialog = 2130968605;
        public static final int design_layout_snackbar = 2130968606;
        public static final int design_layout_snackbar_include = 2130968607;
        public static final int design_layout_tab_icon = 2130968608;
        public static final int design_layout_tab_text = 2130968609;
        public static final int design_menu_item_action_area = 2130968610;
        public static final int design_navigation_item = 2130968611;
        public static final int design_navigation_item_header = 2130968612;
        public static final int design_navigation_item_separator = 2130968613;
        public static final int design_navigation_item_subheader = 2130968614;
        public static final int design_navigation_menu = 2130968615;
        public static final int design_navigation_menu_item = 2130968616;
        public static final int notification_media_action = 2130968617;
        public static final int notification_media_cancel_action = 2130968618;
        public static final int notification_template_big_media = 2130968619;
        public static final int notification_template_big_media_narrow = 2130968620;
        public static final int notification_template_lines = 2130968621;
        public static final int notification_template_media = 2130968622;
        public static final int notification_template_part_chronometer = 2130968623;
        public static final int notification_template_part_time = 2130968624;
        public static final int select_dialog_item_material = 2130968625;
        public static final int select_dialog_multichoice_material = 2130968626;
        public static final int select_dialog_singlechoice_material = 2130968627;
        public static final int support_simple_spinner_dropdown_item = 2130968628;

        public layout() { /* compiled code */ }
    }

    public static final class integer {
        public static final int abc_config_activityDefaultDur = 2131361794;
        public static final int abc_config_activityShortDur = 2131361795;
        public static final int abc_max_action_buttons = 2131361792;
        public static final int bottom_sheet_slide_duration = 2131361796;
        public static final int cancel_button_image_alpha = 2131361797;
        public static final int design_snackbar_text_max_lines = 2131361793;
        public static final int status_bar_notification_info_maxnum = 2131361798;

        public integer() { /* compiled code */ }
    }

    public static final class id {
        public static final int action0 = 2131492982;
        public static final int action_bar = 2131492954;
        public static final int action_bar_activity_content = 2131492864;
        public static final int action_bar_container = 2131492953;
        public static final int action_bar_root = 2131492949;
        public static final int action_bar_spinner = 2131492865;
        public static final int action_bar_subtitle = 2131492923;
        public static final int action_bar_title = 2131492922;
        public static final int action_context_bar = 2131492955;
        public static final int action_divider = 2131492986;
        public static final int action_menu_divider = 2131492866;
        public static final int action_menu_presenter = 2131492867;
        public static final int action_mode_bar = 2131492951;
        public static final int action_mode_bar_stub = 2131492950;
        public static final int action_mode_close_button = 2131492924;
        public static final int activity_chooser_view_content = 2131492925;
        public static final int alertTitle = 2131492937;
        public static final int always = 2131492915;
        public static final int beginning = 2131492913;
        public static final int bottom = 2131492893;
        public static final int buttonPanel = 2131492932;
        public static final int cancel_action = 2131492983;
        public static final int center = 2131492894;
        public static final int center_horizontal = 2131492895;
        public static final int center_vertical = 2131492896;
        public static final int checkbox = 2131492946;
        public static final int chronometer = 2131492989;
        public static final int clip_horizontal = 2131492908;
        public static final int clip_vertical = 2131492909;
        public static final int collapseActionView = 2131492916;
        public static final int contentPanel = 2131492938;
        public static final int custom = 2131492944;
        public static final int customPanel = 2131492943;
        public static final int decor_content_parent = 2131492952;
        public static final int default_activity_button = 2131492928;
        public static final int design_bottom_sheet = 2131492974;
        public static final int design_menu_item_action_area = 2131492981;
        public static final int design_menu_item_action_area_stub = 2131492980;
        public static final int design_menu_item_text = 2131492979;
        public static final int design_navigation_view = 2131492978;
        public static final int disableHome = 2131492878;
        public static final int edit_query = 2131492956;
        public static final int end = 2131492897;
        public static final int end_padder = 2131492994;
        public static final int enterAlways = 2131492885;
        public static final int enterAlwaysCollapsed = 2131492886;
        public static final int exitUntilCollapsed = 2131492887;
        public static final int expand_activities_button = 2131492926;
        public static final int expanded_menu = 2131492945;
        public static final int fill = 2131492910;
        public static final int fill_horizontal = 2131492911;
        public static final int fill_vertical = 2131492898;
        public static final int fixed = 2131492920;
        public static final int home = 2131492868;
        public static final int homeAsUp = 2131492879;
        public static final int icon = 2131492930;
        public static final int ifRoom = 2131492917;
        public static final int image = 2131492927;
        public static final int info = 2131492993;
        public static final int item_touch_helper_previous_elevation = 2131492869;
        public static final int left = 2131492899;
        public static final int line1 = 2131492987;
        public static final int line3 = 2131492991;
        public static final int listMode = 2131492875;
        public static final int list_item = 2131492929;
        public static final int media_actions = 2131492985;
        public static final int middle = 2131492914;
        public static final int mini = 2131492912;
        public static final int multiply = 2131492903;
        public static final int navigation_header_container = 2131492977;
        public static final int never = 2131492918;
        public static final int none = 2131492880;
        public static final int normal = 2131492876;
        public static final int parallax = 2131492891;
        public static final int parentPanel = 2131492934;
        public static final int pin = 2131492892;
        public static final int progress_circular = 2131492870;
        public static final int progress_horizontal = 2131492871;
        public static final int radio = 2131492948;
        public static final int right = 2131492900;
        public static final int screen = 2131492904;
        public static final int scroll = 2131492888;
        public static final int scrollIndicatorDown = 2131492942;
        public static final int scrollIndicatorUp = 2131492939;
        public static final int scrollView = 2131492940;
        public static final int scrollable = 2131492921;
        public static final int search_badge = 2131492958;
        public static final int search_bar = 2131492957;
        public static final int search_button = 2131492959;
        public static final int search_close_btn = 2131492964;
        public static final int search_edit_frame = 2131492960;
        public static final int search_go_btn = 2131492966;
        public static final int search_mag_icon = 2131492961;
        public static final int search_plate = 2131492962;
        public static final int search_src_text = 2131492963;
        public static final int search_voice_btn = 2131492967;
        public static final int select_dialog_listview = 2131492968;
        public static final int shortcut = 2131492947;
        public static final int showCustom = 2131492881;
        public static final int showHome = 2131492882;
        public static final int showTitle = 2131492883;
        public static final int snackbar_action = 2131492976;
        public static final int snackbar_text = 2131492975;
        public static final int snap = 2131492889;
        public static final int spacer = 2131492933;
        public static final int split_action_bar = 2131492872;
        public static final int src_atop = 2131492905;
        public static final int src_in = 2131492906;
        public static final int src_over = 2131492907;
        public static final int start = 2131492901;
        public static final int status_bar_latest_event_content = 2131492984;
        public static final int submit_area = 2131492965;
        public static final int tabMode = 2131492877;
        public static final int text = 2131492992;
        public static final int text2 = 2131492990;
        public static final int textSpacerNoButtons = 2131492941;
        public static final int time = 2131492988;
        public static final int title = 2131492931;
        public static final int title_template = 2131492936;
        public static final int top = 2131492902;
        public static final int topPanel = 2131492935;
        public static final int touch_outside = 2131492973;
        public static final int up = 2131492873;
        public static final int useLogo = 2131492884;
        public static final int view_offset_helper = 2131492874;
        public static final int withText = 2131492919;
        public static final int wrap_content = 2131492890;

        public id() { /* compiled code */ }
    }

    public static final class drawable {
        public static final int abc_ab_share_pack_mtrl_alpha = 2130837504;
        public static final int abc_action_bar_item_background_material = 2130837505;
        public static final int abc_btn_borderless_material = 2130837506;
        public static final int abc_btn_check_material = 2130837507;
        public static final int abc_btn_check_to_on_mtrl_000 = 2130837508;
        public static final int abc_btn_check_to_on_mtrl_015 = 2130837509;
        public static final int abc_btn_colored_material = 2130837510;
        public static final int abc_btn_default_mtrl_shape = 2130837511;
        public static final int abc_btn_radio_material = 2130837512;
        public static final int abc_btn_radio_to_on_mtrl_000 = 2130837513;
        public static final int abc_btn_radio_to_on_mtrl_015 = 2130837514;
        public static final int abc_btn_rating_star_off_mtrl_alpha = 2130837515;
        public static final int abc_btn_rating_star_on_mtrl_alpha = 2130837516;
        public static final int abc_btn_switch_to_on_mtrl_00001 = 2130837517;
        public static final int abc_btn_switch_to_on_mtrl_00012 = 2130837518;
        public static final int abc_cab_background_internal_bg = 2130837519;
        public static final int abc_cab_background_top_material = 2130837520;
        public static final int abc_cab_background_top_mtrl_alpha = 2130837521;
        public static final int abc_control_background_material = 2130837522;
        public static final int abc_dialog_material_background_dark = 2130837523;
        public static final int abc_dialog_material_background_light = 2130837524;
        public static final int abc_edit_text_material = 2130837525;
        public static final int abc_ic_ab_back_mtrl_am_alpha = 2130837526;
        public static final int abc_ic_clear_mtrl_alpha = 2130837527;
        public static final int abc_ic_commit_search_api_mtrl_alpha = 2130837528;
        public static final int abc_ic_go_search_api_mtrl_alpha = 2130837529;
        public static final int abc_ic_menu_copy_mtrl_am_alpha = 2130837530;
        public static final int abc_ic_menu_cut_mtrl_alpha = 2130837531;
        public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 2130837532;
        public static final int abc_ic_menu_paste_mtrl_am_alpha = 2130837533;
        public static final int abc_ic_menu_selectall_mtrl_alpha = 2130837534;
        public static final int abc_ic_menu_share_mtrl_alpha = 2130837535;
        public static final int abc_ic_search_api_mtrl_alpha = 2130837536;
        public static final int abc_ic_star_black_16dp = 2130837537;
        public static final int abc_ic_star_black_36dp = 2130837538;
        public static final int abc_ic_star_half_black_16dp = 2130837539;
        public static final int abc_ic_star_half_black_36dp = 2130837540;
        public static final int abc_ic_voice_search_api_mtrl_alpha = 2130837541;
        public static final int abc_item_background_holo_dark = 2130837542;
        public static final int abc_item_background_holo_light = 2130837543;
        public static final int abc_list_divider_mtrl_alpha = 2130837544;
        public static final int abc_list_focused_holo = 2130837545;
        public static final int abc_list_longpressed_holo = 2130837546;
        public static final int abc_list_pressed_holo_dark = 2130837547;
        public static final int abc_list_pressed_holo_light = 2130837548;
        public static final int abc_list_selector_background_transition_holo_dark = 2130837549;
        public static final int abc_list_selector_background_transition_holo_light = 2130837550;
        public static final int abc_list_selector_disabled_holo_dark = 2130837551;
        public static final int abc_list_selector_disabled_holo_light = 2130837552;
        public static final int abc_list_selector_holo_dark = 2130837553;
        public static final int abc_list_selector_holo_light = 2130837554;
        public static final int abc_menu_hardkey_panel_mtrl_mult = 2130837555;
        public static final int abc_popup_background_mtrl_mult = 2130837556;
        public static final int abc_ratingbar_full_material = 2130837557;
        public static final int abc_ratingbar_indicator_material = 2130837558;
        public static final int abc_ratingbar_small_material = 2130837559;
        public static final int abc_scrubber_control_off_mtrl_alpha = 2130837560;
        public static final int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561;
        public static final int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562;
        public static final int abc_scrubber_primary_mtrl_alpha = 2130837563;
        public static final int abc_scrubber_track_mtrl_alpha = 2130837564;
        public static final int abc_seekbar_thumb_material = 2130837565;
        public static final int abc_seekbar_track_material = 2130837566;
        public static final int abc_spinner_mtrl_am_alpha = 2130837567;
        public static final int abc_spinner_textfield_background_material = 2130837568;
        public static final int abc_switch_thumb_material = 2130837569;
        public static final int abc_switch_track_mtrl_alpha = 2130837570;
        public static final int abc_tab_indicator_material = 2130837571;
        public static final int abc_tab_indicator_mtrl_alpha = 2130837572;
        public static final int abc_text_cursor_material = 2130837573;
        public static final int abc_textfield_activated_mtrl_alpha = 2130837574;
        public static final int abc_textfield_default_mtrl_alpha = 2130837575;
        public static final int abc_textfield_search_activated_mtrl_alpha = 2130837576;
        public static final int abc_textfield_search_default_mtrl_alpha = 2130837577;
        public static final int abc_textfield_search_material = 2130837578;
        public static final int design_fab_background = 2130837579;
        public static final int design_snackbar_background = 2130837580;
        public static final int notification_template_icon_bg = 2130837581;

        public drawable() { /* compiled code */ }
    }

    public static final class dimen {
        public static final int abc_action_bar_content_inset_material = 2131230733;
        public static final int abc_action_bar_default_height_material = 2131230721;
        public static final int abc_action_bar_default_padding_end_material = 2131230734;
        public static final int abc_action_bar_default_padding_start_material = 2131230735;
        public static final int abc_action_bar_icon_vertical_padding_material = 2131230746;
        public static final int abc_action_bar_overflow_padding_end_material = 2131230747;
        public static final int abc_action_bar_overflow_padding_start_material = 2131230748;
        public static final int abc_action_bar_progress_bar_size = 2131230722;
        public static final int abc_action_bar_stacked_max_height = 2131230749;
        public static final int abc_action_bar_stacked_tab_max_width = 2131230750;
        public static final int abc_action_bar_subtitle_bottom_margin_material = 2131230751;
        public static final int abc_action_bar_subtitle_top_margin_material = 2131230752;
        public static final int abc_action_button_min_height_material = 2131230753;
        public static final int abc_action_button_min_width_material = 2131230754;
        public static final int abc_action_button_min_width_overflow_material = 2131230755;
        public static final int abc_alert_dialog_button_bar_height = 2131230720;
        public static final int abc_button_inset_horizontal_material = 2131230756;
        public static final int abc_button_inset_vertical_material = 2131230757;
        public static final int abc_button_padding_horizontal_material = 2131230758;
        public static final int abc_button_padding_vertical_material = 2131230759;
        public static final int abc_config_prefDialogWidth = 2131230725;
        public static final int abc_control_corner_material = 2131230760;
        public static final int abc_control_inset_material = 2131230761;
        public static final int abc_control_padding_material = 2131230762;
        public static final int abc_dialog_fixed_height_major = 2131230726;
        public static final int abc_dialog_fixed_height_minor = 2131230727;
        public static final int abc_dialog_fixed_width_major = 2131230728;
        public static final int abc_dialog_fixed_width_minor = 2131230729;
        public static final int abc_dialog_list_padding_vertical_material = 2131230763;
        public static final int abc_dialog_min_width_major = 2131230730;
        public static final int abc_dialog_min_width_minor = 2131230731;
        public static final int abc_dialog_padding_material = 2131230764;
        public static final int abc_dialog_padding_top_material = 2131230765;
        public static final int abc_disabled_alpha_material_dark = 2131230766;
        public static final int abc_disabled_alpha_material_light = 2131230767;
        public static final int abc_dropdownitem_icon_width = 2131230768;
        public static final int abc_dropdownitem_text_padding_left = 2131230769;
        public static final int abc_dropdownitem_text_padding_right = 2131230770;
        public static final int abc_edit_text_inset_bottom_material = 2131230771;
        public static final int abc_edit_text_inset_horizontal_material = 2131230772;
        public static final int abc_edit_text_inset_top_material = 2131230773;
        public static final int abc_floating_window_z = 2131230774;
        public static final int abc_list_item_padding_horizontal_material = 2131230775;
        public static final int abc_panel_menu_list_width = 2131230776;
        public static final int abc_search_view_preferred_width = 2131230777;
        public static final int abc_search_view_text_min_width = 2131230732;
        public static final int abc_seekbar_track_background_height_material = 2131230778;
        public static final int abc_seekbar_track_progress_height_material = 2131230779;
        public static final int abc_select_dialog_padding_start_material = 2131230780;
        public static final int abc_switch_padding = 2131230744;
        public static final int abc_text_size_body_1_material = 2131230781;
        public static final int abc_text_size_body_2_material = 2131230782;
        public static final int abc_text_size_button_material = 2131230783;
        public static final int abc_text_size_caption_material = 2131230784;
        public static final int abc_text_size_display_1_material = 2131230785;
        public static final int abc_text_size_display_2_material = 2131230786;
        public static final int abc_text_size_display_3_material = 2131230787;
        public static final int abc_text_size_display_4_material = 2131230788;
        public static final int abc_text_size_headline_material = 2131230789;
        public static final int abc_text_size_large_material = 2131230790;
        public static final int abc_text_size_medium_material = 2131230791;
        public static final int abc_text_size_menu_material = 2131230792;
        public static final int abc_text_size_small_material = 2131230793;
        public static final int abc_text_size_subhead_material = 2131230794;
        public static final int abc_text_size_subtitle_material_toolbar = 2131230723;
        public static final int abc_text_size_title_material = 2131230795;
        public static final int abc_text_size_title_material_toolbar = 2131230724;
        public static final int design_appbar_elevation = 2131230797;
        public static final int design_bottom_sheet_modal_elevation = 2131230798;
        public static final int design_bottom_sheet_modal_peek_height = 2131230799;
        public static final int design_fab_border_width = 2131230800;
        public static final int design_fab_elevation = 2131230801;
        public static final int design_fab_image_size = 2131230802;
        public static final int design_fab_size_mini = 2131230803;
        public static final int design_fab_size_normal = 2131230804;
        public static final int design_fab_translation_z_pressed = 2131230805;
        public static final int design_navigation_elevation = 2131230806;
        public static final int design_navigation_icon_padding = 2131230807;
        public static final int design_navigation_icon_size = 2131230808;
        public static final int design_navigation_max_width = 2131230736;
        public static final int design_navigation_padding_bottom = 2131230809;
        public static final int design_navigation_separator_vertical_padding = 2131230810;
        public static final int design_snackbar_action_inline_max_width = 2131230737;
        public static final int design_snackbar_background_corner_radius = 2131230738;
        public static final int design_snackbar_elevation = 2131230811;
        public static final int design_snackbar_extra_spacing_horizontal = 2131230739;
        public static final int design_snackbar_max_width = 2131230740;
        public static final int design_snackbar_min_width = 2131230741;
        public static final int design_snackbar_padding_horizontal = 2131230812;
        public static final int design_snackbar_padding_vertical = 2131230813;
        public static final int design_snackbar_padding_vertical_2lines = 2131230742;
        public static final int design_snackbar_text_size = 2131230814;
        public static final int design_tab_max_width = 2131230815;
        public static final int design_tab_scrollable_min_width = 2131230743;
        public static final int design_tab_text_size = 2131230816;
        public static final int design_tab_text_size_2line = 2131230817;
        public static final int disabled_alpha_material_dark = 2131230818;
        public static final int disabled_alpha_material_light = 2131230819;
        public static final int highlight_alpha_material_colored = 2131230821;
        public static final int highlight_alpha_material_dark = 2131230822;
        public static final int highlight_alpha_material_light = 2131230823;
        public static final int item_touch_helper_max_drag_scroll_per_frame = 2131230824;
        public static final int item_touch_helper_swipe_escape_max_velocity = 2131230825;
        public static final int item_touch_helper_swipe_escape_velocity = 2131230826;
        public static final int notification_large_icon_height = 2131230827;
        public static final int notification_large_icon_width = 2131230828;
        public static final int notification_subtext_size = 2131230829;

        public dimen() { /* compiled code */ }
    }

    public static final class color {
        public static final int abc_background_cache_hint_selector_material_dark = 2131427399;
        public static final int abc_background_cache_hint_selector_material_light = 2131427400;
        public static final int abc_color_highlight_material = 2131427401;
        public static final int abc_input_method_navigation_guard = 2131427328;
        public static final int abc_primary_text_disable_only_material_dark = 2131427402;
        public static final int abc_primary_text_disable_only_material_light = 2131427403;
        public static final int abc_primary_text_material_dark = 2131427404;
        public static final int abc_primary_text_material_light = 2131427405;
        public static final int abc_search_url_text = 2131427406;
        public static final int abc_search_url_text_normal = 2131427329;
        public static final int abc_search_url_text_pressed = 2131427330;
        public static final int abc_search_url_text_selected = 2131427331;
        public static final int abc_secondary_text_material_dark = 2131427407;
        public static final int abc_secondary_text_material_light = 2131427408;
        public static final int accent_material_dark = 2131427332;
        public static final int accent_material_light = 2131427333;
        public static final int background_floating_material_dark = 2131427334;
        public static final int background_floating_material_light = 2131427335;
        public static final int background_material_dark = 2131427336;
        public static final int background_material_light = 2131427337;
        public static final int bright_foreground_disabled_material_dark = 2131427338;
        public static final int bright_foreground_disabled_material_light = 2131427339;
        public static final int bright_foreground_inverse_material_dark = 2131427340;
        public static final int bright_foreground_inverse_material_light = 2131427341;
        public static final int bright_foreground_material_dark = 2131427342;
        public static final int bright_foreground_material_light = 2131427343;
        public static final int button_material_dark = 2131427344;
        public static final int button_material_light = 2131427345;
        public static final int design_fab_shadow_end_color = 2131427349;
        public static final int design_fab_shadow_mid_color = 2131427350;
        public static final int design_fab_shadow_start_color = 2131427351;
        public static final int design_fab_stroke_end_inner_color = 2131427352;
        public static final int design_fab_stroke_end_outer_color = 2131427353;
        public static final int design_fab_stroke_top_inner_color = 2131427354;
        public static final int design_fab_stroke_top_outer_color = 2131427355;
        public static final int design_snackbar_background_color = 2131427356;
        public static final int design_textinput_error_color_dark = 2131427357;
        public static final int design_textinput_error_color_light = 2131427358;
        public static final int dim_foreground_disabled_material_dark = 2131427359;
        public static final int dim_foreground_disabled_material_light = 2131427360;
        public static final int dim_foreground_material_dark = 2131427361;
        public static final int dim_foreground_material_light = 2131427362;
        public static final int foreground_material_dark = 2131427363;
        public static final int foreground_material_light = 2131427364;
        public static final int highlighted_text_material_dark = 2131427365;
        public static final int highlighted_text_material_light = 2131427366;
        public static final int hint_foreground_material_dark = 2131427367;
        public static final int hint_foreground_material_light = 2131427368;
        public static final int material_blue_grey_800 = 2131427369;
        public static final int material_blue_grey_900 = 2131427370;
        public static final int material_blue_grey_950 = 2131427371;
        public static final int material_deep_teal_200 = 2131427372;
        public static final int material_deep_teal_500 = 2131427373;
        public static final int material_grey_100 = 2131427374;
        public static final int material_grey_300 = 2131427375;
        public static final int material_grey_50 = 2131427376;
        public static final int material_grey_600 = 2131427377;
        public static final int material_grey_800 = 2131427378;
        public static final int material_grey_850 = 2131427379;
        public static final int material_grey_900 = 2131427380;
        public static final int primary_dark_material_dark = 2131427381;
        public static final int primary_dark_material_light = 2131427382;
        public static final int primary_material_dark = 2131427383;
        public static final int primary_material_light = 2131427384;
        public static final int primary_text_default_material_dark = 2131427385;
        public static final int primary_text_default_material_light = 2131427386;
        public static final int primary_text_disabled_material_dark = 2131427387;
        public static final int primary_text_disabled_material_light = 2131427388;
        public static final int ripple_material_dark = 2131427389;
        public static final int ripple_material_light = 2131427390;
        public static final int secondary_text_default_material_dark = 2131427391;
        public static final int secondary_text_default_material_light = 2131427392;
        public static final int secondary_text_disabled_material_dark = 2131427393;
        public static final int secondary_text_disabled_material_light = 2131427394;
        public static final int switch_thumb_disabled_material_dark = 2131427395;
        public static final int switch_thumb_disabled_material_light = 2131427396;
        public static final int switch_thumb_material_dark = 2131427409;
        public static final int switch_thumb_material_light = 2131427410;
        public static final int switch_thumb_normal_material_dark = 2131427397;
        public static final int switch_thumb_normal_material_light = 2131427398;

        public color() { /* compiled code */ }
    }

    public static final class bool {
        public static final int abc_action_bar_embed_tabs = 2131165187;
        public static final int abc_action_bar_embed_tabs_pre_jb = 2131165185;
        public static final int abc_action_bar_expanded_action_views_exclusive = 2131165188;
        public static final int abc_allow_stacked_button_bar = 2131165184;
        public static final int abc_config_actionMenuItemAllCaps = 2131165189;
        public static final int abc_config_allowActionMenuItemTextWithIcon = 2131165186;
        public static final int abc_config_closeDialogWhenTouchOutside = 2131165190;
        public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131165191;

        public bool() { /* compiled code */ }
    }

    public static final class attr {
        public static final int actionBarDivider = 2130772030;
        public static final int actionBarItemBackground = 2130772031;
        public static final int actionBarPopupTheme = 2130772024;
        public static final int actionBarSize = 2130772029;
        public static final int actionBarSplitStyle = 2130772026;
        public static final int actionBarStyle = 2130772025;
        public static final int actionBarTabBarStyle = 2130772020;
        public static final int actionBarTabStyle = 2130772019;
        public static final int actionBarTabTextStyle = 2130772021;
        public static final int actionBarTheme = 2130772027;
        public static final int actionBarWidgetTheme = 2130772028;
        public static final int actionButtonStyle = 2130772056;
        public static final int actionDropDownStyle = 2130772052;
        public static final int actionLayout = 2130772166;
        public static final int actionMenuTextAppearance = 2130772032;
        public static final int actionMenuTextColor = 2130772033;
        public static final int actionModeBackground = 2130772036;
        public static final int actionModeCloseButtonStyle = 2130772035;
        public static final int actionModeCloseDrawable = 2130772038;
        public static final int actionModeCopyDrawable = 2130772040;
        public static final int actionModeCutDrawable = 2130772039;
        public static final int actionModeFindDrawable = 2130772044;
        public static final int actionModePasteDrawable = 2130772041;
        public static final int actionModePopupWindowStyle = 2130772046;
        public static final int actionModeSelectAllDrawable = 2130772042;
        public static final int actionModeShareDrawable = 2130772043;
        public static final int actionModeSplitBackground = 2130772037;
        public static final int actionModeStyle = 2130772034;
        public static final int actionModeWebSearchDrawable = 2130772045;
        public static final int actionOverflowButtonStyle = 2130772022;
        public static final int actionOverflowMenuStyle = 2130772023;
        public static final int actionProviderClass = 2130772168;
        public static final int actionViewClass = 2130772167;
        public static final int activityChooserViewStyle = 2130772064;
        public static final int alertDialogButtonGroupStyle = 2130772099;
        public static final int alertDialogCenterButtons = 2130772100;
        public static final int alertDialogStyle = 2130772098;
        public static final int alertDialogTheme = 2130772101;
        public static final int allowStacking = 2130772121;
        public static final int arrowHeadLength = 2130772152;
        public static final int arrowShaftLength = 2130772153;
        public static final int autoCompleteTextViewStyle = 2130772106;
        public static final int background = 2130771980;
        public static final int backgroundSplit = 2130771982;
        public static final int backgroundStacked = 2130771981;
        public static final int backgroundTint = 2130772248;
        public static final int backgroundTintMode = 2130772249;
        public static final int barLength = 2130772154;
        public static final int behavior_hideable = 2130772120;
        public static final int behavior_overlapTop = 2130772183;
        public static final int behavior_peekHeight = 2130772119;
        public static final int borderWidth = 2130772159;
        public static final int borderlessButtonStyle = 2130772061;
        public static final int bottomSheetDialogTheme = 2130772145;
        public static final int bottomSheetStyle = 2130772146;
        public static final int buttonBarButtonStyle = 2130772058;
        public static final int buttonBarNegativeButtonStyle = 2130772104;
        public static final int buttonBarNeutralButtonStyle = 2130772105;
        public static final int buttonBarPositiveButtonStyle = 2130772103;
        public static final int buttonBarStyle = 2130772057;
        public static final int buttonPanelSideLayout = 2130771999;
        public static final int buttonStyle = 2130772107;
        public static final int buttonStyleSmall = 2130772108;
        public static final int buttonTint = 2130772137;
        public static final int buttonTintMode = 2130772138;
        public static final int checkboxStyle = 2130772109;
        public static final int checkedTextViewStyle = 2130772110;
        public static final int closeIcon = 2130772188;
        public static final int closeItemLayout = 2130771996;
        public static final int collapseContentDescription = 2130772239;
        public static final int collapseIcon = 2130772238;
        public static final int collapsedTitleGravity = 2130772134;
        public static final int collapsedTitleTextAppearance = 2130772130;
        public static final int color = 2130772148;
        public static final int colorAccent = 2130772091;
        public static final int colorButtonNormal = 2130772095;
        public static final int colorControlActivated = 2130772093;
        public static final int colorControlHighlight = 2130772094;
        public static final int colorControlNormal = 2130772092;
        public static final int colorPrimary = 2130772089;
        public static final int colorPrimaryDark = 2130772090;
        public static final int colorSwitchThumbNormal = 2130772096;
        public static final int commitIcon = 2130772193;
        public static final int contentInsetEnd = 2130771991;
        public static final int contentInsetLeft = 2130771992;
        public static final int contentInsetRight = 2130771993;
        public static final int contentInsetStart = 2130771990;
        public static final int contentScrim = 2130772131;
        public static final int controlBackground = 2130772097;
        public static final int counterEnabled = 2130772225;
        public static final int counterMaxLength = 2130772226;
        public static final int counterOverflowTextAppearance = 2130772228;
        public static final int counterTextAppearance = 2130772227;
        public static final int customNavigationLayout = 2130771983;
        public static final int defaultQueryHint = 2130772187;
        public static final int dialogPreferredPadding = 2130772050;
        public static final int dialogTheme = 2130772049;
        public static final int displayOptions = 2130771973;
        public static final int divider = 2130771979;
        public static final int dividerHorizontal = 2130772063;
        public static final int dividerPadding = 2130772164;
        public static final int dividerVertical = 2130772062;
        public static final int drawableSize = 2130772150;
        public static final int drawerArrowStyle = 2130771968;
        public static final int dropDownListViewStyle = 2130772081;
        public static final int dropdownListPreferredItemHeight = 2130772053;
        public static final int editTextBackground = 2130772070;
        public static final int editTextColor = 2130772069;
        public static final int editTextStyle = 2130772111;
        public static final int elevation = 2130771994;
        public static final int errorEnabled = 2130772223;
        public static final int errorTextAppearance = 2130772224;
        public static final int expandActivityOverflowButtonDrawable = 2130771998;
        public static final int expanded = 2130772004;
        public static final int expandedTitleGravity = 2130772135;
        public static final int expandedTitleMargin = 2130772124;
        public static final int expandedTitleMarginBottom = 2130772128;
        public static final int expandedTitleMarginEnd = 2130772127;
        public static final int expandedTitleMarginStart = 2130772125;
        public static final int expandedTitleMarginTop = 2130772126;
        public static final int expandedTitleTextAppearance = 2130772129;
        public static final int fabSize = 2130772157;
        public static final int foregroundInsidePadding = 2130772161;
        public static final int gapBetweenBars = 2130772151;
        public static final int goIcon = 2130772189;
        public static final int headerLayout = 2130772175;
        public static final int height = 2130771969;
        public static final int hideOnContentScroll = 2130771989;
        public static final int hintAnimationEnabled = 2130772229;
        public static final int hintEnabled = 2130772222;
        public static final int hintTextAppearance = 2130772221;
        public static final int homeAsUpIndicator = 2130772055;
        public static final int homeLayout = 2130771984;
        public static final int icon = 2130771977;
        public static final int iconifiedByDefault = 2130772185;
        public static final int imageButtonStyle = 2130772071;
        public static final int indeterminateProgressStyle = 2130771986;
        public static final int initialActivityCount = 2130771997;
        public static final int insetForeground = 2130772182;
        public static final int isLightTheme = 2130771970;
        public static final int itemBackground = 2130772173;
        public static final int itemIconTint = 2130772171;
        public static final int itemPadding = 2130771988;
        public static final int itemTextAppearance = 2130772174;
        public static final int itemTextColor = 2130772172;
        public static final int keylines = 2130772139;
        public static final int layout = 2130772184;
        public static final int layoutManager = 2130772178;
        public static final int layout_anchor = 2130772142;
        public static final int layout_anchorGravity = 2130772144;
        public static final int layout_behavior = 2130772141;
        public static final int layout_collapseMode = 2130772122;
        public static final int layout_collapseParallaxMultiplier = 2130772123;
        public static final int layout_keyline = 2130772143;
        public static final int layout_scrollFlags = 2130772005;
        public static final int layout_scrollInterpolator = 2130772006;
        public static final int listChoiceBackgroundIndicator = 2130772088;
        public static final int listDividerAlertDialog = 2130772051;
        public static final int listItemLayout = 2130772003;
        public static final int listLayout = 2130772000;
        public static final int listPopupWindowStyle = 2130772082;
        public static final int listPreferredItemHeight = 2130772076;
        public static final int listPreferredItemHeightLarge = 2130772078;
        public static final int listPreferredItemHeightSmall = 2130772077;
        public static final int listPreferredItemPaddingLeft = 2130772079;
        public static final int listPreferredItemPaddingRight = 2130772080;
        public static final int logo = 2130771978;
        public static final int logoDescription = 2130772242;
        public static final int maxActionInlineWidth = 2130772197;
        public static final int maxButtonHeight = 2130772237;
        public static final int measureWithLargestChild = 2130772162;
        public static final int menu = 2130772170;
        public static final int multiChoiceItemLayout = 2130772001;
        public static final int navigationContentDescription = 2130772241;
        public static final int navigationIcon = 2130772240;
        public static final int navigationMode = 2130771972;
        public static final int overlapAnchor = 2130772176;
        public static final int paddingEnd = 2130772246;
        public static final int paddingStart = 2130772245;
        public static final int panelBackground = 2130772085;
        public static final int panelMenuListTheme = 2130772087;
        public static final int panelMenuListWidth = 2130772086;
        public static final int popupMenuStyle = 2130772067;
        public static final int popupTheme = 2130771995;
        public static final int popupWindowStyle = 2130772068;
        public static final int preserveIconSpacing = 2130772169;
        public static final int pressedTranslationZ = 2130772158;
        public static final int progressBarPadding = 2130771987;
        public static final int progressBarStyle = 2130771985;
        public static final int queryBackground = 2130772195;
        public static final int queryHint = 2130772186;
        public static final int radioButtonStyle = 2130772112;
        public static final int ratingBarStyle = 2130772113;
        public static final int ratingBarStyleIndicator = 2130772114;
        public static final int ratingBarStyleSmall = 2130772115;
        public static final int reverseLayout = 2130772180;
        public static final int rippleColor = 2130772156;
        public static final int searchHintIcon = 2130772191;
        public static final int searchIcon = 2130772190;
        public static final int searchViewStyle = 2130772075;
        public static final int seekBarStyle = 2130772116;
        public static final int selectableItemBackground = 2130772059;
        public static final int selectableItemBackgroundBorderless = 2130772060;
        public static final int showAsAction = 2130772165;
        public static final int showDividers = 2130772163;
        public static final int showText = 2130772204;
        public static final int singleChoiceItemLayout = 2130772002;
        public static final int spanCount = 2130772179;
        public static final int spinBars = 2130772149;
        public static final int spinnerDropDownItemStyle = 2130772054;
        public static final int spinnerStyle = 2130772117;
        public static final int splitTrack = 2130772203;
        public static final int srcCompat = 2130772007;
        public static final int stackFromEnd = 2130772181;
        public static final int state_above_anchor = 2130772177;
        public static final int statusBarBackground = 2130772140;
        public static final int statusBarScrim = 2130772132;
        public static final int submitBackground = 2130772196;
        public static final int subtitle = 2130771974;
        public static final int subtitleTextAppearance = 2130772231;
        public static final int subtitleTextColor = 2130772244;
        public static final int subtitleTextStyle = 2130771976;
        public static final int suggestionRowLayout = 2130772194;
        public static final int switchMinWidth = 2130772201;
        public static final int switchPadding = 2130772202;
        public static final int switchStyle = 2130772118;
        public static final int switchTextAppearance = 2130772200;
        public static final int tabBackground = 2130772208;
        public static final int tabContentStart = 2130772207;
        public static final int tabGravity = 2130772210;
        public static final int tabIndicatorColor = 2130772205;
        public static final int tabIndicatorHeight = 2130772206;
        public static final int tabMaxWidth = 2130772212;
        public static final int tabMinWidth = 2130772211;
        public static final int tabMode = 2130772209;
        public static final int tabPadding = 2130772220;
        public static final int tabPaddingBottom = 2130772219;
        public static final int tabPaddingEnd = 2130772218;
        public static final int tabPaddingStart = 2130772216;
        public static final int tabPaddingTop = 2130772217;
        public static final int tabSelectedTextColor = 2130772215;
        public static final int tabTextAppearance = 2130772213;
        public static final int tabTextColor = 2130772214;
        public static final int textAllCaps = 2130772008;
        public static final int textAppearanceLargePopupMenu = 2130772047;
        public static final int textAppearanceListItem = 2130772083;
        public static final int textAppearanceListItemSmall = 2130772084;
        public static final int textAppearanceSearchResultSubtitle = 2130772073;
        public static final int textAppearanceSearchResultTitle = 2130772072;
        public static final int textAppearanceSmallPopupMenu = 2130772048;
        public static final int textColorAlertDialogListItem = 2130772102;
        public static final int textColorError = 2130772147;
        public static final int textColorSearchUrl = 2130772074;
        public static final int theme = 2130772247;
        public static final int thickness = 2130772155;
        public static final int thumbTextPadding = 2130772199;
        public static final int title = 2130771971;
        public static final int titleEnabled = 2130772136;
        public static final int titleMarginBottom = 2130772236;
        public static final int titleMarginEnd = 2130772234;
        public static final int titleMarginStart = 2130772233;
        public static final int titleMarginTop = 2130772235;
        public static final int titleMargins = 2130772232;
        public static final int titleTextAppearance = 2130772230;
        public static final int titleTextColor = 2130772243;
        public static final int titleTextStyle = 2130771975;
        public static final int toolbarId = 2130772133;
        public static final int toolbarNavigationButtonStyle = 2130772066;
        public static final int toolbarStyle = 2130772065;
        public static final int track = 2130772198;
        public static final int useCompatPadding = 2130772160;
        public static final int voiceIcon = 2130772192;
        public static final int windowActionBar = 2130772009;
        public static final int windowActionBarOverlay = 2130772011;
        public static final int windowActionModeOverlay = 2130772012;
        public static final int windowFixedHeightMajor = 2130772016;
        public static final int windowFixedHeightMinor = 2130772014;
        public static final int windowFixedWidthMajor = 2130772013;
        public static final int windowFixedWidthMinor = 2130772015;
        public static final int windowMinWidthMajor = 2130772017;
        public static final int windowMinWidthMinor = 2130772018;
        public static final int windowNoTitle = 2130772010;

        public attr() { /* compiled code */ }
    }

    public static final class anim {
        public static final int abc_fade_in = 2131034112;
        public static final int abc_fade_out = 2131034113;
        public static final int abc_grow_fade_in_from_bottom = 2131034114;
        public static final int abc_popup_enter = 2131034115;
        public static final int abc_popup_exit = 2131034116;
        public static final int abc_shrink_fade_out_from_bottom = 2131034117;
        public static final int abc_slide_in_bottom = 2131034118;
        public static final int abc_slide_in_top = 2131034119;
        public static final int abc_slide_out_bottom = 2131034120;
        public static final int abc_slide_out_top = 2131034121;
        public static final int design_bottom_sheet_slide_in = 2131034122;
        public static final int design_bottom_sheet_slide_out = 2131034123;
        public static final int design_fab_in = 2131034124;
        public static final int design_fab_out = 2131034125;
        public static final int design_snackbar_in = 2131034126;
        public static final int design_snackbar_out = 2131034127;

        public anim() { /* compiled code */ }
    }
}

  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available


  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi-v4\\ic_launcher.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi-v4\\ic_launcher.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi-v4\\ic_launcher.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi-v4\\ic_launcher.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\menu\\menu_main.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\menu\\menu_main.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\activity_main.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\layout\\activity_main.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_radio.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_list_menu_item_radio.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view_list_item.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_activity_chooser_view_list_item.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_header.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_item_header.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_view.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_search_view.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_toolbar.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_screen_toolbar.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_layout_snackbar_include.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_layout_snackbar_include.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_big_media.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_popup_menu_item_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_popup_menu_item_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_up_container.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_bar_up_container.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_time.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_part_time.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_expanded_menu_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_expanded_menu_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_menu_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\content_display_message.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\layout\\content_display_message.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_chronometer.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_part_chronometer.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_subheader.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_item_subheader.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_alert_dialog_button_bar_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_select_dialog_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_select_dialog_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_bar.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_mode_bar.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple_overlay_action_mode.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_bottom_sheet_dialog.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_bottom_sheet_dialog.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_action.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_media_action.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_item_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\select_dialog_item_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_list_menu_item_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_menu.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_menu.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\content_main.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\layout\\content_main.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_checkbox.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_list_menu_item_checkbox.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_multichoice_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\select_dialog_multichoice_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_lines.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_lines.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_media.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_media.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_separator.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_item_separator.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_item.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_menu_item.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_navigation_menu_item.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\activity_display_message.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\layout\\activity_display_message.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_screen_simple.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_dialog_title_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_dialog_title_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_close_item_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_mode_close_item_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_layout_tab_icon.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_layout_tab_icon.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_layout_snackbar.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_layout_snackbar.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media_narrow.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_template_big_media_narrow.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_activity_chooser_view.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_singlechoice_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\select_dialog_singlechoice_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\support_simple_spinner_dropdown_item.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\support_simple_spinner_dropdown_item.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_menu_item_action_area.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_menu_item_action_area.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_layout_tab_text.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout\\design_layout_tab_text.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_item_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_menu_item_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_title_item.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_bar_title_item.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_dropdown_item_icons_2line.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_content_include.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_screen_content_include.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_icon.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_list_menu_item_icon.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_view_list_nav_layout.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_cancel_action.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\notification_media_cancel_action.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_alert_dialog_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\layout\\abc_alert_dialog_material.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13\\design_layout_snackbar.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_item_background_holo_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_default_mtrl_shape.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_ratingbar_indicator_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_ratingbar_indicator_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_borderless_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_btn_borderless_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_textfield_search_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_textfield_search_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_colored_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_btn_colored_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_spinner_textfield_background_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_spinner_textfield_background_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_seekbar_track_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_seekbar_track_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\design_snackbar_background.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\drawable\\design_snackbar_background.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_switch_thumb_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_switch_thumb_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_radio_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_btn_radio_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_list_selector_holo_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_text_cursor_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_text_cursor_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_check_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_btn_check_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_edit_text_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_edit_text_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_tab_indicator_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_tab_indicator_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_item_background_holo_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_ratingbar_full_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_ratingbar_full_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_top_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_cab_background_top_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_list_selector_holo_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_dialog_material_background_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_seekbar_thumb_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_seekbar_thumb_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\design_fab_background.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\drawable\\design_fab_background.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_ratingbar_small_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_ratingbar_small_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_dialog_material_background_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_internal_bg.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_cab_background_internal_bg.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_clear_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_clear_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_clear_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_clear_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_clear_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_clear_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23\\abc_control_background_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-v23\\abc_control_background_material.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_btn_colored_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-v21\\abc_btn_colored_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_edit_text_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-v21\\abc_edit_text_material.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_action_bar_item_background_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_focused_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_clear_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_clear_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_clear_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_clear_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_focused_holo.9.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_background_cache_hint_selector_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_background_cache_hint_selector_material_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\switch_thumb_material_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\switch_thumb_material_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_secondary_text_material_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_primary_text_material_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_search_url_text.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_search_url_text.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_secondary_text_material_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_primary_text_material_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_background_cache_hint_selector_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_background_cache_hint_selector_material_dark.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color\\abc_primary_text_disable_only_material_light.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color-v23\\abc_color_highlight_material.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color-v23\\abc_color_highlight_material.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_light.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_dark.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_out.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_fade_out.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_in.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_fade_in.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_snackbar_out.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_snackbar_out.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_enter.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_popup_enter.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_shrink_fade_out_from_bottom.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_top.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_slide_out_top.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_exit.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_popup_exit.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_top.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_slide_in_top.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_bottom.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_slide_in_bottom.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_grow_fade_in_from_bottom.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_snackbar_in.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_snackbar_in.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_fab_in.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_fab_in.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_bottom_sheet_slide_out.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_bottom_sheet_slide_out.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_bottom_sheet_slide_in.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_bottom_sheet_slide_in.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_bottom.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\anim\\abc_slide_out_bottom.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim\\design_fab_out.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim\\design_fab_out.xml"
    }
]
[
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21\\design_bottom_sheet_slide_in.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml"
    },
    {
        "merged": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21\\design_bottom_sheet_slide_out.xml",
        "source": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml"
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values\\values.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 54,
                    "endOffset": 105
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 54,
                        "endOffset": 105
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 110,
                    "endColumn": 44,
                    "endOffset": 150
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 110,
                        "endColumn": 44,
                        "endOffset": 150
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 155,
                    "endColumn": 48,
                    "endOffset": 199
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 155,
                        "endColumn": 48,
                        "endOffset": 199
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 204,
                    "endColumn": 40,
                    "endOffset": 240
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 204,
                        "endColumn": 40,
                        "endOffset": 240
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 245,
                    "endColumn": 54,
                    "endOffset": 295
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 245,
                        "endColumn": 54,
                        "endOffset": 295
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 300,
                    "endColumn": 62,
                    "endOffset": 358
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 300,
                        "endColumn": 62,
                        "endOffset": 358
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 363,
                    "endColumn": 75,
                    "endOffset": 434
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 363,
                        "endColumn": 75,
                        "endOffset": 434
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 439,
                    "endColumn": 57,
                    "endOffset": 492
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 439,
                        "endColumn": 57,
                        "endOffset": 492
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 497,
                    "endColumn": 61,
                    "endOffset": 554
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 497,
                        "endColumn": 61,
                        "endOffset": 554
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 559,
                    "endColumn": 72,
                    "endOffset": 627
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 559,
                        "endColumn": 72,
                        "endOffset": 627
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 632,
                    "endColumn": 67,
                    "endOffset": 695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 632,
                        "endColumn": 67,
                        "endOffset": 695
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 700,
                    "endColumn": 77,
                    "endOffset": 773
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 700,
                        "endColumn": 77,
                        "endOffset": 773
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 778,
                    "endColumn": 80,
                    "endOffset": 854
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 778,
                        "endColumn": 80,
                        "endOffset": 854
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 859,
                    "endColumn": 60,
                    "endOffset": 915
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 859,
                        "endColumn": 60,
                        "endOffset": 915
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 920,
                    "endColumn": 74,
                    "endOffset": 990
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 920,
                        "endColumn": 74,
                        "endOffset": 990
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 995,
                    "endColumn": 75,
                    "endOffset": 1066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 995,
                        "endColumn": 75,
                        "endOffset": 1066
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1071,
                    "endColumn": 76,
                    "endOffset": 1143
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1071,
                        "endColumn": 76,
                        "endOffset": 1143
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1148,
                    "endColumn": 77,
                    "endOffset": 1221
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1148,
                        "endColumn": 77,
                        "endOffset": 1221
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1226,
                    "endColumn": 84,
                    "endOffset": 1306
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1226,
                        "endColumn": 84,
                        "endOffset": 1306
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1311,
                    "endColumn": 81,
                    "endOffset": 1388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1311,
                        "endColumn": 81,
                        "endOffset": 1388
                    }
                }
            },
            {
                "to": {
                    "startLine": 22,
                    "startColumn": 4,
                    "startOffset": 1393,
                    "endColumn": 75,
                    "endOffset": 1464
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 22,
                        "startColumn": 4,
                        "startOffset": 1393,
                        "endColumn": 75,
                        "endOffset": 1464
                    }
                }
            },
            {
                "to": {
                    "startLine": 23,
                    "startColumn": 4,
                    "startOffset": 1469,
                    "endColumn": 75,
                    "endOffset": 1540
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 23,
                        "startColumn": 4,
                        "startOffset": 1469,
                        "endColumn": 75,
                        "endOffset": 1540
                    }
                }
            },
            {
                "to": {
                    "startLine": 24,
                    "startColumn": 4,
                    "startOffset": 1545,
                    "endColumn": 76,
                    "endOffset": 1617
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 24,
                        "startColumn": 4,
                        "startOffset": 1545,
                        "endColumn": 76,
                        "endOffset": 1617
                    }
                }
            },
            {
                "to": {
                    "startLine": 25,
                    "startColumn": 4,
                    "startOffset": 1622,
                    "endColumn": 77,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 25,
                        "startColumn": 4,
                        "startOffset": 1622,
                        "endColumn": 77,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 26,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 105,
                    "endOffset": 1801
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 26,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 105,
                        "endOffset": 1801
                    }
                }
            },
            {
                "to": {
                    "startLine": 27,
                    "startColumn": 4,
                    "startOffset": 1806,
                    "endColumn": 105,
                    "endOffset": 1907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 27,
                        "startColumn": 4,
                        "startOffset": 1806,
                        "endColumn": 105,
                        "endOffset": 1907
                    }
                }
            },
            {
                "to": {
                    "startLine": 28,
                    "startColumn": 4,
                    "startOffset": 1912,
                    "endColumn": 78,
                    "endOffset": 1986
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 28,
                        "startColumn": 4,
                        "startOffset": 1912,
                        "endColumn": 78,
                        "endOffset": 1986
                    }
                }
            },
            {
                "to": {
                    "startLine": 29,
                    "startColumn": 4,
                    "startOffset": 1991,
                    "endColumn": 79,
                    "endOffset": 2066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 29,
                        "startColumn": 4,
                        "startOffset": 1991,
                        "endColumn": 79,
                        "endOffset": 2066
                    }
                }
            },
            {
                "to": {
                    "startLine": 30,
                    "startColumn": 4,
                    "startOffset": 2071,
                    "endColumn": 56,
                    "endOffset": 2123
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 30,
                        "startColumn": 4,
                        "startOffset": 2071,
                        "endColumn": 56,
                        "endOffset": 2123
                    }
                }
            },
            {
                "to": {
                    "startLine": 31,
                    "startColumn": 4,
                    "startOffset": 2128,
                    "endColumn": 57,
                    "endOffset": 2181
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 31,
                        "startColumn": 4,
                        "startOffset": 2128,
                        "endColumn": 57,
                        "endOffset": 2181
                    }
                }
            },
            {
                "to": {
                    "startLine": 32,
                    "startColumn": 4,
                    "startOffset": 2186,
                    "endColumn": 45,
                    "endOffset": 2227
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\colors.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 157,
                        "endColumn": 45,
                        "endOffset": 198
                    }
                }
            },
            {
                "to": {
                    "startLine": 33,
                    "startColumn": 4,
                    "startOffset": 2232,
                    "endColumn": 46,
                    "endOffset": 2274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\colors.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 57,
                        "endColumn": 46,
                        "endOffset": 99
                    }
                }
            },
            {
                "to": {
                    "startLine": 34,
                    "startColumn": 4,
                    "startOffset": 2279,
                    "endColumn": 50,
                    "endOffset": 2325
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\colors.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 105,
                        "endColumn": 50,
                        "endOffset": 151
                    }
                }
            },
            {
                "to": {
                    "startLine": 35,
                    "startColumn": 4,
                    "startOffset": 2330,
                    "endColumn": 80,
                    "endOffset": 2406
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 80,
                        "endOffset": 131
                    }
                }
            },
            {
                "to": {
                    "startLine": 36,
                    "startColumn": 4,
                    "startOffset": 2411,
                    "endColumn": 63,
                    "endOffset": 2470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 136,
                        "endColumn": 63,
                        "endOffset": 195
                    }
                }
            },
            {
                "to": {
                    "startLine": 37,
                    "startColumn": 4,
                    "startOffset": 2475,
                    "endColumn": 65,
                    "endOffset": 2536
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 200,
                        "endColumn": 65,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 38,
                    "startColumn": 4,
                    "startOffset": 2541,
                    "endColumn": 69,
                    "endOffset": 2606
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 69,
                        "endOffset": 331
                    }
                }
            },
            {
                "to": {
                    "startLine": 39,
                    "startColumn": 4,
                    "startOffset": 2611,
                    "endColumn": 69,
                    "endOffset": 2676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 336,
                        "endColumn": 69,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 40,
                    "startColumn": 4,
                    "startOffset": 2681,
                    "endColumn": 69,
                    "endOffset": 2746
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 69,
                        "endOffset": 471
                    }
                }
            },
            {
                "to": {
                    "startLine": 41,
                    "startColumn": 4,
                    "startOffset": 2751,
                    "endColumn": 69,
                    "endOffset": 2816
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 476,
                        "endColumn": 69,
                        "endOffset": 541
                    }
                }
            },
            {
                "to": {
                    "startLine": 42,
                    "startColumn": 4,
                    "startOffset": 2821,
                    "endColumn": 66,
                    "endOffset": 2883
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 546,
                        "endColumn": 66,
                        "endOffset": 608
                    }
                }
            },
            {
                "to": {
                    "startLine": 43,
                    "startColumn": 4,
                    "startOffset": 2888,
                    "endColumn": 69,
                    "endOffset": 2953
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 613,
                        "endColumn": 69,
                        "endOffset": 678
                    }
                }
            },
            {
                "to": {
                    "startLine": 44,
                    "startColumn": 4,
                    "startOffset": 2958,
                    "endColumn": 70,
                    "endOffset": 3024
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 683,
                        "endColumn": 70,
                        "endOffset": 749
                    }
                }
            },
            {
                "to": {
                    "startLine": 45,
                    "startColumn": 4,
                    "startOffset": 3029,
                    "endColumn": 73,
                    "endOffset": 3098
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 2186,
                        "endColumn": 73,
                        "endOffset": 2255
                    }
                }
            },
            {
                "to": {
                    "startLine": 46,
                    "startColumn": 4,
                    "startOffset": 3103,
                    "endColumn": 74,
                    "endOffset": 3173
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 33,
                        "startColumn": 4,
                        "startOffset": 2260,
                        "endColumn": 74,
                        "endOffset": 2330
                    }
                }
            },
            {
                "to": {
                    "startLine": 47,
                    "startColumn": 4,
                    "startOffset": 3178,
                    "endColumn": 64,
                    "endOffset": 3238
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 34,
                        "startColumn": 4,
                        "startOffset": 2335,
                        "endColumn": 64,
                        "endOffset": 2395
                    }
                }
            },
            {
                "to": {
                    "startLine": 48,
                    "startColumn": 4,
                    "startOffset": 3243,
                    "endColumn": 65,
                    "endOffset": 3304
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 35,
                        "startColumn": 4,
                        "startOffset": 2400,
                        "endColumn": 65,
                        "endOffset": 2461
                    }
                }
            },
            {
                "to": {
                    "startLine": 49,
                    "startColumn": 4,
                    "startOffset": 3309,
                    "endColumn": 71,
                    "endOffset": 3376
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 36,
                        "startColumn": 4,
                        "startOffset": 2466,
                        "endColumn": 71,
                        "endOffset": 2533
                    }
                }
            },
            {
                "to": {
                    "startLine": 50,
                    "startColumn": 4,
                    "startOffset": 3381,
                    "endColumn": 72,
                    "endOffset": 3449
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 37,
                        "startColumn": 4,
                        "startOffset": 2538,
                        "endColumn": 72,
                        "endOffset": 2606
                    }
                }
            },
            {
                "to": {
                    "startLine": 51,
                    "startColumn": 4,
                    "startOffset": 3454,
                    "endColumn": 66,
                    "endOffset": 3516
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 38,
                        "startColumn": 4,
                        "startOffset": 2611,
                        "endColumn": 66,
                        "endOffset": 2673
                    }
                }
            },
            {
                "to": {
                    "startLine": 52,
                    "startColumn": 4,
                    "startOffset": 3521,
                    "endColumn": 67,
                    "endOffset": 3584
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 39,
                        "startColumn": 4,
                        "startOffset": 2678,
                        "endColumn": 67,
                        "endOffset": 2741
                    }
                }
            },
            {
                "to": {
                    "startLine": 53,
                    "startColumn": 4,
                    "startOffset": 3589,
                    "endColumn": 103,
                    "endOffset": 3688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 40,
                        "startColumn": 4,
                        "startOffset": 2746,
                        "endColumn": 103,
                        "endOffset": 2845
                    }
                }
            },
            {
                "to": {
                    "startLine": 54,
                    "startColumn": 4,
                    "startOffset": 3693,
                    "endColumn": 105,
                    "endOffset": 3794
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 41,
                        "startColumn": 4,
                        "startOffset": 2850,
                        "endColumn": 105,
                        "endOffset": 2951
                    }
                }
            },
            {
                "to": {
                    "startLine": 55,
                    "startColumn": 4,
                    "startOffset": 3799,
                    "endColumn": 58,
                    "endOffset": 3853
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 42,
                        "startColumn": 4,
                        "startOffset": 2956,
                        "endColumn": 58,
                        "endOffset": 3010
                    }
                }
            },
            {
                "to": {
                    "startLine": 56,
                    "startColumn": 4,
                    "startOffset": 3858,
                    "endColumn": 58,
                    "endOffset": 3912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 43,
                        "startColumn": 4,
                        "startOffset": 3015,
                        "endColumn": 58,
                        "endOffset": 3069
                    }
                }
            },
            {
                "to": {
                    "startLine": 57,
                    "startColumn": 4,
                    "startOffset": 3917,
                    "endColumn": 58,
                    "endOffset": 3971
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 44,
                        "startColumn": 4,
                        "startOffset": 3074,
                        "endColumn": 58,
                        "endOffset": 3128
                    }
                }
            },
            {
                "to": {
                    "startLine": 58,
                    "startColumn": 4,
                    "startOffset": 3976,
                    "endColumn": 58,
                    "endOffset": 4030
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 45,
                        "startColumn": 4,
                        "startOffset": 3133,
                        "endColumn": 58,
                        "endOffset": 3187
                    }
                }
            },
            {
                "to": {
                    "startLine": 59,
                    "startColumn": 4,
                    "startOffset": 4035,
                    "endColumn": 58,
                    "endOffset": 4089
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 46,
                        "startColumn": 4,
                        "startOffset": 3192,
                        "endColumn": 58,
                        "endOffset": 3246
                    }
                }
            },
            {
                "to": {
                    "startLine": 60,
                    "startColumn": 4,
                    "startOffset": 4094,
                    "endColumn": 53,
                    "endOffset": 4143
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 47,
                        "startColumn": 4,
                        "startOffset": 3251,
                        "endColumn": 53,
                        "endOffset": 3300
                    }
                }
            },
            {
                "to": {
                    "startLine": 61,
                    "startColumn": 4,
                    "startOffset": 4148,
                    "endColumn": 53,
                    "endOffset": 4197
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 48,
                        "startColumn": 4,
                        "startOffset": 3305,
                        "endColumn": 53,
                        "endOffset": 3354
                    }
                }
            },
            {
                "to": {
                    "startLine": 62,
                    "startColumn": 4,
                    "startOffset": 4202,
                    "endColumn": 52,
                    "endOffset": 4250
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 49,
                        "startColumn": 4,
                        "startOffset": 3359,
                        "endColumn": 52,
                        "endOffset": 3407
                    }
                }
            },
            {
                "to": {
                    "startLine": 63,
                    "startColumn": 4,
                    "startOffset": 4255,
                    "endColumn": 53,
                    "endOffset": 4304
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 50,
                        "startColumn": 4,
                        "startOffset": 3412,
                        "endColumn": 53,
                        "endOffset": 3461
                    }
                }
            },
            {
                "to": {
                    "startLine": 64,
                    "startColumn": 4,
                    "startOffset": 4309,
                    "endColumn": 53,
                    "endOffset": 4358
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 51,
                        "startColumn": 4,
                        "startOffset": 3466,
                        "endColumn": 53,
                        "endOffset": 3515
                    }
                }
            },
            {
                "to": {
                    "startLine": 65,
                    "startColumn": 4,
                    "startOffset": 4363,
                    "endColumn": 53,
                    "endOffset": 4412
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 52,
                        "startColumn": 4,
                        "startOffset": 3520,
                        "endColumn": 53,
                        "endOffset": 3569
                    }
                }
            },
            {
                "to": {
                    "startLine": 66,
                    "startColumn": 4,
                    "startOffset": 4417,
                    "endColumn": 53,
                    "endOffset": 4466
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 53,
                        "startColumn": 4,
                        "startOffset": 3574,
                        "endColumn": 53,
                        "endOffset": 3623
                    }
                }
            },
            {
                "to": {
                    "startLine": 67,
                    "startColumn": 4,
                    "startOffset": 4471,
                    "endColumn": 73,
                    "endOffset": 4540
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 54,
                        "startColumn": 4,
                        "startOffset": 3628,
                        "endColumn": 73,
                        "endOffset": 3697
                    }
                }
            },
            {
                "to": {
                    "startLine": 68,
                    "startColumn": 4,
                    "startOffset": 4545,
                    "endColumn": 78,
                    "endOffset": 4619
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 55,
                        "startColumn": 4,
                        "startOffset": 3702,
                        "endColumn": 78,
                        "endOffset": 3776
                    }
                }
            },
            {
                "to": {
                    "startLine": 69,
                    "startColumn": 4,
                    "startOffset": 4624,
                    "endColumn": 72,
                    "endOffset": 4692
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 56,
                        "startColumn": 4,
                        "startOffset": 3781,
                        "endColumn": 72,
                        "endOffset": 3849
                    }
                }
            },
            {
                "to": {
                    "startLine": 70,
                    "startColumn": 4,
                    "startOffset": 4697,
                    "endColumn": 73,
                    "endOffset": 4766
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 57,
                        "startColumn": 4,
                        "startOffset": 3854,
                        "endColumn": 73,
                        "endOffset": 3923
                    }
                }
            },
            {
                "to": {
                    "startLine": 71,
                    "startColumn": 4,
                    "startOffset": 4771,
                    "endColumn": 70,
                    "endOffset": 4837
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 58,
                        "startColumn": 4,
                        "startOffset": 3928,
                        "endColumn": 70,
                        "endOffset": 3994
                    }
                }
            },
            {
                "to": {
                    "startLine": 72,
                    "startColumn": 4,
                    "startOffset": 4842,
                    "endColumn": 71,
                    "endOffset": 4909
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 59,
                        "startColumn": 4,
                        "startOffset": 3999,
                        "endColumn": 71,
                        "endOffset": 4066
                    }
                }
            },
            {
                "to": {
                    "startLine": 73,
                    "startColumn": 4,
                    "startOffset": 4914,
                    "endColumn": 71,
                    "endOffset": 4981
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 60,
                        "startColumn": 4,
                        "startOffset": 4071,
                        "endColumn": 71,
                        "endOffset": 4138
                    }
                }
            },
            {
                "to": {
                    "startLine": 74,
                    "startColumn": 4,
                    "startOffset": 4986,
                    "endColumn": 72,
                    "endOffset": 5054
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 61,
                        "startColumn": 4,
                        "startOffset": 4143,
                        "endColumn": 72,
                        "endOffset": 4211
                    }
                }
            },
            {
                "to": {
                    "startLine": 75,
                    "startColumn": 4,
                    "startOffset": 5059,
                    "endColumn": 56,
                    "endOffset": 5111
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 62,
                        "startColumn": 4,
                        "startOffset": 4216,
                        "endColumn": 56,
                        "endOffset": 4268
                    }
                }
            },
            {
                "to": {
                    "startLine": 76,
                    "startColumn": 4,
                    "startOffset": 5116,
                    "endColumn": 57,
                    "endOffset": 5169
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 63,
                        "startColumn": 4,
                        "startOffset": 4273,
                        "endColumn": 57,
                        "endOffset": 4326
                    }
                }
            },
            {
                "to": {
                    "startLine": 77,
                    "startColumn": 4,
                    "startOffset": 5174,
                    "endColumn": 72,
                    "endOffset": 5242
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 64,
                        "startColumn": 4,
                        "startOffset": 4331,
                        "endColumn": 72,
                        "endOffset": 4399
                    }
                }
            },
            {
                "to": {
                    "startLine": 78,
                    "startColumn": 4,
                    "startOffset": 5247,
                    "endColumn": 73,
                    "endOffset": 5316
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 65,
                        "startColumn": 4,
                        "startOffset": 4404,
                        "endColumn": 73,
                        "endOffset": 4473
                    }
                }
            },
            {
                "to": {
                    "startLine": 79,
                    "startColumn": 4,
                    "startOffset": 5321,
                    "endColumn": 73,
                    "endOffset": 5390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 66,
                        "startColumn": 4,
                        "startOffset": 4478,
                        "endColumn": 73,
                        "endOffset": 4547
                    }
                }
            },
            {
                "to": {
                    "startLine": 80,
                    "startColumn": 4,
                    "startOffset": 5395,
                    "endColumn": 74,
                    "endOffset": 5465
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 67,
                        "startColumn": 4,
                        "startOffset": 4552,
                        "endColumn": 74,
                        "endOffset": 4622
                    }
                }
            },
            {
                "to": {
                    "startLine": 81,
                    "startColumn": 4,
                    "startOffset": 5470,
                    "endColumn": 71,
                    "endOffset": 5537
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 68,
                        "startColumn": 4,
                        "startOffset": 4627,
                        "endColumn": 71,
                        "endOffset": 4694
                    }
                }
            },
            {
                "to": {
                    "startLine": 82,
                    "startColumn": 4,
                    "startOffset": 5542,
                    "endColumn": 72,
                    "endOffset": 5610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 69,
                        "startColumn": 4,
                        "startOffset": 4699,
                        "endColumn": 72,
                        "endOffset": 4767
                    }
                }
            },
            {
                "to": {
                    "startLine": 83,
                    "startColumn": 4,
                    "startOffset": 5615,
                    "endColumn": 69,
                    "endOffset": 5680
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 70,
                        "startColumn": 4,
                        "startOffset": 4772,
                        "endColumn": 69,
                        "endOffset": 4837
                    }
                }
            },
            {
                "to": {
                    "startLine": 84,
                    "startColumn": 4,
                    "startOffset": 5685,
                    "endColumn": 70,
                    "endOffset": 5751
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 71,
                        "startColumn": 4,
                        "startOffset": 4842,
                        "endColumn": 70,
                        "endOffset": 4908
                    }
                }
            },
            {
                "to": {
                    "startLine": 132,
                    "startColumn": 4,
                    "startOffset": 29225,
                    "endColumn": 68,
                    "endOffset": 29289
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 101,
                        "startColumn": 4,
                        "startOffset": 21248,
                        "endColumn": 68,
                        "endOffset": 21312
                    }
                }
            },
            {
                "to": {
                    "startLine": 133,
                    "startColumn": 4,
                    "startOffset": 29294,
                    "endColumn": 69,
                    "endOffset": 29359
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 102,
                        "startColumn": 4,
                        "startOffset": 21317,
                        "endColumn": 69,
                        "endOffset": 21382
                    }
                }
            },
            {
                "to": {
                    "startLine": 134,
                    "startColumn": 4,
                    "startOffset": 29364,
                    "endColumn": 73,
                    "endOffset": 29433
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 103,
                        "startColumn": 4,
                        "startOffset": 21387,
                        "endColumn": 73,
                        "endOffset": 21456
                    }
                }
            },
            {
                "to": {
                    "startLine": 135,
                    "startColumn": 4,
                    "startOffset": 29438,
                    "endColumn": 75,
                    "endOffset": 29509
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 104,
                        "startColumn": 4,
                        "startOffset": 21461,
                        "endColumn": 75,
                        "endOffset": 21532
                    }
                }
            },
            {
                "to": {
                    "startLine": 136,
                    "startColumn": 4,
                    "startOffset": 29514,
                    "endColumn": 76,
                    "endOffset": 29586
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 105,
                        "startColumn": 4,
                        "startOffset": 21537,
                        "endColumn": 76,
                        "endOffset": 21609
                    }
                }
            },
            {
                "to": {
                    "startLine": 137,
                    "startColumn": 4,
                    "startOffset": 29591,
                    "endColumn": 75,
                    "endOffset": 29662
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 106,
                        "startColumn": 4,
                        "startOffset": 21614,
                        "endColumn": 75,
                        "endOffset": 21685
                    }
                }
            },
            {
                "to": {
                    "startLine": 138,
                    "startColumn": 4,
                    "startOffset": 29667,
                    "endColumn": 76,
                    "endOffset": 29739
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 107,
                        "startColumn": 4,
                        "startOffset": 21690,
                        "endColumn": 76,
                        "endOffset": 21762
                    }
                }
            },
            {
                "to": {
                    "startLine": 139,
                    "startColumn": 4,
                    "startOffset": 29744,
                    "endColumn": 63,
                    "endOffset": 29803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 108,
                        "startColumn": 4,
                        "startOffset": 21767,
                        "endColumn": 63,
                        "endOffset": 21826
                    }
                }
            },
            {
                "to": {
                    "startLine": 140,
                    "startColumn": 4,
                    "startOffset": 29808,
                    "endColumn": 64,
                    "endOffset": 29868
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 109,
                        "startColumn": 4,
                        "startOffset": 21831,
                        "endColumn": 64,
                        "endOffset": 21891
                    }
                }
            },
            {
                "to": {
                    "startLine": 141,
                    "startColumn": 4,
                    "startOffset": 29873,
                    "endColumn": 68,
                    "endOffset": 29937
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 110,
                        "startColumn": 4,
                        "startOffset": 21896,
                        "endColumn": 68,
                        "endOffset": 21960
                    }
                }
            },
            {
                "to": {
                    "startLine": 142,
                    "startColumn": 4,
                    "startOffset": 29942,
                    "endColumn": 76,
                    "endOffset": 30014
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 111,
                        "startColumn": 4,
                        "startOffset": 21965,
                        "endColumn": 76,
                        "endOffset": 22037
                    }
                }
            },
            {
                "to": {
                    "startLine": 143,
                    "startColumn": 4,
                    "startOffset": 30019,
                    "endColumn": 74,
                    "endOffset": 30089
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 112,
                        "startColumn": 4,
                        "startOffset": 22042,
                        "endColumn": 74,
                        "endOffset": 22112
                    }
                }
            },
            {
                "to": {
                    "startLine": 144,
                    "startColumn": 4,
                    "startOffset": 30094,
                    "endColumn": 68,
                    "endOffset": 30158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 113,
                        "startColumn": 4,
                        "startOffset": 22117,
                        "endColumn": 68,
                        "endOffset": 22181
                    }
                }
            },
            {
                "to": {
                    "startLine": 145,
                    "startColumn": 4,
                    "startOffset": 30163,
                    "endColumn": 67,
                    "endOffset": 30226
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 114,
                        "startColumn": 4,
                        "startOffset": 22186,
                        "endColumn": 67,
                        "endOffset": 22249
                    }
                }
            },
            {
                "to": {
                    "startLine": 146,
                    "startColumn": 4,
                    "startOffset": 30231,
                    "endColumn": 76,
                    "endOffset": 30303
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 115,
                        "startColumn": 4,
                        "startOffset": 22254,
                        "endColumn": 76,
                        "endOffset": 22326
                    }
                }
            },
            {
                "to": {
                    "startLine": 147,
                    "startColumn": 4,
                    "startOffset": 30308,
                    "endColumn": 65,
                    "endOffset": 30369
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 116,
                        "startColumn": 4,
                        "startOffset": 22331,
                        "endColumn": 65,
                        "endOffset": 22392
                    }
                }
            },
            {
                "to": {
                    "startLine": 148,
                    "startColumn": 4,
                    "startOffset": 30374,
                    "endColumn": 96,
                    "endOffset": 30466
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 117,
                        "startColumn": 4,
                        "startOffset": 22397,
                        "endColumn": 96,
                        "endOffset": 22489
                    }
                }
            },
            {
                "to": {
                    "startLine": 149,
                    "startColumn": 4,
                    "startOffset": 30471,
                    "endColumn": 64,
                    "endOffset": 30531
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 118,
                        "startColumn": 4,
                        "startOffset": 22494,
                        "endColumn": 64,
                        "endOffset": 22554
                    }
                }
            },
            {
                "to": {
                    "startLine": 150,
                    "startColumn": 4,
                    "startOffset": 30536,
                    "endColumn": 68,
                    "endOffset": 30600
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 119,
                        "startColumn": 4,
                        "startOffset": 22559,
                        "endColumn": 68,
                        "endOffset": 22623
                    }
                }
            },
            {
                "to": {
                    "startLine": 151,
                    "startColumn": 4,
                    "startOffset": 30605,
                    "endColumn": 98,
                    "endOffset": 30699
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 120,
                        "startColumn": 4,
                        "startOffset": 22628,
                        "endColumn": 98,
                        "endOffset": 22722
                    }
                }
            },
            {
                "to": {
                    "startLine": 152,
                    "startColumn": 4,
                    "startOffset": 30704,
                    "endColumn": 58,
                    "endOffset": 30758
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 121,
                        "startColumn": 4,
                        "startOffset": 22727,
                        "endColumn": 58,
                        "endOffset": 22781
                    }
                }
            },
            {
                "to": {
                    "startLine": 153,
                    "startColumn": 4,
                    "startOffset": 30763,
                    "endColumn": 57,
                    "endOffset": 30816
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 122,
                        "startColumn": 4,
                        "startOffset": 22786,
                        "endColumn": 57,
                        "endOffset": 22839
                    }
                }
            },
            {
                "to": {
                    "startLine": 154,
                    "startColumn": 4,
                    "startOffset": 30821,
                    "endColumn": 56,
                    "endOffset": 30873
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 123,
                        "startColumn": 4,
                        "startOffset": 22844,
                        "endColumn": 56,
                        "endOffset": 22896
                    }
                }
            },
            {
                "to": {
                    "startLine": 155,
                    "startColumn": 4,
                    "startOffset": 30878,
                    "endColumn": 58,
                    "endOffset": 30932
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 124,
                        "startColumn": 4,
                        "startOffset": 22901,
                        "endColumn": 58,
                        "endOffset": 22955
                    }
                }
            },
            {
                "to": {
                    "startLine": 156,
                    "startColumn": 4,
                    "startOffset": 30937,
                    "endColumn": 70,
                    "endOffset": 31003
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 125,
                        "startColumn": 4,
                        "startOffset": 22960,
                        "endColumn": 70,
                        "endOffset": 23026
                    }
                }
            },
            {
                "to": {
                    "startLine": 157,
                    "startColumn": 4,
                    "startOffset": 31008,
                    "endColumn": 71,
                    "endOffset": 31075
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 126,
                        "startColumn": 4,
                        "startOffset": 23031,
                        "endColumn": 71,
                        "endOffset": 23098
                    }
                }
            },
            {
                "to": {
                    "startLine": 158,
                    "startColumn": 4,
                    "startOffset": 31080,
                    "endColumn": 71,
                    "endOffset": 31147
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 127,
                        "startColumn": 4,
                        "startOffset": 23103,
                        "endColumn": 71,
                        "endOffset": 23170
                    }
                }
            },
            {
                "to": {
                    "startLine": 159,
                    "startColumn": 4,
                    "startOffset": 31152,
                    "endColumn": 71,
                    "endOffset": 31219
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 128,
                        "startColumn": 4,
                        "startOffset": 23175,
                        "endColumn": 71,
                        "endOffset": 23242
                    }
                }
            },
            {
                "to": {
                    "startLine": 160,
                    "startColumn": 4,
                    "startOffset": 31224,
                    "endColumn": 71,
                    "endOffset": 31291
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 129,
                        "startColumn": 4,
                        "startOffset": 23247,
                        "endColumn": 71,
                        "endOffset": 23314
                    }
                }
            },
            {
                "to": {
                    "startLine": 161,
                    "startColumn": 4,
                    "startOffset": 31296,
                    "endColumn": 67,
                    "endOffset": 31359
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 130,
                        "startColumn": 4,
                        "startOffset": 23319,
                        "endColumn": 67,
                        "endOffset": 23382
                    }
                }
            },
            {
                "to": {
                    "startLine": 162,
                    "startColumn": 4,
                    "startOffset": 31364,
                    "endColumn": 67,
                    "endOffset": 31427
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 131,
                        "startColumn": 4,
                        "startOffset": 23387,
                        "endColumn": 67,
                        "endOffset": 23450
                    }
                }
            },
            {
                "to": {
                    "startLine": 163,
                    "startColumn": 4,
                    "startOffset": 31432,
                    "endColumn": 58,
                    "endOffset": 31486
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 132,
                        "startColumn": 4,
                        "startOffset": 23455,
                        "endColumn": 58,
                        "endOffset": 23509
                    }
                }
            },
            {
                "to": {
                    "startLine": 164,
                    "startColumn": 4,
                    "startOffset": 31491,
                    "endColumn": 62,
                    "endOffset": 31549
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 133,
                        "startColumn": 4,
                        "startOffset": 23514,
                        "endColumn": 62,
                        "endOffset": 23572
                    }
                }
            },
            {
                "to": {
                    "startLine": 165,
                    "startColumn": 4,
                    "startOffset": 31554,
                    "endColumn": 89,
                    "endOffset": 31639
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 134,
                        "startColumn": 4,
                        "startOffset": 23577,
                        "endColumn": 89,
                        "endOffset": 23662
                    }
                }
            },
            {
                "to": {
                    "startLine": 166,
                    "startColumn": 4,
                    "startOffset": 31644,
                    "endColumn": 90,
                    "endOffset": 31730
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 135,
                        "startColumn": 4,
                        "startOffset": 23667,
                        "endColumn": 90,
                        "endOffset": 23753
                    }
                }
            },
            {
                "to": {
                    "startLine": 167,
                    "startColumn": 4,
                    "startOffset": 31735,
                    "endColumn": 59,
                    "endOffset": 31790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 136,
                        "startColumn": 4,
                        "startOffset": 23758,
                        "endColumn": 59,
                        "endOffset": 23813
                    }
                }
            },
            {
                "to": {
                    "startLine": 168,
                    "startColumn": 4,
                    "startOffset": 31795,
                    "endColumn": 65,
                    "endOffset": 31856
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 137,
                        "startColumn": 4,
                        "startOffset": 23818,
                        "endColumn": 65,
                        "endOffset": 23879
                    }
                }
            },
            {
                "to": {
                    "startLine": 169,
                    "startColumn": 4,
                    "startOffset": 31861,
                    "endColumn": 66,
                    "endOffset": 31923
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 138,
                        "startColumn": 4,
                        "startOffset": 23884,
                        "endColumn": 66,
                        "endOffset": 23946
                    }
                }
            },
            {
                "to": {
                    "startLine": 170,
                    "startColumn": 4,
                    "startOffset": 31928,
                    "endColumn": 65,
                    "endOffset": 31989
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 139,
                        "startColumn": 4,
                        "startOffset": 23951,
                        "endColumn": 65,
                        "endOffset": 24012
                    }
                }
            },
            {
                "to": {
                    "startLine": 171,
                    "startColumn": 4,
                    "startOffset": 31994,
                    "endColumn": 69,
                    "endOffset": 32059
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 140,
                        "startColumn": 4,
                        "startOffset": 24017,
                        "endColumn": 69,
                        "endOffset": 24082
                    }
                }
            },
            {
                "to": {
                    "startLine": 172,
                    "startColumn": 4,
                    "startOffset": 32064,
                    "endColumn": 63,
                    "endOffset": 32123
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 141,
                        "startColumn": 4,
                        "startOffset": 24087,
                        "endColumn": 63,
                        "endOffset": 24146
                    }
                }
            },
            {
                "to": {
                    "startLine": 173,
                    "startColumn": 4,
                    "startOffset": 32128,
                    "endColumn": 52,
                    "endOffset": 32176
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 142,
                        "startColumn": 4,
                        "startOffset": 24151,
                        "endColumn": 52,
                        "endOffset": 24199
                    }
                }
            },
            {
                "to": {
                    "startLine": 174,
                    "startColumn": 4,
                    "startOffset": 32181,
                    "endColumn": 112,
                    "endOffset": 32289
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 143,
                        "startColumn": 4,
                        "startOffset": 24204,
                        "endColumn": 112,
                        "endOffset": 24312
                    }
                }
            },
            {
                "to": {
                    "startLine": 175,
                    "startColumn": 4,
                    "startOffset": 32294,
                    "endColumn": 57,
                    "endOffset": 32347
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 144,
                        "startColumn": 4,
                        "startOffset": 24317,
                        "endColumn": 57,
                        "endOffset": 24370
                    }
                }
            },
            {
                "to": {
                    "startLine": 176,
                    "startColumn": 4,
                    "startOffset": 32352,
                    "endColumn": 64,
                    "endOffset": 32412
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 145,
                        "startColumn": 4,
                        "startOffset": 24375,
                        "endColumn": 64,
                        "endOffset": 24435
                    }
                }
            },
            {
                "to": {
                    "startLine": 177,
                    "startColumn": 4,
                    "startOffset": 32417,
                    "endColumn": 63,
                    "endOffset": 32476
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 146,
                        "startColumn": 4,
                        "startOffset": 24440,
                        "endColumn": 63,
                        "endOffset": 24499
                    }
                }
            },
            {
                "to": {
                    "startLine": 178,
                    "startColumn": 4,
                    "startOffset": 32481,
                    "endColumn": 74,
                    "endOffset": 32551
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 147,
                        "startColumn": 4,
                        "startOffset": 24504,
                        "endColumn": 74,
                        "endOffset": 24574
                    }
                }
            },
            {
                "to": {
                    "startLine": 179,
                    "startColumn": 4,
                    "startOffset": 32556,
                    "endColumn": 72,
                    "endOffset": 32624
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 148,
                        "startColumn": 4,
                        "startOffset": 24579,
                        "endColumn": 72,
                        "endOffset": 24647
                    }
                }
            },
            {
                "to": {
                    "startLine": 180,
                    "startColumn": 4,
                    "startOffset": 32629,
                    "endColumn": 71,
                    "endOffset": 32696
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 149,
                        "startColumn": 4,
                        "startOffset": 24652,
                        "endColumn": 71,
                        "endOffset": 24719
                    }
                }
            },
            {
                "to": {
                    "startLine": 181,
                    "startColumn": 4,
                    "startOffset": 32701,
                    "endColumn": 48,
                    "endOffset": 32745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 150,
                        "startColumn": 4,
                        "startOffset": 24724,
                        "endColumn": 48,
                        "endOffset": 24768
                    }
                }
            },
            {
                "to": {
                    "startLine": 182,
                    "startColumn": 4,
                    "startOffset": 32750,
                    "endColumn": 60,
                    "endOffset": 32806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 151,
                        "startColumn": 4,
                        "startOffset": 24773,
                        "endColumn": 60,
                        "endOffset": 24829
                    }
                }
            },
            {
                "to": {
                    "startLine": 183,
                    "startColumn": 4,
                    "startOffset": 32811,
                    "endColumn": 60,
                    "endOffset": 32867
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 152,
                        "startColumn": 4,
                        "startOffset": 24834,
                        "endColumn": 60,
                        "endOffset": 24890
                    }
                }
            },
            {
                "to": {
                    "startLine": 184,
                    "startColumn": 4,
                    "startOffset": 32872,
                    "endColumn": 60,
                    "endOffset": 32928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 153,
                        "startColumn": 4,
                        "startOffset": 24895,
                        "endColumn": 60,
                        "endOffset": 24951
                    }
                }
            },
            {
                "to": {
                    "startLine": 185,
                    "startColumn": 4,
                    "startOffset": 32933,
                    "endColumn": 61,
                    "endOffset": 32990
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 154,
                        "startColumn": 4,
                        "startOffset": 24956,
                        "endColumn": 61,
                        "endOffset": 25013
                    }
                }
            },
            {
                "to": {
                    "startLine": 186,
                    "startColumn": 4,
                    "startOffset": 32995,
                    "endColumn": 63,
                    "endOffset": 33054
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 155,
                        "startColumn": 4,
                        "startOffset": 25018,
                        "endColumn": 63,
                        "endOffset": 25077
                    }
                }
            },
            {
                "to": {
                    "startLine": 187,
                    "startColumn": 4,
                    "startOffset": 33059,
                    "endColumn": 63,
                    "endOffset": 33118
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 156,
                        "startColumn": 4,
                        "startOffset": 25082,
                        "endColumn": 63,
                        "endOffset": 25141
                    }
                }
            },
            {
                "to": {
                    "startLine": 188,
                    "startColumn": 4,
                    "startOffset": 33123,
                    "endColumn": 63,
                    "endOffset": 33182
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 157,
                        "startColumn": 4,
                        "startOffset": 25146,
                        "endColumn": 63,
                        "endOffset": 25205
                    }
                }
            },
            {
                "to": {
                    "startLine": 189,
                    "startColumn": 4,
                    "startOffset": 33187,
                    "endColumn": 64,
                    "endOffset": 33247
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 158,
                        "startColumn": 4,
                        "startOffset": 25210,
                        "endColumn": 64,
                        "endOffset": 25270
                    }
                }
            },
            {
                "to": {
                    "startLine": 190,
                    "startColumn": 4,
                    "startOffset": 33252,
                    "endColumn": 62,
                    "endOffset": 33310
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 159,
                        "startColumn": 4,
                        "startOffset": 25275,
                        "endColumn": 62,
                        "endOffset": 25333
                    }
                }
            },
            {
                "to": {
                    "startLine": 191,
                    "startColumn": 4,
                    "startOffset": 33315,
                    "endColumn": 59,
                    "endOffset": 33370
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 160,
                        "startColumn": 4,
                        "startOffset": 25338,
                        "endColumn": 59,
                        "endOffset": 25393
                    }
                }
            },
            {
                "to": {
                    "startLine": 192,
                    "startColumn": 4,
                    "startOffset": 33375,
                    "endColumn": 60,
                    "endOffset": 33431
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 161,
                        "startColumn": 4,
                        "startOffset": 25398,
                        "endColumn": 60,
                        "endOffset": 25454
                    }
                }
            },
            {
                "to": {
                    "startLine": 193,
                    "startColumn": 4,
                    "startOffset": 33436,
                    "endColumn": 58,
                    "endOffset": 33490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 162,
                        "startColumn": 4,
                        "startOffset": 25459,
                        "endColumn": 58,
                        "endOffset": 25513
                    }
                }
            },
            {
                "to": {
                    "startLine": 194,
                    "startColumn": 4,
                    "startOffset": 33495,
                    "endColumn": 59,
                    "endOffset": 33550
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 163,
                        "startColumn": 4,
                        "startOffset": 25518,
                        "endColumn": 59,
                        "endOffset": 25573
                    }
                }
            },
            {
                "to": {
                    "startLine": 195,
                    "startColumn": 4,
                    "startOffset": 33555,
                    "endColumn": 61,
                    "endOffset": 33612
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 164,
                        "startColumn": 4,
                        "startOffset": 25578,
                        "endColumn": 61,
                        "endOffset": 25635
                    }
                }
            },
            {
                "to": {
                    "startLine": 196,
                    "startColumn": 4,
                    "startOffset": 33617,
                    "endColumn": 70,
                    "endOffset": 33683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 165,
                        "startColumn": 4,
                        "startOffset": 25640,
                        "endColumn": 70,
                        "endOffset": 25706
                    }
                }
            },
            {
                "to": {
                    "startLine": 197,
                    "startColumn": 4,
                    "startOffset": 33688,
                    "endColumn": 59,
                    "endOffset": 33743
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 166,
                        "startColumn": 4,
                        "startOffset": 25711,
                        "endColumn": 59,
                        "endOffset": 25766
                    }
                }
            },
            {
                "to": {
                    "startLine": 198,
                    "startColumn": 4,
                    "startOffset": 33748,
                    "endColumn": 67,
                    "endOffset": 33811
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 167,
                        "startColumn": 4,
                        "startOffset": 25771,
                        "endColumn": 67,
                        "endOffset": 25834
                    }
                }
            },
            {
                "to": {
                    "startLine": 199,
                    "startColumn": 4,
                    "startOffset": 33816,
                    "endColumn": 57,
                    "endOffset": 33869
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\dimens.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 90,
                        "endColumn": 57,
                        "endOffset": 143
                    }
                }
            },
            {
                "to": {
                    "startLine": 200,
                    "startColumn": 4,
                    "startOffset": 33874,
                    "endColumn": 55,
                    "endOffset": 33925
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\dimens.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 149,
                        "endColumn": 55,
                        "endOffset": 200
                    }
                }
            },
            {
                "to": {
                    "startLine": 201,
                    "startColumn": 4,
                    "startOffset": 33930,
                    "endColumn": 53,
                    "endOffset": 33979
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 29,
                        "startColumn": 4,
                        "startOffset": 7616,
                        "endColumn": 53,
                        "endOffset": 7665
                    }
                }
            },
            {
                "to": {
                    "startLine": 202,
                    "startColumn": 4,
                    "startOffset": 33984,
                    "endColumn": 66,
                    "endOffset": 34046
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 30,
                        "startColumn": 4,
                        "startOffset": 7670,
                        "endColumn": 66,
                        "endOffset": 7732
                    }
                }
            },
            {
                "to": {
                    "startLine": 203,
                    "startColumn": 4,
                    "startOffset": 34051,
                    "endColumn": 69,
                    "endOffset": 34116
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 31,
                        "startColumn": 4,
                        "startOffset": 7737,
                        "endColumn": 69,
                        "endOffset": 7802
                    }
                }
            },
            {
                "to": {
                    "startLine": 204,
                    "startColumn": 4,
                    "startOffset": 34121,
                    "endColumn": 55,
                    "endOffset": 34172
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 7807,
                        "endColumn": 55,
                        "endOffset": 7858
                    }
                }
            },
            {
                "to": {
                    "startLine": 205,
                    "startColumn": 4,
                    "startOffset": 34177,
                    "endColumn": 50,
                    "endOffset": 34223
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 33,
                        "startColumn": 4,
                        "startOffset": 7863,
                        "endColumn": 50,
                        "endOffset": 7909
                    }
                }
            },
            {
                "to": {
                    "startLine": 206,
                    "startColumn": 4,
                    "startOffset": 34228,
                    "endColumn": 52,
                    "endOffset": 34276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 34,
                        "startColumn": 4,
                        "startOffset": 7914,
                        "endColumn": 52,
                        "endOffset": 7962
                    }
                }
            },
            {
                "to": {
                    "startLine": 207,
                    "startColumn": 4,
                    "startOffset": 34281,
                    "endColumn": 51,
                    "endOffset": 34328
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 35,
                        "startColumn": 4,
                        "startOffset": 7967,
                        "endColumn": 51,
                        "endOffset": 8014
                    }
                }
            },
            {
                "to": {
                    "startLine": 208,
                    "startColumn": 4,
                    "startOffset": 34333,
                    "endColumn": 53,
                    "endOffset": 34382
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 36,
                        "startColumn": 4,
                        "startOffset": 8019,
                        "endColumn": 53,
                        "endOffset": 8068
                    }
                }
            },
            {
                "to": {
                    "startLine": 209,
                    "startColumn": 4,
                    "startOffset": 34387,
                    "endColumn": 62,
                    "endOffset": 34445
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 37,
                        "startColumn": 4,
                        "startOffset": 8073,
                        "endColumn": 62,
                        "endOffset": 8131
                    }
                }
            },
            {
                "to": {
                    "startLine": 210,
                    "startColumn": 4,
                    "startOffset": 34450,
                    "endColumn": 58,
                    "endOffset": 34504
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 38,
                        "startColumn": 4,
                        "startOffset": 8136,
                        "endColumn": 58,
                        "endOffset": 8190
                    }
                }
            },
            {
                "to": {
                    "startLine": 211,
                    "startColumn": 4,
                    "startOffset": 34509,
                    "endColumn": 61,
                    "endOffset": 34566
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 39,
                        "startColumn": 4,
                        "startOffset": 8195,
                        "endColumn": 61,
                        "endOffset": 8252
                    }
                }
            },
            {
                "to": {
                    "startLine": 212,
                    "startColumn": 4,
                    "startOffset": 34571,
                    "endColumn": 58,
                    "endOffset": 34625
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 40,
                        "startColumn": 4,
                        "startOffset": 8257,
                        "endColumn": 58,
                        "endOffset": 8311
                    }
                }
            },
            {
                "to": {
                    "startLine": 213,
                    "startColumn": 4,
                    "startOffset": 34630,
                    "endColumn": 59,
                    "endOffset": 34685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 41,
                        "startColumn": 4,
                        "startOffset": 8316,
                        "endColumn": 59,
                        "endOffset": 8371
                    }
                }
            },
            {
                "to": {
                    "startLine": 214,
                    "startColumn": 4,
                    "startOffset": 34690,
                    "endColumn": 62,
                    "endOffset": 34748
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 42,
                        "startColumn": 4,
                        "startOffset": 8376,
                        "endColumn": 62,
                        "endOffset": 8434
                    }
                }
            },
            {
                "to": {
                    "startLine": 215,
                    "startColumn": 4,
                    "startOffset": 34753,
                    "endColumn": 74,
                    "endOffset": 34823
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 43,
                        "startColumn": 4,
                        "startOffset": 8439,
                        "endColumn": 74,
                        "endOffset": 8509
                    }
                }
            },
            {
                "to": {
                    "startLine": 216,
                    "startColumn": 4,
                    "startOffset": 34828,
                    "endColumn": 71,
                    "endOffset": 34895
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 44,
                        "startColumn": 4,
                        "startOffset": 8514,
                        "endColumn": 71,
                        "endOffset": 8581
                    }
                }
            },
            {
                "to": {
                    "startLine": 217,
                    "startColumn": 4,
                    "startOffset": 34900,
                    "endColumn": 70,
                    "endOffset": 34966
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 45,
                        "startColumn": 4,
                        "startOffset": 8586,
                        "endColumn": 70,
                        "endOffset": 8652
                    }
                }
            },
            {
                "to": {
                    "startLine": 218,
                    "startColumn": 4,
                    "startOffset": 34971,
                    "endColumn": 55,
                    "endOffset": 35022
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 46,
                        "startColumn": 4,
                        "startOffset": 8657,
                        "endColumn": 55,
                        "endOffset": 8708
                    }
                }
            },
            {
                "to": {
                    "startLine": 219,
                    "startColumn": 4,
                    "startOffset": 35027,
                    "endColumn": 70,
                    "endOffset": 35093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 47,
                        "startColumn": 4,
                        "startOffset": 8713,
                        "endColumn": 70,
                        "endOffset": 8779
                    }
                }
            },
            {
                "to": {
                    "startLine": 220,
                    "startColumn": 4,
                    "startOffset": 35098,
                    "endColumn": 56,
                    "endOffset": 35150
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 48,
                        "startColumn": 4,
                        "startOffset": 8784,
                        "endColumn": 56,
                        "endOffset": 8836
                    }
                }
            },
            {
                "to": {
                    "startLine": 221,
                    "startColumn": 4,
                    "startOffset": 35155,
                    "endColumn": 56,
                    "endOffset": 35207
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 49,
                        "startColumn": 4,
                        "startOffset": 8841,
                        "endColumn": 56,
                        "endOffset": 8893
                    }
                }
            },
            {
                "to": {
                    "startLine": 222,
                    "startColumn": 4,
                    "startOffset": 35212,
                    "endColumn": 65,
                    "endOffset": 35273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 50,
                        "startColumn": 4,
                        "startOffset": 8898,
                        "endColumn": 65,
                        "endOffset": 8959
                    }
                }
            },
            {
                "to": {
                    "startLine": 223,
                    "startColumn": 4,
                    "startOffset": 35278,
                    "endColumn": 63,
                    "endOffset": 35337
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 51,
                        "startColumn": 4,
                        "startOffset": 8964,
                        "endColumn": 63,
                        "endOffset": 9023
                    }
                }
            },
            {
                "to": {
                    "startLine": 224,
                    "startColumn": 4,
                    "startOffset": 35342,
                    "endColumn": 70,
                    "endOffset": 35408
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 52,
                        "startColumn": 4,
                        "startOffset": 9028,
                        "endColumn": 70,
                        "endOffset": 9094
                    }
                }
            },
            {
                "to": {
                    "startLine": 225,
                    "startColumn": 4,
                    "startOffset": 35413,
                    "endColumn": 56,
                    "endOffset": 35465
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 53,
                        "startColumn": 4,
                        "startOffset": 9099,
                        "endColumn": 56,
                        "endOffset": 9151
                    }
                }
            },
            {
                "to": {
                    "startLine": 226,
                    "startColumn": 4,
                    "startOffset": 35470,
                    "endColumn": 52,
                    "endOffset": 35518
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 54,
                        "startColumn": 4,
                        "startOffset": 9156,
                        "endColumn": 52,
                        "endOffset": 9204
                    }
                }
            },
            {
                "to": {
                    "startLine": 227,
                    "startColumn": 4,
                    "startOffset": 35523,
                    "endColumn": 62,
                    "endOffset": 35581
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 55,
                        "startColumn": 4,
                        "startOffset": 9209,
                        "endColumn": 62,
                        "endOffset": 9267
                    }
                }
            },
            {
                "to": {
                    "startLine": 228,
                    "startColumn": 4,
                    "startOffset": 35586,
                    "endColumn": 51,
                    "endOffset": 35633
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 56,
                        "startColumn": 4,
                        "startOffset": 9272,
                        "endColumn": 51,
                        "endOffset": 9319
                    }
                }
            },
            {
                "to": {
                    "startLine": 229,
                    "startColumn": 4,
                    "startOffset": 35638,
                    "endColumn": 57,
                    "endOffset": 35691
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 57,
                        "startColumn": 4,
                        "startOffset": 9324,
                        "endColumn": 57,
                        "endOffset": 9377
                    }
                }
            },
            {
                "to": {
                    "startLine": 230,
                    "startColumn": 4,
                    "startOffset": 35696,
                    "endColumn": 85,
                    "endOffset": 35777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 168,
                        "startColumn": 4,
                        "startOffset": 25839,
                        "endColumn": 85,
                        "endOffset": 25920
                    }
                }
            },
            {
                "to": {
                    "startLine": 231,
                    "startColumn": 4,
                    "startOffset": 35782,
                    "endColumn": 86,
                    "endOffset": 35864
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 169,
                        "startColumn": 4,
                        "startOffset": 25925,
                        "endColumn": 86,
                        "endOffset": 26007
                    }
                }
            },
            {
                "to": {
                    "startLine": 232,
                    "startColumn": 4,
                    "startOffset": 35869,
                    "endColumn": 41,
                    "endOffset": 35906
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\dimens.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 206,
                        "endColumn": 41,
                        "endOffset": 243
                    }
                }
            },
            {
                "to": {
                    "startLine": 233,
                    "startColumn": 4,
                    "startOffset": 35911,
                    "endColumn": 89,
                    "endOffset": 35996
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 170,
                        "startColumn": 4,
                        "startOffset": 26012,
                        "endColumn": 89,
                        "endOffset": 26097
                    }
                }
            },
            {
                "to": {
                    "startLine": 234,
                    "startColumn": 4,
                    "startOffset": 36001,
                    "endColumn": 86,
                    "endOffset": 36083
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 171,
                        "startColumn": 4,
                        "startOffset": 26102,
                        "endColumn": 86,
                        "endOffset": 26184
                    }
                }
            },
            {
                "to": {
                    "startLine": 235,
                    "startColumn": 4,
                    "startOffset": 36088,
                    "endColumn": 87,
                    "endOffset": 36171
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 172,
                        "startColumn": 4,
                        "startOffset": 26189,
                        "endColumn": 87,
                        "endOffset": 26272
                    }
                }
            },
            {
                "to": {
                    "startLine": 236,
                    "startColumn": 4,
                    "startOffset": 36176,
                    "endColumn": 74,
                    "endOffset": 36246
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 327,
                        "endColumn": 74,
                        "endOffset": 397
                    }
                }
            },
            {
                "to": {
                    "startLine": 237,
                    "startColumn": 4,
                    "startOffset": 36251,
                    "endColumn": 75,
                    "endOffset": 36322
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 402,
                        "endColumn": 75,
                        "endOffset": 473
                    }
                }
            },
            {
                "to": {
                    "startLine": 238,
                    "startColumn": 4,
                    "startOffset": 36327,
                    "endColumn": 71,
                    "endOffset": 36394
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 478,
                        "endColumn": 71,
                        "endOffset": 545
                    }
                }
            },
            {
                "to": {
                    "startLine": 239,
                    "startColumn": 4,
                    "startOffset": 36399,
                    "endColumn": 61,
                    "endOffset": 36456
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 173,
                        "startColumn": 4,
                        "startOffset": 26277,
                        "endColumn": 61,
                        "endOffset": 26334
                    }
                }
            },
            {
                "to": {
                    "startLine": 240,
                    "startColumn": 4,
                    "startOffset": 36461,
                    "endColumn": 60,
                    "endOffset": 36517
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 174,
                        "startColumn": 4,
                        "startOffset": 26339,
                        "endColumn": 60,
                        "endOffset": 26395
                    }
                }
            },
            {
                "to": {
                    "startLine": 241,
                    "startColumn": 4,
                    "startOffset": 36522,
                    "endColumn": 56,
                    "endOffset": 36574
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 175,
                        "startColumn": 4,
                        "startOffset": 26400,
                        "endColumn": 56,
                        "endOffset": 26452
                    }
                }
            },
            {
                "to": {
                    "startLine": 242,
                    "startColumn": 4,
                    "startOffset": 36579,
                    "endColumn": 71,
                    "endOffset": 36646
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 176,
                        "startColumn": 4,
                        "startOffset": 26457,
                        "endColumn": 71,
                        "endOffset": 26524
                    }
                }
            },
            {
                "to": {
                    "startLine": 243,
                    "startColumn": 4,
                    "startOffset": 36651,
                    "endColumn": 56,
                    "endOffset": 36703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 177,
                        "startColumn": 4,
                        "startOffset": 26529,
                        "endColumn": 56,
                        "endOffset": 26581
                    }
                }
            },
            {
                "to": {
                    "startLine": 244,
                    "startColumn": 4,
                    "startOffset": 36708,
                    "endColumn": 47,
                    "endOffset": 36751
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 178,
                        "startColumn": 4,
                        "startOffset": 26586,
                        "endColumn": 47,
                        "endOffset": 26629
                    }
                }
            },
            {
                "to": {
                    "startLine": 245,
                    "startColumn": 4,
                    "startOffset": 36756,
                    "endColumn": 48,
                    "endOffset": 36800
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 179,
                        "startColumn": 4,
                        "startOffset": 26634,
                        "endColumn": 48,
                        "endOffset": 26678
                    }
                }
            },
            {
                "to": {
                    "startLine": 246,
                    "startColumn": 4,
                    "startOffset": 36805,
                    "endColumn": 50,
                    "endOffset": 36851
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 180,
                        "startColumn": 4,
                        "startOffset": 26683,
                        "endColumn": 50,
                        "endOffset": 26729
                    }
                }
            },
            {
                "to": {
                    "startLine": 247,
                    "startColumn": 4,
                    "startOffset": 36856,
                    "endColumn": 33,
                    "endOffset": 36885
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 181,
                        "startColumn": 4,
                        "startOffset": 26734,
                        "endColumn": 33,
                        "endOffset": 26763
                    }
                }
            },
            {
                "to": {
                    "startLine": 248,
                    "startColumn": 4,
                    "startOffset": 36890,
                    "endColumn": 65,
                    "endOffset": 36951
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 550,
                        "endColumn": 65,
                        "endOffset": 611
                    }
                }
            },
            {
                "to": {
                    "startLine": 249,
                    "startColumn": 4,
                    "startOffset": 36956,
                    "endColumn": 46,
                    "endOffset": 36998
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 182,
                        "startColumn": 4,
                        "startOffset": 26768,
                        "endColumn": 46,
                        "endOffset": 26810
                    }
                }
            },
            {
                "to": {
                    "startLine": 250,
                    "startColumn": 4,
                    "startOffset": 37003,
                    "endColumn": 48,
                    "endOffset": 37047
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 183,
                        "startColumn": 4,
                        "startOffset": 26815,
                        "endColumn": 48,
                        "endOffset": 26859
                    }
                }
            },
            {
                "to": {
                    "startLine": 251,
                    "startColumn": 4,
                    "startOffset": 37052,
                    "endColumn": 45,
                    "endOffset": 37093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 184,
                        "startColumn": 4,
                        "startOffset": 26864,
                        "endColumn": 45,
                        "endOffset": 26905
                    }
                }
            },
            {
                "to": {
                    "startLine": 252,
                    "startColumn": 4,
                    "startOffset": 37098,
                    "endColumn": 31,
                    "endOffset": 37125
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 185,
                        "startColumn": 4,
                        "startOffset": 26910,
                        "endColumn": 31,
                        "endOffset": 26937
                    }
                }
            },
            {
                "to": {
                    "startLine": 253,
                    "startColumn": 4,
                    "startOffset": 37130,
                    "endColumn": 47,
                    "endOffset": 37173
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 58,
                        "startColumn": 4,
                        "startOffset": 9382,
                        "endColumn": 47,
                        "endOffset": 9425
                    }
                }
            },
            {
                "to": {
                    "startLine": 254,
                    "startColumn": 4,
                    "startOffset": 37178,
                    "endColumn": 63,
                    "endOffset": 37237
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 186,
                        "startColumn": 4,
                        "startOffset": 26942,
                        "endColumn": 63,
                        "endOffset": 27001
                    }
                }
            },
            {
                "to": {
                    "startLine": 255,
                    "startColumn": 4,
                    "startOffset": 37242,
                    "endColumn": 61,
                    "endOffset": 37299
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 187,
                        "startColumn": 4,
                        "startOffset": 27006,
                        "endColumn": 61,
                        "endOffset": 27063
                    }
                }
            },
            {
                "to": {
                    "startLine": 256,
                    "startColumn": 4,
                    "startOffset": 37304,
                    "endColumn": 54,
                    "endOffset": 37354
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 188,
                        "startColumn": 4,
                        "startOffset": 27068,
                        "endColumn": 54,
                        "endOffset": 27118
                    }
                }
            },
            {
                "to": {
                    "startLine": 257,
                    "startColumn": 4,
                    "startOffset": 37359,
                    "endColumn": 61,
                    "endOffset": 37416
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 59,
                        "startColumn": 4,
                        "startOffset": 9430,
                        "endColumn": 61,
                        "endOffset": 9487
                    }
                }
            },
            {
                "to": {
                    "startLine": 258,
                    "startColumn": 4,
                    "startOffset": 37421,
                    "endColumn": 59,
                    "endOffset": 37476
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 189,
                        "startColumn": 4,
                        "startOffset": 27123,
                        "endColumn": 59,
                        "endOffset": 27178
                    }
                }
            },
            {
                "to": {
                    "startLine": 259,
                    "startColumn": 4,
                    "startOffset": 37481,
                    "endColumn": 62,
                    "endOffset": 37539
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 60,
                        "startColumn": 4,
                        "startOffset": 9492,
                        "endColumn": 62,
                        "endOffset": 9550
                    }
                }
            },
            {
                "to": {
                    "startLine": 260,
                    "startColumn": 4,
                    "startOffset": 37544,
                    "endColumn": 69,
                    "endOffset": 37609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 190,
                        "startColumn": 4,
                        "startOffset": 27183,
                        "endColumn": 69,
                        "endOffset": 27248
                    }
                }
            },
            {
                "to": {
                    "startLine": 261,
                    "startColumn": 4,
                    "startOffset": 37614,
                    "endColumn": 73,
                    "endOffset": 37683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 191,
                        "startColumn": 4,
                        "startOffset": 27253,
                        "endColumn": 73,
                        "endOffset": 27322
                    }
                }
            },
            {
                "to": {
                    "startLine": 262,
                    "startColumn": 4,
                    "startOffset": 37688,
                    "endColumn": 77,
                    "endOffset": 37761
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 192,
                        "startColumn": 4,
                        "startOffset": 27327,
                        "endColumn": 77,
                        "endOffset": 27400
                    }
                }
            },
            {
                "to": {
                    "startLine": 263,
                    "startColumn": 4,
                    "startOffset": 37766,
                    "endColumn": 92,
                    "endOffset": 37854
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 193,
                        "startColumn": 4,
                        "startOffset": 27405,
                        "endColumn": 92,
                        "endOffset": 27493
                    }
                }
            },
            {
                "to": {
                    "startLine": 264,
                    "startColumn": 4,
                    "startOffset": 37859,
                    "endColumn": 69,
                    "endOffset": 37924
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 194,
                        "startColumn": 4,
                        "startOffset": 27498,
                        "endColumn": 69,
                        "endOffset": 27563
                    }
                }
            },
            {
                "to": {
                    "startLine": 265,
                    "startColumn": 4,
                    "startOffset": 37929,
                    "endColumn": 77,
                    "endOffset": 38002
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 195,
                        "startColumn": 4,
                        "startOffset": 27568,
                        "endColumn": 77,
                        "endOffset": 27641
                    }
                }
            },
            {
                "to": {
                    "startLine": 266,
                    "startColumn": 4,
                    "startOffset": 38007,
                    "endColumn": 53,
                    "endOffset": 38056
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 196,
                        "startColumn": 4,
                        "startOffset": 27646,
                        "endColumn": 53,
                        "endOffset": 27695
                    }
                }
            },
            {
                "to": {
                    "startLine": 267,
                    "startColumn": 4,
                    "startOffset": 38061,
                    "endColumn": 69,
                    "endOffset": 38126
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 197,
                        "startColumn": 4,
                        "startOffset": 27700,
                        "endColumn": 69,
                        "endOffset": 27765
                    }
                }
            },
            {
                "to": {
                    "startLine": 268,
                    "startColumn": 4,
                    "startOffset": 38131,
                    "endColumn": 84,
                    "endOffset": 38211
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 198,
                        "startColumn": 4,
                        "startOffset": 27770,
                        "endColumn": 84,
                        "endOffset": 27850
                    }
                }
            },
            {
                "to": {
                    "startLine": 269,
                    "startColumn": 4,
                    "startOffset": 38216,
                    "endColumn": 47,
                    "endOffset": 38259
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 199,
                        "startColumn": 4,
                        "startOffset": 27855,
                        "endColumn": 47,
                        "endOffset": 27898
                    }
                }
            },
            {
                "to": {
                    "startLine": 270,
                    "startColumn": 4,
                    "startOffset": 38264,
                    "endColumn": 45,
                    "endOffset": 38305
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 200,
                        "startColumn": 4,
                        "startOffset": 27903,
                        "endColumn": 45,
                        "endOffset": 27944
                    }
                }
            },
            {
                "to": {
                    "startLine": 271,
                    "startColumn": 4,
                    "startOffset": 38310,
                    "endColumn": 51,
                    "endOffset": 38357
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 201,
                        "startColumn": 4,
                        "startOffset": 27949,
                        "endColumn": 51,
                        "endOffset": 27996
                    }
                }
            },
            {
                "to": {
                    "startLine": 272,
                    "startColumn": 4,
                    "startOffset": 38362,
                    "endColumn": 72,
                    "endOffset": 38430
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 202,
                        "startColumn": 4,
                        "startOffset": 28001,
                        "endColumn": 72,
                        "endOffset": 28069
                    }
                }
            },
            {
                "to": {
                    "startLine": 273,
                    "startColumn": 4,
                    "startOffset": 38435,
                    "endColumn": 73,
                    "endOffset": 38504
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 203,
                        "startColumn": 4,
                        "startOffset": 28074,
                        "endColumn": 73,
                        "endOffset": 28143
                    }
                }
            },
            {
                "to": {
                    "startLine": 274,
                    "startColumn": 4,
                    "startOffset": 38509,
                    "endColumn": 68,
                    "endOffset": 38573
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 204,
                        "startColumn": 4,
                        "startOffset": 28148,
                        "endColumn": 68,
                        "endOffset": 28212
                    }
                }
            },
            {
                "to": {
                    "startLine": 275,
                    "startColumn": 4,
                    "startOffset": 38578,
                    "endColumn": 74,
                    "endOffset": 38648
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 205,
                        "startColumn": 4,
                        "startOffset": 28217,
                        "endColumn": 74,
                        "endOffset": 28287
                    }
                }
            },
            {
                "to": {
                    "startLine": 276,
                    "startColumn": 4,
                    "startOffset": 38653,
                    "endColumn": 73,
                    "endOffset": 38722
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 206,
                        "startColumn": 4,
                        "startOffset": 28292,
                        "endColumn": 73,
                        "endOffset": 28361
                    }
                }
            },
            {
                "to": {
                    "startLine": 277,
                    "startColumn": 4,
                    "startOffset": 38727,
                    "endColumn": 73,
                    "endOffset": 38796
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 207,
                        "startColumn": 4,
                        "startOffset": 28366,
                        "endColumn": 73,
                        "endOffset": 28435
                    }
                }
            },
            {
                "to": {
                    "startLine": 278,
                    "startColumn": 4,
                    "startOffset": 38801,
                    "endColumn": 88,
                    "endOffset": 38885
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 208,
                        "startColumn": 4,
                        "startOffset": 28440,
                        "endColumn": 88,
                        "endOffset": 28524
                    }
                }
            },
            {
                "to": {
                    "startLine": 279,
                    "startColumn": 4,
                    "startOffset": 38890,
                    "endColumn": 69,
                    "endOffset": 38955
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 209,
                        "startColumn": 4,
                        "startOffset": 28529,
                        "endColumn": 69,
                        "endOffset": 28594
                    }
                }
            },
            {
                "to": {
                    "startLine": 280,
                    "startColumn": 4,
                    "startOffset": 38960,
                    "endColumn": 52,
                    "endOffset": 39008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\strings.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 72,
                        "endColumn": 52,
                        "endOffset": 120
                    }
                }
            },
            {
                "to": {
                    "startLine": 281,
                    "startColumn": 4,
                    "startOffset": 39013,
                    "endColumn": 53,
                    "endOffset": 39062
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\strings.xml",
                    "position": {
                        "startLine": 1,
                        "startColumn": 4,
                        "startOffset": 17,
                        "endColumn": 53,
                        "endOffset": 66
                    }
                }
            },
            {
                "to": {
                    "startLine": 282,
                    "startColumn": 4,
                    "startOffset": 39067,
                    "endColumn": 144,
                    "endOffset": 39207
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 61,
                        "startColumn": 4,
                        "startOffset": 9555,
                        "endColumn": 144,
                        "endOffset": 9695
                    }
                }
            },
            {
                "to": {
                    "startLine": 283,
                    "startColumn": 4,
                    "startOffset": 39212,
                    "endColumn": 120,
                    "endOffset": 39328
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 62,
                        "startColumn": 4,
                        "startOffset": 9700,
                        "endColumn": 120,
                        "endOffset": 9816
                    }
                }
            },
            {
                "to": {
                    "startLine": 284,
                    "startColumn": 4,
                    "startOffset": 39333,
                    "endColumn": 44,
                    "endOffset": 39373
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\strings.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 126,
                        "endColumn": 44,
                        "endOffset": 166
                    }
                }
            },
            {
                "to": {
                    "startLine": 285,
                    "startColumn": 4,
                    "startOffset": 39378,
                    "endColumn": 86,
                    "endOffset": 39460
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 63,
                        "startColumn": 4,
                        "startOffset": 9821,
                        "endColumn": 86,
                        "endOffset": 9903
                    }
                }
            },
            {
                "to": {
                    "startLine": 286,
                    "startColumn": 4,
                    "startOffset": 39465,
                    "endColumn": 56,
                    "endOffset": 39517
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\strings.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 172,
                        "endColumn": 56,
                        "endOffset": 224
                    }
                }
            },
            {
                "to": {
                    "startLine": 287,
                    "startColumn": 4,
                    "startOffset": 39522,
                    "endColumn": 70,
                    "endOffset": 39588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 210,
                        "startColumn": 4,
                        "startOffset": 28599,
                        "endColumn": 70,
                        "endOffset": 28665
                    }
                }
            },
            {
                "to": {
                    "startLine": 288,
                    "startColumn": 4,
                    "startOffset": 39593,
                    "endColumn": 69,
                    "endOffset": 39658
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\strings.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 230,
                        "endColumn": 69,
                        "endOffset": 295
                    }
                }
            },
            {
                "to": {
                    "startLine": 289,
                    "startColumn": 4,
                    "startOffset": 39663,
                    "endColumn": 77,
                    "endOffset": 39736
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 211,
                        "startColumn": 4,
                        "startOffset": 28670,
                        "endColumn": 77,
                        "endOffset": 28743
                    }
                }
            },
            {
                "to": {
                    "startLine": 290,
                    "startColumn": 4,
                    "startOffset": 39741,
                    "endColumn": 89,
                    "endOffset": 39826
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 212,
                        "startColumn": 4,
                        "startOffset": 28748,
                        "endColumn": 89,
                        "endOffset": 28833
                    }
                }
            },
            {
                "to": {
                    "startLine": 291,
                    "startColumn": 4,
                    "startOffset": 39831,
                    "endColumn": 87,
                    "endOffset": 39914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 213,
                        "startColumn": 4,
                        "startOffset": 28838,
                        "endColumn": 87,
                        "endOffset": 28921
                    }
                }
            },
            {
                "to": {
                    "startLine": 292,
                    "startColumn": 4,
                    "startOffset": 39919,
                    "endColumn": 95,
                    "endOffset": 40010
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 214,
                        "startColumn": 4,
                        "startOffset": 28926,
                        "endColumn": 95,
                        "endOffset": 29017
                    }
                }
            },
            {
                "to": {
                    "startLine": 293,
                    "startColumn": 4,
                    "startOffset": 40015,
                    "endLine": 296,
                    "endColumn": 12,
                    "endOffset": 40297
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 64,
                        "startColumn": 4,
                        "startOffset": 9908,
                        "endLine": 67,
                        "endColumn": 12,
                        "endOffset": 10190
                    }
                }
            },
            {
                "to": {
                    "startLine": 297,
                    "startColumn": 4,
                    "startOffset": 40302,
                    "endLine": 305,
                    "endColumn": 12,
                    "endOffset": 40714
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\styles.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 57,
                        "endLine": 11,
                        "endColumn": 12,
                        "endOffset": 477
                    }
                }
            },
            {
                "to": {
                    "startLine": 306,
                    "startColumn": 4,
                    "startOffset": 40719,
                    "endColumn": 89,
                    "endOffset": 40804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\styles.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 637,
                        "endColumn": 89,
                        "endOffset": 722
                    }
                }
            },
            {
                "to": {
                    "startLine": 307,
                    "startColumn": 4,
                    "startOffset": 40809,
                    "endLine": 310,
                    "endColumn": 12,
                    "endOffset": 40954
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\styles.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 483,
                        "endLine": 15,
                        "endColumn": 12,
                        "endOffset": 631
                    }
                }
            },
            {
                "to": {
                    "startLine": 311,
                    "startColumn": 4,
                    "startOffset": 40959,
                    "endColumn": 79,
                    "endOffset": 41034
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values\\styles.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 728,
                        "endColumn": 79,
                        "endOffset": 803
                    }
                }
            },
            {
                "to": {
                    "startLine": 312,
                    "startColumn": 4,
                    "startOffset": 41039,
                    "endLine": 318,
                    "endColumn": 12,
                    "endOffset": 41535
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 215,
                        "startColumn": 4,
                        "startOffset": 29022,
                        "endLine": 221,
                        "endColumn": 12,
                        "endOffset": 29518
                    }
                }
            },
            {
                "to": {
                    "startLine": 319,
                    "startColumn": 4,
                    "startOffset": 41540,
                    "endColumn": 88,
                    "endOffset": 41624
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 222,
                        "startColumn": 4,
                        "startOffset": 29523,
                        "endColumn": 88,
                        "endOffset": 29607
                    }
                }
            },
            {
                "to": {
                    "startLine": 320,
                    "startColumn": 4,
                    "startOffset": 41629,
                    "endLine": 323,
                    "endColumn": 12,
                    "endOffset": 41871
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 223,
                        "startColumn": 4,
                        "startOffset": 29612,
                        "endLine": 226,
                        "endColumn": 12,
                        "endOffset": 29854
                    }
                }
            },
            {
                "to": {
                    "startLine": 324,
                    "startColumn": 4,
                    "startOffset": 41876,
                    "endLine": 327,
                    "endColumn": 12,
                    "endOffset": 42152
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 227,
                        "startColumn": 4,
                        "startOffset": 29859,
                        "endLine": 230,
                        "endColumn": 12,
                        "endOffset": 30135
                    }
                }
            },
            {
                "to": {
                    "startLine": 328,
                    "startColumn": 4,
                    "startOffset": 42157,
                    "endLine": 332,
                    "endColumn": 12,
                    "endOffset": 42437
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 231,
                        "startColumn": 4,
                        "startOffset": 30140,
                        "endLine": 235,
                        "endColumn": 12,
                        "endOffset": 30420
                    }
                }
            },
            {
                "to": {
                    "startLine": 333,
                    "startColumn": 4,
                    "startOffset": 42442,
                    "endLine": 338,
                    "endColumn": 12,
                    "endOffset": 42830
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 236,
                        "startColumn": 4,
                        "startOffset": 30425,
                        "endLine": 241,
                        "endColumn": 12,
                        "endOffset": 30813
                    }
                }
            },
            {
                "to": {
                    "startLine": 339,
                    "startColumn": 4,
                    "startOffset": 42835,
                    "endLine": 345,
                    "endColumn": 12,
                    "endOffset": 43307
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 242,
                        "startColumn": 4,
                        "startOffset": 30818,
                        "endLine": 248,
                        "endColumn": 12,
                        "endOffset": 31290
                    }
                }
            },
            {
                "to": {
                    "startLine": 346,
                    "startColumn": 4,
                    "startOffset": 43312,
                    "endLine": 349,
                    "endColumn": 12,
                    "endOffset": 43529
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 249,
                        "startColumn": 4,
                        "startOffset": 31295,
                        "endLine": 252,
                        "endColumn": 12,
                        "endOffset": 31512
                    }
                }
            },
            {
                "to": {
                    "startLine": 350,
                    "startColumn": 4,
                    "startOffset": 43534,
                    "endLine": 353,
                    "endColumn": 12,
                    "endOffset": 43751
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 253,
                        "startColumn": 4,
                        "startOffset": 31517,
                        "endLine": 256,
                        "endColumn": 12,
                        "endOffset": 31734
                    }
                }
            },
            {
                "to": {
                    "startLine": 354,
                    "startColumn": 4,
                    "startOffset": 43756,
                    "endLine": 358,
                    "endColumn": 12,
                    "endOffset": 44019
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 257,
                        "startColumn": 4,
                        "startOffset": 31739,
                        "endLine": 261,
                        "endColumn": 12,
                        "endOffset": 32002
                    }
                }
            },
            {
                "to": {
                    "startLine": 359,
                    "startColumn": 4,
                    "startOffset": 44024,
                    "endLine": 362,
                    "endColumn": 12,
                    "endOffset": 44246
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 262,
                        "startColumn": 4,
                        "startOffset": 32007,
                        "endLine": 265,
                        "endColumn": 12,
                        "endOffset": 32229
                    }
                }
            },
            {
                "to": {
                    "startLine": 363,
                    "startColumn": 4,
                    "startOffset": 44251,
                    "endLine": 366,
                    "endColumn": 12,
                    "endOffset": 44476
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 266,
                        "startColumn": 4,
                        "startOffset": 32234,
                        "endLine": 269,
                        "endColumn": 12,
                        "endOffset": 32459
                    }
                }
            },
            {
                "to": {
                    "startLine": 367,
                    "startColumn": 4,
                    "startOffset": 44481,
                    "endLine": 370,
                    "endColumn": 12,
                    "endOffset": 44706
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 270,
                        "startColumn": 4,
                        "startOffset": 32464,
                        "endLine": 273,
                        "endColumn": 12,
                        "endOffset": 32689
                    }
                }
            },
            {
                "to": {
                    "startLine": 371,
                    "startColumn": 4,
                    "startOffset": 44711,
                    "endLine": 374,
                    "endColumn": 12,
                    "endOffset": 44936
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 274,
                        "startColumn": 4,
                        "startOffset": 32694,
                        "endLine": 277,
                        "endColumn": 12,
                        "endOffset": 32919
                    }
                }
            },
            {
                "to": {
                    "startLine": 375,
                    "startColumn": 4,
                    "startOffset": 44941,
                    "endLine": 378,
                    "endColumn": 12,
                    "endOffset": 45166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 278,
                        "startColumn": 4,
                        "startOffset": 32924,
                        "endLine": 281,
                        "endColumn": 12,
                        "endOffset": 33149
                    }
                }
            },
            {
                "to": {
                    "startLine": 379,
                    "startColumn": 4,
                    "startOffset": 45171,
                    "endLine": 382,
                    "endColumn": 12,
                    "endOffset": 45393
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 282,
                        "startColumn": 4,
                        "startOffset": 33154,
                        "endLine": 285,
                        "endColumn": 12,
                        "endOffset": 33376
                    }
                }
            },
            {
                "to": {
                    "startLine": 383,
                    "startColumn": 4,
                    "startOffset": 45398,
                    "endLine": 386,
                    "endColumn": 12,
                    "endOffset": 45632
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 286,
                        "startColumn": 4,
                        "startOffset": 33381,
                        "endLine": 289,
                        "endColumn": 12,
                        "endOffset": 33615
                    }
                }
            },
            {
                "to": {
                    "startLine": 387,
                    "startColumn": 4,
                    "startOffset": 45637,
                    "endLine": 390,
                    "endColumn": 12,
                    "endOffset": 45858
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 290,
                        "startColumn": 4,
                        "startOffset": 33620,
                        "endLine": 293,
                        "endColumn": 12,
                        "endOffset": 33841
                    }
                }
            },
            {
                "to": {
                    "startLine": 391,
                    "startColumn": 4,
                    "startOffset": 45863,
                    "endLine": 394,
                    "endColumn": 12,
                    "endOffset": 46103
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 294,
                        "startColumn": 4,
                        "startOffset": 33846,
                        "endLine": 297,
                        "endColumn": 12,
                        "endOffset": 34086
                    }
                }
            },
            {
                "to": {
                    "startLine": 395,
                    "startColumn": 4,
                    "startOffset": 46108,
                    "endLine": 396,
                    "endColumn": 12,
                    "endOffset": 46233
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 298,
                        "startColumn": 4,
                        "startOffset": 34091,
                        "endLine": 299,
                        "endColumn": 12,
                        "endOffset": 34216
                    }
                }
            },
            {
                "to": {
                    "startLine": 397,
                    "startColumn": 4,
                    "startOffset": 46238,
                    "endLine": 398,
                    "endColumn": 12,
                    "endOffset": 46363
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 300,
                        "startColumn": 4,
                        "startOffset": 34221,
                        "endLine": 301,
                        "endColumn": 12,
                        "endOffset": 34346
                    }
                }
            },
            {
                "to": {
                    "startLine": 399,
                    "startColumn": 4,
                    "startOffset": 46368,
                    "endLine": 402,
                    "endColumn": 12,
                    "endOffset": 46593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 302,
                        "startColumn": 4,
                        "startOffset": 34351,
                        "endLine": 305,
                        "endColumn": 12,
                        "endOffset": 34576
                    }
                }
            },
            {
                "to": {
                    "startLine": 403,
                    "startColumn": 4,
                    "startOffset": 46598,
                    "endLine": 406,
                    "endColumn": 12,
                    "endOffset": 46841
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 306,
                        "startColumn": 4,
                        "startOffset": 34581,
                        "endLine": 309,
                        "endColumn": 12,
                        "endOffset": 34824
                    }
                }
            },
            {
                "to": {
                    "startLine": 407,
                    "startColumn": 4,
                    "startOffset": 46846,
                    "endLine": 410,
                    "endColumn": 12,
                    "endOffset": 47060
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 310,
                        "startColumn": 4,
                        "startOffset": 34829,
                        "endLine": 313,
                        "endColumn": 12,
                        "endOffset": 35043
                    }
                }
            },
            {
                "to": {
                    "startLine": 411,
                    "startColumn": 4,
                    "startOffset": 47065,
                    "endLine": 415,
                    "endColumn": 12,
                    "endOffset": 47343
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 314,
                        "startColumn": 4,
                        "startOffset": 35048,
                        "endLine": 318,
                        "endColumn": 12,
                        "endOffset": 35326
                    }
                }
            },
            {
                "to": {
                    "startLine": 416,
                    "startColumn": 4,
                    "startOffset": 47348,
                    "endLine": 419,
                    "endColumn": 12,
                    "endOffset": 47551
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 319,
                        "startColumn": 4,
                        "startOffset": 35331,
                        "endLine": 322,
                        "endColumn": 12,
                        "endOffset": 35534
                    }
                }
            },
            {
                "to": {
                    "startLine": 420,
                    "startColumn": 4,
                    "startOffset": 47556,
                    "endLine": 422,
                    "endColumn": 12,
                    "endOffset": 47682
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 323,
                        "startColumn": 4,
                        "startOffset": 35539,
                        "endLine": 325,
                        "endColumn": 12,
                        "endOffset": 35665
                    }
                }
            },
            {
                "to": {
                    "startLine": 423,
                    "startColumn": 4,
                    "startOffset": 47687,
                    "endLine": 426,
                    "endColumn": 12,
                    "endOffset": 47909
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 326,
                        "startColumn": 4,
                        "startOffset": 35670,
                        "endLine": 329,
                        "endColumn": 12,
                        "endOffset": 35892
                    }
                }
            },
            {
                "to": {
                    "startLine": 427,
                    "startColumn": 4,
                    "startOffset": 47914,
                    "endLine": 430,
                    "endColumn": 12,
                    "endOffset": 48155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 330,
                        "startColumn": 4,
                        "startOffset": 35897,
                        "endLine": 333,
                        "endColumn": 12,
                        "endOffset": 36138
                    }
                }
            },
            {
                "to": {
                    "startLine": 431,
                    "startColumn": 4,
                    "startOffset": 48160,
                    "endLine": 434,
                    "endColumn": 12,
                    "endOffset": 48380
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 334,
                        "startColumn": 4,
                        "startOffset": 36143,
                        "endLine": 337,
                        "endColumn": 12,
                        "endOffset": 36363
                    }
                }
            },
            {
                "to": {
                    "startLine": 435,
                    "startColumn": 4,
                    "startOffset": 48385,
                    "endLine": 438,
                    "endColumn": 12,
                    "endOffset": 48627
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 338,
                        "startColumn": 4,
                        "startOffset": 36368,
                        "endLine": 341,
                        "endColumn": 12,
                        "endOffset": 36610
                    }
                }
            },
            {
                "to": {
                    "startLine": 439,
                    "startColumn": 4,
                    "startOffset": 48632,
                    "endLine": 442,
                    "endColumn": 12,
                    "endOffset": 48848
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 342,
                        "startColumn": 4,
                        "startOffset": 36615,
                        "endLine": 345,
                        "endColumn": 12,
                        "endOffset": 36831
                    }
                }
            },
            {
                "to": {
                    "startLine": 443,
                    "startColumn": 4,
                    "startOffset": 48853,
                    "endLine": 446,
                    "endColumn": 12,
                    "endOffset": 49093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 346,
                        "startColumn": 4,
                        "startOffset": 36836,
                        "endLine": 349,
                        "endColumn": 12,
                        "endOffset": 37076
                    }
                }
            },
            {
                "to": {
                    "startLine": 447,
                    "startColumn": 4,
                    "startOffset": 49098,
                    "endLine": 450,
                    "endColumn": 12,
                    "endOffset": 49369
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 350,
                        "startColumn": 4,
                        "startOffset": 37081,
                        "endLine": 353,
                        "endColumn": 12,
                        "endOffset": 37352
                    }
                }
            },
            {
                "to": {
                    "startLine": 451,
                    "startColumn": 4,
                    "startOffset": 49374,
                    "endLine": 454,
                    "endColumn": 12,
                    "endOffset": 49670
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 354,
                        "startColumn": 4,
                        "startOffset": 37357,
                        "endLine": 357,
                        "endColumn": 12,
                        "endOffset": 37653
                    }
                }
            },
            {
                "to": {
                    "startLine": 455,
                    "startColumn": 4,
                    "startOffset": 49675,
                    "endLine": 458,
                    "endColumn": 12,
                    "endOffset": 49994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 358,
                        "startColumn": 4,
                        "startOffset": 37658,
                        "endLine": 361,
                        "endColumn": 12,
                        "endOffset": 37977
                    }
                }
            },
            {
                "to": {
                    "startLine": 459,
                    "startColumn": 4,
                    "startOffset": 49999,
                    "endLine": 462,
                    "endColumn": 12,
                    "endOffset": 50285
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 362,
                        "startColumn": 4,
                        "startOffset": 37982,
                        "endLine": 365,
                        "endColumn": 12,
                        "endOffset": 38268
                    }
                }
            },
            {
                "to": {
                    "startLine": 463,
                    "startColumn": 4,
                    "startOffset": 50290,
                    "endLine": 466,
                    "endColumn": 12,
                    "endOffset": 50599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 366,
                        "startColumn": 4,
                        "startOffset": 38273,
                        "endLine": 369,
                        "endColumn": 12,
                        "endOffset": 38582
                    }
                }
            },
            {
                "to": {
                    "startLine": 467,
                    "startColumn": 4,
                    "startOffset": 50604,
                    "endColumn": 136,
                    "endOffset": 50736
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 370,
                        "startColumn": 4,
                        "startOffset": 38587,
                        "endColumn": 136,
                        "endOffset": 38719
                    }
                }
            },
            {
                "to": {
                    "startLine": 468,
                    "startColumn": 4,
                    "startOffset": 50741,
                    "endColumn": 130,
                    "endOffset": 50867
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 371,
                        "startColumn": 4,
                        "startOffset": 38724,
                        "endColumn": 130,
                        "endOffset": 38850
                    }
                }
            },
            {
                "to": {
                    "startLine": 469,
                    "startColumn": 4,
                    "startOffset": 50872,
                    "endColumn": 104,
                    "endOffset": 50972
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 372,
                        "startColumn": 4,
                        "startOffset": 38855,
                        "endColumn": 104,
                        "endOffset": 38955
                    }
                }
            },
            {
                "to": {
                    "startLine": 470,
                    "startColumn": 4,
                    "startOffset": 50977,
                    "endLine": 472,
                    "endColumn": 12,
                    "endOffset": 51176
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 373,
                        "startColumn": 4,
                        "startOffset": 38960,
                        "endLine": 375,
                        "endColumn": 12,
                        "endOffset": 39159
                    }
                }
            },
            {
                "to": {
                    "startLine": 473,
                    "startColumn": 4,
                    "startOffset": 51181,
                    "endLine": 475,
                    "endColumn": 12,
                    "endOffset": 51384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 376,
                        "startColumn": 4,
                        "startOffset": 39164,
                        "endLine": 378,
                        "endColumn": 12,
                        "endOffset": 39367
                    }
                }
            },
            {
                "to": {
                    "startLine": 476,
                    "startColumn": 4,
                    "startOffset": 51389,
                    "endLine": 477,
                    "endColumn": 12,
                    "endOffset": 51508
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 379,
                        "startColumn": 4,
                        "startOffset": 39372,
                        "endLine": 380,
                        "endColumn": 12,
                        "endOffset": 39491
                    }
                }
            },
            {
                "to": {
                    "startLine": 478,
                    "startColumn": 4,
                    "startOffset": 51513,
                    "endLine": 479,
                    "endColumn": 12,
                    "endOffset": 51632
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 381,
                        "startColumn": 4,
                        "startOffset": 39496,
                        "endLine": 382,
                        "endColumn": 12,
                        "endOffset": 39615
                    }
                }
            },
            {
                "to": {
                    "startLine": 480,
                    "startColumn": 4,
                    "startOffset": 51637,
                    "endColumn": 104,
                    "endOffset": 51737
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 383,
                        "startColumn": 4,
                        "startOffset": 39620,
                        "endColumn": 104,
                        "endOffset": 39720
                    }
                }
            },
            {
                "to": {
                    "startLine": 481,
                    "startColumn": 4,
                    "startOffset": 51742,
                    "endColumn": 116,
                    "endOffset": 51854
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 384,
                        "startColumn": 4,
                        "startOffset": 39725,
                        "endColumn": 116,
                        "endOffset": 39837
                    }
                }
            },
            {
                "to": {
                    "startLine": 482,
                    "startColumn": 4,
                    "startOffset": 51859,
                    "endLine": 484,
                    "endColumn": 12,
                    "endOffset": 52068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 385,
                        "startColumn": 4,
                        "startOffset": 39842,
                        "endLine": 387,
                        "endColumn": 12,
                        "endOffset": 40051
                    }
                }
            },
            {
                "to": {
                    "startLine": 485,
                    "startColumn": 4,
                    "startOffset": 52073,
                    "endLine": 486,
                    "endColumn": 12,
                    "endOffset": 52214
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 388,
                        "startColumn": 4,
                        "startOffset": 40056,
                        "endLine": 389,
                        "endColumn": 12,
                        "endOffset": 40197
                    }
                }
            },
            {
                "to": {
                    "startLine": 487,
                    "startColumn": 4,
                    "startOffset": 52219,
                    "endLine": 488,
                    "endColumn": 12,
                    "endOffset": 52354
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 390,
                        "startColumn": 4,
                        "startOffset": 40202,
                        "endLine": 391,
                        "endColumn": 12,
                        "endOffset": 40337
                    }
                }
            },
            {
                "to": {
                    "startLine": 489,
                    "startColumn": 4,
                    "startOffset": 52359,
                    "endLine": 490,
                    "endColumn": 12,
                    "endOffset": 52440
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 392,
                        "startColumn": 4,
                        "startOffset": 40342,
                        "endLine": 393,
                        "endColumn": 12,
                        "endOffset": 40423
                    }
                }
            },
            {
                "to": {
                    "startLine": 491,
                    "startColumn": 4,
                    "startOffset": 52445,
                    "endLine": 495,
                    "endColumn": 12,
                    "endOffset": 52788
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 394,
                        "startColumn": 4,
                        "startOffset": 40428,
                        "endLine": 398,
                        "endColumn": 12,
                        "endOffset": 40771
                    }
                }
            },
            {
                "to": {
                    "startLine": 496,
                    "startColumn": 4,
                    "startOffset": 52793,
                    "endColumn": 87,
                    "endOffset": 52876
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 399,
                        "startColumn": 4,
                        "startOffset": 40776,
                        "endColumn": 87,
                        "endOffset": 40859
                    }
                }
            },
            {
                "to": {
                    "startLine": 497,
                    "startColumn": 4,
                    "startOffset": 52881,
                    "endLine": 500,
                    "endColumn": 12,
                    "endOffset": 53106
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 400,
                        "startColumn": 4,
                        "startOffset": 40864,
                        "endLine": 403,
                        "endColumn": 12,
                        "endOffset": 41089
                    }
                }
            },
            {
                "to": {
                    "startLine": 501,
                    "startColumn": 4,
                    "startOffset": 53111,
                    "endLine": 506,
                    "endColumn": 12,
                    "endOffset": 53524
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 404,
                        "startColumn": 4,
                        "startOffset": 41094,
                        "endLine": 409,
                        "endColumn": 12,
                        "endOffset": 41507
                    }
                }
            },
            {
                "to": {
                    "startLine": 507,
                    "startColumn": 4,
                    "startOffset": 53529,
                    "endLine": 510,
                    "endColumn": 12,
                    "endOffset": 53757
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 410,
                        "startColumn": 4,
                        "startOffset": 41512,
                        "endLine": 413,
                        "endColumn": 12,
                        "endOffset": 41740
                    }
                }
            },
            {
                "to": {
                    "startLine": 511,
                    "startColumn": 4,
                    "startOffset": 53762,
                    "endColumn": 81,
                    "endOffset": 53839
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 414,
                        "startColumn": 4,
                        "startOffset": 41745,
                        "endColumn": 81,
                        "endOffset": 41822
                    }
                }
            },
            {
                "to": {
                    "startLine": 512,
                    "startColumn": 4,
                    "startOffset": 53844,
                    "endLine": 513,
                    "endColumn": 12,
                    "endOffset": 53937
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 415,
                        "startColumn": 4,
                        "startOffset": 41827,
                        "endLine": 416,
                        "endColumn": 12,
                        "endOffset": 41920
                    }
                }
            },
            {
                "to": {
                    "startLine": 514,
                    "startColumn": 4,
                    "startOffset": 53942,
                    "endLine": 524,
                    "endColumn": 12,
                    "endOffset": 54554
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 417,
                        "startColumn": 4,
                        "startOffset": 41925,
                        "endLine": 427,
                        "endColumn": 12,
                        "endOffset": 42537
                    }
                }
            },
            {
                "to": {
                    "startLine": 525,
                    "startColumn": 4,
                    "startOffset": 54559,
                    "endColumn": 99,
                    "endOffset": 54654
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 428,
                        "startColumn": 4,
                        "startOffset": 42542,
                        "endColumn": 99,
                        "endOffset": 42637
                    }
                }
            },
            {
                "to": {
                    "startLine": 526,
                    "startColumn": 4,
                    "startOffset": 54659,
                    "endLine": 529,
                    "endColumn": 12,
                    "endOffset": 54890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 429,
                        "startColumn": 4,
                        "startOffset": 42642,
                        "endLine": 432,
                        "endColumn": 12,
                        "endOffset": 42873
                    }
                }
            },
            {
                "to": {
                    "startLine": 530,
                    "startColumn": 4,
                    "startOffset": 54895,
                    "endLine": 535,
                    "endColumn": 12,
                    "endOffset": 55314
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 433,
                        "startColumn": 4,
                        "startOffset": 42878,
                        "endLine": 438,
                        "endColumn": 12,
                        "endOffset": 43297
                    }
                }
            },
            {
                "to": {
                    "startLine": 536,
                    "startColumn": 4,
                    "startOffset": 55319,
                    "endLine": 539,
                    "endColumn": 12,
                    "endOffset": 55553
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 439,
                        "startColumn": 4,
                        "startOffset": 43302,
                        "endLine": 442,
                        "endColumn": 12,
                        "endOffset": 43536
                    }
                }
            },
            {
                "to": {
                    "startLine": 540,
                    "startColumn": 4,
                    "startOffset": 55558,
                    "endColumn": 93,
                    "endOffset": 55647
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 443,
                        "startColumn": 4,
                        "startOffset": 43541,
                        "endColumn": 93,
                        "endOffset": 43630
                    }
                }
            },
            {
                "to": {
                    "startLine": 541,
                    "startColumn": 4,
                    "startOffset": 55652,
                    "endColumn": 88,
                    "endOffset": 55736
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 444,
                        "startColumn": 4,
                        "startOffset": 43635,
                        "endColumn": 88,
                        "endOffset": 43719
                    }
                }
            },
            {
                "to": {
                    "startLine": 542,
                    "startColumn": 4,
                    "startOffset": 55741,
                    "endLine": 545,
                    "endColumn": 12,
                    "endOffset": 55973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 445,
                        "startColumn": 4,
                        "startOffset": 43724,
                        "endLine": 448,
                        "endColumn": 12,
                        "endOffset": 43956
                    }
                }
            },
            {
                "to": {
                    "startLine": 546,
                    "startColumn": 4,
                    "startOffset": 55978,
                    "endLine": 571,
                    "endColumn": 12,
                    "endOffset": 57924
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 449,
                        "startColumn": 4,
                        "startOffset": 43961,
                        "endLine": 474,
                        "endColumn": 12,
                        "endOffset": 45907
                    }
                }
            },
            {
                "to": {
                    "startLine": 572,
                    "startColumn": 4,
                    "startOffset": 57929,
                    "endLine": 575,
                    "endColumn": 12,
                    "endOffset": 58166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 475,
                        "startColumn": 4,
                        "startOffset": 45912,
                        "endLine": 478,
                        "endColumn": 12,
                        "endOffset": 46149
                    }
                }
            },
            {
                "to": {
                    "startLine": 576,
                    "startColumn": 4,
                    "startOffset": 58171,
                    "endLine": 602,
                    "endColumn": 12,
                    "endOffset": 60248
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 479,
                        "startColumn": 4,
                        "startOffset": 46154,
                        "endLine": 505,
                        "endColumn": 12,
                        "endOffset": 48231
                    }
                }
            },
            {
                "to": {
                    "startLine": 603,
                    "startColumn": 4,
                    "startOffset": 60253,
                    "endLine": 757,
                    "endColumn": 12,
                    "endOffset": 70114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 506,
                        "startColumn": 4,
                        "startOffset": 48236,
                        "endLine": 660,
                        "endColumn": 12,
                        "endOffset": 58097
                    }
                }
            },
            {
                "to": {
                    "startLine": 758,
                    "startColumn": 4,
                    "startOffset": 70119,
                    "endLine": 779,
                    "endColumn": 12,
                    "endOffset": 71381
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 661,
                        "startColumn": 4,
                        "startOffset": 58102,
                        "endLine": 682,
                        "endColumn": 12,
                        "endOffset": 59364
                    }
                }
            },
            {
                "to": {
                    "startLine": 780,
                    "startColumn": 4,
                    "startOffset": 71386,
                    "endLine": 934,
                    "endColumn": 12,
                    "endOffset": 81357
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 683,
                        "startColumn": 4,
                        "startOffset": 59369,
                        "endLine": 837,
                        "endColumn": 12,
                        "endOffset": 69340
                    }
                }
            },
            {
                "to": {
                    "startLine": 935,
                    "startColumn": 4,
                    "startOffset": 81362,
                    "endLine": 956,
                    "endColumn": 12,
                    "endOffset": 82638
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 838,
                        "startColumn": 4,
                        "startOffset": 69345,
                        "endLine": 859,
                        "endColumn": 12,
                        "endOffset": 70621
                    }
                }
            },
            {
                "to": {
                    "startLine": 957,
                    "startColumn": 4,
                    "startOffset": 82643,
                    "endLine": 963,
                    "endColumn": 12,
                    "endOffset": 83174
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 860,
                        "startColumn": 4,
                        "startOffset": 70626,
                        "endLine": 866,
                        "endColumn": 12,
                        "endOffset": 71157
                    }
                }
            },
            {
                "to": {
                    "startLine": 964,
                    "startColumn": 4,
                    "startOffset": 83179,
                    "endLine": 968,
                    "endColumn": 12,
                    "endOffset": 83504
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 867,
                        "startColumn": 4,
                        "startOffset": 71162,
                        "endLine": 871,
                        "endColumn": 12,
                        "endOffset": 71487
                    }
                }
            },
            {
                "to": {
                    "startLine": 969,
                    "startColumn": 4,
                    "startOffset": 83509,
                    "endLine": 989,
                    "endColumn": 12,
                    "endOffset": 84627
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 872,
                        "startColumn": 4,
                        "startOffset": 71492,
                        "endLine": 892,
                        "endColumn": 12,
                        "endOffset": 72610
                    }
                }
            },
            {
                "to": {
                    "startLine": 990,
                    "startColumn": 4,
                    "startOffset": 84632,
                    "endLine": 994,
                    "endColumn": 12,
                    "endOffset": 84883
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 893,
                        "startColumn": 4,
                        "startOffset": 72615,
                        "endLine": 897,
                        "endColumn": 12,
                        "endOffset": 72866
                    }
                }
            },
            {
                "to": {
                    "startLine": 995,
                    "startColumn": 4,
                    "startOffset": 84888,
                    "endLine": 999,
                    "endColumn": 12,
                    "endOffset": 85119
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 898,
                        "startColumn": 4,
                        "startOffset": 72871,
                        "endLine": 902,
                        "endColumn": 12,
                        "endOffset": 73102
                    }
                }
            },
            {
                "to": {
                    "startLine": 1000,
                    "startColumn": 4,
                    "startOffset": 85124,
                    "endLine": 1009,
                    "endColumn": 12,
                    "endOffset": 85666
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 903,
                        "startColumn": 4,
                        "startOffset": 73107,
                        "endLine": 912,
                        "endColumn": 12,
                        "endOffset": 73649
                    }
                }
            },
            {
                "to": {
                    "startLine": 1010,
                    "startColumn": 4,
                    "startOffset": 85671,
                    "endLine": 1018,
                    "endColumn": 12,
                    "endOffset": 86160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 913,
                        "startColumn": 4,
                        "startOffset": 73654,
                        "endLine": 921,
                        "endColumn": 12,
                        "endOffset": 74143
                    }
                }
            },
            {
                "to": {
                    "startLine": 1019,
                    "startColumn": 4,
                    "startOffset": 86165,
                    "endLine": 1027,
                    "endColumn": 12,
                    "endOffset": 86765
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 922,
                        "startColumn": 4,
                        "startOffset": 74148,
                        "endLine": 930,
                        "endColumn": 12,
                        "endOffset": 74748
                    }
                }
            },
            {
                "to": {
                    "startLine": 1028,
                    "startColumn": 4,
                    "startOffset": 86770,
                    "endLine": 1030,
                    "endColumn": 12,
                    "endOffset": 86913
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 931,
                        "startColumn": 4,
                        "startOffset": 74753,
                        "endLine": 933,
                        "endColumn": 12,
                        "endOffset": 74896
                    }
                }
            },
            {
                "to": {
                    "startLine": 1031,
                    "startColumn": 4,
                    "startOffset": 86918,
                    "endLine": 1037,
                    "endColumn": 12,
                    "endOffset": 87501
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 934,
                        "startColumn": 4,
                        "startOffset": 74901,
                        "endLine": 940,
                        "endColumn": 12,
                        "endOffset": 75484
                    }
                }
            },
            {
                "to": {
                    "startLine": 1038,
                    "startColumn": 4,
                    "startOffset": 87506,
                    "endLine": 1045,
                    "endColumn": 12,
                    "endOffset": 88065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 941,
                        "startColumn": 4,
                        "startOffset": 75489,
                        "endLine": 948,
                        "endColumn": 12,
                        "endOffset": 76048
                    }
                }
            },
            {
                "to": {
                    "startLine": 1046,
                    "startColumn": 4,
                    "startOffset": 88070,
                    "endLine": 1052,
                    "endColumn": 12,
                    "endOffset": 88440
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 949,
                        "startColumn": 4,
                        "startOffset": 76053,
                        "endLine": 955,
                        "endColumn": 12,
                        "endOffset": 76423
                    }
                }
            },
            {
                "to": {
                    "startLine": 1053,
                    "startColumn": 4,
                    "startOffset": 88445,
                    "endColumn": 117,
                    "endOffset": 88558
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 956,
                        "startColumn": 4,
                        "startOffset": 76428,
                        "endColumn": 117,
                        "endOffset": 76541
                    }
                }
            },
            {
                "to": {
                    "startLine": 1054,
                    "startColumn": 4,
                    "startOffset": 88563,
                    "endLine": 1062,
                    "endColumn": 12,
                    "endOffset": 89096
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 957,
                        "startColumn": 4,
                        "startOffset": 76546,
                        "endLine": 965,
                        "endColumn": 12,
                        "endOffset": 77079
                    }
                }
            },
            {
                "to": {
                    "startLine": 1063,
                    "startColumn": 4,
                    "startOffset": 89101,
                    "endLine": 1065,
                    "endColumn": 12,
                    "endOffset": 89253
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 966,
                        "startColumn": 4,
                        "startOffset": 77084,
                        "endLine": 968,
                        "endColumn": 12,
                        "endOffset": 77236
                    }
                }
            },
            {
                "to": {
                    "startLine": 1066,
                    "startColumn": 4,
                    "startOffset": 89258,
                    "endLine": 1068,
                    "endColumn": 12,
                    "endOffset": 89397
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 969,
                        "startColumn": 4,
                        "startOffset": 77241,
                        "endLine": 971,
                        "endColumn": 12,
                        "endOffset": 77380
                    }
                }
            },
            {
                "to": {
                    "startLine": 1069,
                    "startColumn": 4,
                    "startOffset": 89402,
                    "endLine": 1073,
                    "endColumn": 12,
                    "endOffset": 89717
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 972,
                        "startColumn": 4,
                        "startOffset": 77385,
                        "endLine": 976,
                        "endColumn": 12,
                        "endOffset": 77700
                    }
                }
            },
            {
                "to": {
                    "startLine": 1074,
                    "startColumn": 4,
                    "startOffset": 89722,
                    "endLine": 1077,
                    "endColumn": 12,
                    "endOffset": 89973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 977,
                        "startColumn": 4,
                        "startOffset": 77705,
                        "endLine": 980,
                        "endColumn": 12,
                        "endOffset": 77956
                    }
                }
            },
            {
                "to": {
                    "startLine": 1078,
                    "startColumn": 4,
                    "startOffset": 89978,
                    "endLine": 1081,
                    "endColumn": 12,
                    "endOffset": 90143
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 981,
                        "startColumn": 4,
                        "startOffset": 77961,
                        "endLine": 984,
                        "endColumn": 12,
                        "endOffset": 78126
                    }
                }
            },
            {
                "to": {
                    "startLine": 1082,
                    "startColumn": 4,
                    "startOffset": 90148,
                    "endLine": 1084,
                    "endColumn": 12,
                    "endOffset": 90284
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 985,
                        "startColumn": 4,
                        "startOffset": 78131,
                        "endLine": 987,
                        "endColumn": 12,
                        "endOffset": 78267
                    }
                }
            },
            {
                "to": {
                    "startLine": 1085,
                    "startColumn": 4,
                    "startOffset": 90289,
                    "endColumn": 63,
                    "endOffset": 90348
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 988,
                        "startColumn": 4,
                        "startOffset": 78272,
                        "endColumn": 63,
                        "endOffset": 78331
                    }
                }
            },
            {
                "to": {
                    "startLine": 1086,
                    "startColumn": 4,
                    "startOffset": 90353,
                    "endLine": 1089,
                    "endColumn": 12,
                    "endOffset": 90630
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 989,
                        "startColumn": 4,
                        "startOffset": 78336,
                        "endLine": 992,
                        "endColumn": 12,
                        "endOffset": 78613
                    }
                }
            },
            {
                "to": {
                    "startLine": 1090,
                    "startColumn": 4,
                    "startOffset": 90635,
                    "endLine": 1093,
                    "endColumn": 12,
                    "endOffset": 90916
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 993,
                        "startColumn": 4,
                        "startOffset": 78618,
                        "endLine": 996,
                        "endColumn": 12,
                        "endOffset": 78899
                    }
                }
            },
            {
                "to": {
                    "startLine": 1094,
                    "startColumn": 4,
                    "startOffset": 90921,
                    "endLine": 1103,
                    "endColumn": 12,
                    "endOffset": 91592
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 997,
                        "startColumn": 4,
                        "startOffset": 78904,
                        "endLine": 1006,
                        "endColumn": 12,
                        "endOffset": 79575
                    }
                }
            },
            {
                "to": {
                    "startLine": 1104,
                    "startColumn": 4,
                    "startOffset": 91597,
                    "endLine": 1108,
                    "endColumn": 12,
                    "endOffset": 91856
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1007,
                        "startColumn": 4,
                        "startOffset": 79580,
                        "endLine": 1011,
                        "endColumn": 12,
                        "endOffset": 79839
                    }
                }
            },
            {
                "to": {
                    "startLine": 1109,
                    "startColumn": 4,
                    "startOffset": 91861,
                    "endLine": 1115,
                    "endColumn": 12,
                    "endOffset": 92194
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1012,
                        "startColumn": 4,
                        "startOffset": 79844,
                        "endLine": 1018,
                        "endColumn": 12,
                        "endOffset": 80177
                    }
                }
            },
            {
                "to": {
                    "startLine": 1116,
                    "startColumn": 4,
                    "startOffset": 92199,
                    "endLine": 1121,
                    "endColumn": 12,
                    "endOffset": 92547
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1019,
                        "startColumn": 4,
                        "startOffset": 80182,
                        "endLine": 1024,
                        "endColumn": 12,
                        "endOffset": 80530
                    }
                }
            },
            {
                "to": {
                    "startLine": 1122,
                    "startColumn": 4,
                    "startOffset": 92552,
                    "endColumn": 93,
                    "endOffset": 92641
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1025,
                        "startColumn": 4,
                        "startOffset": 80535,
                        "endColumn": 93,
                        "endOffset": 80624
                    }
                }
            },
            {
                "to": {
                    "startLine": 1123,
                    "startColumn": 4,
                    "startOffset": 92646,
                    "endLine": 1125,
                    "endColumn": 12,
                    "endOffset": 92827
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1026,
                        "startColumn": 4,
                        "startOffset": 80629,
                        "endLine": 1028,
                        "endColumn": 12,
                        "endOffset": 80810
                    }
                }
            },
            {
                "to": {
                    "startLine": 1126,
                    "startColumn": 4,
                    "startOffset": 92832,
                    "endLine": 1129,
                    "endColumn": 12,
                    "endOffset": 93133
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1029,
                        "startColumn": 4,
                        "startOffset": 80815,
                        "endLine": 1032,
                        "endColumn": 12,
                        "endOffset": 81116
                    }
                }
            },
            {
                "to": {
                    "startLine": 1130,
                    "startColumn": 4,
                    "startOffset": 93138,
                    "endLine": 1134,
                    "endColumn": 12,
                    "endOffset": 93395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1033,
                        "startColumn": 4,
                        "startOffset": 81121,
                        "endLine": 1037,
                        "endColumn": 12,
                        "endOffset": 81378
                    }
                }
            },
            {
                "to": {
                    "startLine": 1135,
                    "startColumn": 4,
                    "startOffset": 93400,
                    "endLine": 1136,
                    "endColumn": 12,
                    "endOffset": 93520
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1038,
                        "startColumn": 4,
                        "startOffset": 81383,
                        "endLine": 1039,
                        "endColumn": 12,
                        "endOffset": 81503
                    }
                }
            },
            {
                "to": {
                    "startLine": 1137,
                    "startColumn": 4,
                    "startOffset": 93525,
                    "endLine": 1138,
                    "endColumn": 12,
                    "endOffset": 93647
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1040,
                        "startColumn": 4,
                        "startOffset": 81508,
                        "endLine": 1041,
                        "endColumn": 12,
                        "endOffset": 81630
                    }
                }
            },
            {
                "to": {
                    "startLine": 1139,
                    "startColumn": 4,
                    "startOffset": 93652,
                    "endLine": 1141,
                    "endColumn": 12,
                    "endOffset": 93886
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1042,
                        "startColumn": 4,
                        "startOffset": 81635,
                        "endLine": 1044,
                        "endColumn": 12,
                        "endOffset": 81869
                    }
                }
            },
            {
                "to": {
                    "startLine": 1142,
                    "startColumn": 4,
                    "startOffset": 93891,
                    "endLine": 1144,
                    "endColumn": 12,
                    "endOffset": 94097
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1045,
                        "startColumn": 4,
                        "startOffset": 81874,
                        "endLine": 1047,
                        "endColumn": 12,
                        "endOffset": 82080
                    }
                }
            },
            {
                "to": {
                    "startLine": 1145,
                    "startColumn": 4,
                    "startOffset": 94102,
                    "endLine": 1146,
                    "endColumn": 12,
                    "endOffset": 94216
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1048,
                        "startColumn": 4,
                        "startOffset": 82085,
                        "endLine": 1049,
                        "endColumn": 12,
                        "endOffset": 82199
                    }
                }
            },
            {
                "to": {
                    "startLine": 1147,
                    "startColumn": 4,
                    "startOffset": 94221,
                    "endLine": 1150,
                    "endColumn": 12,
                    "endOffset": 94409
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1050,
                        "startColumn": 4,
                        "startOffset": 82204,
                        "endLine": 1053,
                        "endColumn": 12,
                        "endOffset": 82392
                    }
                }
            },
            {
                "to": {
                    "startLine": 1151,
                    "startColumn": 4,
                    "startOffset": 94414,
                    "endLine": 1157,
                    "endColumn": 12,
                    "endOffset": 94864
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1054,
                        "startColumn": 4,
                        "startOffset": 82397,
                        "endLine": 1060,
                        "endColumn": 12,
                        "endOffset": 82847
                    }
                }
            },
            {
                "to": {
                    "startLine": 1158,
                    "startColumn": 4,
                    "startOffset": 94869,
                    "endLine": 1160,
                    "endColumn": 12,
                    "endOffset": 95045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1061,
                        "startColumn": 4,
                        "startOffset": 82852,
                        "endLine": 1063,
                        "endColumn": 12,
                        "endOffset": 83028
                    }
                }
            },
            {
                "to": {
                    "startLine": 1161,
                    "startColumn": 4,
                    "startOffset": 95050,
                    "endLine": 1163,
                    "endColumn": 12,
                    "endOffset": 95167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1064,
                        "startColumn": 4,
                        "startOffset": 83033,
                        "endLine": 1066,
                        "endColumn": 12,
                        "endOffset": 83150
                    }
                }
            },
            {
                "to": {
                    "startLine": 1164,
                    "startColumn": 4,
                    "startOffset": 95172,
                    "endLine": 1167,
                    "endColumn": 12,
                    "endOffset": 95426
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1067,
                        "startColumn": 4,
                        "startOffset": 83155,
                        "endLine": 1070,
                        "endColumn": 12,
                        "endOffset": 83409
                    }
                }
            },
            {
                "to": {
                    "startLine": 1168,
                    "startColumn": 4,
                    "startOffset": 95431,
                    "endLine": 1169,
                    "endColumn": 12,
                    "endOffset": 95539
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1071,
                        "startColumn": 4,
                        "startOffset": 83414,
                        "endLine": 1072,
                        "endColumn": 12,
                        "endOffset": 83522
                    }
                }
            },
            {
                "to": {
                    "startLine": 1170,
                    "startColumn": 4,
                    "startOffset": 95544,
                    "endLine": 1173,
                    "endColumn": 12,
                    "endOffset": 95726
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1073,
                        "startColumn": 4,
                        "startOffset": 83527,
                        "endLine": 1076,
                        "endColumn": 12,
                        "endOffset": 83709
                    }
                }
            },
            {
                "to": {
                    "startLine": 1174,
                    "startColumn": 4,
                    "startOffset": 95731,
                    "endLine": 1175,
                    "endColumn": 12,
                    "endOffset": 95828
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1077,
                        "startColumn": 4,
                        "startOffset": 83714,
                        "endLine": 1078,
                        "endColumn": 12,
                        "endOffset": 83811
                    }
                }
            },
            {
                "to": {
                    "startLine": 1176,
                    "startColumn": 4,
                    "startOffset": 95833,
                    "endLine": 1181,
                    "endColumn": 12,
                    "endOffset": 96272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1079,
                        "startColumn": 4,
                        "startOffset": 83816,
                        "endLine": 1084,
                        "endColumn": 12,
                        "endOffset": 84255
                    }
                }
            },
            {
                "to": {
                    "startLine": 1182,
                    "startColumn": 4,
                    "startOffset": 96277,
                    "endLine": 1183,
                    "endColumn": 12,
                    "endOffset": 96396
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1085,
                        "startColumn": 4,
                        "startOffset": 84260,
                        "endLine": 1086,
                        "endColumn": 12,
                        "endOffset": 84379
                    }
                }
            },
            {
                "to": {
                    "startLine": 1184,
                    "startColumn": 4,
                    "startOffset": 96401,
                    "endLine": 1187,
                    "endColumn": 12,
                    "endOffset": 96681
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1087,
                        "startColumn": 4,
                        "startOffset": 84384,
                        "endLine": 1090,
                        "endColumn": 12,
                        "endOffset": 84664
                    }
                }
            },
            {
                "to": {
                    "startLine": 1188,
                    "startColumn": 4,
                    "startOffset": 96686,
                    "endLine": 1195,
                    "endColumn": 12,
                    "endOffset": 97189
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1091,
                        "startColumn": 4,
                        "startOffset": 84669,
                        "endLine": 1098,
                        "endColumn": 12,
                        "endOffset": 85172
                    }
                }
            },
            {
                "to": {
                    "startLine": 1196,
                    "startColumn": 4,
                    "startOffset": 97194,
                    "endLine": 1203,
                    "endColumn": 12,
                    "endOffset": 97685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1099,
                        "startColumn": 4,
                        "startOffset": 85177,
                        "endLine": 1106,
                        "endColumn": 12,
                        "endOffset": 85668
                    }
                }
            },
            {
                "to": {
                    "startLine": 1204,
                    "startColumn": 4,
                    "startOffset": 97690,
                    "endLine": 1215,
                    "endColumn": 12,
                    "endOffset": 98572
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1107,
                        "startColumn": 4,
                        "startOffset": 85673,
                        "endLine": 1118,
                        "endColumn": 12,
                        "endOffset": 86555
                    }
                }
            },
            {
                "to": {
                    "startLine": 1216,
                    "startColumn": 4,
                    "startOffset": 98577,
                    "endLine": 1221,
                    "endColumn": 12,
                    "endOffset": 98866
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1119,
                        "startColumn": 4,
                        "startOffset": 86560,
                        "endLine": 1124,
                        "endColumn": 12,
                        "endOffset": 86849
                    }
                }
            },
            {
                "to": {
                    "startLine": 1222,
                    "startColumn": 4,
                    "startOffset": 98871,
                    "endLine": 1230,
                    "endColumn": 12,
                    "endOffset": 99436
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1125,
                        "startColumn": 4,
                        "startOffset": 86854,
                        "endLine": 1133,
                        "endColumn": 12,
                        "endOffset": 87419
                    }
                }
            },
            {
                "to": {
                    "startLine": 1231,
                    "startColumn": 4,
                    "startOffset": 99441,
                    "endLine": 1241,
                    "endColumn": 12,
                    "endOffset": 100168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1134,
                        "startColumn": 4,
                        "startOffset": 87424,
                        "endLine": 1144,
                        "endColumn": 12,
                        "endOffset": 88151
                    }
                }
            },
            {
                "to": {
                    "startLine": 1242,
                    "startColumn": 4,
                    "startOffset": 100173,
                    "endLine": 1244,
                    "endColumn": 12,
                    "endOffset": 100340
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1145,
                        "startColumn": 4,
                        "startOffset": 88156,
                        "endLine": 1147,
                        "endColumn": 12,
                        "endOffset": 88323
                    }
                }
            },
            {
                "to": {
                    "startLine": 1245,
                    "startColumn": 4,
                    "startOffset": 100345,
                    "endLine": 1249,
                    "endColumn": 12,
                    "endOffset": 100676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1148,
                        "startColumn": 4,
                        "startOffset": 88328,
                        "endLine": 1152,
                        "endColumn": 12,
                        "endOffset": 88659
                    }
                }
            },
            {
                "to": {
                    "startLine": 1250,
                    "startColumn": 4,
                    "startOffset": 100681,
                    "endLine": 1261,
                    "endColumn": 12,
                    "endOffset": 101584
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1153,
                        "startColumn": 4,
                        "startOffset": 88664,
                        "endLine": 1164,
                        "endColumn": 12,
                        "endOffset": 89567
                    }
                }
            },
            {
                "to": {
                    "startLine": 1262,
                    "startColumn": 4,
                    "startOffset": 101589,
                    "endLine": 1266,
                    "endColumn": 12,
                    "endOffset": 101862
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1165,
                        "startColumn": 4,
                        "startOffset": 89572,
                        "endLine": 1169,
                        "endColumn": 12,
                        "endOffset": 89845
                    }
                }
            },
            {
                "to": {
                    "startLine": 1267,
                    "startColumn": 4,
                    "startOffset": 101867,
                    "endLine": 1276,
                    "endColumn": 12,
                    "endOffset": 102453
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 68,
                        "startColumn": 4,
                        "startOffset": 10195,
                        "endLine": 77,
                        "endColumn": 12,
                        "endOffset": 10781
                    }
                }
            },
            {
                "to": {
                    "startLine": 1277,
                    "startColumn": 4,
                    "startOffset": 102458,
                    "endLine": 1314,
                    "endColumn": 12,
                    "endOffset": 105315
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1170,
                        "startColumn": 4,
                        "startOffset": 89850,
                        "endLine": 1207,
                        "endColumn": 12,
                        "endOffset": 92707
                    }
                }
            },
            {
                "to": {
                    "startLine": 1315,
                    "startColumn": 4,
                    "startOffset": 105320,
                    "endLine": 1353,
                    "endColumn": 12,
                    "endOffset": 108317
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1208,
                        "startColumn": 4,
                        "startOffset": 92712,
                        "endLine": 1246,
                        "endColumn": 12,
                        "endOffset": 95709
                    }
                }
            },
            {
                "to": {
                    "startLine": 1354,
                    "startColumn": 4,
                    "startOffset": 108322,
                    "endColumn": 61,
                    "endOffset": 108379
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1247,
                        "startColumn": 4,
                        "startOffset": 95714,
                        "endColumn": 61,
                        "endOffset": 95771
                    }
                }
            },
            {
                "to": {
                    "startLine": 1355,
                    "startColumn": 4,
                    "startOffset": 108384,
                    "endLine": 1364,
                    "endColumn": 12,
                    "endOffset": 109009
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1248,
                        "startColumn": 4,
                        "startOffset": 95776,
                        "endLine": 1257,
                        "endColumn": 12,
                        "endOffset": 96401
                    }
                }
            },
            {
                "to": {
                    "startLine": 1365,
                    "startColumn": 4,
                    "startOffset": 109014,
                    "endLine": 1373,
                    "endColumn": 12,
                    "endOffset": 109623
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1258,
                        "startColumn": 4,
                        "startOffset": 96406,
                        "endLine": 1266,
                        "endColumn": 12,
                        "endOffset": 97015
                    }
                }
            },
            {
                "to": {
                    "startLine": 1374,
                    "startColumn": 4,
                    "startOffset": 109628,
                    "endColumn": 85,
                    "endOffset": 109709
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1267,
                        "startColumn": 4,
                        "startOffset": 97020,
                        "endColumn": 85,
                        "endOffset": 97101
                    }
                }
            },
            {
                "to": {
                    "startLine": 1375,
                    "startColumn": 4,
                    "startOffset": 109714,
                    "endLine": 1376,
                    "endColumn": 12,
                    "endOffset": 109822
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1268,
                        "startColumn": 4,
                        "startOffset": 97106,
                        "endLine": 1269,
                        "endColumn": 12,
                        "endOffset": 97214
                    }
                }
            },
            {
                "to": {
                    "startLine": 1377,
                    "startColumn": 4,
                    "startOffset": 109827,
                    "endLine": 1380,
                    "endColumn": 12,
                    "endOffset": 110051
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1270,
                        "startColumn": 4,
                        "startOffset": 97219,
                        "endLine": 1273,
                        "endColumn": 12,
                        "endOffset": 97443
                    }
                }
            },
            {
                "to": {
                    "startLine": 1381,
                    "startColumn": 4,
                    "startOffset": 110056,
                    "endLine": 1383,
                    "endColumn": 12,
                    "endOffset": 110211
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1274,
                        "startColumn": 4,
                        "startOffset": 97448,
                        "endLine": 1276,
                        "endColumn": 12,
                        "endOffset": 97603
                    }
                }
            },
            {
                "to": {
                    "startLine": 1384,
                    "startColumn": 4,
                    "startOffset": 110216,
                    "endLine": 1386,
                    "endColumn": 12,
                    "endOffset": 110363
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1277,
                        "startColumn": 4,
                        "startOffset": 97608,
                        "endLine": 1279,
                        "endColumn": 12,
                        "endOffset": 97755
                    }
                }
            },
            {
                "to": {
                    "startLine": 1387,
                    "startColumn": 4,
                    "startOffset": 110368,
                    "endLine": 1389,
                    "endColumn": 12,
                    "endOffset": 110534
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1280,
                        "startColumn": 4,
                        "startOffset": 97760,
                        "endLine": 1282,
                        "endColumn": 12,
                        "endOffset": 97926
                    }
                }
            },
            {
                "to": {
                    "startLine": 1390,
                    "startColumn": 4,
                    "startOffset": 110539,
                    "endLine": 1392,
                    "endColumn": 12,
                    "endOffset": 110701
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1283,
                        "startColumn": 4,
                        "startOffset": 97931,
                        "endLine": 1285,
                        "endColumn": 12,
                        "endOffset": 98093
                    }
                }
            },
            {
                "to": {
                    "startLine": 1393,
                    "startColumn": 4,
                    "startOffset": 110706,
                    "endLine": 1396,
                    "endColumn": 12,
                    "endOffset": 110944
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1286,
                        "startColumn": 4,
                        "startOffset": 98098,
                        "endLine": 1289,
                        "endColumn": 12,
                        "endOffset": 98336
                    }
                }
            },
            {
                "to": {
                    "startLine": 1397,
                    "startColumn": 4,
                    "startOffset": 110949,
                    "endLine": 1399,
                    "endColumn": 12,
                    "endOffset": 111114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1290,
                        "startColumn": 4,
                        "startOffset": 98341,
                        "endLine": 1292,
                        "endColumn": 12,
                        "endOffset": 98506
                    }
                }
            },
            {
                "to": {
                    "startLine": 1400,
                    "startColumn": 4,
                    "startOffset": 111119,
                    "endLine": 1402,
                    "endColumn": 12,
                    "endOffset": 111287
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1293,
                        "startColumn": 4,
                        "startOffset": 98511,
                        "endLine": 1295,
                        "endColumn": 12,
                        "endOffset": 98679
                    }
                }
            },
            {
                "to": {
                    "startLine": 1403,
                    "startColumn": 4,
                    "startOffset": 111292,
                    "endLine": 1405,
                    "endColumn": 12,
                    "endOffset": 111458
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1296,
                        "startColumn": 4,
                        "startOffset": 98684,
                        "endLine": 1298,
                        "endColumn": 12,
                        "endOffset": 98850
                    }
                }
            },
            {
                "to": {
                    "startLine": 1406,
                    "startColumn": 4,
                    "startOffset": 111463,
                    "endLine": 1409,
                    "endColumn": 12,
                    "endOffset": 111732
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1299,
                        "startColumn": 4,
                        "startOffset": 98855,
                        "endLine": 1302,
                        "endColumn": 12,
                        "endOffset": 99124
                    }
                }
            },
            {
                "to": {
                    "startLine": 1410,
                    "startColumn": 4,
                    "startOffset": 111737,
                    "endLine": 1412,
                    "endColumn": 12,
                    "endOffset": 111931
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1303,
                        "startColumn": 4,
                        "startOffset": 99129,
                        "endLine": 1305,
                        "endColumn": 12,
                        "endOffset": 99323
                    }
                }
            },
            {
                "to": {
                    "startLine": 1413,
                    "startColumn": 4,
                    "startOffset": 111936,
                    "endLine": 1416,
                    "endColumn": 12,
                    "endOffset": 112136
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1306,
                        "startColumn": 4,
                        "startOffset": 99328,
                        "endLine": 1309,
                        "endColumn": 12,
                        "endOffset": 99528
                    }
                }
            },
            {
                "to": {
                    "startLine": 1417,
                    "startColumn": 4,
                    "startOffset": 112141,
                    "endLine": 1420,
                    "endColumn": 12,
                    "endOffset": 112466
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1310,
                        "startColumn": 4,
                        "startOffset": 99533,
                        "endLine": 1313,
                        "endColumn": 12,
                        "endOffset": 99858
                    }
                }
            },
            {
                "to": {
                    "startLine": 1421,
                    "startColumn": 4,
                    "startOffset": 112471,
                    "endColumn": 83,
                    "endOffset": 112550
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1314,
                        "startColumn": 4,
                        "startOffset": 99863,
                        "endColumn": 83,
                        "endOffset": 99942
                    }
                }
            },
            {
                "to": {
                    "startLine": 1422,
                    "startColumn": 4,
                    "startOffset": 112555,
                    "endColumn": 95,
                    "endOffset": 112646
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1315,
                        "startColumn": 4,
                        "startOffset": 99947,
                        "endColumn": 95,
                        "endOffset": 100038
                    }
                }
            },
            {
                "to": {
                    "startLine": 1423,
                    "startColumn": 4,
                    "startOffset": 112651,
                    "endColumn": 95,
                    "endOffset": 112742
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1316,
                        "startColumn": 4,
                        "startOffset": 100043,
                        "endColumn": 95,
                        "endOffset": 100134
                    }
                }
            },
            {
                "to": {
                    "startLine": 1424,
                    "startColumn": 4,
                    "startOffset": 112747,
                    "endColumn": 97,
                    "endOffset": 112840
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1317,
                        "startColumn": 4,
                        "startOffset": 100139,
                        "endColumn": 97,
                        "endOffset": 100232
                    }
                }
            },
            {
                "to": {
                    "startLine": 1425,
                    "startColumn": 4,
                    "startOffset": 112845,
                    "endColumn": 99,
                    "endOffset": 112940
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1318,
                        "startColumn": 4,
                        "startOffset": 100237,
                        "endColumn": 99,
                        "endOffset": 100332
                    }
                }
            },
            {
                "to": {
                    "startLine": 1426,
                    "startColumn": 4,
                    "startOffset": 112945,
                    "endColumn": 101,
                    "endOffset": 113042
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1319,
                        "startColumn": 4,
                        "startOffset": 100337,
                        "endColumn": 101,
                        "endOffset": 100434
                    }
                }
            },
            {
                "to": {
                    "startLine": 1427,
                    "startColumn": 4,
                    "startOffset": 113047,
                    "endColumn": 101,
                    "endOffset": 113144
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1320,
                        "startColumn": 4,
                        "startOffset": 100439,
                        "endColumn": 101,
                        "endOffset": 100536
                    }
                }
            },
            {
                "to": {
                    "startLine": 1428,
                    "startColumn": 4,
                    "startOffset": 113149,
                    "endColumn": 101,
                    "endOffset": 113246
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1321,
                        "startColumn": 4,
                        "startOffset": 100541,
                        "endColumn": 101,
                        "endOffset": 100638
                    }
                }
            },
            {
                "to": {
                    "startLine": 1429,
                    "startColumn": 4,
                    "startOffset": 113251,
                    "endColumn": 101,
                    "endOffset": 113348
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1322,
                        "startColumn": 4,
                        "startOffset": 100643,
                        "endColumn": 101,
                        "endOffset": 100740
                    }
                }
            },
            {
                "to": {
                    "startLine": 1430,
                    "startColumn": 4,
                    "startOffset": 113353,
                    "endColumn": 101,
                    "endOffset": 113450
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1323,
                        "startColumn": 4,
                        "startOffset": 100745,
                        "endColumn": 101,
                        "endOffset": 100842
                    }
                }
            },
            {
                "to": {
                    "startLine": 1431,
                    "startColumn": 4,
                    "startOffset": 113455,
                    "endColumn": 99,
                    "endOffset": 113550
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1324,
                        "startColumn": 4,
                        "startOffset": 100847,
                        "endColumn": 99,
                        "endOffset": 100942
                    }
                }
            },
            {
                "to": {
                    "startLine": 1432,
                    "startColumn": 4,
                    "startOffset": 113555,
                    "endColumn": 95,
                    "endOffset": 113646
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1325,
                        "startColumn": 4,
                        "startOffset": 100947,
                        "endColumn": 95,
                        "endOffset": 101038
                    }
                }
            },
            {
                "to": {
                    "startLine": 1433,
                    "startColumn": 4,
                    "startOffset": 113651,
                    "endColumn": 111,
                    "endOffset": 113758
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1326,
                        "startColumn": 4,
                        "startOffset": 101043,
                        "endColumn": 111,
                        "endOffset": 101150
                    }
                }
            },
            {
                "to": {
                    "startLine": 1434,
                    "startColumn": 4,
                    "startOffset": 113763,
                    "endColumn": 128,
                    "endOffset": 113887
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1327,
                        "startColumn": 4,
                        "startOffset": 101155,
                        "endColumn": 128,
                        "endOffset": 101279
                    }
                }
            },
            {
                "to": {
                    "startLine": 1435,
                    "startColumn": 4,
                    "startOffset": 113892,
                    "endColumn": 122,
                    "endOffset": 114010
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1328,
                        "startColumn": 4,
                        "startOffset": 101284,
                        "endColumn": 122,
                        "endOffset": 101402
                    }
                }
            },
            {
                "to": {
                    "startLine": 1436,
                    "startColumn": 4,
                    "startOffset": 114015,
                    "endLine": 1437,
                    "endColumn": 12,
                    "endOffset": 114164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1329,
                        "startColumn": 4,
                        "startOffset": 101407,
                        "endLine": 1330,
                        "endColumn": 12,
                        "endOffset": 101556
                    }
                }
            },
            {
                "to": {
                    "startLine": 1438,
                    "startColumn": 4,
                    "startOffset": 114169,
                    "endLine": 1439,
                    "endColumn": 12,
                    "endOffset": 114318
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1331,
                        "startColumn": 4,
                        "startOffset": 101561,
                        "endLine": 1332,
                        "endColumn": 12,
                        "endOffset": 101710
                    }
                }
            },
            {
                "to": {
                    "startLine": 1440,
                    "startColumn": 4,
                    "startOffset": 114323,
                    "endColumn": 97,
                    "endOffset": 114416
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1333,
                        "startColumn": 4,
                        "startOffset": 101715,
                        "endColumn": 97,
                        "endOffset": 101808
                    }
                }
            },
            {
                "to": {
                    "startLine": 1441,
                    "startColumn": 4,
                    "startOffset": 114421,
                    "endColumn": 113,
                    "endOffset": 114530
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1334,
                        "startColumn": 4,
                        "startOffset": 101813,
                        "endColumn": 113,
                        "endOffset": 101922
                    }
                }
            },
            {
                "to": {
                    "startLine": 1442,
                    "startColumn": 4,
                    "startOffset": 114535,
                    "endColumn": 93,
                    "endOffset": 114624
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1335,
                        "startColumn": 4,
                        "startOffset": 101927,
                        "endColumn": 93,
                        "endOffset": 102016
                    }
                }
            },
            {
                "to": {
                    "startLine": 1443,
                    "startColumn": 4,
                    "startOffset": 114629,
                    "endLine": 1444,
                    "endColumn": 12,
                    "endOffset": 114764
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1336,
                        "startColumn": 4,
                        "startOffset": 102021,
                        "endLine": 1337,
                        "endColumn": 12,
                        "endOffset": 102156
                    }
                }
            },
            {
                "to": {
                    "startLine": 1445,
                    "startColumn": 4,
                    "startOffset": 114769,
                    "endLine": 1446,
                    "endColumn": 12,
                    "endOffset": 114898
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1338,
                        "startColumn": 4,
                        "startOffset": 102161,
                        "endLine": 1339,
                        "endColumn": 12,
                        "endOffset": 102290
                    }
                }
            },
            {
                "to": {
                    "startLine": 1447,
                    "startColumn": 4,
                    "startOffset": 114903,
                    "endColumn": 95,
                    "endOffset": 114994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1340,
                        "startColumn": 4,
                        "startOffset": 102295,
                        "endColumn": 95,
                        "endOffset": 102386
                    }
                }
            },
            {
                "to": {
                    "startLine": 1448,
                    "startColumn": 4,
                    "startOffset": 114999,
                    "endColumn": 111,
                    "endOffset": 115106
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1341,
                        "startColumn": 4,
                        "startOffset": 102391,
                        "endColumn": 111,
                        "endOffset": 102498
                    }
                }
            },
            {
                "to": {
                    "startLine": 1449,
                    "startColumn": 4,
                    "startOffset": 115111,
                    "endColumn": 99,
                    "endOffset": 115206
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1342,
                        "startColumn": 4,
                        "startOffset": 102503,
                        "endColumn": 99,
                        "endOffset": 102598
                    }
                }
            },
            {
                "to": {
                    "startLine": 1450,
                    "startColumn": 4,
                    "startOffset": 115211,
                    "endColumn": 115,
                    "endOffset": 115322
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1343,
                        "startColumn": 4,
                        "startOffset": 102603,
                        "endColumn": 115,
                        "endOffset": 102714
                    }
                }
            },
            {
                "to": {
                    "startLine": 1451,
                    "startColumn": 4,
                    "startOffset": 115327,
                    "endColumn": 95,
                    "endOffset": 115418
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1344,
                        "startColumn": 4,
                        "startOffset": 102719,
                        "endColumn": 95,
                        "endOffset": 102810
                    }
                }
            },
            {
                "to": {
                    "startLine": 1452,
                    "startColumn": 4,
                    "startOffset": 115423,
                    "endColumn": 111,
                    "endOffset": 115530
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1345,
                        "startColumn": 4,
                        "startOffset": 102815,
                        "endColumn": 111,
                        "endOffset": 102922
                    }
                }
            },
            {
                "to": {
                    "startLine": 1453,
                    "startColumn": 4,
                    "startOffset": 115535,
                    "endLine": 1454,
                    "endColumn": 12,
                    "endOffset": 115670
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1346,
                        "startColumn": 4,
                        "startOffset": 102927,
                        "endLine": 1347,
                        "endColumn": 12,
                        "endOffset": 103062
                    }
                }
            },
            {
                "to": {
                    "startLine": 1455,
                    "startColumn": 4,
                    "startOffset": 115675,
                    "endColumn": 135,
                    "endOffset": 115806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1348,
                        "startColumn": 4,
                        "startOffset": 103067,
                        "endColumn": 135,
                        "endOffset": 103198
                    }
                }
            },
            {
                "to": {
                    "startLine": 1456,
                    "startColumn": 4,
                    "startOffset": 115811,
                    "endLine": 1457,
                    "endColumn": 12,
                    "endOffset": 115970
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1349,
                        "startColumn": 4,
                        "startOffset": 103203,
                        "endLine": 1350,
                        "endColumn": 12,
                        "endOffset": 103362
                    }
                }
            },
            {
                "to": {
                    "startLine": 1458,
                    "startColumn": 4,
                    "startOffset": 115975,
                    "endColumn": 129,
                    "endOffset": 116100
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1351,
                        "startColumn": 4,
                        "startOffset": 103367,
                        "endColumn": 129,
                        "endOffset": 103492
                    }
                }
            },
            {
                "to": {
                    "startLine": 1459,
                    "startColumn": 4,
                    "startOffset": 116105,
                    "endLine": 1460,
                    "endColumn": 12,
                    "endOffset": 116258
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1352,
                        "startColumn": 4,
                        "startOffset": 103497,
                        "endLine": 1353,
                        "endColumn": 12,
                        "endOffset": 103650
                    }
                }
            },
            {
                "to": {
                    "startLine": 1461,
                    "startColumn": 4,
                    "startOffset": 116263,
                    "endLine": 1462,
                    "endColumn": 12,
                    "endOffset": 116408
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1354,
                        "startColumn": 4,
                        "startOffset": 103655,
                        "endLine": 1355,
                        "endColumn": 12,
                        "endOffset": 103800
                    }
                }
            },
            {
                "to": {
                    "startLine": 1463,
                    "startColumn": 4,
                    "startOffset": 116413,
                    "endColumn": 140,
                    "endOffset": 116549
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1356,
                        "startColumn": 4,
                        "startOffset": 103805,
                        "endColumn": 140,
                        "endOffset": 103941
                    }
                }
            },
            {
                "to": {
                    "startLine": 1464,
                    "startColumn": 4,
                    "startOffset": 116554,
                    "endLine": 1465,
                    "endColumn": 12,
                    "endOffset": 116693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1357,
                        "startColumn": 4,
                        "startOffset": 103946,
                        "endLine": 1358,
                        "endColumn": 12,
                        "endOffset": 104085
                    }
                }
            },
            {
                "to": {
                    "startLine": 1466,
                    "startColumn": 4,
                    "startOffset": 116698,
                    "endColumn": 134,
                    "endOffset": 116828
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1359,
                        "startColumn": 4,
                        "startOffset": 104090,
                        "endColumn": 134,
                        "endOffset": 104220
                    }
                }
            },
            {
                "to": {
                    "startLine": 1467,
                    "startColumn": 4,
                    "startOffset": 116833,
                    "endColumn": 111,
                    "endOffset": 116940
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1360,
                        "startColumn": 4,
                        "startOffset": 104225,
                        "endColumn": 111,
                        "endOffset": 104332
                    }
                }
            },
            {
                "to": {
                    "startLine": 1468,
                    "startColumn": 4,
                    "startOffset": 116945,
                    "endColumn": 127,
                    "endOffset": 117068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1361,
                        "startColumn": 4,
                        "startOffset": 104337,
                        "endColumn": 127,
                        "endOffset": 104460
                    }
                }
            },
            {
                "to": {
                    "startLine": 1469,
                    "startColumn": 4,
                    "startOffset": 117073,
                    "endLine": 1470,
                    "endColumn": 12,
                    "endOffset": 117204
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1362,
                        "startColumn": 4,
                        "startOffset": 104465,
                        "endLine": 1363,
                        "endColumn": 12,
                        "endOffset": 104596
                    }
                }
            },
            {
                "to": {
                    "startLine": 1471,
                    "startColumn": 4,
                    "startOffset": 117209,
                    "endLine": 1472,
                    "endColumn": 12,
                    "endOffset": 117346
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1364,
                        "startColumn": 4,
                        "startOffset": 104601,
                        "endLine": 1365,
                        "endColumn": 12,
                        "endOffset": 104738
                    }
                }
            },
            {
                "to": {
                    "startLine": 1473,
                    "startColumn": 4,
                    "startOffset": 117351,
                    "endLine": 1474,
                    "endColumn": 12,
                    "endOffset": 117488
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1366,
                        "startColumn": 4,
                        "startOffset": 104743,
                        "endLine": 1367,
                        "endColumn": 12,
                        "endOffset": 104880
                    }
                }
            },
            {
                "to": {
                    "startLine": 1475,
                    "startColumn": 4,
                    "startOffset": 117493,
                    "endColumn": 111,
                    "endOffset": 117600
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1368,
                        "startColumn": 4,
                        "startOffset": 104885,
                        "endColumn": 111,
                        "endOffset": 104992
                    }
                }
            },
            {
                "to": {
                    "startLine": 1476,
                    "startColumn": 4,
                    "startOffset": 117605,
                    "endColumn": 139,
                    "endOffset": 117740
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1369,
                        "startColumn": 4,
                        "startOffset": 104997,
                        "endColumn": 139,
                        "endOffset": 105132
                    }
                }
            },
            {
                "to": {
                    "startLine": 1477,
                    "startColumn": 4,
                    "startOffset": 117745,
                    "endLine": 1479,
                    "endColumn": 12,
                    "endOffset": 117941
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 78,
                        "startColumn": 4,
                        "startOffset": 10786,
                        "endLine": 80,
                        "endColumn": 12,
                        "endOffset": 10982
                    }
                }
            },
            {
                "to": {
                    "startLine": 1480,
                    "startColumn": 4,
                    "startOffset": 117946,
                    "endColumn": 91,
                    "endOffset": 118033
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 81,
                        "startColumn": 4,
                        "startOffset": 10987,
                        "endColumn": 91,
                        "endOffset": 11074
                    }
                }
            },
            {
                "to": {
                    "startLine": 1481,
                    "startColumn": 4,
                    "startOffset": 118038,
                    "endLine": 1483,
                    "endColumn": 12,
                    "endOffset": 118213
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 82,
                        "startColumn": 4,
                        "startOffset": 11079,
                        "endLine": 84,
                        "endColumn": 12,
                        "endOffset": 11254
                    }
                }
            },
            {
                "to": {
                    "startLine": 1484,
                    "startColumn": 4,
                    "startOffset": 118218,
                    "endLine": 1486,
                    "endColumn": 12,
                    "endOffset": 118382
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 85,
                        "startColumn": 4,
                        "startOffset": 11259,
                        "endLine": 87,
                        "endColumn": 12,
                        "endOffset": 11423
                    }
                }
            },
            {
                "to": {
                    "startLine": 1487,
                    "startColumn": 4,
                    "startOffset": 118387,
                    "endLine": 1489,
                    "endColumn": 12,
                    "endOffset": 118557
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 88,
                        "startColumn": 4,
                        "startOffset": 11428,
                        "endLine": 90,
                        "endColumn": 12,
                        "endOffset": 11598
                    }
                }
            },
            {
                "to": {
                    "startLine": 1490,
                    "startColumn": 4,
                    "startOffset": 118562,
                    "endLine": 1493,
                    "endColumn": 12,
                    "endOffset": 118810
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 91,
                        "startColumn": 4,
                        "startOffset": 11603,
                        "endLine": 94,
                        "endColumn": 12,
                        "endOffset": 11851
                    }
                }
            },
            {
                "to": {
                    "startLine": 1494,
                    "startColumn": 4,
                    "startOffset": 118815,
                    "endLine": 1498,
                    "endColumn": 12,
                    "endOffset": 119101
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 95,
                        "startColumn": 4,
                        "startOffset": 11856,
                        "endLine": 99,
                        "endColumn": 12,
                        "endOffset": 12142
                    }
                }
            },
            {
                "to": {
                    "startLine": 1499,
                    "startColumn": 4,
                    "startOffset": 119106,
                    "endColumn": 67,
                    "endOffset": 119169
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1370,
                        "startColumn": 4,
                        "startOffset": 105137,
                        "endColumn": 67,
                        "endOffset": 105200
                    }
                }
            },
            {
                "to": {
                    "startLine": 1500,
                    "startColumn": 4,
                    "startOffset": 119174,
                    "endColumn": 72,
                    "endOffset": 119242
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1371,
                        "startColumn": 4,
                        "startOffset": 105205,
                        "endColumn": 72,
                        "endOffset": 105273
                    }
                }
            },
            {
                "to": {
                    "startLine": 1501,
                    "startColumn": 4,
                    "startOffset": 119247,
                    "endColumn": 73,
                    "endOffset": 119316
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1372,
                        "startColumn": 4,
                        "startOffset": 105278,
                        "endColumn": 73,
                        "endOffset": 105347
                    }
                }
            },
            {
                "to": {
                    "startLine": 1502,
                    "startColumn": 4,
                    "startOffset": 119321,
                    "endColumn": 72,
                    "endOffset": 119389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1373,
                        "startColumn": 4,
                        "startOffset": 105352,
                        "endColumn": 72,
                        "endOffset": 105420
                    }
                }
            },
            {
                "to": {
                    "startLine": 1503,
                    "startColumn": 4,
                    "startOffset": 119394,
                    "endColumn": 73,
                    "endOffset": 119463
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1374,
                        "startColumn": 4,
                        "startOffset": 105425,
                        "endColumn": 73,
                        "endOffset": 105494
                    }
                }
            },
            {
                "to": {
                    "startLine": 1504,
                    "startColumn": 4,
                    "startOffset": 119468,
                    "endLine": 1505,
                    "endColumn": 12,
                    "endOffset": 119609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1375,
                        "startColumn": 4,
                        "startOffset": 105499,
                        "endLine": 1376,
                        "endColumn": 12,
                        "endOffset": 105640
                    }
                }
            },
            {
                "to": {
                    "startLine": 1506,
                    "startColumn": 4,
                    "startOffset": 119614,
                    "endLine": 1507,
                    "endColumn": 12,
                    "endOffset": 119753
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1377,
                        "startColumn": 4,
                        "startOffset": 105645,
                        "endLine": 1378,
                        "endColumn": 12,
                        "endOffset": 105784
                    }
                }
            },
            {
                "to": {
                    "startLine": 1508,
                    "startColumn": 4,
                    "startOffset": 119758,
                    "endLine": 1509,
                    "endColumn": 12,
                    "endOffset": 119891
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1379,
                        "startColumn": 4,
                        "startOffset": 105789,
                        "endLine": 1380,
                        "endColumn": 12,
                        "endOffset": 105922
                    }
                }
            },
            {
                "to": {
                    "startLine": 1510,
                    "startColumn": 4,
                    "startOffset": 119896,
                    "endColumn": 65,
                    "endOffset": 119957
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1381,
                        "startColumn": 4,
                        "startOffset": 105927,
                        "endColumn": 65,
                        "endOffset": 105988
                    }
                }
            },
            {
                "to": {
                    "startLine": 1511,
                    "startColumn": 4,
                    "startOffset": 119962,
                    "endColumn": 89,
                    "endOffset": 120047
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1382,
                        "startColumn": 4,
                        "startOffset": 105993,
                        "endColumn": 89,
                        "endOffset": 106078
                    }
                }
            },
            {
                "to": {
                    "startLine": 1512,
                    "startColumn": 4,
                    "startOffset": 120052,
                    "endColumn": 75,
                    "endOffset": 120123
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1383,
                        "startColumn": 4,
                        "startOffset": 106083,
                        "endColumn": 75,
                        "endOffset": 106154
                    }
                }
            },
            {
                "to": {
                    "startLine": 1513,
                    "startColumn": 4,
                    "startOffset": 120128,
                    "endColumn": 103,
                    "endOffset": 120227
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1384,
                        "startColumn": 4,
                        "startOffset": 106159,
                        "endColumn": 103,
                        "endOffset": 106258
                    }
                }
            },
            {
                "to": {
                    "startLine": 1514,
                    "startColumn": 4,
                    "startOffset": 120232,
                    "endColumn": 89,
                    "endOffset": 120317
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1385,
                        "startColumn": 4,
                        "startOffset": 106263,
                        "endColumn": 89,
                        "endOffset": 106348
                    }
                }
            },
            {
                "to": {
                    "startLine": 1515,
                    "startColumn": 4,
                    "startOffset": 120322,
                    "endColumn": 101,
                    "endOffset": 120419
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1386,
                        "startColumn": 4,
                        "startOffset": 106353,
                        "endColumn": 101,
                        "endOffset": 106450
                    }
                }
            },
            {
                "to": {
                    "startLine": 1516,
                    "startColumn": 4,
                    "startOffset": 120424,
                    "endColumn": 107,
                    "endOffset": 120527
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1387,
                        "startColumn": 4,
                        "startOffset": 106455,
                        "endColumn": 107,
                        "endOffset": 106558
                    }
                }
            },
            {
                "to": {
                    "startLine": 1517,
                    "startColumn": 4,
                    "startOffset": 120532,
                    "endColumn": 107,
                    "endOffset": 120635
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1388,
                        "startColumn": 4,
                        "startOffset": 106563,
                        "endColumn": 107,
                        "endOffset": 106666
                    }
                }
            },
            {
                "to": {
                    "startLine": 1518,
                    "startColumn": 4,
                    "startOffset": 120640,
                    "endColumn": 99,
                    "endOffset": 120735
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1389,
                        "startColumn": 4,
                        "startOffset": 106671,
                        "endColumn": 99,
                        "endOffset": 106766
                    }
                }
            },
            {
                "to": {
                    "startLine": 1519,
                    "startColumn": 4,
                    "startOffset": 120740,
                    "endColumn": 79,
                    "endOffset": 120815
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1390,
                        "startColumn": 4,
                        "startOffset": 106771,
                        "endColumn": 79,
                        "endOffset": 106846
                    }
                }
            },
            {
                "to": {
                    "startLine": 1520,
                    "startColumn": 4,
                    "startOffset": 120820,
                    "endColumn": 91,
                    "endOffset": 120907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1391,
                        "startColumn": 4,
                        "startOffset": 106851,
                        "endColumn": 91,
                        "endOffset": 106938
                    }
                }
            },
            {
                "to": {
                    "startLine": 1521,
                    "startColumn": 4,
                    "startOffset": 120912,
                    "endColumn": 97,
                    "endOffset": 121005
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1392,
                        "startColumn": 4,
                        "startOffset": 106943,
                        "endColumn": 97,
                        "endOffset": 107036
                    }
                }
            },
            {
                "to": {
                    "startLine": 1522,
                    "startColumn": 4,
                    "startOffset": 121010,
                    "endLine": 1523,
                    "endColumn": 12,
                    "endOffset": 121115
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1393,
                        "startColumn": 4,
                        "startOffset": 107041,
                        "endLine": 1394,
                        "endColumn": 12,
                        "endOffset": 107146
                    }
                }
            },
            {
                "to": {
                    "startLine": 1524,
                    "startColumn": 4,
                    "startOffset": 121120,
                    "endColumn": 77,
                    "endOffset": 121193
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1395,
                        "startColumn": 4,
                        "startOffset": 107151,
                        "endColumn": 77,
                        "endOffset": 107224
                    }
                }
            },
            {
                "to": {
                    "startLine": 1525,
                    "startColumn": 4,
                    "startOffset": 121198,
                    "endColumn": 105,
                    "endOffset": 121299
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1396,
                        "startColumn": 4,
                        "startOffset": 107229,
                        "endColumn": 105,
                        "endOffset": 107330
                    }
                }
            },
            {
                "to": {
                    "startLine": 1526,
                    "startColumn": 4,
                    "startOffset": 121304,
                    "endColumn": 91,
                    "endOffset": 121391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1397,
                        "startColumn": 4,
                        "startOffset": 107335,
                        "endColumn": 91,
                        "endOffset": 107422
                    }
                }
            },
            {
                "to": {
                    "startLine": 1527,
                    "startColumn": 4,
                    "startOffset": 121396,
                    "endColumn": 103,
                    "endOffset": 121495
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1398,
                        "startColumn": 4,
                        "startOffset": 107427,
                        "endColumn": 103,
                        "endOffset": 107526
                    }
                }
            },
            {
                "to": {
                    "startLine": 1528,
                    "startColumn": 4,
                    "startOffset": 121500,
                    "endColumn": 109,
                    "endOffset": 121605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1399,
                        "startColumn": 4,
                        "startOffset": 107531,
                        "endColumn": 109,
                        "endOffset": 107636
                    }
                }
            },
            {
                "to": {
                    "startLine": 1529,
                    "startColumn": 4,
                    "startOffset": 121610,
                    "endLine": 1530,
                    "endColumn": 12,
                    "endOffset": 121727
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1400,
                        "startColumn": 4,
                        "startOffset": 107641,
                        "endLine": 1401,
                        "endColumn": 12,
                        "endOffset": 107758
                    }
                }
            },
            {
                "to": {
                    "startLine": 1531,
                    "startColumn": 4,
                    "startOffset": 121732,
                    "endLine": 1534,
                    "endColumn": 12,
                    "endOffset": 121890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1402,
                        "startColumn": 4,
                        "startOffset": 107763,
                        "endLine": 1405,
                        "endColumn": 12,
                        "endOffset": 107921
                    }
                }
            },
            {
                "to": {
                    "startLine": 1535,
                    "startColumn": 4,
                    "startOffset": 121895,
                    "endLine": 1538,
                    "endColumn": 12,
                    "endOffset": 122047
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1406,
                        "startColumn": 4,
                        "startOffset": 107926,
                        "endLine": 1409,
                        "endColumn": 12,
                        "endOffset": 108078
                    }
                }
            },
            {
                "to": {
                    "startLine": 1539,
                    "startColumn": 4,
                    "startOffset": 122052,
                    "endLine": 1541,
                    "endColumn": 12,
                    "endOffset": 122201
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 100,
                        "startColumn": 4,
                        "startOffset": 12147,
                        "endLine": 102,
                        "endColumn": 12,
                        "endOffset": 12296
                    }
                }
            },
            {
                "to": {
                    "startLine": 1542,
                    "startColumn": 4,
                    "startOffset": 122206,
                    "endLine": 1546,
                    "endColumn": 12,
                    "endOffset": 122559
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 103,
                        "startColumn": 4,
                        "startOffset": 12301,
                        "endLine": 107,
                        "endColumn": 12,
                        "endOffset": 12654
                    }
                }
            },
            {
                "to": {
                    "startLine": 1547,
                    "startColumn": 4,
                    "startOffset": 122564,
                    "endLine": 1549,
                    "endColumn": 12,
                    "endOffset": 122726
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 108,
                        "startColumn": 4,
                        "startOffset": 12659,
                        "endLine": 110,
                        "endColumn": 12,
                        "endOffset": 12821
                    }
                }
            },
            {
                "to": {
                    "startLine": 1550,
                    "startColumn": 4,
                    "startOffset": 122731,
                    "endLine": 1554,
                    "endColumn": 12,
                    "endOffset": 123096
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 111,
                        "startColumn": 4,
                        "startOffset": 12826,
                        "endLine": 115,
                        "endColumn": 12,
                        "endOffset": 13191
                    }
                }
            },
            {
                "to": {
                    "startLine": 1555,
                    "startColumn": 4,
                    "startOffset": 123101,
                    "endLine": 1558,
                    "endColumn": 12,
                    "endOffset": 123256
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 116,
                        "startColumn": 4,
                        "startOffset": 13196,
                        "endLine": 119,
                        "endColumn": 12,
                        "endOffset": 13351
                    }
                }
            },
            {
                "to": {
                    "startLine": 1559,
                    "startColumn": 4,
                    "startOffset": 123261,
                    "endLine": 1562,
                    "endColumn": 12,
                    "endOffset": 123410
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 120,
                        "startColumn": 4,
                        "startOffset": 13356,
                        "endLine": 123,
                        "endColumn": 12,
                        "endOffset": 13505
                    }
                }
            },
            {
                "to": {
                    "startLine": 1563,
                    "startColumn": 4,
                    "startOffset": 123415,
                    "endColumn": 79,
                    "endOffset": 123490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1410,
                        "startColumn": 4,
                        "startOffset": 108083,
                        "endColumn": 79,
                        "endOffset": 108158
                    }
                }
            },
            {
                "to": {
                    "startLine": 1564,
                    "startColumn": 4,
                    "startOffset": 123495,
                    "endColumn": 99,
                    "endOffset": 123590
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1411,
                        "startColumn": 4,
                        "startOffset": 108163,
                        "endColumn": 99,
                        "endOffset": 108258
                    }
                }
            },
            {
                "to": {
                    "startLine": 1565,
                    "startColumn": 4,
                    "startOffset": 123595,
                    "endColumn": 89,
                    "endOffset": 123680
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1412,
                        "startColumn": 4,
                        "startOffset": 108263,
                        "endColumn": 89,
                        "endOffset": 108348
                    }
                }
            },
            {
                "to": {
                    "startLine": 1566,
                    "startColumn": 4,
                    "startOffset": 123685,
                    "endColumn": 109,
                    "endOffset": 123790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1413,
                        "startColumn": 4,
                        "startOffset": 108353,
                        "endColumn": 109,
                        "endOffset": 108458
                    }
                }
            },
            {
                "to": {
                    "startLine": 1567,
                    "startColumn": 4,
                    "startOffset": 123795,
                    "endColumn": 91,
                    "endOffset": 123882
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1414,
                        "startColumn": 4,
                        "startOffset": 108463,
                        "endColumn": 91,
                        "endOffset": 108550
                    }
                }
            },
            {
                "to": {
                    "startLine": 1568,
                    "startColumn": 4,
                    "startOffset": 123887,
                    "endLine": 1569,
                    "endColumn": 12,
                    "endOffset": 123982
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1415,
                        "startColumn": 4,
                        "startOffset": 108555,
                        "endLine": 1416,
                        "endColumn": 12,
                        "endOffset": 108650
                    }
                }
            },
            {
                "to": {
                    "startLine": 1570,
                    "startColumn": 4,
                    "startOffset": 123987,
                    "endLine": 1571,
                    "endColumn": 12,
                    "endOffset": 124094
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1417,
                        "startColumn": 4,
                        "startOffset": 108655,
                        "endLine": 1418,
                        "endColumn": 12,
                        "endOffset": 108762
                    }
                }
            },
            {
                "to": {
                    "startLine": 1572,
                    "startColumn": 4,
                    "startOffset": 124099,
                    "endLine": 1573,
                    "endColumn": 12,
                    "endOffset": 124208
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1419,
                        "startColumn": 4,
                        "startOffset": 108767,
                        "endLine": 1420,
                        "endColumn": 12,
                        "endOffset": 108876
                    }
                }
            },
            {
                "to": {
                    "startLine": 1574,
                    "startColumn": 4,
                    "startOffset": 124213,
                    "endLine": 1575,
                    "endColumn": 12,
                    "endOffset": 124324
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1421,
                        "startColumn": 4,
                        "startOffset": 108881,
                        "endLine": 1422,
                        "endColumn": 12,
                        "endOffset": 108992
                    }
                }
            },
            {
                "to": {
                    "startLine": 1576,
                    "startColumn": 4,
                    "startOffset": 124329,
                    "endLine": 1577,
                    "endColumn": 12,
                    "endOffset": 124440
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1423,
                        "startColumn": 4,
                        "startOffset": 108997,
                        "endLine": 1424,
                        "endColumn": 12,
                        "endOffset": 109108
                    }
                }
            },
            {
                "to": {
                    "startLine": 1578,
                    "startColumn": 4,
                    "startOffset": 124445,
                    "endColumn": 93,
                    "endOffset": 124534
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1425,
                        "startColumn": 4,
                        "startOffset": 109113,
                        "endColumn": 93,
                        "endOffset": 109202
                    }
                }
            },
            {
                "to": {
                    "startLine": 1579,
                    "startColumn": 4,
                    "startOffset": 124539,
                    "endColumn": 113,
                    "endOffset": 124648
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1426,
                        "startColumn": 4,
                        "startOffset": 109207,
                        "endColumn": 113,
                        "endOffset": 109316
                    }
                }
            },
            {
                "to": {
                    "startLine": 1580,
                    "startColumn": 4,
                    "startOffset": 124653,
                    "endColumn": 111,
                    "endOffset": 124760
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1427,
                        "startColumn": 4,
                        "startOffset": 109321,
                        "endColumn": 111,
                        "endOffset": 109428
                    }
                }
            },
            {
                "to": {
                    "startLine": 1581,
                    "startColumn": 4,
                    "startOffset": 124765,
                    "endLine": 1582,
                    "endColumn": 12,
                    "endOffset": 124862
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1428,
                        "startColumn": 4,
                        "startOffset": 109433,
                        "endLine": 1429,
                        "endColumn": 12,
                        "endOffset": 109530
                    }
                }
            },
            {
                "to": {
                    "startLine": 1583,
                    "startColumn": 4,
                    "startOffset": 124867,
                    "endLine": 1584,
                    "endColumn": 12,
                    "endOffset": 124982
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1430,
                        "startColumn": 4,
                        "startOffset": 109535,
                        "endLine": 1431,
                        "endColumn": 12,
                        "endOffset": 109650
                    }
                }
            },
            {
                "to": {
                    "startLine": 1585,
                    "startColumn": 4,
                    "startOffset": 124987,
                    "endLine": 1586,
                    "endColumn": 12,
                    "endOffset": 125104
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1432,
                        "startColumn": 4,
                        "startOffset": 109655,
                        "endLine": 1433,
                        "endColumn": 12,
                        "endOffset": 109772
                    }
                }
            },
            {
                "to": {
                    "startLine": 1587,
                    "startColumn": 4,
                    "startOffset": 125109,
                    "endColumn": 81,
                    "endOffset": 125186
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1434,
                        "startColumn": 4,
                        "startOffset": 109777,
                        "endColumn": 81,
                        "endOffset": 109854
                    }
                }
            },
            {
                "to": {
                    "startLine": 1588,
                    "startColumn": 4,
                    "startOffset": 125191,
                    "endColumn": 103,
                    "endOffset": 125290
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1435,
                        "startColumn": 4,
                        "startOffset": 109859,
                        "endColumn": 103,
                        "endOffset": 109958
                    }
                }
            },
            {
                "to": {
                    "startLine": 1589,
                    "startColumn": 4,
                    "startOffset": 125295,
                    "endColumn": 119,
                    "endOffset": 125410
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1436,
                        "startColumn": 4,
                        "startOffset": 109963,
                        "endColumn": 119,
                        "endOffset": 110078
                    }
                }
            },
            {
                "to": {
                    "startLine": 1590,
                    "startColumn": 4,
                    "startOffset": 125415,
                    "endColumn": 125,
                    "endOffset": 125536
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1437,
                        "startColumn": 4,
                        "startOffset": 110083,
                        "endColumn": 125,
                        "endOffset": 110204
                    }
                }
            },
            {
                "to": {
                    "startLine": 1591,
                    "startColumn": 4,
                    "startOffset": 125541,
                    "endColumn": 97,
                    "endOffset": 125634
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1438,
                        "startColumn": 4,
                        "startOffset": 110209,
                        "endColumn": 97,
                        "endOffset": 110302
                    }
                }
            },
            {
                "to": {
                    "startLine": 1592,
                    "startColumn": 4,
                    "startOffset": 125639,
                    "endColumn": 93,
                    "endOffset": 125728
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1439,
                        "startColumn": 4,
                        "startOffset": 110307,
                        "endColumn": 93,
                        "endOffset": 110396
                    }
                }
            },
            {
                "to": {
                    "startLine": 1593,
                    "startColumn": 4,
                    "startOffset": 125733,
                    "endColumn": 87,
                    "endOffset": 125816
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1440,
                        "startColumn": 4,
                        "startOffset": 110401,
                        "endColumn": 87,
                        "endOffset": 110484
                    }
                }
            },
            {
                "to": {
                    "startLine": 1594,
                    "startColumn": 4,
                    "startOffset": 125821,
                    "endColumn": 111,
                    "endOffset": 125928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1441,
                        "startColumn": 4,
                        "startOffset": 110489,
                        "endColumn": 111,
                        "endOffset": 110596
                    }
                }
            },
            {
                "to": {
                    "startLine": 1595,
                    "startColumn": 4,
                    "startOffset": 125933,
                    "endColumn": 115,
                    "endOffset": 126044
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1442,
                        "startColumn": 4,
                        "startOffset": 110601,
                        "endColumn": 115,
                        "endOffset": 110712
                    }
                }
            },
            {
                "to": {
                    "startLine": 1596,
                    "startColumn": 4,
                    "startOffset": 126049,
                    "endColumn": 121,
                    "endOffset": 126166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1443,
                        "startColumn": 4,
                        "startOffset": 110717,
                        "endColumn": 121,
                        "endOffset": 110834
                    }
                }
            },
            {
                "to": {
                    "startLine": 1597,
                    "startColumn": 4,
                    "startOffset": 126171,
                    "endColumn": 111,
                    "endOffset": 126278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1444,
                        "startColumn": 4,
                        "startOffset": 110839,
                        "endColumn": 111,
                        "endOffset": 110946
                    }
                }
            },
            {
                "to": {
                    "startLine": 1598,
                    "startColumn": 4,
                    "startOffset": 126283,
                    "endLine": 1600,
                    "endColumn": 12,
                    "endOffset": 126453
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1445,
                        "startColumn": 4,
                        "startOffset": 110951,
                        "endLine": 1447,
                        "endColumn": 12,
                        "endOffset": 111121
                    }
                }
            },
            {
                "to": {
                    "startLine": 1601,
                    "startColumn": 4,
                    "startOffset": 126458,
                    "endColumn": 115,
                    "endOffset": 126569
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1448,
                        "startColumn": 4,
                        "startOffset": 111126,
                        "endColumn": 115,
                        "endOffset": 111237
                    }
                }
            },
            {
                "to": {
                    "startLine": 1602,
                    "startColumn": 4,
                    "startOffset": 126574,
                    "endColumn": 85,
                    "endOffset": 126655
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1449,
                        "startColumn": 4,
                        "startOffset": 111242,
                        "endColumn": 85,
                        "endOffset": 111323
                    }
                }
            },
            {
                "to": {
                    "startLine": 1603,
                    "startColumn": 4,
                    "startOffset": 126660,
                    "endColumn": 91,
                    "endOffset": 126747
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1450,
                        "startColumn": 4,
                        "startOffset": 111328,
                        "endColumn": 91,
                        "endOffset": 111415
                    }
                }
            },
            {
                "to": {
                    "startLine": 1604,
                    "startColumn": 4,
                    "startOffset": 126752,
                    "endLine": 1605,
                    "endColumn": 12,
                    "endOffset": 126859
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1451,
                        "startColumn": 4,
                        "startOffset": 111420,
                        "endLine": 1452,
                        "endColumn": 12,
                        "endOffset": 111527
                    }
                }
            },
            {
                "to": {
                    "startLine": 1606,
                    "startColumn": 4,
                    "startOffset": 126864,
                    "endLine": 1607,
                    "endColumn": 12,
                    "endOffset": 126983
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1453,
                        "startColumn": 4,
                        "startOffset": 111532,
                        "endLine": 1454,
                        "endColumn": 12,
                        "endOffset": 111651
                    }
                }
            },
            {
                "to": {
                    "startLine": 1608,
                    "startColumn": 4,
                    "startOffset": 126988,
                    "endColumn": 66,
                    "endOffset": 127050
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1455,
                        "startColumn": 4,
                        "startOffset": 111656,
                        "endColumn": 66,
                        "endOffset": 111718
                    }
                }
            },
            {
                "to": {
                    "startLine": 1609,
                    "startColumn": 4,
                    "startOffset": 127055,
                    "endLine": 1610,
                    "endColumn": 12,
                    "endOffset": 127176
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1456,
                        "startColumn": 4,
                        "startOffset": 111723,
                        "endLine": 1457,
                        "endColumn": 12,
                        "endOffset": 111844
                    }
                }
            },
            {
                "to": {
                    "startLine": 1611,
                    "startColumn": 4,
                    "startOffset": 127181,
                    "endColumn": 67,
                    "endOffset": 127244
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1458,
                        "startColumn": 4,
                        "startOffset": 111849,
                        "endColumn": 67,
                        "endOffset": 111912
                    }
                }
            },
            {
                "to": {
                    "startLine": 1612,
                    "startColumn": 4,
                    "startOffset": 127249,
                    "endLine": 1613,
                    "endColumn": 12,
                    "endOffset": 127372
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1459,
                        "startColumn": 4,
                        "startOffset": 111917,
                        "endLine": 1460,
                        "endColumn": 12,
                        "endOffset": 112040
                    }
                }
            },
            {
                "to": {
                    "startLine": 1614,
                    "startColumn": 4,
                    "startOffset": 127377,
                    "endLine": 1615,
                    "endColumn": 12,
                    "endOffset": 127516
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1461,
                        "startColumn": 4,
                        "startOffset": 112045,
                        "endLine": 1462,
                        "endColumn": 12,
                        "endOffset": 112184
                    }
                }
            },
            {
                "to": {
                    "startLine": 1616,
                    "startColumn": 4,
                    "startOffset": 127521,
                    "endLine": 1617,
                    "endColumn": 12,
                    "endOffset": 127644
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1463,
                        "startColumn": 4,
                        "startOffset": 112189,
                        "endLine": 1464,
                        "endColumn": 12,
                        "endOffset": 112312
                    }
                }
            },
            {
                "to": {
                    "startLine": 1618,
                    "startColumn": 4,
                    "startOffset": 127649,
                    "endColumn": 68,
                    "endOffset": 127713
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1465,
                        "startColumn": 4,
                        "startOffset": 112317,
                        "endColumn": 68,
                        "endOffset": 112381
                    }
                }
            },
            {
                "to": {
                    "startLine": 1619,
                    "startColumn": 4,
                    "startOffset": 127718,
                    "endColumn": 94,
                    "endOffset": 127808
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1466,
                        "startColumn": 4,
                        "startOffset": 112386,
                        "endColumn": 94,
                        "endOffset": 112476
                    }
                }
            },
            {
                "to": {
                    "startLine": 1620,
                    "startColumn": 4,
                    "startOffset": 127813,
                    "endColumn": 114,
                    "endOffset": 127923
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1467,
                        "startColumn": 4,
                        "startOffset": 112481,
                        "endColumn": 114,
                        "endOffset": 112591
                    }
                }
            },
            {
                "to": {
                    "startLine": 1621,
                    "startColumn": 4,
                    "startOffset": 127928,
                    "endColumn": 112,
                    "endOffset": 128036
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1468,
                        "startColumn": 4,
                        "startOffset": 112596,
                        "endColumn": 112,
                        "endOffset": 112704
                    }
                }
            },
            {
                "to": {
                    "startLine": 1622,
                    "startColumn": 4,
                    "startOffset": 128041,
                    "endColumn": 98,
                    "endOffset": 128135
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1469,
                        "startColumn": 4,
                        "startOffset": 112709,
                        "endColumn": 98,
                        "endOffset": 112803
                    }
                }
            },
            {
                "to": {
                    "startLine": 1623,
                    "startColumn": 4,
                    "startOffset": 128140,
                    "endColumn": 108,
                    "endOffset": 128244
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1470,
                        "startColumn": 4,
                        "startOffset": 112808,
                        "endColumn": 108,
                        "endOffset": 112912
                    }
                }
            },
            {
                "to": {
                    "startLine": 1624,
                    "startColumn": 4,
                    "startOffset": 128249,
                    "endColumn": 110,
                    "endOffset": 128355
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1471,
                        "startColumn": 4,
                        "startOffset": 112917,
                        "endColumn": 110,
                        "endOffset": 113023
                    }
                }
            },
            {
                "to": {
                    "startLine": 1625,
                    "startColumn": 4,
                    "startOffset": 128360,
                    "endColumn": 110,
                    "endOffset": 128466
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1472,
                        "startColumn": 4,
                        "startOffset": 113028,
                        "endColumn": 110,
                        "endOffset": 113134
                    }
                }
            },
            {
                "to": {
                    "startLine": 1626,
                    "startColumn": 4,
                    "startOffset": 128471,
                    "endColumn": 100,
                    "endOffset": 128567
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1473,
                        "startColumn": 4,
                        "startOffset": 113139,
                        "endColumn": 100,
                        "endOffset": 113235
                    }
                }
            },
            {
                "to": {
                    "startLine": 1627,
                    "startColumn": 4,
                    "startOffset": 128572,
                    "endColumn": 104,
                    "endOffset": 128672
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1474,
                        "startColumn": 4,
                        "startOffset": 113240,
                        "endColumn": 104,
                        "endOffset": 113340
                    }
                }
            },
            {
                "to": {
                    "startLine": 1628,
                    "startColumn": 4,
                    "startOffset": 128677,
                    "endLine": 1629,
                    "endColumn": 12,
                    "endOffset": 128784
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1475,
                        "startColumn": 4,
                        "startOffset": 113345,
                        "endLine": 1476,
                        "endColumn": 12,
                        "endOffset": 113452
                    }
                }
            },
            {
                "to": {
                    "startLine": 1630,
                    "startColumn": 4,
                    "startOffset": 128789,
                    "endLine": 1631,
                    "endColumn": 12,
                    "endOffset": 128914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1477,
                        "startColumn": 4,
                        "startOffset": 113457,
                        "endLine": 1478,
                        "endColumn": 12,
                        "endOffset": 113582
                    }
                }
            },
            {
                "to": {
                    "startLine": 1632,
                    "startColumn": 4,
                    "startOffset": 128919,
                    "endColumn": 90,
                    "endOffset": 129005
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1479,
                        "startColumn": 4,
                        "startOffset": 113587,
                        "endColumn": 90,
                        "endOffset": 113673
                    }
                }
            },
            {
                "to": {
                    "startLine": 1633,
                    "startColumn": 4,
                    "startOffset": 129010,
                    "endColumn": 122,
                    "endOffset": 129128
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1480,
                        "startColumn": 4,
                        "startOffset": 113678,
                        "endColumn": 122,
                        "endOffset": 113796
                    }
                }
            },
            {
                "to": {
                    "startLine": 1634,
                    "startColumn": 4,
                    "startOffset": 129133,
                    "endLine": 1635,
                    "endColumn": 12,
                    "endOffset": 129240
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1481,
                        "startColumn": 4,
                        "startOffset": 113801,
                        "endLine": 1482,
                        "endColumn": 12,
                        "endOffset": 113908
                    }
                }
            },
            {
                "to": {
                    "startLine": 1636,
                    "startColumn": 4,
                    "startOffset": 129245,
                    "endColumn": 85,
                    "endOffset": 129326
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1483,
                        "startColumn": 4,
                        "startOffset": 113913,
                        "endColumn": 85,
                        "endOffset": 113994
                    }
                }
            },
            {
                "to": {
                    "startLine": 1637,
                    "startColumn": 4,
                    "startOffset": 129331,
                    "endColumn": 103,
                    "endOffset": 129430
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1484,
                        "startColumn": 4,
                        "startOffset": 113999,
                        "endColumn": 103,
                        "endOffset": 114098
                    }
                }
            },
            {
                "to": {
                    "startLine": 1638,
                    "startColumn": 4,
                    "startOffset": 129435,
                    "endLine": 1639,
                    "endColumn": 12,
                    "endOffset": 129538
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1485,
                        "startColumn": 4,
                        "startOffset": 114103,
                        "endLine": 1486,
                        "endColumn": 12,
                        "endOffset": 114206
                    }
                }
            },
            {
                "to": {
                    "startLine": 1640,
                    "startColumn": 4,
                    "startOffset": 129543,
                    "endLine": 1641,
                    "endColumn": 12,
                    "endOffset": 129638
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1487,
                        "startColumn": 4,
                        "startOffset": 114211,
                        "endLine": 1488,
                        "endColumn": 12,
                        "endOffset": 114306
                    }
                }
            },
            {
                "to": {
                    "startLine": 1642,
                    "startColumn": 4,
                    "startOffset": 129643,
                    "endLine": 1643,
                    "endColumn": 12,
                    "endOffset": 129756
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1489,
                        "startColumn": 4,
                        "startOffset": 114311,
                        "endLine": 1490,
                        "endColumn": 12,
                        "endOffset": 114424
                    }
                }
            },
            {
                "to": {
                    "startLine": 1644,
                    "startColumn": 4,
                    "startOffset": 129761,
                    "endLine": 1645,
                    "endColumn": 12,
                    "endOffset": 129860
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1491,
                        "startColumn": 4,
                        "startOffset": 114429,
                        "endLine": 1492,
                        "endColumn": 12,
                        "endOffset": 114528
                    }
                }
            },
            {
                "to": {
                    "startLine": 1646,
                    "startColumn": 4,
                    "startOffset": 129865,
                    "endLine": 1647,
                    "endColumn": 12,
                    "endOffset": 129964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1493,
                        "startColumn": 4,
                        "startOffset": 114533,
                        "endLine": 1494,
                        "endColumn": 12,
                        "endOffset": 114632
                    }
                }
            },
            {
                "to": {
                    "startLine": 1648,
                    "startColumn": 4,
                    "startOffset": 129969,
                    "endLine": 1649,
                    "endColumn": 12,
                    "endOffset": 130090
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1495,
                        "startColumn": 4,
                        "startOffset": 114637,
                        "endLine": 1496,
                        "endColumn": 12,
                        "endOffset": 114758
                    }
                }
            },
            {
                "to": {
                    "startLine": 1650,
                    "startColumn": 4,
                    "startOffset": 130095,
                    "endColumn": 87,
                    "endOffset": 130178
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1497,
                        "startColumn": 4,
                        "startOffset": 114763,
                        "endColumn": 87,
                        "endOffset": 114846
                    }
                }
            },
            {
                "to": {
                    "startLine": 1651,
                    "startColumn": 4,
                    "startOffset": 130183,
                    "endColumn": 107,
                    "endOffset": 130286
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1498,
                        "startColumn": 4,
                        "startOffset": 114851,
                        "endColumn": 107,
                        "endOffset": 114954
                    }
                }
            },
            {
                "to": {
                    "startLine": 1652,
                    "startColumn": 4,
                    "startOffset": 130291,
                    "endColumn": 99,
                    "endOffset": 130386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1499,
                        "startColumn": 4,
                        "startOffset": 114959,
                        "endColumn": 99,
                        "endOffset": 115054
                    }
                }
            },
            {
                "to": {
                    "startLine": 1653,
                    "startColumn": 4,
                    "startOffset": 130391,
                    "endColumn": 89,
                    "endOffset": 130476
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1500,
                        "startColumn": 4,
                        "startOffset": 115059,
                        "endColumn": 89,
                        "endOffset": 115144
                    }
                }
            },
            {
                "to": {
                    "startLine": 1654,
                    "startColumn": 4,
                    "startOffset": 130481,
                    "endColumn": 109,
                    "endOffset": 130586
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1501,
                        "startColumn": 4,
                        "startOffset": 115149,
                        "endColumn": 109,
                        "endOffset": 115254
                    }
                }
            },
            {
                "to": {
                    "startLine": 1655,
                    "startColumn": 4,
                    "startOffset": 130591,
                    "endColumn": 83,
                    "endOffset": 130670
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1502,
                        "startColumn": 4,
                        "startOffset": 115259,
                        "endColumn": 83,
                        "endOffset": 115338
                    }
                }
            },
            {
                "to": {
                    "startLine": 1656,
                    "startColumn": 4,
                    "startOffset": 130675,
                    "endColumn": 83,
                    "endOffset": 130754
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1503,
                        "startColumn": 4,
                        "startOffset": 115343,
                        "endColumn": 83,
                        "endOffset": 115422
                    }
                }
            },
            {
                "to": {
                    "startLine": 1657,
                    "startColumn": 4,
                    "startOffset": 130759,
                    "endColumn": 53,
                    "endOffset": 130808
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1504,
                        "startColumn": 4,
                        "startOffset": 115427,
                        "endColumn": 53,
                        "endOffset": 115476
                    }
                }
            },
            {
                "to": {
                    "startLine": 1658,
                    "startColumn": 4,
                    "startOffset": 130813,
                    "endColumn": 63,
                    "endOffset": 130872
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1505,
                        "startColumn": 4,
                        "startOffset": 115481,
                        "endColumn": 63,
                        "endOffset": 115540
                    }
                }
            },
            {
                "to": {
                    "startLine": 1659,
                    "startColumn": 4,
                    "startOffset": 130877,
                    "endColumn": 105,
                    "endOffset": 130978
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1506,
                        "startColumn": 4,
                        "startOffset": 115545,
                        "endColumn": 105,
                        "endOffset": 115646
                    }
                }
            },
            {
                "to": {
                    "startLine": 1660,
                    "startColumn": 4,
                    "startOffset": 130983,
                    "endColumn": 109,
                    "endOffset": 131088
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1507,
                        "startColumn": 4,
                        "startOffset": 115651,
                        "endColumn": 109,
                        "endOffset": 115756
                    }
                }
            },
            {
                "to": {
                    "startLine": 1661,
                    "startColumn": 4,
                    "startOffset": 131093,
                    "endColumn": 83,
                    "endOffset": 131172
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1508,
                        "startColumn": 4,
                        "startOffset": 115761,
                        "endColumn": 83,
                        "endOffset": 115840
                    }
                }
            },
            {
                "to": {
                    "startLine": 1662,
                    "startColumn": 4,
                    "startOffset": 131177,
                    "endColumn": 119,
                    "endOffset": 131292
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 1509,
                        "startColumn": 4,
                        "startOffset": 115845,
                        "endColumn": 119,
                        "endOffset": 115960
                    }
                }
            },
            {
                "to": {
                    "startLine": 1663,
                    "startColumn": 4,
                    "startOffset": 131297,
                    "endLine": 1666,
                    "endColumn": 12,
                    "endOffset": 131510
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 124,
                        "startColumn": 4,
                        "startOffset": 13510,
                        "endLine": 127,
                        "endColumn": 12,
                        "endOffset": 13723
                    }
                }
            },
            {
                "to": {
                    "startLine": 1667,
                    "startColumn": 4,
                    "startOffset": 131515,
                    "endLine": 1672,
                    "endColumn": 12,
                    "endOffset": 131908
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 128,
                        "startColumn": 4,
                        "startOffset": 13728,
                        "endLine": 133,
                        "endColumn": 12,
                        "endOffset": 14121
                    }
                }
            },
            {
                "to": {
                    "startLine": 1673,
                    "startColumn": 4,
                    "startOffset": 131913,
                    "endLine": 1676,
                    "endColumn": 12,
                    "endOffset": 132115
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 134,
                        "startColumn": 4,
                        "startOffset": 14126,
                        "endLine": 137,
                        "endColumn": 12,
                        "endOffset": 14328
                    }
                }
            },
            {
                "to": {
                    "startLine": 1677,
                    "startColumn": 4,
                    "startOffset": 132120,
                    "endLine": 1679,
                    "endColumn": 12,
                    "endOffset": 132274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 138,
                        "startColumn": 4,
                        "startOffset": 14333,
                        "endLine": 140,
                        "endColumn": 12,
                        "endOffset": 14487
                    }
                }
            },
            {
                "to": {
                    "startLine": 1680,
                    "startColumn": 4,
                    "startOffset": 132279,
                    "endLine": 1688,
                    "endColumn": 12,
                    "endOffset": 132841
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 141,
                        "startColumn": 4,
                        "startOffset": 14492,
                        "endLine": 149,
                        "endColumn": 12,
                        "endOffset": 15054
                    }
                }
            },
            {
                "to": {
                    "startLine": 1689,
                    "startColumn": 4,
                    "startOffset": 132846,
                    "endLine": 1694,
                    "endColumn": 12,
                    "endOffset": 133202
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 150,
                        "startColumn": 4,
                        "startOffset": 15059,
                        "endLine": 155,
                        "endColumn": 12,
                        "endOffset": 15415
                    }
                }
            },
            {
                "to": {
                    "startLine": 1695,
                    "startColumn": 4,
                    "startOffset": 133207,
                    "endLine": 1697,
                    "endColumn": 12,
                    "endOffset": 133331
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 156,
                        "startColumn": 4,
                        "startOffset": 15420,
                        "endLine": 158,
                        "endColumn": 12,
                        "endOffset": 15544
                    }
                }
            },
            {
                "to": {
                    "startLine": 1698,
                    "startColumn": 4,
                    "startOffset": 133336,
                    "endLine": 1707,
                    "endColumn": 12,
                    "endOffset": 134075
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 159,
                        "startColumn": 4,
                        "startOffset": 15549,
                        "endLine": 168,
                        "endColumn": 12,
                        "endOffset": 16288
                    }
                }
            },
            {
                "to": {
                    "startLine": 1708,
                    "startColumn": 4,
                    "startOffset": 134080,
                    "endLine": 1711,
                    "endColumn": 12,
                    "endOffset": 134255
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 169,
                        "startColumn": 4,
                        "startOffset": 16293,
                        "endLine": 172,
                        "endColumn": 12,
                        "endOffset": 16468
                    }
                }
            },
            {
                "to": {
                    "startLine": 1712,
                    "startColumn": 4,
                    "startOffset": 134260,
                    "endLine": 1717,
                    "endColumn": 12,
                    "endOffset": 134696
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values\\values.xml",
                    "position": {
                        "startLine": 173,
                        "startColumn": 4,
                        "startOffset": 16473,
                        "endLine": 178,
                        "endColumn": 12,
                        "endOffset": 16909
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-zu\\values-zu.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 107,
                    "endOffset": 158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 107,
                        "endOffset": 158
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 163,
                    "endColumn": 107,
                    "endOffset": 266
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 163,
                        "endColumn": 107,
                        "endOffset": 266
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 271,
                    "endColumn": 122,
                    "endOffset": 389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 271,
                        "endColumn": 122,
                        "endOffset": 389
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 394,
                    "endColumn": 106,
                    "endOffset": 496
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 394,
                        "endColumn": 106,
                        "endOffset": 496
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 501,
                    "endColumn": 113,
                    "endOffset": 610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 501,
                        "endColumn": 113,
                        "endOffset": 610
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 615,
                    "endColumn": 87,
                    "endOffset": 698
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 615,
                        "endColumn": 87,
                        "endOffset": 698
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 703,
                    "endColumn": 102,
                    "endOffset": 801
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 703,
                        "endColumn": 102,
                        "endOffset": 801
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 806,
                    "endColumn": 126,
                    "endOffset": 928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 806,
                        "endColumn": 126,
                        "endOffset": 928
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 933,
                    "endColumn": 79,
                    "endOffset": 1008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 933,
                        "endColumn": 79,
                        "endOffset": 1008
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1013,
                    "endColumn": 79,
                    "endOffset": 1088
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1013,
                        "endColumn": 79,
                        "endOffset": 1088
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1093,
                    "endColumn": 85,
                    "endOffset": 1174
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1093,
                        "endColumn": 85,
                        "endOffset": 1174
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1179,
                    "endColumn": 103,
                    "endOffset": 1278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1179,
                        "endColumn": 103,
                        "endOffset": 1278
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1283,
                    "endColumn": 105,
                    "endOffset": 1384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1283,
                        "endColumn": 105,
                        "endOffset": 1384
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1389,
                    "endColumn": 97,
                    "endOffset": 1482
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1389,
                        "endColumn": 97,
                        "endOffset": 1482
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1487,
                    "endColumn": 106,
                    "endOffset": 1589
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1487,
                        "endColumn": 106,
                        "endOffset": 1589
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1594,
                    "endColumn": 105,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1594,
                        "endColumn": 105,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 105,
                    "endOffset": 1801
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 105,
                        "endOffset": 1801
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1806,
                    "endColumn": 119,
                    "endOffset": 1921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1806,
                        "endColumn": 119,
                        "endOffset": 1921
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1926,
                    "endColumn": 95,
                    "endOffset": 2017
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1926,
                        "endColumn": 95,
                        "endOffset": 2017
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2022,
                    "endColumn": 100,
                    "endOffset": 2118
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zu\\values-zu.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2022,
                        "endColumn": 100,
                        "endOffset": 2118
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW\\values-zh-rTW.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 94,
                    "endOffset": 145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 94,
                        "endOffset": 145
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 150,
                    "endColumn": 106,
                    "endOffset": 252
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 150,
                        "endColumn": 106,
                        "endOffset": 252
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 257,
                    "endColumn": 122,
                    "endOffset": 375
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 257,
                        "endColumn": 122,
                        "endOffset": 375
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 380,
                    "endColumn": 92,
                    "endOffset": 468
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 380,
                        "endColumn": 92,
                        "endOffset": 468
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 473,
                    "endColumn": 99,
                    "endOffset": 568
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 473,
                        "endColumn": 99,
                        "endOffset": 568
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 573,
                    "endColumn": 81,
                    "endOffset": 650
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 573,
                        "endColumn": 81,
                        "endOffset": 650
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 655,
                    "endColumn": 96,
                    "endOffset": 747
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 655,
                        "endColumn": 96,
                        "endOffset": 747
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 752,
                    "endColumn": 107,
                    "endOffset": 855
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 752,
                        "endColumn": 107,
                        "endOffset": 855
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 860,
                    "endColumn": 75,
                    "endOffset": 931
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 860,
                        "endColumn": 75,
                        "endOffset": 931
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 936,
                    "endColumn": 75,
                    "endOffset": 1007
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 936,
                        "endColumn": 75,
                        "endOffset": 1007
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1012,
                    "endColumn": 77,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1012,
                        "endColumn": 77,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 95,
                    "endOffset": 1181
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 95,
                        "endOffset": 1181
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1186,
                    "endColumn": 95,
                    "endOffset": 1277
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1186,
                        "endColumn": 95,
                        "endOffset": 1277
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1282,
                    "endColumn": 94,
                    "endOffset": 1372
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1282,
                        "endColumn": 94,
                        "endOffset": 1372
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1377,
                    "endColumn": 96,
                    "endOffset": 1469
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1377,
                        "endColumn": 96,
                        "endOffset": 1469
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1474,
                    "endColumn": 94,
                    "endOffset": 1564
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1474,
                        "endColumn": 94,
                        "endOffset": 1564
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1569,
                    "endColumn": 99,
                    "endOffset": 1664
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1569,
                        "endColumn": 99,
                        "endOffset": 1664
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1669,
                    "endColumn": 112,
                    "endOffset": 1777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1669,
                        "endColumn": 112,
                        "endOffset": 1777
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1782,
                    "endColumn": 93,
                    "endOffset": 1871
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1782,
                        "endColumn": 93,
                        "endOffset": 1871
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1876,
                    "endColumn": 100,
                    "endOffset": 1972
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1876,
                        "endColumn": 100,
                        "endOffset": 1972
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK\\values-zh-rHK.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 94,
                    "endOffset": 145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 94,
                        "endOffset": 145
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 150,
                    "endColumn": 106,
                    "endOffset": 252
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 150,
                        "endColumn": 106,
                        "endOffset": 252
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 257,
                    "endColumn": 122,
                    "endOffset": 375
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 257,
                        "endColumn": 122,
                        "endOffset": 375
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 380,
                    "endColumn": 92,
                    "endOffset": 468
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 380,
                        "endColumn": 92,
                        "endOffset": 468
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 473,
                    "endColumn": 99,
                    "endOffset": 568
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 473,
                        "endColumn": 99,
                        "endOffset": 568
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 573,
                    "endColumn": 81,
                    "endOffset": 650
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 573,
                        "endColumn": 81,
                        "endOffset": 650
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 655,
                    "endColumn": 96,
                    "endOffset": 747
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 655,
                        "endColumn": 96,
                        "endOffset": 747
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 752,
                    "endColumn": 107,
                    "endOffset": 855
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 752,
                        "endColumn": 107,
                        "endOffset": 855
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 860,
                    "endColumn": 75,
                    "endOffset": 931
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 860,
                        "endColumn": 75,
                        "endOffset": 931
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 936,
                    "endColumn": 75,
                    "endOffset": 1007
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 936,
                        "endColumn": 75,
                        "endOffset": 1007
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1012,
                    "endColumn": 77,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1012,
                        "endColumn": 77,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 95,
                    "endOffset": 1181
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 95,
                        "endOffset": 1181
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1186,
                    "endColumn": 95,
                    "endOffset": 1277
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1186,
                        "endColumn": 95,
                        "endOffset": 1277
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1282,
                    "endColumn": 94,
                    "endOffset": 1372
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1282,
                        "endColumn": 94,
                        "endOffset": 1372
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1377,
                    "endColumn": 96,
                    "endOffset": 1469
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1377,
                        "endColumn": 96,
                        "endOffset": 1469
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1474,
                    "endColumn": 94,
                    "endOffset": 1564
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1474,
                        "endColumn": 94,
                        "endOffset": 1564
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1569,
                    "endColumn": 97,
                    "endOffset": 1662
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1569,
                        "endColumn": 97,
                        "endOffset": 1662
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1667,
                    "endColumn": 112,
                    "endOffset": 1775
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1667,
                        "endColumn": 112,
                        "endOffset": 1775
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1780,
                    "endColumn": 93,
                    "endOffset": 1869
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1780,
                        "endColumn": 93,
                        "endOffset": 1869
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1874,
                    "endColumn": 101,
                    "endOffset": 1971
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1874,
                        "endColumn": 101,
                        "endOffset": 1971
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN\\values-zh-rCN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 95,
                    "endOffset": 146
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 95,
                        "endOffset": 146
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 151,
                    "endColumn": 106,
                    "endOffset": 253
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 151,
                        "endColumn": 106,
                        "endOffset": 253
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 258,
                    "endColumn": 122,
                    "endOffset": 376
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 258,
                        "endColumn": 122,
                        "endOffset": 376
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 381,
                    "endColumn": 94,
                    "endOffset": 471
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 381,
                        "endColumn": 94,
                        "endOffset": 471
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 476,
                    "endColumn": 99,
                    "endOffset": 571
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 476,
                        "endColumn": 99,
                        "endOffset": 571
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 576,
                    "endColumn": 81,
                    "endOffset": 653
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 576,
                        "endColumn": 81,
                        "endOffset": 653
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 658,
                    "endColumn": 96,
                    "endOffset": 750
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 658,
                        "endColumn": 96,
                        "endOffset": 750
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 755,
                    "endColumn": 105,
                    "endOffset": 856
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 755,
                        "endColumn": 105,
                        "endOffset": 856
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 861,
                    "endColumn": 75,
                    "endOffset": 932
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 861,
                        "endColumn": 75,
                        "endOffset": 932
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 937,
                    "endColumn": 75,
                    "endOffset": 1008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 937,
                        "endColumn": 75,
                        "endOffset": 1008
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1013,
                    "endColumn": 77,
                    "endOffset": 1086
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1013,
                        "endColumn": 77,
                        "endOffset": 1086
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1091,
                    "endColumn": 95,
                    "endOffset": 1182
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1091,
                        "endColumn": 95,
                        "endOffset": 1182
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1187,
                    "endColumn": 95,
                    "endOffset": 1278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1187,
                        "endColumn": 95,
                        "endOffset": 1278
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1283,
                    "endColumn": 94,
                    "endOffset": 1373
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1283,
                        "endColumn": 94,
                        "endOffset": 1373
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1378,
                    "endColumn": 96,
                    "endOffset": 1470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1378,
                        "endColumn": 96,
                        "endOffset": 1470
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1475,
                    "endColumn": 94,
                    "endOffset": 1565
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1475,
                        "endColumn": 94,
                        "endOffset": 1565
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1570,
                    "endColumn": 97,
                    "endOffset": 1663
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1570,
                        "endColumn": 97,
                        "endOffset": 1663
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1668,
                    "endColumn": 111,
                    "endOffset": 1775
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1668,
                        "endColumn": 111,
                        "endOffset": 1775
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1780,
                    "endColumn": 93,
                    "endOffset": 1869
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1780,
                        "endColumn": 93,
                        "endOffset": 1869
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1874,
                    "endColumn": 100,
                    "endOffset": 1970
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1874,
                        "endColumn": 100,
                        "endOffset": 1970
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4\\values-xlarge-v4.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 76,
                    "endOffset": 127
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 76,
                        "endOffset": 127
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 132,
                    "endColumn": 70,
                    "endOffset": 198
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 132,
                        "endColumn": 70,
                        "endOffset": 198
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 203,
                    "endColumn": 70,
                    "endOffset": 269
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 203,
                        "endColumn": 70,
                        "endOffset": 269
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 274,
                    "endColumn": 69,
                    "endOffset": 339
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 274,
                        "endColumn": 69,
                        "endOffset": 339
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 344,
                    "endColumn": 69,
                    "endOffset": 409
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 344,
                        "endColumn": 69,
                        "endOffset": 409
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 414,
                    "endColumn": 67,
                    "endOffset": 477
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 414,
                        "endColumn": 67,
                        "endOffset": 477
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 482,
                    "endColumn": 67,
                    "endOffset": 545
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 482,
                        "endColumn": 67,
                        "endOffset": 545
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 550,
                    "endColumn": 63,
                    "endOffset": 609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 550,
                        "endColumn": 63,
                        "endOffset": 609
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 614,
                    "endColumn": 54,
                    "endOffset": 664
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 614,
                        "endColumn": 54,
                        "endOffset": 664
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-land-v4\\values-xlarge-land-v4.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 63,
                    "endOffset": 114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-xlarge-land-v4\\values-xlarge-land-v4.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 63,
                        "endOffset": 114
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w820dp-v13\\values-w820dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 57,
                    "endOffset": 108
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values-w820dp\\dimens.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 295,
                        "endColumn": 57,
                        "endOffset": 348
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w720dp-v13\\values-w720dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 76,
                    "endOffset": 127
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w720dp-v13\\values-w720dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 76,
                        "endOffset": 127
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w600dp-v13\\values-w600dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 63,
                    "endOffset": 114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w600dp-v13\\values-w600dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 63,
                        "endOffset": 114
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 119,
                    "endColumn": 54,
                    "endOffset": 169
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w600dp-v13\\values-w600dp-v13.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 119,
                        "endColumn": 54,
                        "endOffset": 169
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w500dp-v13\\values-w500dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 54,
                    "endOffset": 105
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w500dp-v13\\values-w500dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 54,
                        "endOffset": 105
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w480dp-v13\\values-w480dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 61,
                    "endOffset": 112
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w480dp-v13\\values-w480dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 61,
                        "endOffset": 112
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 117,
                    "endColumn": 71,
                    "endOffset": 184
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w480dp-v13\\values-w480dp-v13.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 117,
                        "endColumn": 71,
                        "endOffset": 184
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-w360dp-v13\\values-w360dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 54,
                    "endOffset": 105
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-w360dp-v13\\values-w360dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 54,
                        "endOffset": 105
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-vi\\values-vi.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 113,
                    "endOffset": 164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 113,
                        "endOffset": 164
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 169,
                    "endColumn": 107,
                    "endOffset": 272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 169,
                        "endColumn": 107,
                        "endOffset": 272
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 277,
                    "endColumn": 122,
                    "endOffset": 395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 277,
                        "endColumn": 122,
                        "endOffset": 395
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 400,
                    "endColumn": 107,
                    "endOffset": 503
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 400,
                        "endColumn": 107,
                        "endOffset": 503
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 508,
                    "endColumn": 108,
                    "endOffset": 612
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 508,
                        "endColumn": 108,
                        "endOffset": 612
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 617,
                    "endColumn": 83,
                    "endOffset": 696
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 617,
                        "endColumn": 83,
                        "endOffset": 696
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 701,
                    "endColumn": 102,
                    "endOffset": 799
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 701,
                        "endColumn": 102,
                        "endOffset": 799
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 804,
                    "endColumn": 118,
                    "endOffset": 918
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 804,
                        "endColumn": 118,
                        "endOffset": 918
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 923,
                    "endColumn": 76,
                    "endOffset": 995
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 923,
                        "endColumn": 76,
                        "endOffset": 995
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1000,
                    "endColumn": 76,
                    "endOffset": 1072
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1000,
                        "endColumn": 76,
                        "endOffset": 1072
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1077,
                    "endColumn": 83,
                    "endOffset": 1156
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1077,
                        "endColumn": 83,
                        "endOffset": 1156
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1161,
                    "endColumn": 103,
                    "endOffset": 1260
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1161,
                        "endColumn": 103,
                        "endOffset": 1260
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1265,
                    "endColumn": 108,
                    "endOffset": 1369
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1265,
                        "endColumn": 108,
                        "endOffset": 1369
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1374,
                    "endColumn": 100,
                    "endOffset": 1470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1374,
                        "endColumn": 100,
                        "endOffset": 1470
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1475,
                    "endColumn": 104,
                    "endOffset": 1575
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1475,
                        "endColumn": 104,
                        "endOffset": 1575
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1580,
                    "endColumn": 113,
                    "endOffset": 1689
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1580,
                        "endColumn": 113,
                        "endOffset": 1689
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1694,
                    "endColumn": 104,
                    "endOffset": 1794
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1694,
                        "endColumn": 104,
                        "endOffset": 1794
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1799,
                    "endColumn": 119,
                    "endOffset": 1914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1799,
                        "endColumn": 119,
                        "endOffset": 1914
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1919,
                    "endColumn": 98,
                    "endOffset": 2013
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1919,
                        "endColumn": 98,
                        "endOffset": 2013
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2018,
                    "endColumn": 100,
                    "endOffset": 2114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-vi\\values-vi.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2018,
                        "endColumn": 100,
                        "endOffset": 2114
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v23\\values-v23.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 134,
                    "endOffset": 185
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 134,
                        "endOffset": 185
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 190,
                    "endColumn": 134,
                    "endOffset": 320
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 190,
                        "endColumn": 134,
                        "endOffset": 320
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 325,
                    "endColumn": 74,
                    "endOffset": 395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 325,
                        "endColumn": 74,
                        "endOffset": 395
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 400,
                    "endColumn": 86,
                    "endOffset": 482
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 400,
                        "endColumn": 86,
                        "endOffset": 482
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 487,
                    "endLine": 18,
                    "endColumn": 12,
                    "endOffset": 1272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 487,
                        "endLine": 18,
                        "endColumn": 12,
                        "endOffset": 1272
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1277,
                    "endLine": 31,
                    "endColumn": 12,
                    "endOffset": 2074
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1277,
                        "endLine": 31,
                        "endColumn": 12,
                        "endOffset": 2074
                    }
                }
            },
            {
                "to": {
                    "startLine": 32,
                    "startColumn": 4,
                    "startOffset": 2079,
                    "endColumn": 104,
                    "endOffset": 2179
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 2079,
                        "endColumn": 104,
                        "endOffset": 2179
                    }
                }
            },
            {
                "to": {
                    "startLine": 33,
                    "startColumn": 4,
                    "startOffset": 2184,
                    "endColumn": 114,
                    "endOffset": 2294
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 33,
                        "startColumn": 4,
                        "startOffset": 2184,
                        "endColumn": 114,
                        "endOffset": 2294
                    }
                }
            },
            {
                "to": {
                    "startLine": 34,
                    "startColumn": 4,
                    "startOffset": 2299,
                    "endColumn": 106,
                    "endOffset": 2401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 34,
                        "startColumn": 4,
                        "startOffset": 2299,
                        "endColumn": 106,
                        "endOffset": 2401
                    }
                }
            },
            {
                "to": {
                    "startLine": 35,
                    "startColumn": 4,
                    "startOffset": 2406,
                    "endColumn": 112,
                    "endOffset": 2514
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v23\\values-v23.xml",
                    "position": {
                        "startLine": 35,
                        "startColumn": 4,
                        "startOffset": 2406,
                        "endColumn": 112,
                        "endOffset": 2514
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v22\\values-v22.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 74,
                    "endOffset": 125
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v22\\values-v22.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 74,
                        "endOffset": 125
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 130,
                    "endColumn": 86,
                    "endOffset": 212
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v22\\values-v22.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 130,
                        "endColumn": 86,
                        "endOffset": 212
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 217,
                    "endLine": 8,
                    "endColumn": 12,
                    "endOffset": 548
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v22\\values-v22.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 217,
                        "endLine": 8,
                        "endColumn": 12,
                        "endOffset": 548
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 553,
                    "endLine": 13,
                    "endColumn": 12,
                    "endOffset": 896
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v22\\values-v22.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 553,
                        "endLine": 13,
                        "endColumn": 12,
                        "endOffset": 896
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v21\\values-v21.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 7,
                    "endColumn": 12,
                    "endOffset": 351
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\src\\main\\res\\values-v21\\styles.xml",
                    "position": {
                        "startLine": 1,
                        "startColumn": 4,
                        "startOffset": 18,
                        "endLine": 6,
                        "endColumn": 12,
                        "endOffset": 319
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 356,
                    "endColumn": 90,
                    "endOffset": 442
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 90,
                        "endOffset": 141
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 447,
                    "endColumn": 102,
                    "endOffset": 545
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 146,
                        "endColumn": 102,
                        "endOffset": 244
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 550,
                    "endColumn": 102,
                    "endOffset": 648
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 249,
                        "endColumn": 102,
                        "endOffset": 347
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 653,
                    "endColumn": 104,
                    "endOffset": 753
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 352,
                        "endColumn": 104,
                        "endOffset": 452
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 758,
                    "endColumn": 106,
                    "endOffset": 860
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 457,
                        "endColumn": 106,
                        "endOffset": 559
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 865,
                    "endColumn": 108,
                    "endOffset": 969
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 564,
                        "endColumn": 108,
                        "endOffset": 668
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 974,
                    "endColumn": 108,
                    "endOffset": 1078
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 673,
                        "endColumn": 108,
                        "endOffset": 777
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1083,
                    "endColumn": 108,
                    "endOffset": 1187
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 782,
                        "endColumn": 108,
                        "endOffset": 886
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1192,
                    "endColumn": 108,
                    "endOffset": 1296
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 891,
                        "endColumn": 108,
                        "endOffset": 995
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1301,
                    "endColumn": 108,
                    "endOffset": 1405
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1000,
                        "endColumn": 108,
                        "endOffset": 1104
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1410,
                    "endColumn": 106,
                    "endOffset": 1512
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1109,
                        "endColumn": 106,
                        "endOffset": 1211
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1517,
                    "endColumn": 102,
                    "endOffset": 1615
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1216,
                        "endColumn": 102,
                        "endOffset": 1314
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1620,
                    "endColumn": 118,
                    "endOffset": 1734
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1319,
                        "endColumn": 118,
                        "endOffset": 1433
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1739,
                    "endLine": 22,
                    "endColumn": 12,
                    "endOffset": 1889
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1438,
                        "endLine": 16,
                        "endColumn": 12,
                        "endOffset": 1588
                    }
                }
            },
            {
                "to": {
                    "startLine": 23,
                    "startColumn": 4,
                    "startOffset": 1894,
                    "endLine": 24,
                    "endColumn": 12,
                    "endOffset": 2044
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1593,
                        "endLine": 18,
                        "endColumn": 12,
                        "endOffset": 1743
                    }
                }
            },
            {
                "to": {
                    "startLine": 25,
                    "startColumn": 4,
                    "startOffset": 2049,
                    "endColumn": 104,
                    "endOffset": 2149
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1748,
                        "endColumn": 104,
                        "endOffset": 1848
                    }
                }
            },
            {
                "to": {
                    "startLine": 26,
                    "startColumn": 4,
                    "startOffset": 2154,
                    "endColumn": 120,
                    "endOffset": 2270
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1853,
                        "endColumn": 120,
                        "endOffset": 1969
                    }
                }
            },
            {
                "to": {
                    "startLine": 27,
                    "startColumn": 4,
                    "startOffset": 2275,
                    "endColumn": 100,
                    "endOffset": 2371
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1974,
                        "endColumn": 100,
                        "endOffset": 2070
                    }
                }
            },
            {
                "to": {
                    "startLine": 28,
                    "startColumn": 4,
                    "startOffset": 2376,
                    "endLine": 29,
                    "endColumn": 12,
                    "endOffset": 2518
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 22,
                        "startColumn": 4,
                        "startOffset": 2075,
                        "endLine": 23,
                        "endColumn": 12,
                        "endOffset": 2217
                    }
                }
            },
            {
                "to": {
                    "startLine": 30,
                    "startColumn": 4,
                    "startOffset": 2523,
                    "endLine": 31,
                    "endColumn": 12,
                    "endOffset": 2659
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 24,
                        "startColumn": 4,
                        "startOffset": 2222,
                        "endLine": 25,
                        "endColumn": 12,
                        "endOffset": 2358
                    }
                }
            },
            {
                "to": {
                    "startLine": 32,
                    "startColumn": 4,
                    "startOffset": 2664,
                    "endColumn": 102,
                    "endOffset": 2762
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 26,
                        "startColumn": 4,
                        "startOffset": 2363,
                        "endColumn": 102,
                        "endOffset": 2461
                    }
                }
            },
            {
                "to": {
                    "startLine": 33,
                    "startColumn": 4,
                    "startOffset": 2767,
                    "endColumn": 118,
                    "endOffset": 2881
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 27,
                        "startColumn": 4,
                        "startOffset": 2466,
                        "endColumn": 118,
                        "endOffset": 2580
                    }
                }
            },
            {
                "to": {
                    "startLine": 34,
                    "startColumn": 4,
                    "startOffset": 2886,
                    "endColumn": 106,
                    "endOffset": 2988
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 28,
                        "startColumn": 4,
                        "startOffset": 2585,
                        "endColumn": 106,
                        "endOffset": 2687
                    }
                }
            },
            {
                "to": {
                    "startLine": 35,
                    "startColumn": 4,
                    "startOffset": 2993,
                    "endColumn": 102,
                    "endOffset": 3091
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 29,
                        "startColumn": 4,
                        "startOffset": 2692,
                        "endColumn": 102,
                        "endOffset": 2790
                    }
                }
            },
            {
                "to": {
                    "startLine": 36,
                    "startColumn": 4,
                    "startOffset": 3096,
                    "endLine": 37,
                    "endColumn": 12,
                    "endOffset": 3246
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 30,
                        "startColumn": 4,
                        "startOffset": 2795,
                        "endLine": 31,
                        "endColumn": 12,
                        "endOffset": 2945
                    }
                }
            },
            {
                "to": {
                    "startLine": 38,
                    "startColumn": 4,
                    "startOffset": 3251,
                    "endLine": 39,
                    "endColumn": 12,
                    "endOffset": 3417
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 2950,
                        "endLine": 33,
                        "endColumn": 12,
                        "endOffset": 3116
                    }
                }
            },
            {
                "to": {
                    "startLine": 40,
                    "startColumn": 4,
                    "startOffset": 3422,
                    "endLine": 41,
                    "endColumn": 12,
                    "endOffset": 3566
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 34,
                        "startColumn": 4,
                        "startOffset": 3121,
                        "endLine": 35,
                        "endColumn": 12,
                        "endOffset": 3265
                    }
                }
            },
            {
                "to": {
                    "startLine": 42,
                    "startColumn": 4,
                    "startOffset": 3571,
                    "endLine": 43,
                    "endColumn": 12,
                    "endOffset": 3731
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 36,
                        "startColumn": 4,
                        "startOffset": 3270,
                        "endLine": 37,
                        "endColumn": 12,
                        "endOffset": 3430
                    }
                }
            },
            {
                "to": {
                    "startLine": 44,
                    "startColumn": 4,
                    "startOffset": 3736,
                    "endLine": 45,
                    "endColumn": 12,
                    "endOffset": 3888
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 38,
                        "startColumn": 4,
                        "startOffset": 3435,
                        "endLine": 39,
                        "endColumn": 12,
                        "endOffset": 3587
                    }
                }
            },
            {
                "to": {
                    "startLine": 46,
                    "startColumn": 4,
                    "startOffset": 3893,
                    "endLine": 47,
                    "endColumn": 12,
                    "endOffset": 4039
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 40,
                        "startColumn": 4,
                        "startOffset": 3592,
                        "endLine": 41,
                        "endColumn": 12,
                        "endOffset": 3738
                    }
                }
            },
            {
                "to": {
                    "startLine": 48,
                    "startColumn": 4,
                    "startOffset": 4044,
                    "endColumn": 118,
                    "endOffset": 4158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 42,
                        "startColumn": 4,
                        "startOffset": 3743,
                        "endColumn": 118,
                        "endOffset": 3857
                    }
                }
            },
            {
                "to": {
                    "startLine": 49,
                    "startColumn": 4,
                    "startOffset": 4163,
                    "endLine": 50,
                    "endColumn": 12,
                    "endOffset": 4307
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 43,
                        "startColumn": 4,
                        "startOffset": 3862,
                        "endLine": 44,
                        "endColumn": 12,
                        "endOffset": 4006
                    }
                }
            },
            {
                "to": {
                    "startLine": 51,
                    "startColumn": 4,
                    "startOffset": 4312,
                    "endLine": 52,
                    "endColumn": 12,
                    "endOffset": 4456
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 45,
                        "startColumn": 4,
                        "startOffset": 4011,
                        "endLine": 46,
                        "endColumn": 12,
                        "endOffset": 4155
                    }
                }
            },
            {
                "to": {
                    "startLine": 53,
                    "startColumn": 4,
                    "startOffset": 4461,
                    "endColumn": 111,
                    "endOffset": 4568
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 47,
                        "startColumn": 4,
                        "startOffset": 4160,
                        "endColumn": 111,
                        "endOffset": 4267
                    }
                }
            },
            {
                "to": {
                    "startLine": 54,
                    "startColumn": 4,
                    "startOffset": 4573,
                    "endColumn": 146,
                    "endOffset": 4715
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 48,
                        "startColumn": 4,
                        "startOffset": 4272,
                        "endColumn": 146,
                        "endOffset": 4414
                    }
                }
            },
            {
                "to": {
                    "startLine": 55,
                    "startColumn": 4,
                    "startOffset": 4720,
                    "endLine": 56,
                    "endColumn": 12,
                    "endOffset": 4868
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 49,
                        "startColumn": 4,
                        "startOffset": 4419,
                        "endLine": 50,
                        "endColumn": 12,
                        "endOffset": 4567
                    }
                }
            },
            {
                "to": {
                    "startLine": 57,
                    "startColumn": 4,
                    "startOffset": 4873,
                    "endLine": 58,
                    "endColumn": 12,
                    "endOffset": 5015
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 51,
                        "startColumn": 4,
                        "startOffset": 4572,
                        "endLine": 52,
                        "endColumn": 12,
                        "endOffset": 4714
                    }
                }
            },
            {
                "to": {
                    "startLine": 59,
                    "startColumn": 4,
                    "startOffset": 5020,
                    "endColumn": 74,
                    "endOffset": 5090
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 53,
                        "startColumn": 4,
                        "startOffset": 4719,
                        "endColumn": 74,
                        "endOffset": 4789
                    }
                }
            },
            {
                "to": {
                    "startLine": 60,
                    "startColumn": 4,
                    "startOffset": 5095,
                    "endColumn": 88,
                    "endOffset": 5179
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 54,
                        "startColumn": 4,
                        "startOffset": 4794,
                        "endColumn": 88,
                        "endOffset": 4878
                    }
                }
            },
            {
                "to": {
                    "startLine": 61,
                    "startColumn": 4,
                    "startOffset": 5184,
                    "endColumn": 86,
                    "endOffset": 5266
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 55,
                        "startColumn": 4,
                        "startOffset": 4883,
                        "endColumn": 86,
                        "endOffset": 4965
                    }
                }
            },
            {
                "to": {
                    "startLine": 62,
                    "startColumn": 4,
                    "startOffset": 5271,
                    "endColumn": 100,
                    "endOffset": 5367
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 56,
                        "startColumn": 4,
                        "startOffset": 4970,
                        "endColumn": 100,
                        "endOffset": 5066
                    }
                }
            },
            {
                "to": {
                    "startLine": 63,
                    "startColumn": 4,
                    "startOffset": 5372,
                    "endLine": 106,
                    "endColumn": 12,
                    "endOffset": 8435
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 57,
                        "startColumn": 4,
                        "startOffset": 5071,
                        "endLine": 100,
                        "endColumn": 12,
                        "endOffset": 8134
                    }
                }
            },
            {
                "to": {
                    "startLine": 107,
                    "startColumn": 4,
                    "startOffset": 8440,
                    "endLine": 109,
                    "endColumn": 12,
                    "endOffset": 8621
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 101,
                        "startColumn": 4,
                        "startOffset": 8139,
                        "endLine": 103,
                        "endColumn": 12,
                        "endOffset": 8320
                    }
                }
            },
            {
                "to": {
                    "startLine": 110,
                    "startColumn": 4,
                    "startOffset": 8626,
                    "endLine": 153,
                    "endColumn": 12,
                    "endOffset": 11701
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 104,
                        "startColumn": 4,
                        "startOffset": 8325,
                        "endLine": 147,
                        "endColumn": 12,
                        "endOffset": 11400
                    }
                }
            },
            {
                "to": {
                    "startLine": 154,
                    "startColumn": 4,
                    "startOffset": 11706,
                    "endLine": 156,
                    "endColumn": 12,
                    "endOffset": 11899
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 148,
                        "startColumn": 4,
                        "startOffset": 11405,
                        "endLine": 150,
                        "endColumn": 12,
                        "endOffset": 11598
                    }
                }
            },
            {
                "to": {
                    "startLine": 157,
                    "startColumn": 4,
                    "startOffset": 11904,
                    "endLine": 158,
                    "endColumn": 12,
                    "endOffset": 12022
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 151,
                        "startColumn": 4,
                        "startOffset": 11603,
                        "endLine": 152,
                        "endColumn": 12,
                        "endOffset": 11721
                    }
                }
            },
            {
                "to": {
                    "startLine": 159,
                    "startColumn": 4,
                    "startOffset": 12027,
                    "endLine": 160,
                    "endColumn": 12,
                    "endOffset": 12145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 153,
                        "startColumn": 4,
                        "startOffset": 11726,
                        "endLine": 154,
                        "endColumn": 12,
                        "endOffset": 11844
                    }
                }
            },
            {
                "to": {
                    "startLine": 161,
                    "startColumn": 4,
                    "startOffset": 12150,
                    "endLine": 162,
                    "endColumn": 12,
                    "endOffset": 12258
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 155,
                        "startColumn": 4,
                        "startOffset": 11849,
                        "endLine": 156,
                        "endColumn": 12,
                        "endOffset": 11957
                    }
                }
            },
            {
                "to": {
                    "startLine": 163,
                    "startColumn": 4,
                    "startOffset": 12263,
                    "endLine": 165,
                    "endColumn": 12,
                    "endOffset": 12441
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 157,
                        "startColumn": 4,
                        "startOffset": 11962,
                        "endLine": 159,
                        "endColumn": 12,
                        "endOffset": 12140
                    }
                }
            },
            {
                "to": {
                    "startLine": 166,
                    "startColumn": 4,
                    "startOffset": 12446,
                    "endLine": 167,
                    "endColumn": 12,
                    "endOffset": 12572
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 160,
                        "startColumn": 4,
                        "startOffset": 12145,
                        "endLine": 161,
                        "endColumn": 12,
                        "endOffset": 12271
                    }
                }
            },
            {
                "to": {
                    "startLine": 168,
                    "startColumn": 4,
                    "startOffset": 12577,
                    "endLine": 170,
                    "endColumn": 12,
                    "endOffset": 12773
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 162,
                        "startColumn": 4,
                        "startOffset": 12276,
                        "endLine": 164,
                        "endColumn": 12,
                        "endOffset": 12472
                    }
                }
            },
            {
                "to": {
                    "startLine": 171,
                    "startColumn": 4,
                    "startOffset": 12778,
                    "endColumn": 88,
                    "endOffset": 12862
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 165,
                        "startColumn": 4,
                        "startOffset": 12477,
                        "endColumn": 88,
                        "endOffset": 12561
                    }
                }
            },
            {
                "to": {
                    "startLine": 172,
                    "startColumn": 4,
                    "startOffset": 12867,
                    "endColumn": 110,
                    "endOffset": 12973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 166,
                        "startColumn": 4,
                        "startOffset": 12566,
                        "endColumn": 110,
                        "endOffset": 12672
                    }
                }
            },
            {
                "to": {
                    "startLine": 173,
                    "startColumn": 4,
                    "startOffset": 12978,
                    "endColumn": 126,
                    "endOffset": 13100
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 167,
                        "startColumn": 4,
                        "startOffset": 12677,
                        "endColumn": 126,
                        "endOffset": 12799
                    }
                }
            },
            {
                "to": {
                    "startLine": 174,
                    "startColumn": 4,
                    "startOffset": 13105,
                    "endColumn": 100,
                    "endOffset": 13201
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 168,
                        "startColumn": 4,
                        "startOffset": 12804,
                        "endColumn": 100,
                        "endOffset": 12900
                    }
                }
            },
            {
                "to": {
                    "startLine": 175,
                    "startColumn": 4,
                    "startOffset": 13206,
                    "endColumn": 94,
                    "endOffset": 13296
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 169,
                        "startColumn": 4,
                        "startOffset": 12905,
                        "endColumn": 94,
                        "endOffset": 12995
                    }
                }
            },
            {
                "to": {
                    "startLine": 176,
                    "startColumn": 4,
                    "startOffset": 13301,
                    "endColumn": 122,
                    "endOffset": 13419
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 170,
                        "startColumn": 4,
                        "startOffset": 13000,
                        "endColumn": 122,
                        "endOffset": 13118
                    }
                }
            },
            {
                "to": {
                    "startLine": 177,
                    "startColumn": 4,
                    "startOffset": 13424,
                    "endColumn": 128,
                    "endOffset": 13548
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 171,
                        "startColumn": 4,
                        "startOffset": 13123,
                        "endColumn": 128,
                        "endOffset": 13247
                    }
                }
            },
            {
                "to": {
                    "startLine": 178,
                    "startColumn": 4,
                    "startOffset": 13553,
                    "endColumn": 116,
                    "endOffset": 13665
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 172,
                        "startColumn": 4,
                        "startOffset": 13252,
                        "endColumn": 116,
                        "endOffset": 13364
                    }
                }
            },
            {
                "to": {
                    "startLine": 179,
                    "startColumn": 4,
                    "startOffset": 13670,
                    "endLine": 181,
                    "endColumn": 12,
                    "endOffset": 13842
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 173,
                        "startColumn": 4,
                        "startOffset": 13369,
                        "endLine": 175,
                        "endColumn": 12,
                        "endOffset": 13541
                    }
                }
            },
            {
                "to": {
                    "startLine": 182,
                    "startColumn": 4,
                    "startOffset": 13847,
                    "endColumn": 98,
                    "endOffset": 13941
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 176,
                        "startColumn": 4,
                        "startOffset": 13546,
                        "endColumn": 98,
                        "endOffset": 13640
                    }
                }
            },
            {
                "to": {
                    "startLine": 183,
                    "startColumn": 4,
                    "startOffset": 13946,
                    "endLine": 184,
                    "endColumn": 12,
                    "endOffset": 14076
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 177,
                        "startColumn": 4,
                        "startOffset": 13645,
                        "endLine": 178,
                        "endColumn": 12,
                        "endOffset": 13775
                    }
                }
            },
            {
                "to": {
                    "startLine": 185,
                    "startColumn": 4,
                    "startOffset": 14081,
                    "endLine": 186,
                    "endColumn": 12,
                    "endOffset": 14219
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 179,
                        "startColumn": 4,
                        "startOffset": 13780,
                        "endLine": 180,
                        "endColumn": 12,
                        "endOffset": 13918
                    }
                }
            },
            {
                "to": {
                    "startLine": 187,
                    "startColumn": 4,
                    "startOffset": 14224,
                    "endLine": 188,
                    "endColumn": 12,
                    "endOffset": 14354
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 181,
                        "startColumn": 4,
                        "startOffset": 13923,
                        "endLine": 182,
                        "endColumn": 12,
                        "endOffset": 14053
                    }
                }
            },
            {
                "to": {
                    "startLine": 189,
                    "startColumn": 4,
                    "startOffset": 14359,
                    "endLine": 190,
                    "endColumn": 12,
                    "endOffset": 14473
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 183,
                        "startColumn": 4,
                        "startOffset": 14058,
                        "endLine": 184,
                        "endColumn": 12,
                        "endOffset": 14172
                    }
                }
            },
            {
                "to": {
                    "startLine": 191,
                    "startColumn": 4,
                    "startOffset": 14478,
                    "endLine": 194,
                    "endColumn": 12,
                    "endOffset": 14674
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 185,
                        "startColumn": 4,
                        "startOffset": 14177,
                        "endLine": 188,
                        "endColumn": 12,
                        "endOffset": 14373
                    }
                }
            },
            {
                "to": {
                    "startLine": 195,
                    "startColumn": 4,
                    "startOffset": 14679,
                    "endLine": 196,
                    "endColumn": 12,
                    "endOffset": 14793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 189,
                        "startColumn": 4,
                        "startOffset": 14378,
                        "endLine": 190,
                        "endColumn": 12,
                        "endOffset": 14492
                    }
                }
            },
            {
                "to": {
                    "startLine": 197,
                    "startColumn": 4,
                    "startOffset": 14798,
                    "endColumn": 92,
                    "endOffset": 14886
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 191,
                        "startColumn": 4,
                        "startOffset": 14497,
                        "endColumn": 92,
                        "endOffset": 14585
                    }
                }
            },
            {
                "to": {
                    "startLine": 198,
                    "startColumn": 4,
                    "startOffset": 14891,
                    "endColumn": 110,
                    "endOffset": 14997
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 192,
                        "startColumn": 4,
                        "startOffset": 14590,
                        "endColumn": 110,
                        "endOffset": 14696
                    }
                }
            },
            {
                "to": {
                    "startLine": 199,
                    "startColumn": 4,
                    "startOffset": 15002,
                    "endColumn": 55,
                    "endOffset": 15053
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 193,
                        "startColumn": 4,
                        "startOffset": 14701,
                        "endColumn": 55,
                        "endOffset": 14752
                    }
                }
            },
            {
                "to": {
                    "startLine": 200,
                    "startColumn": 4,
                    "startOffset": 15058,
                    "endLine": 201,
                    "endColumn": 12,
                    "endOffset": 15160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 194,
                        "startColumn": 4,
                        "startOffset": 14757,
                        "endLine": 195,
                        "endColumn": 12,
                        "endOffset": 14859
                    }
                }
            },
            {
                "to": {
                    "startLine": 202,
                    "startColumn": 4,
                    "startOffset": 15165,
                    "endLine": 205,
                    "endColumn": 12,
                    "endOffset": 15355
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 196,
                        "startColumn": 4,
                        "startOffset": 14864,
                        "endLine": 199,
                        "endColumn": 12,
                        "endOffset": 15054
                    }
                }
            },
            {
                "to": {
                    "startLine": 206,
                    "startColumn": 4,
                    "startOffset": 15360,
                    "endLine": 207,
                    "endColumn": 12,
                    "endOffset": 15466
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 200,
                        "startColumn": 4,
                        "startOffset": 15059,
                        "endLine": 201,
                        "endColumn": 12,
                        "endOffset": 15165
                    }
                }
            },
            {
                "to": {
                    "startLine": 208,
                    "startColumn": 4,
                    "startOffset": 15471,
                    "endLine": 209,
                    "endColumn": 12,
                    "endOffset": 15599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 202,
                        "startColumn": 4,
                        "startOffset": 15170,
                        "endLine": 203,
                        "endColumn": 12,
                        "endOffset": 15298
                    }
                }
            },
            {
                "to": {
                    "startLine": 210,
                    "startColumn": 4,
                    "startOffset": 15604,
                    "endColumn": 94,
                    "endOffset": 15694
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 204,
                        "startColumn": 4,
                        "startOffset": 15303,
                        "endColumn": 94,
                        "endOffset": 15393
                    }
                }
            },
            {
                "to": {
                    "startLine": 211,
                    "startColumn": 4,
                    "startOffset": 15699,
                    "endColumn": 90,
                    "endOffset": 15785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 205,
                        "startColumn": 4,
                        "startOffset": 15398,
                        "endColumn": 90,
                        "endOffset": 15484
                    }
                }
            },
            {
                "to": {
                    "startLine": 212,
                    "startColumn": 4,
                    "startOffset": 15790,
                    "endColumn": 90,
                    "endOffset": 15876
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 206,
                        "startColumn": 4,
                        "startOffset": 15489,
                        "endColumn": 90,
                        "endOffset": 15575
                    }
                }
            },
            {
                "to": {
                    "startLine": 213,
                    "startColumn": 4,
                    "startOffset": 15881,
                    "endColumn": 116,
                    "endOffset": 15993
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 207,
                        "startColumn": 4,
                        "startOffset": 15580,
                        "endColumn": 116,
                        "endOffset": 15692
                    }
                }
            },
            {
                "to": {
                    "startLine": 214,
                    "startColumn": 4,
                    "startOffset": 15998,
                    "endLine": 215,
                    "endColumn": 12,
                    "endOffset": 16132
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 208,
                        "startColumn": 4,
                        "startOffset": 15697,
                        "endLine": 209,
                        "endColumn": 12,
                        "endOffset": 15831
                    }
                }
            },
            {
                "to": {
                    "startLine": 216,
                    "startColumn": 4,
                    "startOffset": 16137,
                    "endLine": 225,
                    "endColumn": 12,
                    "endOffset": 16645
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 210,
                        "startColumn": 4,
                        "startOffset": 15836,
                        "endLine": 219,
                        "endColumn": 12,
                        "endOffset": 16344
                    }
                }
            },
            {
                "to": {
                    "startLine": 226,
                    "startColumn": 4,
                    "startOffset": 16650,
                    "endLine": 235,
                    "endColumn": 12,
                    "endOffset": 17170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 220,
                        "startColumn": 4,
                        "startOffset": 16349,
                        "endLine": 229,
                        "endColumn": 12,
                        "endOffset": 16869
                    }
                }
            },
            {
                "to": {
                    "startLine": 236,
                    "startColumn": 4,
                    "startOffset": 17175,
                    "endLine": 245,
                    "endColumn": 12,
                    "endOffset": 17850
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 230,
                        "startColumn": 4,
                        "startOffset": 16874,
                        "endLine": 239,
                        "endColumn": 12,
                        "endOffset": 17549
                    }
                }
            },
            {
                "to": {
                    "startLine": 246,
                    "startColumn": 4,
                    "startOffset": 17855,
                    "endColumn": 56,
                    "endOffset": 17907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 240,
                        "startColumn": 4,
                        "startOffset": 17554,
                        "endColumn": 56,
                        "endOffset": 17606
                    }
                }
            },
            {
                "to": {
                    "startLine": 247,
                    "startColumn": 4,
                    "startOffset": 17912,
                    "endColumn": 57,
                    "endOffset": 17965
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v21\\values-v21.xml",
                    "position": {
                        "startLine": 241,
                        "startColumn": 4,
                        "startOffset": 17611,
                        "endColumn": 57,
                        "endOffset": 17664
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v18\\values-v18.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 48,
                    "endOffset": 99
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v18\\values-v18.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 48,
                        "endOffset": 99
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v17\\values-v17.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 4,
                    "endColumn": 12,
                    "endOffset": 223
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 4,
                        "endColumn": 12,
                        "endOffset": 223
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 228,
                    "endLine": 8,
                    "endColumn": 12,
                    "endOffset": 451
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 228,
                        "endLine": 8,
                        "endColumn": 12,
                        "endOffset": 451
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 456,
                    "endLine": 11,
                    "endColumn": 12,
                    "endOffset": 609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 456,
                        "endLine": 11,
                        "endColumn": 12,
                        "endOffset": 609
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 614,
                    "endLine": 14,
                    "endColumn": 12,
                    "endOffset": 759
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 614,
                        "endLine": 14,
                        "endColumn": 12,
                        "endOffset": 759
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 764,
                    "endLine": 17,
                    "endColumn": 12,
                    "endOffset": 931
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 764,
                        "endLine": 17,
                        "endColumn": 12,
                        "endOffset": 931
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 936,
                    "endLine": 21,
                    "endColumn": 12,
                    "endOffset": 1159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 936,
                        "endLine": 21,
                        "endColumn": 12,
                        "endOffset": 1159
                    }
                }
            },
            {
                "to": {
                    "startLine": 22,
                    "startColumn": 4,
                    "startOffset": 1164,
                    "endLine": 25,
                    "endColumn": 12,
                    "endOffset": 1401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 22,
                        "startColumn": 4,
                        "startOffset": 1164,
                        "endLine": 25,
                        "endColumn": 12,
                        "endOffset": 1401
                    }
                }
            },
            {
                "to": {
                    "startLine": 26,
                    "startColumn": 4,
                    "startOffset": 1406,
                    "endLine": 28,
                    "endColumn": 12,
                    "endOffset": 1572
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 26,
                        "startColumn": 4,
                        "startOffset": 1406,
                        "endLine": 28,
                        "endColumn": 12,
                        "endOffset": 1572
                    }
                }
            },
            {
                "to": {
                    "startLine": 29,
                    "startColumn": 4,
                    "startOffset": 1577,
                    "endLine": 31,
                    "endColumn": 12,
                    "endOffset": 1746
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 29,
                        "startColumn": 4,
                        "startOffset": 1577,
                        "endLine": 31,
                        "endColumn": 12,
                        "endOffset": 1746
                    }
                }
            },
            {
                "to": {
                    "startLine": 32,
                    "startColumn": 4,
                    "startOffset": 1751,
                    "endLine": 34,
                    "endColumn": 12,
                    "endOffset": 1915
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 1751,
                        "endLine": 34,
                        "endColumn": 12,
                        "endOffset": 1915
                    }
                }
            },
            {
                "to": {
                    "startLine": 35,
                    "startColumn": 4,
                    "startOffset": 1920,
                    "endLine": 38,
                    "endColumn": 12,
                    "endOffset": 2188
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 35,
                        "startColumn": 4,
                        "startOffset": 1920,
                        "endLine": 38,
                        "endColumn": 12,
                        "endOffset": 2188
                    }
                }
            },
            {
                "to": {
                    "startLine": 39,
                    "startColumn": 4,
                    "startOffset": 2193,
                    "endLine": 41,
                    "endColumn": 12,
                    "endOffset": 2388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 39,
                        "startColumn": 4,
                        "startOffset": 2193,
                        "endLine": 41,
                        "endColumn": 12,
                        "endOffset": 2388
                    }
                }
            },
            {
                "to": {
                    "startLine": 42,
                    "startColumn": 4,
                    "startOffset": 2393,
                    "endLine": 45,
                    "endColumn": 12,
                    "endOffset": 2592
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 42,
                        "startColumn": 4,
                        "startOffset": 2393,
                        "endLine": 45,
                        "endColumn": 12,
                        "endOffset": 2592
                    }
                }
            },
            {
                "to": {
                    "startLine": 46,
                    "startColumn": 4,
                    "startOffset": 2597,
                    "endLine": 49,
                    "endColumn": 12,
                    "endOffset": 2921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v17\\values-v17.xml",
                    "position": {
                        "startLine": 46,
                        "startColumn": 4,
                        "startOffset": 2597,
                        "endLine": 49,
                        "endColumn": 12,
                        "endOffset": 2921
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v14\\values-v14.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 6,
                    "endColumn": 12,
                    "endOffset": 326
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 6,
                        "endColumn": 12,
                        "endOffset": 326
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 331,
                    "endColumn": 70,
                    "endOffset": 397
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 331,
                        "endColumn": 70,
                        "endOffset": 397
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 402,
                    "endColumn": 82,
                    "endOffset": 480
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 402,
                        "endColumn": 82,
                        "endOffset": 480
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 485,
                    "endLine": 14,
                    "endColumn": 12,
                    "endOffset": 890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 485,
                        "endLine": 14,
                        "endColumn": 12,
                        "endOffset": 890
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 895,
                    "endLine": 20,
                    "endColumn": 12,
                    "endOffset": 1312
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 895,
                        "endLine": 20,
                        "endColumn": 12,
                        "endOffset": 1312
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1317,
                    "endColumn": 119,
                    "endOffset": 1432
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1317,
                        "endColumn": 119,
                        "endOffset": 1432
                    }
                }
            },
            {
                "to": {
                    "startLine": 22,
                    "startColumn": 4,
                    "startOffset": 1437,
                    "endColumn": 62,
                    "endOffset": 1495
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 22,
                        "startColumn": 4,
                        "startOffset": 1437,
                        "endColumn": 62,
                        "endOffset": 1495
                    }
                }
            },
            {
                "to": {
                    "startLine": 23,
                    "startColumn": 4,
                    "startOffset": 1500,
                    "endLine": 25,
                    "endColumn": 12,
                    "endOffset": 1649
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 23,
                        "startColumn": 4,
                        "startOffset": 1500,
                        "endLine": 25,
                        "endColumn": 12,
                        "endOffset": 1649
                    }
                }
            },
            {
                "to": {
                    "startLine": 26,
                    "startColumn": 4,
                    "startOffset": 1654,
                    "endColumn": 62,
                    "endOffset": 1712
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 26,
                        "startColumn": 4,
                        "startOffset": 1654,
                        "endColumn": 62,
                        "endOffset": 1712
                    }
                }
            },
            {
                "to": {
                    "startLine": 27,
                    "startColumn": 4,
                    "startOffset": 1717,
                    "endColumn": 131,
                    "endOffset": 1844
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v14\\values-v14.xml",
                    "position": {
                        "startLine": 27,
                        "startColumn": 4,
                        "startOffset": 1717,
                        "endColumn": 131,
                        "endOffset": 1844
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v13\\values-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 58,
                    "endOffset": 109
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v13\\values-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 58,
                        "endOffset": 109
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v12\\values-v12.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 4,
                    "endColumn": 12,
                    "endOffset": 274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v12\\values-v12.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 4,
                        "endColumn": 12,
                        "endOffset": 274
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 279,
                    "endLine": 7,
                    "endColumn": 12,
                    "endOffset": 474
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v12\\values-v12.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 279,
                        "endLine": 7,
                        "endColumn": 12,
                        "endOffset": 474
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 479,
                    "endColumn": 118,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v12\\values-v12.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 479,
                        "endColumn": 118,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 94,
                    "endOffset": 688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v12\\values-v12.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 94,
                        "endOffset": 688
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v11\\values-v11.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 7,
                    "endColumn": 12,
                    "endOffset": 469
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 7,
                        "endColumn": 12,
                        "endOffset": 469
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 474,
                    "endLine": 13,
                    "endColumn": 12,
                    "endOffset": 894
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 474,
                        "endLine": 13,
                        "endColumn": 12,
                        "endOffset": 894
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 899,
                    "endLine": 19,
                    "endColumn": 12,
                    "endOffset": 1322
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 899,
                        "endLine": 19,
                        "endColumn": 12,
                        "endOffset": 1322
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1327,
                    "endLine": 25,
                    "endColumn": 12,
                    "endOffset": 1748
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1327,
                        "endLine": 25,
                        "endColumn": 12,
                        "endOffset": 1748
                    }
                }
            },
            {
                "to": {
                    "startLine": 26,
                    "startColumn": 4,
                    "startOffset": 1753,
                    "endLine": 31,
                    "endColumn": 12,
                    "endOffset": 2175
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 26,
                        "startColumn": 4,
                        "startOffset": 1753,
                        "endLine": 31,
                        "endColumn": 12,
                        "endOffset": 2175
                    }
                }
            },
            {
                "to": {
                    "startLine": 32,
                    "startColumn": 4,
                    "startOffset": 2180,
                    "endLine": 37,
                    "endColumn": 12,
                    "endOffset": 2600
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 32,
                        "startColumn": 4,
                        "startOffset": 2180,
                        "endLine": 37,
                        "endColumn": 12,
                        "endOffset": 2600
                    }
                }
            },
            {
                "to": {
                    "startLine": 38,
                    "startColumn": 4,
                    "startOffset": 2605,
                    "endColumn": 88,
                    "endOffset": 2689
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 38,
                        "startColumn": 4,
                        "startOffset": 2605,
                        "endColumn": 88,
                        "endOffset": 2689
                    }
                }
            },
            {
                "to": {
                    "startLine": 39,
                    "startColumn": 4,
                    "startOffset": 2694,
                    "endColumn": 100,
                    "endOffset": 2790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 39,
                        "startColumn": 4,
                        "startOffset": 2694,
                        "endColumn": 100,
                        "endOffset": 2790
                    }
                }
            },
            {
                "to": {
                    "startLine": 40,
                    "startColumn": 4,
                    "startOffset": 2795,
                    "endLine": 44,
                    "endColumn": 12,
                    "endOffset": 3198
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 40,
                        "startColumn": 4,
                        "startOffset": 2795,
                        "endLine": 44,
                        "endColumn": 12,
                        "endOffset": 3198
                    }
                }
            },
            {
                "to": {
                    "startLine": 45,
                    "startColumn": 4,
                    "startOffset": 3203,
                    "endLine": 49,
                    "endColumn": 12,
                    "endOffset": 3618
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 45,
                        "startColumn": 4,
                        "startOffset": 3203,
                        "endLine": 49,
                        "endColumn": 12,
                        "endOffset": 3618
                    }
                }
            },
            {
                "to": {
                    "startLine": 50,
                    "startColumn": 4,
                    "startOffset": 3623,
                    "endLine": 51,
                    "endColumn": 12,
                    "endOffset": 3725
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 50,
                        "startColumn": 4,
                        "startOffset": 3623,
                        "endLine": 51,
                        "endColumn": 12,
                        "endOffset": 3725
                    }
                }
            },
            {
                "to": {
                    "startLine": 52,
                    "startColumn": 4,
                    "startOffset": 3730,
                    "endLine": 53,
                    "endColumn": 12,
                    "endOffset": 3854
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 52,
                        "startColumn": 4,
                        "startOffset": 3730,
                        "endLine": 53,
                        "endColumn": 12,
                        "endOffset": 3854
                    }
                }
            },
            {
                "to": {
                    "startLine": 54,
                    "startColumn": 4,
                    "startOffset": 3859,
                    "endColumn": 70,
                    "endOffset": 3925
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 54,
                        "startColumn": 4,
                        "startOffset": 3859,
                        "endColumn": 70,
                        "endOffset": 3925
                    }
                }
            },
            {
                "to": {
                    "startLine": 55,
                    "startColumn": 4,
                    "startOffset": 3930,
                    "endColumn": 82,
                    "endOffset": 4008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 55,
                        "startColumn": 4,
                        "startOffset": 3930,
                        "endColumn": 82,
                        "endOffset": 4008
                    }
                }
            },
            {
                "to": {
                    "startLine": 56,
                    "startColumn": 4,
                    "startOffset": 4013,
                    "endLine": 106,
                    "endColumn": 12,
                    "endOffset": 7716
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 56,
                        "startColumn": 4,
                        "startOffset": 4013,
                        "endLine": 106,
                        "endColumn": 12,
                        "endOffset": 7716
                    }
                }
            },
            {
                "to": {
                    "startLine": 107,
                    "startColumn": 4,
                    "startOffset": 7721,
                    "endLine": 158,
                    "endColumn": 12,
                    "endOffset": 11564
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 107,
                        "startColumn": 4,
                        "startOffset": 7721,
                        "endLine": 158,
                        "endColumn": 12,
                        "endOffset": 11564
                    }
                }
            },
            {
                "to": {
                    "startLine": 159,
                    "startColumn": 4,
                    "startOffset": 11569,
                    "endColumn": 90,
                    "endOffset": 11655
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-v11\\values-v11.xml",
                    "position": {
                        "startLine": 159,
                        "startColumn": 4,
                        "startOffset": 11569,
                        "endColumn": 90,
                        "endOffset": 11655
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-uz-rUZ\\values-uz-rUZ.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 103,
                    "endOffset": 490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 103,
                        "endOffset": 490
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 495,
                    "endColumn": 116,
                    "endOffset": 607
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 495,
                        "endColumn": 116,
                        "endOffset": 607
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 612,
                    "endColumn": 85,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 612,
                        "endColumn": 85,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 110,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 110,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 115,
                    "endOffset": 920
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 115,
                        "endOffset": 920
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 925,
                    "endColumn": 79,
                    "endOffset": 1000
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 925,
                        "endColumn": 79,
                        "endOffset": 1000
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1005,
                    "endColumn": 78,
                    "endOffset": 1079
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1005,
                        "endColumn": 78,
                        "endOffset": 1079
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1084,
                    "endColumn": 83,
                    "endOffset": 1163
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1084,
                        "endColumn": 83,
                        "endOffset": 1163
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1168,
                    "endColumn": 108,
                    "endOffset": 1272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1168,
                        "endColumn": 108,
                        "endOffset": 1272
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1277,
                    "endColumn": 106,
                    "endOffset": 1379
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1277,
                        "endColumn": 106,
                        "endOffset": 1379
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1384,
                    "endColumn": 100,
                    "endOffset": 1480
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1384,
                        "endColumn": 100,
                        "endOffset": 1480
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1485,
                    "endColumn": 107,
                    "endOffset": 1588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1485,
                        "endColumn": 107,
                        "endOffset": 1588
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1593,
                    "endColumn": 104,
                    "endOffset": 1693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1593,
                        "endColumn": 104,
                        "endOffset": 1693
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1698,
                    "endColumn": 104,
                    "endOffset": 1798
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1698,
                        "endColumn": 104,
                        "endOffset": 1798
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1803,
                    "endColumn": 98,
                    "endOffset": 1897
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1803,
                        "endColumn": 98,
                        "endOffset": 1897
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1902,
                    "endColumn": 100,
                    "endOffset": 1998
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1902,
                        "endColumn": 100,
                        "endOffset": 1998
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ur-rPK\\values-ur-rPK.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 109,
                    "endOffset": 160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 109,
                        "endOffset": 160
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 165,
                    "endColumn": 107,
                    "endOffset": 268
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 165,
                        "endColumn": 107,
                        "endOffset": 268
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 273,
                    "endColumn": 122,
                    "endOffset": 391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 273,
                        "endColumn": 122,
                        "endOffset": 391
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 396,
                    "endColumn": 105,
                    "endOffset": 497
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 396,
                        "endColumn": 105,
                        "endOffset": 497
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 502,
                    "endColumn": 108,
                    "endOffset": 606
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 502,
                        "endColumn": 108,
                        "endOffset": 606
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 611,
                    "endColumn": 85,
                    "endOffset": 692
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 611,
                        "endColumn": 85,
                        "endOffset": 692
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 697,
                    "endColumn": 103,
                    "endOffset": 796
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 697,
                        "endColumn": 103,
                        "endOffset": 796
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 801,
                    "endColumn": 119,
                    "endOffset": 916
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 801,
                        "endColumn": 119,
                        "endOffset": 916
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 921,
                    "endColumn": 75,
                    "endOffset": 992
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 921,
                        "endColumn": 75,
                        "endOffset": 992
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 997,
                    "endColumn": 75,
                    "endOffset": 1068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 997,
                        "endColumn": 75,
                        "endOffset": 1068
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1073,
                    "endColumn": 84,
                    "endOffset": 1153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1073,
                        "endColumn": 84,
                        "endOffset": 1153
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1158,
                    "endColumn": 107,
                    "endOffset": 1261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1158,
                        "endColumn": 107,
                        "endOffset": 1261
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1266,
                    "endColumn": 108,
                    "endOffset": 1370
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1266,
                        "endColumn": 108,
                        "endOffset": 1370
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1375,
                    "endColumn": 101,
                    "endOffset": 1472
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1375,
                        "endColumn": 101,
                        "endOffset": 1472
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1477,
                    "endColumn": 110,
                    "endOffset": 1583
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1477,
                        "endColumn": 110,
                        "endOffset": 1583
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1588,
                    "endColumn": 99,
                    "endOffset": 1683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1588,
                        "endColumn": 99,
                        "endOffset": 1683
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1688,
                    "endColumn": 107,
                    "endOffset": 1791
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1688,
                        "endColumn": 107,
                        "endOffset": 1791
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1796,
                    "endColumn": 128,
                    "endOffset": 1920
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1796,
                        "endColumn": 128,
                        "endOffset": 1920
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1925,
                    "endColumn": 97,
                    "endOffset": 2018
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1925,
                        "endColumn": 97,
                        "endOffset": 2018
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2023,
                    "endColumn": 102,
                    "endOffset": 2121
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ur-rPK\\values-ur-rPK.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2023,
                        "endColumn": 102,
                        "endOffset": 2121
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-uk\\values-uk.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 109,
                    "endOffset": 160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 109,
                        "endOffset": 160
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 165,
                    "endColumn": 107,
                    "endOffset": 268
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 165,
                        "endColumn": 107,
                        "endOffset": 268
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 273,
                    "endColumn": 122,
                    "endOffset": 391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 273,
                        "endColumn": 122,
                        "endOffset": 391
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 396,
                    "endColumn": 101,
                    "endOffset": 493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 396,
                        "endColumn": 101,
                        "endOffset": 493
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 498,
                    "endColumn": 105,
                    "endOffset": 599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 498,
                        "endColumn": 105,
                        "endOffset": 599
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 604,
                    "endColumn": 85,
                    "endOffset": 685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 604,
                        "endColumn": 85,
                        "endOffset": 685
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 690,
                    "endColumn": 107,
                    "endOffset": 793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 690,
                        "endColumn": 107,
                        "endOffset": 793
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 798,
                    "endColumn": 117,
                    "endOffset": 911
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 798,
                        "endColumn": 117,
                        "endOffset": 911
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 916,
                    "endColumn": 78,
                    "endOffset": 990
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 916,
                        "endColumn": 78,
                        "endOffset": 990
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 995,
                    "endColumn": 79,
                    "endOffset": 1070
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 995,
                        "endColumn": 79,
                        "endOffset": 1070
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1075,
                    "endColumn": 80,
                    "endOffset": 1151
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1075,
                        "endColumn": 80,
                        "endOffset": 1151
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1156,
                    "endColumn": 105,
                    "endOffset": 1257
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1156,
                        "endColumn": 105,
                        "endOffset": 1257
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1262,
                    "endColumn": 106,
                    "endOffset": 1364
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1262,
                        "endColumn": 106,
                        "endOffset": 1364
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1369,
                    "endColumn": 97,
                    "endOffset": 1462
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1369,
                        "endColumn": 97,
                        "endOffset": 1462
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1467,
                    "endColumn": 107,
                    "endOffset": 1570
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1467,
                        "endColumn": 107,
                        "endOffset": 1570
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1575,
                    "endColumn": 105,
                    "endOffset": 1676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1575,
                        "endColumn": 105,
                        "endOffset": 1676
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1681,
                    "endColumn": 108,
                    "endOffset": 1785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1681,
                        "endColumn": 108,
                        "endOffset": 1785
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1790,
                    "endColumn": 123,
                    "endOffset": 1909
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1790,
                        "endColumn": 123,
                        "endOffset": 1909
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1914,
                    "endColumn": 99,
                    "endOffset": 2009
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1914,
                        "endColumn": 99,
                        "endOffset": 2009
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2014,
                    "endColumn": 100,
                    "endOffset": 2110
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-uk\\values-uk.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2014,
                        "endColumn": 100,
                        "endOffset": 2110
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-tr\\values-tr.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 98,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 98,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 111,
                    "endOffset": 597
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 111,
                        "endOffset": 597
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 602,
                    "endColumn": 89,
                    "endOffset": 687
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 602,
                        "endColumn": 89,
                        "endOffset": 687
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 692,
                    "endColumn": 105,
                    "endOffset": 793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 692,
                        "endColumn": 105,
                        "endOffset": 793
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 798,
                    "endColumn": 119,
                    "endOffset": 913
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 798,
                        "endColumn": 119,
                        "endOffset": 913
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 918,
                    "endColumn": 78,
                    "endOffset": 992
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 918,
                        "endColumn": 78,
                        "endOffset": 992
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 997,
                    "endColumn": 75,
                    "endOffset": 1068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 997,
                        "endColumn": 75,
                        "endOffset": 1068
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1073,
                    "endColumn": 78,
                    "endOffset": 1147
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1073,
                        "endColumn": 78,
                        "endOffset": 1147
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1152,
                    "endColumn": 106,
                    "endOffset": 1254
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1152,
                        "endColumn": 106,
                        "endOffset": 1254
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1259,
                    "endColumn": 104,
                    "endOffset": 1359
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1259,
                        "endColumn": 104,
                        "endOffset": 1359
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1364,
                    "endColumn": 95,
                    "endOffset": 1455
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1364,
                        "endColumn": 95,
                        "endOffset": 1455
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1460,
                    "endColumn": 106,
                    "endOffset": 1562
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1460,
                        "endColumn": 106,
                        "endOffset": 1562
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1567,
                    "endColumn": 101,
                    "endOffset": 1664
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1567,
                        "endColumn": 101,
                        "endOffset": 1664
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1669,
                    "endColumn": 107,
                    "endOffset": 1772
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1669,
                        "endColumn": 107,
                        "endOffset": 1772
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1777,
                    "endColumn": 118,
                    "endOffset": 1891
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1777,
                        "endColumn": 118,
                        "endOffset": 1891
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1896,
                    "endColumn": 97,
                    "endOffset": 1989
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1896,
                        "endColumn": 97,
                        "endOffset": 1989
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1994,
                    "endColumn": 100,
                    "endOffset": 2090
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tr\\values-tr.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1994,
                        "endColumn": 100,
                        "endOffset": 2090
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-tl\\values-tl.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 118,
                    "endOffset": 169
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 118,
                        "endOffset": 169
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 174,
                    "endColumn": 107,
                    "endOffset": 277
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 174,
                        "endColumn": 107,
                        "endOffset": 277
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 282,
                    "endColumn": 122,
                    "endOffset": 400
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 282,
                        "endColumn": 122,
                        "endOffset": 400
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 405,
                    "endColumn": 107,
                    "endOffset": 508
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 405,
                        "endColumn": 107,
                        "endOffset": 508
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 513,
                    "endColumn": 116,
                    "endOffset": 625
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 513,
                        "endColumn": 116,
                        "endOffset": 625
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 630,
                    "endColumn": 87,
                    "endOffset": 713
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 630,
                        "endColumn": 87,
                        "endOffset": 713
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 718,
                    "endColumn": 105,
                    "endOffset": 819
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 718,
                        "endColumn": 105,
                        "endOffset": 819
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 824,
                    "endColumn": 120,
                    "endOffset": 940
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 824,
                        "endColumn": 120,
                        "endOffset": 940
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 945,
                    "endColumn": 78,
                    "endOffset": 1019
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 945,
                        "endColumn": 78,
                        "endOffset": 1019
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1024,
                    "endColumn": 77,
                    "endOffset": 1097
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1024,
                        "endColumn": 77,
                        "endOffset": 1097
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1102,
                    "endColumn": 83,
                    "endOffset": 1181
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1102,
                        "endColumn": 83,
                        "endOffset": 1181
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1186,
                    "endColumn": 108,
                    "endOffset": 1290
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1186,
                        "endColumn": 108,
                        "endOffset": 1290
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1295,
                    "endColumn": 110,
                    "endOffset": 1401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1295,
                        "endColumn": 110,
                        "endOffset": 1401
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1406,
                    "endColumn": 100,
                    "endOffset": 1502
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1406,
                        "endColumn": 100,
                        "endOffset": 1502
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1507,
                    "endColumn": 109,
                    "endOffset": 1612
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1507,
                        "endColumn": 109,
                        "endOffset": 1612
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1617,
                    "endColumn": 116,
                    "endOffset": 1729
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1617,
                        "endColumn": 116,
                        "endOffset": 1729
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1734,
                    "endColumn": 107,
                    "endOffset": 1837
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1734,
                        "endColumn": 107,
                        "endOffset": 1837
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1842,
                    "endColumn": 122,
                    "endOffset": 1960
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1842,
                        "endColumn": 122,
                        "endOffset": 1960
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1965,
                    "endColumn": 101,
                    "endOffset": 2062
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1965,
                        "endColumn": 101,
                        "endOffset": 2062
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2067,
                    "endColumn": 100,
                    "endOffset": 2163
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-tl\\values-tl.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2067,
                        "endColumn": 100,
                        "endOffset": 2163
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-th\\values-th.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 97,
                    "endOffset": 484
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 97,
                        "endOffset": 484
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 489,
                    "endColumn": 107,
                    "endOffset": 592
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 489,
                        "endColumn": 107,
                        "endOffset": 592
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 597,
                    "endColumn": 88,
                    "endOffset": 681
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 597,
                        "endColumn": 88,
                        "endOffset": 681
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 686,
                    "endColumn": 101,
                    "endOffset": 783
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 686,
                        "endColumn": 101,
                        "endOffset": 783
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 788,
                    "endColumn": 109,
                    "endOffset": 893
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 788,
                        "endColumn": 109,
                        "endOffset": 893
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 898,
                    "endColumn": 76,
                    "endOffset": 970
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 898,
                        "endColumn": 76,
                        "endOffset": 970
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 975,
                    "endColumn": 77,
                    "endOffset": 1048
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 975,
                        "endColumn": 77,
                        "endOffset": 1048
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1053,
                    "endColumn": 80,
                    "endOffset": 1129
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1053,
                        "endColumn": 80,
                        "endOffset": 1129
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1134,
                    "endColumn": 107,
                    "endOffset": 1237
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1134,
                        "endColumn": 107,
                        "endOffset": 1237
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1242,
                    "endColumn": 103,
                    "endOffset": 1341
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1242,
                        "endColumn": 103,
                        "endOffset": 1341
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1346,
                    "endColumn": 97,
                    "endOffset": 1439
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1346,
                        "endColumn": 97,
                        "endOffset": 1439
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1444,
                    "endColumn": 107,
                    "endOffset": 1547
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1444,
                        "endColumn": 107,
                        "endOffset": 1547
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1552,
                    "endColumn": 104,
                    "endOffset": 1652
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1552,
                        "endColumn": 104,
                        "endOffset": 1652
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1657,
                    "endColumn": 100,
                    "endOffset": 1753
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1657,
                        "endColumn": 100,
                        "endOffset": 1753
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1758,
                    "endColumn": 115,
                    "endOffset": 1869
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1758,
                        "endColumn": 115,
                        "endOffset": 1869
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1874,
                    "endColumn": 94,
                    "endOffset": 1964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1874,
                        "endColumn": 94,
                        "endOffset": 1964
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1969,
                    "endColumn": 100,
                    "endOffset": 2065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-th\\values-th.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1969,
                        "endColumn": 100,
                        "endOffset": 2065
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-te-rIN\\values-te-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 113,
                    "endOffset": 164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 113,
                        "endOffset": 164
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 169,
                    "endColumn": 107,
                    "endOffset": 272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 169,
                        "endColumn": 107,
                        "endOffset": 272
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 277,
                    "endColumn": 122,
                    "endOffset": 395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 277,
                        "endColumn": 122,
                        "endOffset": 395
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 400,
                    "endColumn": 108,
                    "endOffset": 504
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 400,
                        "endColumn": 108,
                        "endOffset": 504
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 509,
                    "endColumn": 110,
                    "endOffset": 615
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 509,
                        "endColumn": 110,
                        "endOffset": 615
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 620,
                    "endColumn": 89,
                    "endOffset": 705
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 620,
                        "endColumn": 89,
                        "endOffset": 705
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 710,
                    "endColumn": 104,
                    "endOffset": 810
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 710,
                        "endColumn": 104,
                        "endOffset": 810
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 815,
                    "endColumn": 124,
                    "endOffset": 935
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 815,
                        "endColumn": 124,
                        "endOffset": 935
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 940,
                    "endColumn": 81,
                    "endOffset": 1017
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 940,
                        "endColumn": 81,
                        "endOffset": 1017
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1022,
                    "endColumn": 81,
                    "endOffset": 1099
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1022,
                        "endColumn": 81,
                        "endOffset": 1099
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1104,
                    "endColumn": 84,
                    "endOffset": 1184
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1104,
                        "endColumn": 84,
                        "endOffset": 1184
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1189,
                    "endColumn": 112,
                    "endOffset": 1297
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1189,
                        "endColumn": 112,
                        "endOffset": 1297
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1302,
                    "endColumn": 107,
                    "endOffset": 1405
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1302,
                        "endColumn": 107,
                        "endOffset": 1405
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1410,
                    "endColumn": 99,
                    "endOffset": 1505
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1410,
                        "endColumn": 99,
                        "endOffset": 1505
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1510,
                    "endColumn": 110,
                    "endOffset": 1616
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1510,
                        "endColumn": 110,
                        "endOffset": 1616
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1621,
                    "endColumn": 101,
                    "endOffset": 1718
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1621,
                        "endColumn": 101,
                        "endOffset": 1718
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1723,
                    "endColumn": 116,
                    "endOffset": 1835
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1723,
                        "endColumn": 116,
                        "endOffset": 1835
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1840,
                    "endColumn": 126,
                    "endOffset": 1962
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1840,
                        "endColumn": 126,
                        "endOffset": 1962
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1967,
                    "endColumn": 100,
                    "endOffset": 2063
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1967,
                        "endColumn": 100,
                        "endOffset": 2063
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2068,
                    "endColumn": 100,
                    "endOffset": 2164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-te-rIN\\values-te-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2068,
                        "endColumn": 100,
                        "endOffset": 2164
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ta-rIN\\values-ta-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 113,
                    "endOffset": 164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 113,
                        "endOffset": 164
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 169,
                    "endColumn": 107,
                    "endOffset": 272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 169,
                        "endColumn": 107,
                        "endOffset": 272
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 277,
                    "endColumn": 122,
                    "endOffset": 395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 277,
                        "endColumn": 122,
                        "endOffset": 395
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 400,
                    "endColumn": 104,
                    "endOffset": 500
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 400,
                        "endColumn": 104,
                        "endOffset": 500
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 505,
                    "endColumn": 114,
                    "endOffset": 615
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 505,
                        "endColumn": 114,
                        "endOffset": 615
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 620,
                    "endColumn": 88,
                    "endOffset": 704
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 620,
                        "endColumn": 88,
                        "endOffset": 704
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 709,
                    "endColumn": 106,
                    "endOffset": 811
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 709,
                        "endColumn": 106,
                        "endOffset": 811
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 816,
                    "endColumn": 125,
                    "endOffset": 937
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 816,
                        "endColumn": 125,
                        "endOffset": 937
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 942,
                    "endColumn": 80,
                    "endOffset": 1018
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 942,
                        "endColumn": 80,
                        "endOffset": 1018
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1023,
                    "endColumn": 79,
                    "endOffset": 1098
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1023,
                        "endColumn": 79,
                        "endOffset": 1098
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1103,
                    "endColumn": 81,
                    "endOffset": 1180
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1103,
                        "endColumn": 81,
                        "endOffset": 1180
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1185,
                    "endColumn": 101,
                    "endOffset": 1282
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1185,
                        "endColumn": 101,
                        "endOffset": 1282
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1287,
                    "endColumn": 103,
                    "endOffset": 1386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1287,
                        "endColumn": 103,
                        "endOffset": 1386
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1391,
                    "endColumn": 96,
                    "endOffset": 1483
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1391,
                        "endColumn": 96,
                        "endOffset": 1483
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1488,
                    "endColumn": 109,
                    "endOffset": 1593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1488,
                        "endColumn": 109,
                        "endOffset": 1593
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1598,
                    "endColumn": 101,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1598,
                        "endColumn": 101,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 106,
                    "endOffset": 1802
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 106,
                        "endOffset": 1802
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1807,
                    "endColumn": 118,
                    "endOffset": 1921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1807,
                        "endColumn": 118,
                        "endOffset": 1921
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1926,
                    "endColumn": 99,
                    "endOffset": 2021
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1926,
                        "endColumn": 99,
                        "endOffset": 2021
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2026,
                    "endColumn": 100,
                    "endOffset": 2122
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ta-rIN\\values-ta-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2026,
                        "endColumn": 100,
                        "endOffset": 2122
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13\\values-sw600dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 68,
                    "endOffset": 119
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 68,
                        "endOffset": 119
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 124,
                    "endColumn": 69,
                    "endOffset": 189
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 124,
                        "endColumn": 69,
                        "endOffset": 189
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 194,
                    "endColumn": 73,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 194,
                        "endColumn": 73,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 75,
                    "endOffset": 339
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 75,
                        "endOffset": 339
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 344,
                    "endColumn": 58,
                    "endOffset": 398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 344,
                        "endColumn": 58,
                        "endOffset": 398
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 403,
                    "endColumn": 70,
                    "endOffset": 469
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 403,
                        "endColumn": 70,
                        "endOffset": 469
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 474,
                    "endColumn": 67,
                    "endOffset": 537
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 474,
                        "endColumn": 67,
                        "endOffset": 537
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 542,
                    "endColumn": 59,
                    "endOffset": 597
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 59,
                        "endOffset": 110
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 602,
                    "endColumn": 69,
                    "endOffset": 667
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 115,
                        "endColumn": 69,
                        "endOffset": 180
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 672,
                    "endColumn": 70,
                    "endOffset": 738
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 185,
                        "endColumn": 70,
                        "endOffset": 251
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 743,
                    "endColumn": 71,
                    "endOffset": 810
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 256,
                        "endColumn": 71,
                        "endOffset": 323
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 815,
                    "endColumn": 57,
                    "endOffset": 868
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 328,
                        "endColumn": 57,
                        "endOffset": 381
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 873,
                    "endColumn": 57,
                    "endOffset": 926
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 386,
                        "endColumn": 57,
                        "endOffset": 439
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 931,
                    "endColumn": 105,
                    "endOffset": 1032
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 444,
                        "endColumn": 105,
                        "endOffset": 545
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1037,
                    "endColumn": 63,
                    "endOffset": 1096
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 550,
                        "endColumn": 63,
                        "endOffset": 609
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1101,
                    "endColumn": 54,
                    "endOffset": 1151
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 542,
                        "endColumn": 54,
                        "endOffset": 592
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1156,
                    "endColumn": 62,
                    "endOffset": 1214
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 614,
                        "endColumn": 62,
                        "endOffset": 672
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1219,
                    "endLine": 22,
                    "endColumn": 12,
                    "endOffset": 1396
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 677,
                        "endLine": 14,
                        "endColumn": 12,
                        "endOffset": 854
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sw\\values-sw.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 102,
                    "endOffset": 153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 102,
                        "endOffset": 153
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 158,
                    "endColumn": 107,
                    "endOffset": 261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 158,
                        "endColumn": 107,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 266,
                    "endColumn": 122,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 122,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 97,
                    "endOffset": 482
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 97,
                        "endOffset": 482
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 487,
                    "endColumn": 107,
                    "endOffset": 590
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 487,
                        "endColumn": 107,
                        "endOffset": 590
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 595,
                    "endColumn": 89,
                    "endOffset": 680
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 595,
                        "endColumn": 89,
                        "endOffset": 680
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 685,
                    "endColumn": 104,
                    "endOffset": 785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 685,
                        "endColumn": 104,
                        "endOffset": 785
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 790,
                    "endColumn": 116,
                    "endOffset": 902
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 790,
                        "endColumn": 116,
                        "endOffset": 902
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 907,
                    "endColumn": 81,
                    "endOffset": 984
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 907,
                        "endColumn": 81,
                        "endOffset": 984
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 989,
                    "endColumn": 82,
                    "endOffset": 1067
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 989,
                        "endColumn": 82,
                        "endOffset": 1067
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1072,
                    "endColumn": 81,
                    "endOffset": 1149
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1072,
                        "endColumn": 81,
                        "endOffset": 1149
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1154,
                    "endColumn": 100,
                    "endOffset": 1250
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1154,
                        "endColumn": 100,
                        "endOffset": 1250
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1255,
                    "endColumn": 108,
                    "endOffset": 1359
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1255,
                        "endColumn": 108,
                        "endOffset": 1359
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1364,
                    "endColumn": 98,
                    "endOffset": 1458
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1364,
                        "endColumn": 98,
                        "endOffset": 1458
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1463,
                    "endColumn": 106,
                    "endOffset": 1565
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1463,
                        "endColumn": 106,
                        "endOffset": 1565
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1570,
                    "endColumn": 108,
                    "endOffset": 1674
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1570,
                        "endColumn": 108,
                        "endOffset": 1674
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1679,
                    "endColumn": 104,
                    "endOffset": 1779
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1679,
                        "endColumn": 104,
                        "endOffset": 1779
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1784,
                    "endColumn": 118,
                    "endOffset": 1898
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1784,
                        "endColumn": 118,
                        "endOffset": 1898
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1903,
                    "endColumn": 96,
                    "endOffset": 1995
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1903,
                        "endColumn": 96,
                        "endOffset": 1995
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2000,
                    "endColumn": 100,
                    "endOffset": 2096
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sw\\values-sw.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2000,
                        "endColumn": 100,
                        "endOffset": 2096
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sv\\values-sv.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 105,
                    "endOffset": 156
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 105,
                        "endOffset": 156
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 161,
                    "endColumn": 107,
                    "endOffset": 264
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 161,
                        "endColumn": 107,
                        "endOffset": 264
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 269,
                    "endColumn": 122,
                    "endOffset": 387
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 269,
                        "endColumn": 122,
                        "endOffset": 387
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 392,
                    "endColumn": 102,
                    "endOffset": 490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 392,
                        "endColumn": 102,
                        "endOffset": 490
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 495,
                    "endColumn": 110,
                    "endOffset": 601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 495,
                        "endColumn": 110,
                        "endOffset": 601
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 606,
                    "endColumn": 84,
                    "endOffset": 686
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 606,
                        "endColumn": 84,
                        "endOffset": 686
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 691,
                    "endColumn": 101,
                    "endOffset": 788
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 691,
                        "endColumn": 101,
                        "endOffset": 788
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 793,
                    "endColumn": 112,
                    "endOffset": 901
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 793,
                        "endColumn": 112,
                        "endOffset": 901
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 906,
                    "endColumn": 75,
                    "endOffset": 977
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 906,
                        "endColumn": 75,
                        "endOffset": 977
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 982,
                    "endColumn": 75,
                    "endOffset": 1053
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 982,
                        "endColumn": 75,
                        "endOffset": 1053
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1058,
                    "endColumn": 79,
                    "endOffset": 1133
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1058,
                        "endColumn": 79,
                        "endOffset": 1133
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1138,
                    "endColumn": 105,
                    "endOffset": 1239
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1138,
                        "endColumn": 105,
                        "endOffset": 1239
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1244,
                    "endColumn": 99,
                    "endOffset": 1339
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1244,
                        "endColumn": 99,
                        "endOffset": 1339
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1344,
                    "endColumn": 95,
                    "endOffset": 1435
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1344,
                        "endColumn": 95,
                        "endOffset": 1435
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1440,
                    "endColumn": 104,
                    "endOffset": 1540
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1440,
                        "endColumn": 104,
                        "endOffset": 1540
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1545,
                    "endColumn": 101,
                    "endOffset": 1642
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1545,
                        "endColumn": 101,
                        "endOffset": 1642
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1647,
                    "endColumn": 101,
                    "endOffset": 1744
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1647,
                        "endColumn": 101,
                        "endOffset": 1744
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1749,
                    "endColumn": 116,
                    "endOffset": 1861
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1749,
                        "endColumn": 116,
                        "endOffset": 1861
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1866,
                    "endColumn": 101,
                    "endOffset": 1963
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1866,
                        "endColumn": 101,
                        "endOffset": 1963
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1968,
                    "endColumn": 100,
                    "endOffset": 2064
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sv\\values-sv.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1968,
                        "endColumn": 100,
                        "endOffset": 2064
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sr\\values-sr.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 102,
                    "endOffset": 493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 102,
                        "endOffset": 493
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 498,
                    "endColumn": 105,
                    "endOffset": 599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 498,
                        "endColumn": 105,
                        "endOffset": 599
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 604,
                    "endColumn": 85,
                    "endOffset": 685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 604,
                        "endColumn": 85,
                        "endOffset": 685
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 690,
                    "endColumn": 103,
                    "endOffset": 789
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 690,
                        "endColumn": 103,
                        "endOffset": 789
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 794,
                    "endColumn": 117,
                    "endOffset": 907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 794,
                        "endColumn": 117,
                        "endOffset": 907
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 912,
                    "endColumn": 80,
                    "endOffset": 988
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 912,
                        "endColumn": 80,
                        "endOffset": 988
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 993,
                    "endColumn": 79,
                    "endOffset": 1068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 993,
                        "endColumn": 79,
                        "endOffset": 1068
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1073,
                    "endColumn": 87,
                    "endOffset": 1156
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1073,
                        "endColumn": 87,
                        "endOffset": 1156
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1161,
                    "endColumn": 104,
                    "endOffset": 1261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1161,
                        "endColumn": 104,
                        "endOffset": 1261
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1266,
                    "endColumn": 107,
                    "endOffset": 1369
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1266,
                        "endColumn": 107,
                        "endOffset": 1369
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1374,
                    "endColumn": 100,
                    "endOffset": 1470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1374,
                        "endColumn": 100,
                        "endOffset": 1470
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1475,
                    "endColumn": 103,
                    "endOffset": 1574
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1475,
                        "endColumn": 103,
                        "endOffset": 1574
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1579,
                    "endColumn": 107,
                    "endOffset": 1682
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1579,
                        "endColumn": 107,
                        "endOffset": 1682
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1687,
                    "endColumn": 100,
                    "endOffset": 1783
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1687,
                        "endColumn": 100,
                        "endOffset": 1783
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1788,
                    "endColumn": 127,
                    "endOffset": 1911
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1788,
                        "endColumn": 127,
                        "endOffset": 1911
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1916,
                    "endColumn": 96,
                    "endOffset": 2008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1916,
                        "endColumn": 96,
                        "endOffset": 2008
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2013,
                    "endColumn": 100,
                    "endOffset": 2109
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sr\\values-sr.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2013,
                        "endColumn": 100,
                        "endOffset": 2109
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sq-rAL\\values-sq-rAL.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 113,
                    "endOffset": 164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 113,
                        "endOffset": 164
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 169,
                    "endColumn": 107,
                    "endOffset": 272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 169,
                        "endColumn": 107,
                        "endOffset": 272
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 277,
                    "endColumn": 122,
                    "endOffset": 395
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 277,
                        "endColumn": 122,
                        "endOffset": 395
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 400,
                    "endColumn": 99,
                    "endOffset": 495
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 400,
                        "endColumn": 99,
                        "endOffset": 495
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 500,
                    "endColumn": 111,
                    "endOffset": 607
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 500,
                        "endColumn": 111,
                        "endOffset": 607
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 612,
                    "endColumn": 86,
                    "endOffset": 694
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 612,
                        "endColumn": 86,
                        "endOffset": 694
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 699,
                    "endColumn": 109,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 699,
                        "endColumn": 109,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 122,
                    "endOffset": 927
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 122,
                        "endOffset": 927
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 932,
                    "endColumn": 80,
                    "endOffset": 1008
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 932,
                        "endColumn": 80,
                        "endOffset": 1008
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1013,
                    "endColumn": 78,
                    "endOffset": 1087
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1013,
                        "endColumn": 78,
                        "endOffset": 1087
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1092,
                    "endColumn": 82,
                    "endOffset": 1170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1092,
                        "endColumn": 82,
                        "endOffset": 1170
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1175,
                    "endColumn": 105,
                    "endOffset": 1276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1175,
                        "endColumn": 105,
                        "endOffset": 1276
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1281,
                    "endColumn": 104,
                    "endOffset": 1381
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1281,
                        "endColumn": 104,
                        "endOffset": 1381
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1386,
                    "endColumn": 97,
                    "endOffset": 1479
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1386,
                        "endColumn": 97,
                        "endOffset": 1479
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1484,
                    "endColumn": 105,
                    "endOffset": 1585
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1484,
                        "endColumn": 105,
                        "endOffset": 1585
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1590,
                    "endColumn": 102,
                    "endOffset": 1688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1590,
                        "endColumn": 102,
                        "endOffset": 1688
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1693,
                    "endColumn": 115,
                    "endOffset": 1804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1693,
                        "endColumn": 115,
                        "endOffset": 1804
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1809,
                    "endColumn": 130,
                    "endOffset": 1935
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1809,
                        "endColumn": 130,
                        "endOffset": 1935
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1940,
                    "endColumn": 98,
                    "endOffset": 2034
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1940,
                        "endColumn": 98,
                        "endOffset": 2034
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2039,
                    "endColumn": 100,
                    "endOffset": 2135
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sq-rAL\\values-sq-rAL.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2039,
                        "endColumn": 100,
                        "endOffset": 2135
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sl\\values-sl.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 106,
                    "endOffset": 157
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 106,
                        "endOffset": 157
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 162,
                    "endColumn": 107,
                    "endOffset": 265
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 162,
                        "endColumn": 107,
                        "endOffset": 265
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 270,
                    "endColumn": 122,
                    "endOffset": 388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 270,
                        "endColumn": 122,
                        "endOffset": 388
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 393,
                    "endColumn": 106,
                    "endOffset": 495
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 393,
                        "endColumn": 106,
                        "endOffset": 495
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 500,
                    "endColumn": 107,
                    "endOffset": 603
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 500,
                        "endColumn": 107,
                        "endOffset": 603
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 608,
                    "endColumn": 86,
                    "endOffset": 690
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 608,
                        "endColumn": 86,
                        "endOffset": 690
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 695,
                    "endColumn": 102,
                    "endOffset": 793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 695,
                        "endColumn": 102,
                        "endOffset": 793
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 798,
                    "endColumn": 118,
                    "endOffset": 912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 798,
                        "endColumn": 118,
                        "endOffset": 912
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 917,
                    "endColumn": 84,
                    "endOffset": 997
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 917,
                        "endColumn": 84,
                        "endOffset": 997
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1002,
                    "endColumn": 83,
                    "endOffset": 1081
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1002,
                        "endColumn": 83,
                        "endOffset": 1081
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1086,
                    "endColumn": 83,
                    "endOffset": 1165
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1086,
                        "endColumn": 83,
                        "endOffset": 1165
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1170,
                    "endColumn": 107,
                    "endOffset": 1273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1170,
                        "endColumn": 107,
                        "endOffset": 1273
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1278,
                    "endColumn": 108,
                    "endOffset": 1382
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1278,
                        "endColumn": 108,
                        "endOffset": 1382
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1387,
                    "endColumn": 99,
                    "endOffset": 1482
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1387,
                        "endColumn": 99,
                        "endOffset": 1482
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1487,
                    "endColumn": 112,
                    "endOffset": 1595
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1487,
                        "endColumn": 112,
                        "endOffset": 1595
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1600,
                    "endColumn": 106,
                    "endOffset": 1702
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1600,
                        "endColumn": 106,
                        "endOffset": 1702
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1707,
                    "endColumn": 103,
                    "endOffset": 1806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1707,
                        "endColumn": 103,
                        "endOffset": 1806
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1811,
                    "endColumn": 116,
                    "endOffset": 1923
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1811,
                        "endColumn": 116,
                        "endOffset": 1923
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1928,
                    "endColumn": 96,
                    "endOffset": 2020
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1928,
                        "endColumn": 96,
                        "endOffset": 2020
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2025,
                    "endColumn": 100,
                    "endOffset": 2121
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sl\\values-sl.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2025,
                        "endColumn": 100,
                        "endOffset": 2121
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sk\\values-sk.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 106,
                    "endOffset": 157
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 106,
                        "endOffset": 157
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 162,
                    "endColumn": 107,
                    "endOffset": 265
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 162,
                        "endColumn": 107,
                        "endOffset": 265
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 270,
                    "endColumn": 122,
                    "endOffset": 388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 270,
                        "endColumn": 122,
                        "endOffset": 388
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 393,
                    "endColumn": 99,
                    "endOffset": 488
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 393,
                        "endColumn": 99,
                        "endOffset": 488
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 493,
                    "endColumn": 110,
                    "endOffset": 599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 493,
                        "endColumn": 110,
                        "endOffset": 599
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 604,
                    "endColumn": 85,
                    "endOffset": 685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 604,
                        "endColumn": 85,
                        "endOffset": 685
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 690,
                    "endColumn": 107,
                    "endOffset": 793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 690,
                        "endColumn": 107,
                        "endOffset": 793
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 798,
                    "endColumn": 117,
                    "endOffset": 911
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 798,
                        "endColumn": 117,
                        "endOffset": 911
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 916,
                    "endColumn": 77,
                    "endOffset": 989
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 916,
                        "endColumn": 77,
                        "endOffset": 989
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 994,
                    "endColumn": 77,
                    "endOffset": 1067
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 994,
                        "endColumn": 77,
                        "endOffset": 1067
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1072,
                    "endColumn": 83,
                    "endOffset": 1151
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1072,
                        "endColumn": 83,
                        "endOffset": 1151
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1156,
                    "endColumn": 104,
                    "endOffset": 1256
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1156,
                        "endColumn": 104,
                        "endOffset": 1256
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1261,
                    "endColumn": 108,
                    "endOffset": 1365
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1261,
                        "endColumn": 108,
                        "endOffset": 1365
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1370,
                    "endColumn": 98,
                    "endOffset": 1464
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1370,
                        "endColumn": 98,
                        "endOffset": 1464
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1469,
                    "endColumn": 105,
                    "endOffset": 1570
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1469,
                        "endColumn": 105,
                        "endOffset": 1570
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1575,
                    "endColumn": 110,
                    "endOffset": 1681
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1575,
                        "endColumn": 110,
                        "endOffset": 1681
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1686,
                    "endColumn": 108,
                    "endOffset": 1790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1686,
                        "endColumn": 108,
                        "endOffset": 1790
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1795,
                    "endColumn": 123,
                    "endOffset": 1914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1795,
                        "endColumn": 123,
                        "endOffset": 1914
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1919,
                    "endColumn": 97,
                    "endOffset": 2012
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1919,
                        "endColumn": 97,
                        "endOffset": 2012
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2017,
                    "endColumn": 100,
                    "endOffset": 2113
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-sk\\values-sk.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2017,
                        "endColumn": 100,
                        "endOffset": 2113
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-si-rLK\\values-si-rLK.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 109,
                    "endOffset": 160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 109,
                        "endOffset": 160
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 165,
                    "endColumn": 107,
                    "endOffset": 268
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 165,
                        "endColumn": 107,
                        "endOffset": 268
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 273,
                    "endColumn": 122,
                    "endOffset": 391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 273,
                        "endColumn": 122,
                        "endOffset": 391
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 396,
                    "endColumn": 106,
                    "endOffset": 498
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 396,
                        "endColumn": 106,
                        "endOffset": 498
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 503,
                    "endColumn": 106,
                    "endOffset": 605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 503,
                        "endColumn": 106,
                        "endOffset": 605
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 610,
                    "endColumn": 87,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 610,
                        "endColumn": 87,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 104,
                    "endOffset": 798
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 104,
                        "endOffset": 798
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 803,
                    "endColumn": 115,
                    "endOffset": 914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 803,
                        "endColumn": 115,
                        "endOffset": 914
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 919,
                    "endColumn": 88,
                    "endOffset": 1003
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 919,
                        "endColumn": 88,
                        "endOffset": 1003
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1008,
                    "endColumn": 86,
                    "endOffset": 1090
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1008,
                        "endColumn": 86,
                        "endOffset": 1090
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1095,
                    "endColumn": 83,
                    "endOffset": 1174
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1095,
                        "endColumn": 83,
                        "endOffset": 1174
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1179,
                    "endColumn": 108,
                    "endOffset": 1283
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1179,
                        "endColumn": 108,
                        "endOffset": 1283
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1288,
                    "endColumn": 104,
                    "endOffset": 1388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1288,
                        "endColumn": 104,
                        "endOffset": 1388
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1393,
                    "endColumn": 97,
                    "endOffset": 1486
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1393,
                        "endColumn": 97,
                        "endOffset": 1486
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1491,
                    "endColumn": 109,
                    "endOffset": 1596
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1491,
                        "endColumn": 109,
                        "endOffset": 1596
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1601,
                    "endColumn": 98,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1601,
                        "endColumn": 98,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 105,
                    "endOffset": 1801
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 105,
                        "endOffset": 1801
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1806,
                    "endColumn": 120,
                    "endOffset": 1922
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1806,
                        "endColumn": 120,
                        "endOffset": 1922
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1927,
                    "endColumn": 98,
                    "endOffset": 2021
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1927,
                        "endColumn": 98,
                        "endOffset": 2021
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2026,
                    "endColumn": 100,
                    "endOffset": 2122
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-si-rLK\\values-si-rLK.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2026,
                        "endColumn": 100,
                        "endOffset": 2122
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ru\\values-ru.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 114,
                    "endOffset": 165
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 114,
                        "endOffset": 165
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 170,
                    "endColumn": 107,
                    "endOffset": 273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 170,
                        "endColumn": 107,
                        "endOffset": 273
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 278,
                    "endColumn": 122,
                    "endOffset": 396
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 278,
                        "endColumn": 122,
                        "endOffset": 396
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 401,
                    "endColumn": 101,
                    "endOffset": 498
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 401,
                        "endColumn": 101,
                        "endOffset": 498
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 503,
                    "endColumn": 111,
                    "endOffset": 610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 503,
                        "endColumn": 111,
                        "endOffset": 610
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 615,
                    "endColumn": 85,
                    "endOffset": 696
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 615,
                        "endColumn": 85,
                        "endOffset": 696
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 701,
                    "endColumn": 104,
                    "endOffset": 801
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 701,
                        "endColumn": 104,
                        "endOffset": 801
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 806,
                    "endColumn": 119,
                    "endOffset": 921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 806,
                        "endColumn": 119,
                        "endOffset": 921
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 926,
                    "endColumn": 78,
                    "endOffset": 1000
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 926,
                        "endColumn": 78,
                        "endOffset": 1000
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1005,
                    "endColumn": 77,
                    "endOffset": 1078
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1005,
                        "endColumn": 77,
                        "endOffset": 1078
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1083,
                    "endColumn": 79,
                    "endOffset": 1158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1083,
                        "endColumn": 79,
                        "endOffset": 1158
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1163,
                    "endColumn": 105,
                    "endOffset": 1264
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1163,
                        "endColumn": 105,
                        "endOffset": 1264
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1269,
                    "endColumn": 107,
                    "endOffset": 1372
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1269,
                        "endColumn": 107,
                        "endOffset": 1372
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1377,
                    "endColumn": 97,
                    "endOffset": 1470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1377,
                        "endColumn": 97,
                        "endOffset": 1470
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1475,
                    "endColumn": 108,
                    "endOffset": 1579
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1475,
                        "endColumn": 108,
                        "endOffset": 1579
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1584,
                    "endColumn": 105,
                    "endOffset": 1685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1584,
                        "endColumn": 105,
                        "endOffset": 1685
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1690,
                    "endColumn": 107,
                    "endOffset": 1793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1690,
                        "endColumn": 107,
                        "endOffset": 1793
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1798,
                    "endColumn": 135,
                    "endOffset": 1929
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1798,
                        "endColumn": 135,
                        "endOffset": 1929
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1934,
                    "endColumn": 99,
                    "endOffset": 2029
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1934,
                        "endColumn": 99,
                        "endOffset": 2029
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2034,
                    "endColumn": 100,
                    "endOffset": 2130
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ru\\values-ru.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2034,
                        "endColumn": 100,
                        "endOffset": 2130
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ro\\values-ro.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 120,
                    "endOffset": 171
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 120,
                        "endOffset": 171
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 176,
                    "endColumn": 107,
                    "endOffset": 279
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 176,
                        "endColumn": 107,
                        "endOffset": 279
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 284,
                    "endColumn": 122,
                    "endOffset": 402
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 284,
                        "endColumn": 122,
                        "endOffset": 402
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 407,
                    "endColumn": 103,
                    "endOffset": 506
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 407,
                        "endColumn": 103,
                        "endOffset": 506
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 511,
                    "endColumn": 112,
                    "endOffset": 619
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 511,
                        "endColumn": 112,
                        "endOffset": 619
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 624,
                    "endColumn": 87,
                    "endOffset": 707
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 624,
                        "endColumn": 87,
                        "endOffset": 707
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 712,
                    "endColumn": 111,
                    "endOffset": 819
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 712,
                        "endColumn": 111,
                        "endOffset": 819
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 824,
                    "endColumn": 120,
                    "endOffset": 940
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 824,
                        "endColumn": 120,
                        "endOffset": 940
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 945,
                    "endColumn": 84,
                    "endOffset": 1025
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 945,
                        "endColumn": 84,
                        "endOffset": 1025
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1030,
                    "endColumn": 81,
                    "endOffset": 1107
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1030,
                        "endColumn": 81,
                        "endOffset": 1107
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1112,
                    "endColumn": 82,
                    "endOffset": 1190
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1112,
                        "endColumn": 82,
                        "endOffset": 1190
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1195,
                    "endColumn": 111,
                    "endOffset": 1302
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1195,
                        "endColumn": 111,
                        "endOffset": 1302
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1307,
                    "endColumn": 112,
                    "endOffset": 1415
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1307,
                        "endColumn": 112,
                        "endOffset": 1415
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1420,
                    "endColumn": 99,
                    "endOffset": 1515
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1420,
                        "endColumn": 99,
                        "endOffset": 1515
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1520,
                    "endColumn": 113,
                    "endOffset": 1629
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1520,
                        "endColumn": 113,
                        "endOffset": 1629
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1634,
                    "endColumn": 104,
                    "endOffset": 1734
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1634,
                        "endColumn": 104,
                        "endOffset": 1734
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1739,
                    "endColumn": 105,
                    "endOffset": 1840
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1739,
                        "endColumn": 105,
                        "endOffset": 1840
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1845,
                    "endColumn": 120,
                    "endOffset": 1961
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1845,
                        "endColumn": 120,
                        "endOffset": 1961
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1966,
                    "endColumn": 102,
                    "endOffset": 2064
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1966,
                        "endColumn": 102,
                        "endOffset": 2064
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2069,
                    "endColumn": 100,
                    "endOffset": 2165
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ro\\values-ro.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2069,
                        "endColumn": 100,
                        "endOffset": 2165
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-pt\\values-pt.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 119,
                    "endOffset": 170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 119,
                        "endOffset": 170
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 175,
                    "endColumn": 107,
                    "endOffset": 278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 175,
                        "endColumn": 107,
                        "endOffset": 278
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 283,
                    "endColumn": 122,
                    "endOffset": 401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 283,
                        "endColumn": 122,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 406,
                    "endColumn": 105,
                    "endOffset": 507
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 105,
                        "endOffset": 507
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 512,
                    "endColumn": 106,
                    "endOffset": 614
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 512,
                        "endColumn": 106,
                        "endOffset": 614
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 619,
                    "endColumn": 88,
                    "endOffset": 703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 619,
                        "endColumn": 88,
                        "endOffset": 703
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 708,
                    "endColumn": 100,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 708,
                        "endColumn": 100,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 117,
                    "endOffset": 922
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 117,
                        "endOffset": 922
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 927,
                    "endColumn": 82,
                    "endOffset": 1005
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 927,
                        "endColumn": 82,
                        "endOffset": 1005
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1010,
                    "endColumn": 79,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1010,
                        "endColumn": 79,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 86,
                    "endOffset": 1172
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 86,
                        "endOffset": 1172
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1177,
                    "endColumn": 106,
                    "endOffset": 1279
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1177,
                        "endColumn": 106,
                        "endOffset": 1279
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1284,
                    "endColumn": 111,
                    "endOffset": 1391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1284,
                        "endColumn": 111,
                        "endOffset": 1391
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1396,
                    "endColumn": 101,
                    "endOffset": 1493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1396,
                        "endColumn": 101,
                        "endOffset": 1493
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1498,
                    "endColumn": 107,
                    "endOffset": 1601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1498,
                        "endColumn": 107,
                        "endOffset": 1601
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1606,
                    "endColumn": 106,
                    "endOffset": 1708
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1606,
                        "endColumn": 106,
                        "endOffset": 1708
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1713,
                    "endColumn": 109,
                    "endOffset": 1818
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1713,
                        "endColumn": 109,
                        "endOffset": 1818
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1823,
                    "endColumn": 124,
                    "endOffset": 1943
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1823,
                        "endColumn": 124,
                        "endOffset": 1943
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1948,
                    "endColumn": 99,
                    "endOffset": 2043
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1948,
                        "endColumn": 99,
                        "endOffset": 2043
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2048,
                    "endColumn": 100,
                    "endOffset": 2144
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt\\values-pt.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2048,
                        "endColumn": 100,
                        "endOffset": 2144
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT\\values-pt-rPT.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 119,
                    "endOffset": 170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 119,
                        "endOffset": 170
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 175,
                    "endColumn": 107,
                    "endOffset": 278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 175,
                        "endColumn": 107,
                        "endOffset": 278
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 283,
                    "endColumn": 122,
                    "endOffset": 401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 283,
                        "endColumn": 122,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 406,
                    "endColumn": 105,
                    "endOffset": 507
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 105,
                        "endOffset": 507
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 512,
                    "endColumn": 106,
                    "endOffset": 614
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 512,
                        "endColumn": 106,
                        "endOffset": 614
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 619,
                    "endColumn": 88,
                    "endOffset": 703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 619,
                        "endColumn": 88,
                        "endOffset": 703
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 708,
                    "endColumn": 100,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 708,
                        "endColumn": 100,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 123,
                    "endOffset": 928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 123,
                        "endOffset": 928
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 933,
                    "endColumn": 83,
                    "endOffset": 1012
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 933,
                        "endColumn": 83,
                        "endOffset": 1012
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1017,
                    "endColumn": 80,
                    "endOffset": 1093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1017,
                        "endColumn": 80,
                        "endOffset": 1093
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1098,
                    "endColumn": 86,
                    "endOffset": 1180
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1098,
                        "endColumn": 86,
                        "endOffset": 1180
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1185,
                    "endColumn": 106,
                    "endOffset": 1287
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1185,
                        "endColumn": 106,
                        "endOffset": 1287
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1292,
                    "endColumn": 111,
                    "endOffset": 1399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1292,
                        "endColumn": 111,
                        "endOffset": 1399
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1404,
                    "endColumn": 101,
                    "endOffset": 1501
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1404,
                        "endColumn": 101,
                        "endOffset": 1501
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1506,
                    "endColumn": 107,
                    "endOffset": 1609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1506,
                        "endColumn": 107,
                        "endOffset": 1609
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1614,
                    "endColumn": 106,
                    "endOffset": 1716
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1614,
                        "endColumn": 106,
                        "endOffset": 1716
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1721,
                    "endColumn": 106,
                    "endOffset": 1823
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1721,
                        "endColumn": 106,
                        "endOffset": 1823
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1828,
                    "endColumn": 121,
                    "endOffset": 1945
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1828,
                        "endColumn": 121,
                        "endOffset": 1945
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1950,
                    "endColumn": 98,
                    "endOffset": 2044
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1950,
                        "endColumn": 98,
                        "endOffset": 2044
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2049,
                    "endColumn": 100,
                    "endOffset": 2145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2049,
                        "endColumn": 100,
                        "endOffset": 2145
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR\\values-pt-rBR.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 119,
                    "endOffset": 170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 119,
                        "endOffset": 170
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 175,
                    "endColumn": 107,
                    "endOffset": 278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 175,
                        "endColumn": 107,
                        "endOffset": 278
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 283,
                    "endColumn": 122,
                    "endOffset": 401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 283,
                        "endColumn": 122,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 406,
                    "endColumn": 105,
                    "endOffset": 507
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 105,
                        "endOffset": 507
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 512,
                    "endColumn": 106,
                    "endOffset": 614
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 512,
                        "endColumn": 106,
                        "endOffset": 614
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 619,
                    "endColumn": 88,
                    "endOffset": 703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 619,
                        "endColumn": 88,
                        "endOffset": 703
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 708,
                    "endColumn": 100,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 708,
                        "endColumn": 100,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 117,
                    "endOffset": 922
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 117,
                        "endOffset": 922
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 927,
                    "endColumn": 82,
                    "endOffset": 1005
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 927,
                        "endColumn": 82,
                        "endOffset": 1005
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1010,
                    "endColumn": 79,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1010,
                        "endColumn": 79,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 86,
                    "endOffset": 1172
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 86,
                        "endOffset": 1172
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1177,
                    "endColumn": 106,
                    "endOffset": 1279
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1177,
                        "endColumn": 106,
                        "endOffset": 1279
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1284,
                    "endColumn": 111,
                    "endOffset": 1391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1284,
                        "endColumn": 111,
                        "endOffset": 1391
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1396,
                    "endColumn": 101,
                    "endOffset": 1493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1396,
                        "endColumn": 101,
                        "endOffset": 1493
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1498,
                    "endColumn": 107,
                    "endOffset": 1601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1498,
                        "endColumn": 107,
                        "endOffset": 1601
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1606,
                    "endColumn": 106,
                    "endOffset": 1708
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1606,
                        "endColumn": 106,
                        "endOffset": 1708
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1713,
                    "endColumn": 109,
                    "endOffset": 1818
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1713,
                        "endColumn": 109,
                        "endOffset": 1818
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1823,
                    "endColumn": 124,
                    "endOffset": 1943
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1823,
                        "endColumn": 124,
                        "endOffset": 1943
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1948,
                    "endColumn": 99,
                    "endOffset": 2043
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1948,
                        "endColumn": 99,
                        "endOffset": 2043
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2048,
                    "endColumn": 100,
                    "endOffset": 2144
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2048,
                        "endColumn": 100,
                        "endOffset": 2144
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-port\\values-port.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 55,
                    "endOffset": 106
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-port\\values-port.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 55,
                        "endOffset": 106
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-pl\\values-pl.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 115,
                    "endOffset": 166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 115,
                        "endOffset": 166
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 171,
                    "endColumn": 107,
                    "endOffset": 274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 171,
                        "endColumn": 107,
                        "endOffset": 274
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 279,
                    "endColumn": 122,
                    "endOffset": 397
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 279,
                        "endColumn": 122,
                        "endOffset": 397
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 402,
                    "endColumn": 101,
                    "endOffset": 499
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 402,
                        "endColumn": 101,
                        "endOffset": 499
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 504,
                    "endColumn": 107,
                    "endOffset": 607
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 504,
                        "endColumn": 107,
                        "endOffset": 607
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 612,
                    "endColumn": 85,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 612,
                        "endColumn": 85,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 108,
                    "endOffset": 802
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 108,
                        "endOffset": 802
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 807,
                    "endColumn": 118,
                    "endOffset": 921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 807,
                        "endColumn": 118,
                        "endOffset": 921
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 926,
                    "endColumn": 77,
                    "endOffset": 999
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 926,
                        "endColumn": 77,
                        "endOffset": 999
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1004,
                    "endColumn": 76,
                    "endOffset": 1076
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1004,
                        "endColumn": 76,
                        "endOffset": 1076
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1081,
                    "endColumn": 81,
                    "endOffset": 1158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1081,
                        "endColumn": 81,
                        "endOffset": 1158
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1163,
                    "endColumn": 108,
                    "endOffset": 1267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1163,
                        "endColumn": 108,
                        "endOffset": 1267
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1272,
                    "endColumn": 108,
                    "endOffset": 1376
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1272,
                        "endColumn": 108,
                        "endOffset": 1376
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1381,
                    "endColumn": 98,
                    "endOffset": 1475
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1381,
                        "endColumn": 98,
                        "endOffset": 1475
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1480,
                    "endColumn": 108,
                    "endOffset": 1584
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1480,
                        "endColumn": 108,
                        "endOffset": 1584
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1589,
                    "endColumn": 110,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1589,
                        "endColumn": 110,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 107,
                    "endOffset": 1803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 107,
                        "endOffset": 1803
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1808,
                    "endColumn": 122,
                    "endOffset": 1926
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1808,
                        "endColumn": 122,
                        "endOffset": 1926
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1931,
                    "endColumn": 95,
                    "endOffset": 2022
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1931,
                        "endColumn": 95,
                        "endOffset": 2022
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2027,
                    "endColumn": 100,
                    "endOffset": 2123
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pl\\values-pl.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2027,
                        "endColumn": 100,
                        "endOffset": 2123
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-pa-rIN\\values-pa-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 105,
                    "endOffset": 156
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 105,
                        "endOffset": 156
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 161,
                    "endColumn": 107,
                    "endOffset": 264
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 161,
                        "endColumn": 107,
                        "endOffset": 264
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 269,
                    "endColumn": 122,
                    "endOffset": 387
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 269,
                        "endColumn": 122,
                        "endOffset": 387
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 392,
                    "endColumn": 104,
                    "endOffset": 492
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 392,
                        "endColumn": 104,
                        "endOffset": 492
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 497,
                    "endColumn": 104,
                    "endOffset": 597
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 497,
                        "endColumn": 104,
                        "endOffset": 597
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 602,
                    "endColumn": 85,
                    "endOffset": 683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 602,
                        "endColumn": 85,
                        "endOffset": 683
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 688,
                    "endColumn": 99,
                    "endOffset": 783
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 688,
                        "endColumn": 99,
                        "endOffset": 783
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 788,
                    "endColumn": 112,
                    "endOffset": 896
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 788,
                        "endColumn": 112,
                        "endOffset": 896
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 901,
                    "endColumn": 76,
                    "endOffset": 973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 901,
                        "endColumn": 76,
                        "endOffset": 973
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 978,
                    "endColumn": 75,
                    "endOffset": 1049
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 978,
                        "endColumn": 75,
                        "endOffset": 1049
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1054,
                    "endColumn": 78,
                    "endOffset": 1128
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1054,
                        "endColumn": 78,
                        "endOffset": 1128
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1133,
                    "endColumn": 100,
                    "endOffset": 1229
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1133,
                        "endColumn": 100,
                        "endOffset": 1229
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1234,
                    "endColumn": 100,
                    "endOffset": 1330
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1234,
                        "endColumn": 100,
                        "endOffset": 1330
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1335,
                    "endColumn": 96,
                    "endOffset": 1427
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1335,
                        "endColumn": 96,
                        "endOffset": 1427
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1432,
                    "endColumn": 108,
                    "endOffset": 1536
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1432,
                        "endColumn": 108,
                        "endOffset": 1536
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1541,
                    "endColumn": 98,
                    "endOffset": 1635
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1541,
                        "endColumn": 98,
                        "endOffset": 1635
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1640,
                    "endColumn": 109,
                    "endOffset": 1745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1640,
                        "endColumn": 109,
                        "endOffset": 1745
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1750,
                    "endColumn": 121,
                    "endOffset": 1867
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1750,
                        "endColumn": 121,
                        "endOffset": 1867
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1872,
                    "endColumn": 99,
                    "endOffset": 1967
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1872,
                        "endColumn": 99,
                        "endOffset": 1967
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1972,
                    "endColumn": 100,
                    "endOffset": 2068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-pa-rIN\\values-pa-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1972,
                        "endColumn": 100,
                        "endOffset": 2068
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-nl\\values-nl.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 117,
                    "endOffset": 168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 117,
                        "endOffset": 168
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 173,
                    "endColumn": 107,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 173,
                        "endColumn": 107,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 122,
                    "endOffset": 399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 122,
                        "endOffset": 399
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 404,
                    "endColumn": 104,
                    "endOffset": 504
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 404,
                        "endColumn": 104,
                        "endOffset": 504
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 509,
                    "endColumn": 106,
                    "endOffset": 611
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 509,
                        "endColumn": 106,
                        "endOffset": 611
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 616,
                    "endColumn": 85,
                    "endOffset": 697
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 616,
                        "endColumn": 85,
                        "endOffset": 697
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 702,
                    "endColumn": 107,
                    "endOffset": 805
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 702,
                        "endColumn": 107,
                        "endOffset": 805
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 810,
                    "endColumn": 119,
                    "endOffset": 925
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 810,
                        "endColumn": 119,
                        "endOffset": 925
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 930,
                    "endColumn": 76,
                    "endOffset": 1002
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 930,
                        "endColumn": 76,
                        "endOffset": 1002
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1007,
                    "endColumn": 76,
                    "endOffset": 1079
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1007,
                        "endColumn": 76,
                        "endOffset": 1079
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1084,
                    "endColumn": 81,
                    "endOffset": 1161
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1084,
                        "endColumn": 81,
                        "endOffset": 1161
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1166,
                    "endColumn": 110,
                    "endOffset": 1272
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1166,
                        "endColumn": 110,
                        "endOffset": 1272
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1277,
                    "endColumn": 103,
                    "endOffset": 1376
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1277,
                        "endColumn": 103,
                        "endOffset": 1376
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1381,
                    "endColumn": 98,
                    "endOffset": 1475
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1381,
                        "endColumn": 98,
                        "endOffset": 1475
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1480,
                    "endColumn": 114,
                    "endOffset": 1590
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1480,
                        "endColumn": 114,
                        "endOffset": 1590
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1595,
                    "endColumn": 112,
                    "endOffset": 1703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1595,
                        "endColumn": 112,
                        "endOffset": 1703
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1708,
                    "endColumn": 102,
                    "endOffset": 1806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1708,
                        "endColumn": 102,
                        "endOffset": 1806
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1811,
                    "endColumn": 117,
                    "endOffset": 1924
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1811,
                        "endColumn": 117,
                        "endOffset": 1924
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1929,
                    "endColumn": 102,
                    "endOffset": 2027
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1929,
                        "endColumn": 102,
                        "endOffset": 2027
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2032,
                    "endColumn": 100,
                    "endOffset": 2128
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nl\\values-nl.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2032,
                        "endColumn": 100,
                        "endOffset": 2128
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8\\values-night-v8.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 69,
                    "endOffset": 120
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 69,
                        "endOffset": 120
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 125,
                    "endColumn": 83,
                    "endOffset": 204
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 125,
                        "endColumn": 83,
                        "endOffset": 204
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 209,
                    "endColumn": 83,
                    "endOffset": 288
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 209,
                        "endColumn": 83,
                        "endOffset": 288
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 293,
                    "endColumn": 95,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 293,
                        "endColumn": 95,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 101,
                    "endOffset": 486
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 101,
                        "endOffset": 486
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 491,
                    "endColumn": 101,
                    "endOffset": 588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 491,
                        "endColumn": 101,
                        "endOffset": 588
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 593,
                    "endColumn": 93,
                    "endOffset": 682
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-night-v8\\values-night-v8.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 593,
                        "endColumn": 93,
                        "endOffset": 682
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ne-rNP\\values-ne-rNP.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 103,
                    "endOffset": 490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 103,
                        "endOffset": 490
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 495,
                    "endColumn": 107,
                    "endOffset": 598
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 495,
                        "endColumn": 107,
                        "endOffset": 598
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 603,
                    "endColumn": 90,
                    "endOffset": 689
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 603,
                        "endColumn": 90,
                        "endOffset": 689
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 694,
                    "endColumn": 106,
                    "endOffset": 796
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 694,
                        "endColumn": 106,
                        "endOffset": 796
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 801,
                    "endColumn": 126,
                    "endOffset": 923
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 801,
                        "endColumn": 126,
                        "endOffset": 923
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 928,
                    "endColumn": 93,
                    "endOffset": 1017
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 928,
                        "endColumn": 93,
                        "endOffset": 1017
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1022,
                    "endColumn": 89,
                    "endOffset": 1107
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1022,
                        "endColumn": 89,
                        "endOffset": 1107
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1112,
                    "endColumn": 87,
                    "endOffset": 1195
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1112,
                        "endColumn": 87,
                        "endOffset": 1195
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1200,
                    "endColumn": 109,
                    "endOffset": 1305
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1200,
                        "endColumn": 109,
                        "endOffset": 1305
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1310,
                    "endColumn": 115,
                    "endOffset": 1421
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1310,
                        "endColumn": 115,
                        "endOffset": 1421
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1426,
                    "endColumn": 102,
                    "endOffset": 1524
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1426,
                        "endColumn": 102,
                        "endOffset": 1524
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1529,
                    "endColumn": 114,
                    "endOffset": 1639
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1529,
                        "endColumn": 114,
                        "endOffset": 1639
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1644,
                    "endColumn": 101,
                    "endOffset": 1741
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1644,
                        "endColumn": 101,
                        "endOffset": 1741
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1746,
                    "endColumn": 114,
                    "endOffset": 1856
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1746,
                        "endColumn": 114,
                        "endOffset": 1856
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1861,
                    "endColumn": 130,
                    "endOffset": 1987
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1861,
                        "endColumn": 130,
                        "endOffset": 1987
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1992,
                    "endColumn": 111,
                    "endOffset": 2099
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1992,
                        "endColumn": 111,
                        "endOffset": 2099
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2104,
                    "endColumn": 100,
                    "endOffset": 2200
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ne-rNP\\values-ne-rNP.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2104,
                        "endColumn": 100,
                        "endOffset": 2200
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-nb\\values-nb.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 107,
                    "endOffset": 158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 107,
                        "endOffset": 158
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 163,
                    "endColumn": 108,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 163,
                        "endColumn": 108,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 124,
                    "endOffset": 392
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 124,
                        "endOffset": 392
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 397,
                    "endColumn": 94,
                    "endOffset": 487
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 397,
                        "endColumn": 94,
                        "endOffset": 487
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 492,
                    "endColumn": 113,
                    "endOffset": 601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 492,
                        "endColumn": 113,
                        "endOffset": 601
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 606,
                    "endColumn": 85,
                    "endOffset": 687
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 606,
                        "endColumn": 85,
                        "endOffset": 687
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 692,
                    "endColumn": 99,
                    "endOffset": 787
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 692,
                        "endColumn": 99,
                        "endOffset": 787
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 792,
                    "endColumn": 112,
                    "endOffset": 900
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 792,
                        "endColumn": 112,
                        "endOffset": 900
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 905,
                    "endColumn": 75,
                    "endOffset": 976
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 905,
                        "endColumn": 75,
                        "endOffset": 976
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 981,
                    "endColumn": 75,
                    "endOffset": 1052
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 981,
                        "endColumn": 75,
                        "endOffset": 1052
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1057,
                    "endColumn": 79,
                    "endOffset": 1132
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1057,
                        "endColumn": 79,
                        "endOffset": 1132
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1137,
                    "endColumn": 102,
                    "endOffset": 1235
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1137,
                        "endColumn": 102,
                        "endOffset": 1235
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1240,
                    "endColumn": 98,
                    "endOffset": 1334
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1240,
                        "endColumn": 98,
                        "endOffset": 1334
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1339,
                    "endColumn": 95,
                    "endOffset": 1430
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1339,
                        "endColumn": 95,
                        "endOffset": 1430
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1435,
                    "endColumn": 103,
                    "endOffset": 1534
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1435,
                        "endColumn": 103,
                        "endOffset": 1534
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1539,
                    "endColumn": 97,
                    "endOffset": 1632
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1539,
                        "endColumn": 97,
                        "endOffset": 1632
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1637,
                    "endColumn": 100,
                    "endOffset": 1733
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1637,
                        "endColumn": 100,
                        "endOffset": 1733
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1738,
                    "endColumn": 115,
                    "endOffset": 1849
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1738,
                        "endColumn": 115,
                        "endOffset": 1849
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1854,
                    "endColumn": 96,
                    "endOffset": 1946
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1854,
                        "endColumn": 96,
                        "endOffset": 1946
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1951,
                    "endColumn": 100,
                    "endOffset": 2047
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-nb\\values-nb.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1951,
                        "endColumn": 100,
                        "endOffset": 2047
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-my-rMM\\values-my-rMM.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 124,
                    "endOffset": 392
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 124,
                        "endOffset": 392
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 397,
                    "endColumn": 104,
                    "endOffset": 497
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 397,
                        "endColumn": 104,
                        "endOffset": 497
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 502,
                    "endColumn": 116,
                    "endOffset": 614
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 502,
                        "endColumn": 116,
                        "endOffset": 614
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 619,
                    "endColumn": 92,
                    "endOffset": 707
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 619,
                        "endColumn": 92,
                        "endOffset": 707
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 712,
                    "endColumn": 111,
                    "endOffset": 819
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 712,
                        "endColumn": 111,
                        "endOffset": 819
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 824,
                    "endColumn": 135,
                    "endOffset": 955
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 824,
                        "endColumn": 135,
                        "endOffset": 955
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 960,
                    "endColumn": 77,
                    "endOffset": 1033
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 960,
                        "endColumn": 77,
                        "endOffset": 1033
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1038,
                    "endColumn": 78,
                    "endOffset": 1112
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1038,
                        "endColumn": 78,
                        "endOffset": 1112
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1117,
                    "endColumn": 85,
                    "endOffset": 1198
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1117,
                        "endColumn": 85,
                        "endOffset": 1198
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1203,
                    "endColumn": 124,
                    "endOffset": 1323
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1203,
                        "endColumn": 124,
                        "endOffset": 1323
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1328,
                    "endColumn": 111,
                    "endOffset": 1435
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1328,
                        "endColumn": 111,
                        "endOffset": 1435
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1440,
                    "endColumn": 101,
                    "endOffset": 1537
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1440,
                        "endColumn": 101,
                        "endOffset": 1537
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1542,
                    "endColumn": 125,
                    "endOffset": 1663
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1542,
                        "endColumn": 125,
                        "endOffset": 1663
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1668,
                    "endColumn": 110,
                    "endOffset": 1774
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1668,
                        "endColumn": 110,
                        "endOffset": 1774
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1779,
                    "endColumn": 109,
                    "endOffset": 1884
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1779,
                        "endColumn": 109,
                        "endOffset": 1884
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1889,
                    "endColumn": 122,
                    "endOffset": 2007
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1889,
                        "endColumn": 122,
                        "endOffset": 2007
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 2012,
                    "endColumn": 99,
                    "endOffset": 2107
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 2012,
                        "endColumn": 99,
                        "endOffset": 2107
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2112,
                    "endColumn": 100,
                    "endOffset": 2208
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-my-rMM\\values-my-rMM.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2112,
                        "endColumn": 100,
                        "endOffset": 2208
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ms-rMY\\values-ms-rMY.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 110,
                    "endOffset": 161
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 110,
                        "endOffset": 161
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 166,
                    "endColumn": 107,
                    "endOffset": 269
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 166,
                        "endColumn": 107,
                        "endOffset": 269
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 274,
                    "endColumn": 122,
                    "endOffset": 392
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 274,
                        "endColumn": 122,
                        "endOffset": 392
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 397,
                    "endColumn": 104,
                    "endOffset": 497
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 397,
                        "endColumn": 104,
                        "endOffset": 497
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 502,
                    "endColumn": 107,
                    "endOffset": 605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 502,
                        "endColumn": 107,
                        "endOffset": 605
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 610,
                    "endColumn": 86,
                    "endOffset": 692
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 610,
                        "endColumn": 86,
                        "endOffset": 692
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 697,
                    "endColumn": 103,
                    "endOffset": 796
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 697,
                        "endColumn": 103,
                        "endOffset": 796
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 801,
                    "endColumn": 110,
                    "endOffset": 907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 801,
                        "endColumn": 110,
                        "endOffset": 907
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 912,
                    "endColumn": 77,
                    "endOffset": 985
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 912,
                        "endColumn": 77,
                        "endOffset": 985
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 990,
                    "endColumn": 78,
                    "endOffset": 1064
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 990,
                        "endColumn": 78,
                        "endOffset": 1064
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1069,
                    "endColumn": 79,
                    "endOffset": 1144
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1069,
                        "endColumn": 79,
                        "endOffset": 1144
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1149,
                    "endColumn": 111,
                    "endOffset": 1256
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1149,
                        "endColumn": 111,
                        "endOffset": 1256
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1261,
                    "endColumn": 108,
                    "endOffset": 1365
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1261,
                        "endColumn": 108,
                        "endOffset": 1365
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1370,
                    "endColumn": 96,
                    "endOffset": 1462
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1370,
                        "endColumn": 96,
                        "endOffset": 1462
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1467,
                    "endColumn": 108,
                    "endOffset": 1571
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1467,
                        "endColumn": 108,
                        "endOffset": 1571
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1576,
                    "endColumn": 102,
                    "endOffset": 1674
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1576,
                        "endColumn": 102,
                        "endOffset": 1674
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1679,
                    "endColumn": 106,
                    "endOffset": 1781
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1679,
                        "endColumn": 106,
                        "endOffset": 1781
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1786,
                    "endColumn": 121,
                    "endOffset": 1903
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1786,
                        "endColumn": 121,
                        "endOffset": 1903
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1908,
                    "endColumn": 100,
                    "endOffset": 2004
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1908,
                        "endColumn": 100,
                        "endOffset": 2004
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2009,
                    "endColumn": 100,
                    "endOffset": 2105
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ms-rMY\\values-ms-rMY.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2009,
                        "endColumn": 100,
                        "endOffset": 2105
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-mr-rIN\\values-mr-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 117,
                    "endOffset": 168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 117,
                        "endOffset": 168
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 173,
                    "endColumn": 107,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 173,
                        "endColumn": 107,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 122,
                    "endOffset": 399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 122,
                        "endOffset": 399
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 404,
                    "endColumn": 105,
                    "endOffset": 505
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 404,
                        "endColumn": 105,
                        "endOffset": 505
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 510,
                    "endColumn": 106,
                    "endOffset": 612
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 510,
                        "endColumn": 106,
                        "endOffset": 612
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 617,
                    "endColumn": 89,
                    "endOffset": 702
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 617,
                        "endColumn": 89,
                        "endOffset": 702
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 707,
                    "endColumn": 100,
                    "endOffset": 803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 707,
                        "endColumn": 100,
                        "endOffset": 803
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 808,
                    "endColumn": 114,
                    "endOffset": 918
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 808,
                        "endColumn": 114,
                        "endOffset": 918
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 923,
                    "endColumn": 76,
                    "endOffset": 995
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 923,
                        "endColumn": 76,
                        "endOffset": 995
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1000,
                    "endColumn": 77,
                    "endOffset": 1073
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1000,
                        "endColumn": 77,
                        "endOffset": 1073
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1078,
                    "endColumn": 79,
                    "endOffset": 1153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1078,
                        "endColumn": 79,
                        "endOffset": 1153
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1158,
                    "endColumn": 111,
                    "endOffset": 1265
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1158,
                        "endColumn": 111,
                        "endOffset": 1265
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1270,
                    "endColumn": 101,
                    "endOffset": 1367
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1270,
                        "endColumn": 101,
                        "endOffset": 1367
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1372,
                    "endColumn": 95,
                    "endOffset": 1463
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1372,
                        "endColumn": 95,
                        "endOffset": 1463
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1468,
                    "endColumn": 108,
                    "endOffset": 1572
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1468,
                        "endColumn": 108,
                        "endOffset": 1572
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1577,
                    "endColumn": 100,
                    "endOffset": 1673
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1577,
                        "endColumn": 100,
                        "endOffset": 1673
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1678,
                    "endColumn": 114,
                    "endOffset": 1788
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1678,
                        "endColumn": 114,
                        "endOffset": 1788
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1793,
                    "endColumn": 122,
                    "endOffset": 1911
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1793,
                        "endColumn": 122,
                        "endOffset": 1911
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1916,
                    "endColumn": 104,
                    "endOffset": 2016
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1916,
                        "endColumn": 104,
                        "endOffset": 2016
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2021,
                    "endColumn": 100,
                    "endOffset": 2117
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mr-rIN\\values-mr-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2021,
                        "endColumn": 100,
                        "endOffset": 2117
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-mn-rMN\\values-mn-rMN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 112,
                    "endOffset": 163
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 112,
                        "endOffset": 163
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 168,
                    "endColumn": 107,
                    "endOffset": 271
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 168,
                        "endColumn": 107,
                        "endOffset": 271
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 276,
                    "endColumn": 122,
                    "endOffset": 394
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 276,
                        "endColumn": 122,
                        "endOffset": 394
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 399,
                    "endColumn": 99,
                    "endOffset": 494
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 399,
                        "endColumn": 99,
                        "endOffset": 494
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 499,
                    "endColumn": 112,
                    "endOffset": 607
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 499,
                        "endColumn": 112,
                        "endOffset": 607
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 612,
                    "endColumn": 86,
                    "endOffset": 694
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 612,
                        "endColumn": 86,
                        "endOffset": 694
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 699,
                    "endColumn": 105,
                    "endOffset": 800
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 699,
                        "endColumn": 105,
                        "endOffset": 800
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 805,
                    "endColumn": 111,
                    "endOffset": 912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 805,
                        "endColumn": 111,
                        "endOffset": 912
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 917,
                    "endColumn": 81,
                    "endOffset": 994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 917,
                        "endColumn": 81,
                        "endOffset": 994
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 999,
                    "endColumn": 81,
                    "endOffset": 1076
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 999,
                        "endColumn": 81,
                        "endOffset": 1076
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1081,
                    "endColumn": 81,
                    "endOffset": 1158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1081,
                        "endColumn": 81,
                        "endOffset": 1158
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1163,
                    "endColumn": 108,
                    "endOffset": 1267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1163,
                        "endColumn": 108,
                        "endOffset": 1267
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1272,
                    "endColumn": 103,
                    "endOffset": 1371
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1272,
                        "endColumn": 103,
                        "endOffset": 1371
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1376,
                    "endColumn": 96,
                    "endOffset": 1468
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1376,
                        "endColumn": 96,
                        "endOffset": 1468
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1473,
                    "endColumn": 107,
                    "endOffset": 1576
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1473,
                        "endColumn": 107,
                        "endOffset": 1576
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1581,
                    "endColumn": 100,
                    "endOffset": 1677
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1581,
                        "endColumn": 100,
                        "endOffset": 1677
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1682,
                    "endColumn": 102,
                    "endOffset": 1780
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1682,
                        "endColumn": 102,
                        "endOffset": 1780
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1785,
                    "endColumn": 121,
                    "endOffset": 1902
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1785,
                        "endColumn": 121,
                        "endOffset": 1902
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1907,
                    "endColumn": 96,
                    "endOffset": 1999
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1907,
                        "endColumn": 96,
                        "endOffset": 1999
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2004,
                    "endColumn": 100,
                    "endOffset": 2100
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mn-rMN\\values-mn-rMN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2004,
                        "endColumn": 100,
                        "endOffset": 2100
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ml-rIN\\values-ml-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 118,
                    "endOffset": 169
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 118,
                        "endOffset": 169
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 174,
                    "endColumn": 107,
                    "endOffset": 277
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 174,
                        "endColumn": 107,
                        "endOffset": 277
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 282,
                    "endColumn": 122,
                    "endOffset": 400
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 282,
                        "endColumn": 122,
                        "endOffset": 400
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 405,
                    "endColumn": 117,
                    "endOffset": 518
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 405,
                        "endColumn": 117,
                        "endOffset": 518
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 523,
                    "endColumn": 115,
                    "endOffset": 634
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 523,
                        "endColumn": 115,
                        "endOffset": 634
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 639,
                    "endColumn": 92,
                    "endOffset": 727
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 639,
                        "endColumn": 92,
                        "endOffset": 727
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 732,
                    "endColumn": 104,
                    "endOffset": 832
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 732,
                        "endColumn": 104,
                        "endOffset": 832
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 837,
                    "endColumn": 131,
                    "endOffset": 964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 837,
                        "endColumn": 131,
                        "endOffset": 964
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 969,
                    "endColumn": 76,
                    "endOffset": 1041
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 969,
                        "endColumn": 76,
                        "endOffset": 1041
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1046,
                    "endColumn": 75,
                    "endOffset": 1117
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1046,
                        "endColumn": 75,
                        "endOffset": 1117
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1122,
                    "endColumn": 81,
                    "endOffset": 1199
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1122,
                        "endColumn": 81,
                        "endOffset": 1199
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1204,
                    "endColumn": 110,
                    "endOffset": 1310
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1204,
                        "endColumn": 110,
                        "endOffset": 1310
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1315,
                    "endColumn": 105,
                    "endOffset": 1416
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1315,
                        "endColumn": 105,
                        "endOffset": 1416
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1421,
                    "endColumn": 97,
                    "endOffset": 1514
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1421,
                        "endColumn": 97,
                        "endOffset": 1514
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1519,
                    "endColumn": 113,
                    "endOffset": 1628
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1519,
                        "endColumn": 113,
                        "endOffset": 1628
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1633,
                    "endColumn": 100,
                    "endOffset": 1729
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1633,
                        "endColumn": 100,
                        "endOffset": 1729
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1734,
                    "endColumn": 110,
                    "endOffset": 1840
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1734,
                        "endColumn": 110,
                        "endOffset": 1840
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1845,
                    "endColumn": 127,
                    "endOffset": 1968
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1845,
                        "endColumn": 127,
                        "endOffset": 1968
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1973,
                    "endColumn": 100,
                    "endOffset": 2069
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1973,
                        "endColumn": 100,
                        "endOffset": 2069
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2074,
                    "endColumn": 100,
                    "endOffset": 2170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ml-rIN\\values-ml-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2074,
                        "endColumn": 100,
                        "endOffset": 2170
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-mk-rMK\\values-mk-rMK.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 107,
                    "endOffset": 158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 107,
                        "endOffset": 158
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 163,
                    "endColumn": 122,
                    "endOffset": 281
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 163,
                        "endColumn": 122,
                        "endOffset": 281
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 286,
                    "endColumn": 103,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 286,
                        "endColumn": 103,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 107,
                    "endOffset": 493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 107,
                        "endOffset": 493
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 498,
                    "endColumn": 85,
                    "endOffset": 579
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 498,
                        "endColumn": 85,
                        "endOffset": 579
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 584,
                    "endColumn": 104,
                    "endOffset": 684
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 584,
                        "endColumn": 104,
                        "endOffset": 684
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 689,
                    "endColumn": 118,
                    "endOffset": 803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 689,
                        "endColumn": 118,
                        "endOffset": 803
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 808,
                    "endColumn": 82,
                    "endOffset": 886
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 808,
                        "endColumn": 82,
                        "endOffset": 886
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 891,
                    "endColumn": 81,
                    "endOffset": 968
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 891,
                        "endColumn": 81,
                        "endOffset": 968
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 973,
                    "endColumn": 86,
                    "endOffset": 1055
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 973,
                        "endColumn": 86,
                        "endOffset": 1055
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1060,
                    "endColumn": 105,
                    "endOffset": 1161
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1060,
                        "endColumn": 105,
                        "endOffset": 1161
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1166,
                    "endColumn": 106,
                    "endOffset": 1268
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1166,
                        "endColumn": 106,
                        "endOffset": 1268
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1273,
                    "endColumn": 100,
                    "endOffset": 1369
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1273,
                        "endColumn": 100,
                        "endOffset": 1369
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1374,
                    "endColumn": 106,
                    "endOffset": 1476
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1374,
                        "endColumn": 106,
                        "endOffset": 1476
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1481,
                    "endColumn": 110,
                    "endOffset": 1587
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1481,
                        "endColumn": 110,
                        "endOffset": 1587
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1592,
                    "endColumn": 103,
                    "endOffset": 1691
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1592,
                        "endColumn": 103,
                        "endOffset": 1691
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1696,
                    "endColumn": 97,
                    "endOffset": 1789
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1696,
                        "endColumn": 97,
                        "endOffset": 1789
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1794,
                    "endColumn": 100,
                    "endOffset": 1890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-mk-rMK\\values-mk-rMK.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1794,
                        "endColumn": 100,
                        "endOffset": 1890
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-lv\\values-lv.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 119,
                    "endOffset": 170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 119,
                        "endOffset": 170
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 175,
                    "endColumn": 107,
                    "endOffset": 278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 175,
                        "endColumn": 107,
                        "endOffset": 278
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 283,
                    "endColumn": 122,
                    "endOffset": 401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 283,
                        "endColumn": 122,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 406,
                    "endColumn": 107,
                    "endOffset": 509
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 107,
                        "endOffset": 509
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 514,
                    "endColumn": 108,
                    "endOffset": 618
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 514,
                        "endColumn": 108,
                        "endOffset": 618
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 623,
                    "endColumn": 85,
                    "endOffset": 704
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 623,
                        "endColumn": 85,
                        "endOffset": 704
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 709,
                    "endColumn": 103,
                    "endOffset": 808
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 709,
                        "endColumn": 103,
                        "endOffset": 808
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 813,
                    "endColumn": 121,
                    "endOffset": 930
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 813,
                        "endColumn": 121,
                        "endOffset": 930
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 935,
                    "endColumn": 81,
                    "endOffset": 1012
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 935,
                        "endColumn": 81,
                        "endOffset": 1012
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1017,
                    "endColumn": 81,
                    "endOffset": 1094
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1017,
                        "endColumn": 81,
                        "endOffset": 1094
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1099,
                    "endColumn": 84,
                    "endOffset": 1179
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1099,
                        "endColumn": 84,
                        "endOffset": 1179
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1184,
                    "endColumn": 108,
                    "endOffset": 1288
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1184,
                        "endColumn": 108,
                        "endOffset": 1288
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1293,
                    "endColumn": 111,
                    "endOffset": 1400
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1293,
                        "endColumn": 111,
                        "endOffset": 1400
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1405,
                    "endColumn": 98,
                    "endOffset": 1499
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1405,
                        "endColumn": 98,
                        "endOffset": 1499
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1504,
                    "endColumn": 110,
                    "endOffset": 1610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1504,
                        "endColumn": 110,
                        "endOffset": 1610
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1615,
                    "endColumn": 108,
                    "endOffset": 1719
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1615,
                        "endColumn": 108,
                        "endOffset": 1719
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1724,
                    "endColumn": 104,
                    "endOffset": 1824
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1724,
                        "endColumn": 104,
                        "endOffset": 1824
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1829,
                    "endColumn": 118,
                    "endOffset": 1943
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1829,
                        "endColumn": 118,
                        "endOffset": 1943
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1948,
                    "endColumn": 98,
                    "endOffset": 2042
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1948,
                        "endColumn": 98,
                        "endOffset": 2042
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2047,
                    "endColumn": 100,
                    "endOffset": 2143
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lv\\values-lv.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2047,
                        "endColumn": 100,
                        "endOffset": 2143
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-lt\\values-lt.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 115,
                    "endOffset": 166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 115,
                        "endOffset": 166
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 171,
                    "endColumn": 107,
                    "endOffset": 274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 171,
                        "endColumn": 107,
                        "endOffset": 274
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 279,
                    "endColumn": 122,
                    "endOffset": 397
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 279,
                        "endColumn": 122,
                        "endOffset": 397
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 402,
                    "endColumn": 100,
                    "endOffset": 498
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 402,
                        "endColumn": 100,
                        "endOffset": 498
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 503,
                    "endColumn": 112,
                    "endOffset": 611
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 503,
                        "endColumn": 112,
                        "endOffset": 611
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 616,
                    "endColumn": 86,
                    "endOffset": 698
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 616,
                        "endColumn": 86,
                        "endOffset": 698
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 703,
                    "endColumn": 108,
                    "endOffset": 807
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 703,
                        "endColumn": 108,
                        "endOffset": 807
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 812,
                    "endColumn": 120,
                    "endOffset": 928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 812,
                        "endColumn": 120,
                        "endOffset": 928
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 933,
                    "endColumn": 81,
                    "endOffset": 1010
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 933,
                        "endColumn": 81,
                        "endOffset": 1010
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1015,
                    "endColumn": 80,
                    "endOffset": 1091
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1015,
                        "endColumn": 80,
                        "endOffset": 1091
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1096,
                    "endColumn": 84,
                    "endOffset": 1176
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1096,
                        "endColumn": 84,
                        "endOffset": 1176
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1181,
                    "endColumn": 108,
                    "endOffset": 1285
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1181,
                        "endColumn": 108,
                        "endOffset": 1285
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1290,
                    "endColumn": 108,
                    "endOffset": 1394
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1290,
                        "endColumn": 108,
                        "endOffset": 1394
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1399,
                    "endColumn": 99,
                    "endOffset": 1494
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1399,
                        "endColumn": 99,
                        "endOffset": 1494
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1499,
                    "endColumn": 109,
                    "endOffset": 1604
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1499,
                        "endColumn": 109,
                        "endOffset": 1604
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1609,
                    "endColumn": 103,
                    "endOffset": 1708
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1609,
                        "endColumn": 103,
                        "endOffset": 1708
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1713,
                    "endColumn": 112,
                    "endOffset": 1821
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1713,
                        "endColumn": 112,
                        "endOffset": 1821
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1826,
                    "endColumn": 129,
                    "endOffset": 1951
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1826,
                        "endColumn": 129,
                        "endOffset": 1951
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1956,
                    "endColumn": 100,
                    "endOffset": 2052
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1956,
                        "endColumn": 100,
                        "endOffset": 2052
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2057,
                    "endColumn": 100,
                    "endOffset": 2153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lt\\values-lt.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2057,
                        "endColumn": 100,
                        "endOffset": 2153
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-lo-rLA\\values-lo-rLA.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 102,
                    "endOffset": 153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 102,
                        "endOffset": 153
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 158,
                    "endColumn": 107,
                    "endOffset": 261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 158,
                        "endColumn": 107,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 266,
                    "endColumn": 122,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 122,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 96,
                    "endOffset": 481
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 96,
                        "endOffset": 481
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 486,
                    "endColumn": 106,
                    "endOffset": 588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 486,
                        "endColumn": 106,
                        "endOffset": 588
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 593,
                    "endColumn": 84,
                    "endOffset": 673
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 593,
                        "endColumn": 84,
                        "endOffset": 673
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 678,
                    "endColumn": 104,
                    "endOffset": 778
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 678,
                        "endColumn": 104,
                        "endOffset": 778
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 783,
                    "endColumn": 111,
                    "endOffset": 890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 783,
                        "endColumn": 111,
                        "endOffset": 890
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 895,
                    "endColumn": 76,
                    "endOffset": 967
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 895,
                        "endColumn": 76,
                        "endOffset": 967
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 972,
                    "endColumn": 77,
                    "endOffset": 1045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 972,
                        "endColumn": 77,
                        "endOffset": 1045
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1050,
                    "endColumn": 79,
                    "endOffset": 1125
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1050,
                        "endColumn": 79,
                        "endOffset": 1125
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1130,
                    "endColumn": 106,
                    "endOffset": 1232
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1130,
                        "endColumn": 106,
                        "endOffset": 1232
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1237,
                    "endColumn": 96,
                    "endOffset": 1329
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1237,
                        "endColumn": 96,
                        "endOffset": 1329
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1334,
                    "endColumn": 97,
                    "endOffset": 1427
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1334,
                        "endColumn": 97,
                        "endOffset": 1427
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1432,
                    "endColumn": 104,
                    "endOffset": 1532
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1432,
                        "endColumn": 104,
                        "endOffset": 1532
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1537,
                    "endColumn": 102,
                    "endOffset": 1635
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1537,
                        "endColumn": 102,
                        "endOffset": 1635
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1640,
                    "endColumn": 103,
                    "endOffset": 1739
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1640,
                        "endColumn": 103,
                        "endOffset": 1739
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1744,
                    "endColumn": 121,
                    "endOffset": 1861
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1744,
                        "endColumn": 121,
                        "endOffset": 1861
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1866,
                    "endColumn": 95,
                    "endOffset": 1957
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1866,
                        "endColumn": 95,
                        "endOffset": 1957
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1962,
                    "endColumn": 100,
                    "endOffset": 2058
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-lo-rLA\\values-lo-rLA.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1962,
                        "endColumn": 100,
                        "endOffset": 2058
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21\\values-ldltr-v21.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 112,
                    "endOffset": 163
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 112,
                        "endOffset": 163
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4\\values-large-v4.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 61,
                    "endOffset": 112
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 61,
                        "endOffset": 112
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 117,
                    "endColumn": 71,
                    "endOffset": 184
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 117,
                        "endColumn": 71,
                        "endOffset": 184
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 189,
                    "endColumn": 58,
                    "endOffset": 243
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 189,
                        "endColumn": 58,
                        "endOffset": 243
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 248,
                    "endColumn": 70,
                    "endOffset": 314
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 248,
                        "endColumn": 70,
                        "endOffset": 314
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 319,
                    "endColumn": 70,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 319,
                        "endColumn": 70,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 69,
                    "endOffset": 455
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 69,
                        "endOffset": 455
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 460,
                    "endColumn": 69,
                    "endOffset": 525
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 460,
                        "endColumn": 69,
                        "endOffset": 525
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 530,
                    "endColumn": 67,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 530,
                        "endColumn": 67,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 67,
                    "endOffset": 661
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 67,
                        "endOffset": 661
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 666,
                    "endColumn": 63,
                    "endOffset": 725
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 666,
                        "endColumn": 63,
                        "endOffset": 725
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 730,
                    "endColumn": 54,
                    "endOffset": 780
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 730,
                        "endColumn": 54,
                        "endOffset": 780
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 785,
                    "endColumn": 103,
                    "endOffset": 884
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 785,
                        "endColumn": 103,
                        "endOffset": 884
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 889,
                    "endColumn": 115,
                    "endOffset": 1000
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-large-v4\\values-large-v4.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 889,
                        "endColumn": 115,
                        "endOffset": 1000
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-land\\values-land.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 61,
                    "endOffset": 112
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 61,
                        "endOffset": 112
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 117,
                    "endColumn": 71,
                    "endOffset": 184
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 117,
                        "endColumn": 71,
                        "endOffset": 184
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 189,
                    "endColumn": 69,
                    "endOffset": 254
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 189,
                        "endColumn": 69,
                        "endOffset": 254
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 259,
                    "endColumn": 63,
                    "endOffset": 318
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 259,
                        "endColumn": 63,
                        "endOffset": 318
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 323,
                    "endColumn": 70,
                    "endOffset": 389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 323,
                        "endColumn": 70,
                        "endOffset": 389
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 394,
                    "endColumn": 67,
                    "endOffset": 457
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 394,
                        "endColumn": 67,
                        "endOffset": 457
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 462,
                    "endLine": 11,
                    "endColumn": 12,
                    "endOffset": 639
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.4.0\\res\\values-land\\values-land.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 5,
                        "endColumn": 12,
                        "endOffset": 232
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ky-rKG\\values-ky-rKG.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 107,
                    "endOffset": 262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 107,
                        "endOffset": 262
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 267,
                    "endColumn": 122,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 267,
                        "endColumn": 122,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 94,
                    "endOffset": 480
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 94,
                        "endOffset": 480
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 485,
                    "endColumn": 118,
                    "endOffset": 599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 485,
                        "endColumn": 118,
                        "endOffset": 599
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 604,
                    "endColumn": 83,
                    "endOffset": 683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 604,
                        "endColumn": 83,
                        "endOffset": 683
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 688,
                    "endColumn": 106,
                    "endOffset": 790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 688,
                        "endColumn": 106,
                        "endOffset": 790
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 795,
                    "endColumn": 116,
                    "endOffset": 907
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 795,
                        "endColumn": 116,
                        "endOffset": 907
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 912,
                    "endColumn": 77,
                    "endOffset": 985
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 912,
                        "endColumn": 77,
                        "endOffset": 985
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 990,
                    "endColumn": 78,
                    "endOffset": 1064
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 990,
                        "endColumn": 78,
                        "endOffset": 1064
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1069,
                    "endColumn": 80,
                    "endOffset": 1145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1069,
                        "endColumn": 80,
                        "endOffset": 1145
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1150,
                    "endColumn": 109,
                    "endOffset": 1255
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1150,
                        "endColumn": 109,
                        "endOffset": 1255
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1260,
                    "endColumn": 106,
                    "endOffset": 1362
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1260,
                        "endColumn": 106,
                        "endOffset": 1362
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1367,
                    "endColumn": 97,
                    "endOffset": 1460
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1367,
                        "endColumn": 97,
                        "endOffset": 1460
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1465,
                    "endColumn": 105,
                    "endOffset": 1566
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1465,
                        "endColumn": 105,
                        "endOffset": 1566
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1571,
                    "endColumn": 106,
                    "endOffset": 1673
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1571,
                        "endColumn": 106,
                        "endOffset": 1673
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1678,
                    "endColumn": 100,
                    "endOffset": 1774
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1678,
                        "endColumn": 100,
                        "endOffset": 1774
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1779,
                    "endColumn": 123,
                    "endOffset": 1898
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1779,
                        "endColumn": 123,
                        "endOffset": 1898
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1903,
                    "endColumn": 102,
                    "endOffset": 2001
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1903,
                        "endColumn": 102,
                        "endOffset": 2001
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2006,
                    "endColumn": 100,
                    "endOffset": 2102
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ky-rKG\\values-ky-rKG.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2006,
                        "endColumn": 100,
                        "endOffset": 2102
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ko\\values-ko.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 94,
                    "endOffset": 145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 94,
                        "endOffset": 145
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 150,
                    "endColumn": 107,
                    "endOffset": 253
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 150,
                        "endColumn": 107,
                        "endOffset": 253
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 258,
                    "endColumn": 122,
                    "endOffset": 376
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 258,
                        "endColumn": 122,
                        "endOffset": 376
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 381,
                    "endColumn": 93,
                    "endOffset": 470
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 381,
                        "endColumn": 93,
                        "endOffset": 470
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 475,
                    "endColumn": 101,
                    "endOffset": 572
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 475,
                        "endColumn": 101,
                        "endOffset": 572
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 577,
                    "endColumn": 81,
                    "endOffset": 654
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 577,
                        "endColumn": 81,
                        "endOffset": 654
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 659,
                    "endColumn": 97,
                    "endOffset": 752
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 659,
                        "endColumn": 97,
                        "endOffset": 752
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 757,
                    "endColumn": 105,
                    "endOffset": 858
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 757,
                        "endColumn": 105,
                        "endOffset": 858
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 863,
                    "endColumn": 78,
                    "endOffset": 937
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 863,
                        "endColumn": 78,
                        "endOffset": 937
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 942,
                    "endColumn": 75,
                    "endOffset": 1013
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 942,
                        "endColumn": 75,
                        "endOffset": 1013
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1018,
                    "endColumn": 79,
                    "endOffset": 1093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1018,
                        "endColumn": 79,
                        "endOffset": 1093
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1098,
                    "endColumn": 97,
                    "endOffset": 1191
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1098,
                        "endColumn": 97,
                        "endOffset": 1191
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1196,
                    "endColumn": 94,
                    "endOffset": 1286
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1196,
                        "endColumn": 94,
                        "endOffset": 1286
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1291,
                    "endColumn": 94,
                    "endOffset": 1381
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1291,
                        "endColumn": 94,
                        "endOffset": 1381
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1386,
                    "endColumn": 99,
                    "endOffset": 1481
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1386,
                        "endColumn": 99,
                        "endOffset": 1481
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1486,
                    "endColumn": 95,
                    "endOffset": 1577
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1486,
                        "endColumn": 95,
                        "endOffset": 1577
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1582,
                    "endColumn": 98,
                    "endOffset": 1676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1582,
                        "endColumn": 98,
                        "endOffset": 1676
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1681,
                    "endColumn": 114,
                    "endOffset": 1791
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1681,
                        "endColumn": 114,
                        "endOffset": 1791
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1796,
                    "endColumn": 93,
                    "endOffset": 1885
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1796,
                        "endColumn": 93,
                        "endOffset": 1885
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1890,
                    "endColumn": 100,
                    "endOffset": 1986
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ko\\values-ko.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1890,
                        "endColumn": 100,
                        "endOffset": 1986
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-kn-rIN\\values-kn-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 117,
                    "endOffset": 168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 117,
                        "endOffset": 168
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 173,
                    "endColumn": 107,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 173,
                        "endColumn": 107,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 122,
                    "endOffset": 399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 122,
                        "endOffset": 399
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 404,
                    "endColumn": 111,
                    "endOffset": 511
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 404,
                        "endColumn": 111,
                        "endOffset": 511
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 516,
                    "endColumn": 112,
                    "endOffset": 624
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 516,
                        "endColumn": 112,
                        "endOffset": 624
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 629,
                    "endColumn": 87,
                    "endOffset": 712
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 629,
                        "endColumn": 87,
                        "endOffset": 712
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 717,
                    "endColumn": 106,
                    "endOffset": 819
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 717,
                        "endColumn": 106,
                        "endOffset": 819
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 824,
                    "endColumn": 126,
                    "endOffset": 946
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 824,
                        "endColumn": 126,
                        "endOffset": 946
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 951,
                    "endColumn": 76,
                    "endOffset": 1023
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 951,
                        "endColumn": 76,
                        "endOffset": 1023
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1028,
                    "endColumn": 76,
                    "endOffset": 1100
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1028,
                        "endColumn": 76,
                        "endOffset": 1100
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1105,
                    "endColumn": 81,
                    "endOffset": 1182
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1105,
                        "endColumn": 81,
                        "endOffset": 1182
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1187,
                    "endColumn": 115,
                    "endOffset": 1298
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1187,
                        "endColumn": 115,
                        "endOffset": 1298
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1303,
                    "endColumn": 110,
                    "endOffset": 1409
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1303,
                        "endColumn": 110,
                        "endOffset": 1409
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1414,
                    "endColumn": 98,
                    "endOffset": 1508
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1414,
                        "endColumn": 98,
                        "endOffset": 1508
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1513,
                    "endColumn": 112,
                    "endOffset": 1621
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1513,
                        "endColumn": 112,
                        "endOffset": 1621
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1626,
                    "endColumn": 103,
                    "endOffset": 1725
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1626,
                        "endColumn": 103,
                        "endOffset": 1725
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1730,
                    "endColumn": 113,
                    "endOffset": 1839
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1730,
                        "endColumn": 113,
                        "endOffset": 1839
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1844,
                    "endColumn": 125,
                    "endOffset": 1965
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1844,
                        "endColumn": 125,
                        "endOffset": 1965
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1970,
                    "endColumn": 99,
                    "endOffset": 2065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1970,
                        "endColumn": 99,
                        "endOffset": 2065
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2070,
                    "endColumn": 100,
                    "endOffset": 2166
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kn-rIN\\values-kn-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2070,
                        "endColumn": 100,
                        "endOffset": 2166
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-km-rKH\\values-km-rKH.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 102,
                    "endOffset": 153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 102,
                        "endOffset": 153
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 158,
                    "endColumn": 107,
                    "endOffset": 261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 158,
                        "endColumn": 107,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 266,
                    "endColumn": 122,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 122,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 99,
                    "endOffset": 484
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 99,
                        "endOffset": 484
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 489,
                    "endColumn": 111,
                    "endOffset": 596
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 489,
                        "endColumn": 111,
                        "endOffset": 596
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 601,
                    "endColumn": 86,
                    "endOffset": 683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 601,
                        "endColumn": 86,
                        "endOffset": 683
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 688,
                    "endColumn": 103,
                    "endOffset": 787
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 688,
                        "endColumn": 103,
                        "endOffset": 787
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 792,
                    "endColumn": 117,
                    "endOffset": 905
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 792,
                        "endColumn": 117,
                        "endOffset": 905
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 910,
                    "endColumn": 76,
                    "endOffset": 982
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 910,
                        "endColumn": 76,
                        "endOffset": 982
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 987,
                    "endColumn": 76,
                    "endOffset": 1059
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 987,
                        "endColumn": 76,
                        "endOffset": 1059
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1064,
                    "endColumn": 82,
                    "endOffset": 1142
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1064,
                        "endColumn": 82,
                        "endOffset": 1142
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1147,
                    "endColumn": 103,
                    "endOffset": 1246
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1147,
                        "endColumn": 103,
                        "endOffset": 1246
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1251,
                    "endColumn": 104,
                    "endOffset": 1351
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1251,
                        "endColumn": 104,
                        "endOffset": 1351
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1356,
                    "endColumn": 99,
                    "endOffset": 1451
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1356,
                        "endColumn": 99,
                        "endOffset": 1451
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1456,
                    "endColumn": 109,
                    "endOffset": 1561
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1456,
                        "endColumn": 109,
                        "endOffset": 1561
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1566,
                    "endColumn": 106,
                    "endOffset": 1668
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1566,
                        "endColumn": 106,
                        "endOffset": 1668
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1673,
                    "endColumn": 107,
                    "endOffset": 1776
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1673,
                        "endColumn": 107,
                        "endOffset": 1776
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1781,
                    "endColumn": 122,
                    "endOffset": 1899
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1781,
                        "endColumn": 122,
                        "endOffset": 1899
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1904,
                    "endColumn": 97,
                    "endOffset": 1997
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1904,
                        "endColumn": 97,
                        "endOffset": 1997
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2002,
                    "endColumn": 100,
                    "endOffset": 2098
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-km-rKH\\values-km-rKH.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2002,
                        "endColumn": 100,
                        "endOffset": 2098
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-kk-rKZ\\values-kk-rKZ.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 111,
                    "endOffset": 162
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 111,
                        "endOffset": 162
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 167,
                    "endColumn": 107,
                    "endOffset": 270
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 167,
                        "endColumn": 107,
                        "endOffset": 270
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 275,
                    "endColumn": 122,
                    "endOffset": 393
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 275,
                        "endColumn": 122,
                        "endOffset": 393
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 398,
                    "endColumn": 102,
                    "endOffset": 496
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 398,
                        "endColumn": 102,
                        "endOffset": 496
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 501,
                    "endColumn": 109,
                    "endOffset": 606
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 501,
                        "endColumn": 109,
                        "endOffset": 606
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 611,
                    "endColumn": 84,
                    "endOffset": 691
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 611,
                        "endColumn": 84,
                        "endOffset": 691
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 696,
                    "endColumn": 105,
                    "endOffset": 797
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 696,
                        "endColumn": 105,
                        "endOffset": 797
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 802,
                    "endColumn": 118,
                    "endOffset": 916
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 802,
                        "endColumn": 118,
                        "endOffset": 916
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 921,
                    "endColumn": 80,
                    "endOffset": 997
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 921,
                        "endColumn": 80,
                        "endOffset": 997
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1002,
                    "endColumn": 79,
                    "endOffset": 1077
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1002,
                        "endColumn": 79,
                        "endOffset": 1077
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1082,
                    "endColumn": 80,
                    "endOffset": 1158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1082,
                        "endColumn": 80,
                        "endOffset": 1158
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1163,
                    "endColumn": 102,
                    "endOffset": 1261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1163,
                        "endColumn": 102,
                        "endOffset": 1261
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1266,
                    "endColumn": 104,
                    "endOffset": 1366
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1266,
                        "endColumn": 104,
                        "endOffset": 1366
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1371,
                    "endColumn": 97,
                    "endOffset": 1464
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1371,
                        "endColumn": 97,
                        "endOffset": 1464
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1469,
                    "endColumn": 106,
                    "endOffset": 1571
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1469,
                        "endColumn": 106,
                        "endOffset": 1571
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1576,
                    "endColumn": 108,
                    "endOffset": 1680
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1576,
                        "endColumn": 108,
                        "endOffset": 1680
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1685,
                    "endColumn": 99,
                    "endOffset": 1780
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1685,
                        "endColumn": 99,
                        "endOffset": 1780
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1785,
                    "endColumn": 114,
                    "endOffset": 1895
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1785,
                        "endColumn": 114,
                        "endOffset": 1895
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1900,
                    "endColumn": 98,
                    "endOffset": 1994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1900,
                        "endColumn": 98,
                        "endOffset": 1994
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1999,
                    "endColumn": 100,
                    "endOffset": 2095
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1999,
                        "endColumn": 100,
                        "endOffset": 2095
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ka-rGE\\values-ka-rGE.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 103,
                    "endOffset": 494
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 103,
                        "endOffset": 494
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 499,
                    "endColumn": 110,
                    "endOffset": 605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 499,
                        "endColumn": 110,
                        "endOffset": 605
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 610,
                    "endColumn": 87,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 610,
                        "endColumn": 87,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 104,
                    "endOffset": 798
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 104,
                        "endOffset": 798
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 803,
                    "endColumn": 112,
                    "endOffset": 911
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 803,
                        "endColumn": 112,
                        "endOffset": 911
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 916,
                    "endColumn": 83,
                    "endOffset": 995
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 916,
                        "endColumn": 83,
                        "endOffset": 995
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1000,
                    "endColumn": 81,
                    "endOffset": 1077
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1000,
                        "endColumn": 81,
                        "endOffset": 1077
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1082,
                    "endColumn": 82,
                    "endOffset": 1160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1082,
                        "endColumn": 82,
                        "endOffset": 1160
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1165,
                    "endColumn": 112,
                    "endOffset": 1273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1165,
                        "endColumn": 112,
                        "endOffset": 1273
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1278,
                    "endColumn": 106,
                    "endOffset": 1380
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1278,
                        "endColumn": 106,
                        "endOffset": 1380
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1385,
                    "endColumn": 97,
                    "endOffset": 1478
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1385,
                        "endColumn": 97,
                        "endOffset": 1478
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1483,
                    "endColumn": 112,
                    "endOffset": 1591
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1483,
                        "endColumn": 112,
                        "endOffset": 1591
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1596,
                    "endColumn": 103,
                    "endOffset": 1695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1596,
                        "endColumn": 103,
                        "endOffset": 1695
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1700,
                    "endColumn": 103,
                    "endOffset": 1799
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1700,
                        "endColumn": 103,
                        "endOffset": 1799
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1804,
                    "endColumn": 121,
                    "endOffset": 1921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1804,
                        "endColumn": 121,
                        "endOffset": 1921
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1926,
                    "endColumn": 97,
                    "endOffset": 2019
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1926,
                        "endColumn": 97,
                        "endOffset": 2019
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2024,
                    "endColumn": 100,
                    "endOffset": 2120
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ka-rGE\\values-ka-rGE.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2024,
                        "endColumn": 100,
                        "endOffset": 2120
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ja\\values-ja.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 96,
                    "endOffset": 147
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 96,
                        "endOffset": 147
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 152,
                    "endColumn": 106,
                    "endOffset": 254
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 152,
                        "endColumn": 106,
                        "endOffset": 254
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 259,
                    "endColumn": 120,
                    "endOffset": 375
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 259,
                        "endColumn": 120,
                        "endOffset": 375
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 380,
                    "endColumn": 92,
                    "endOffset": 468
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 380,
                        "endColumn": 92,
                        "endOffset": 468
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 473,
                    "endColumn": 104,
                    "endOffset": 573
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 473,
                        "endColumn": 104,
                        "endOffset": 573
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 578,
                    "endColumn": 81,
                    "endOffset": 655
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 578,
                        "endColumn": 81,
                        "endOffset": 655
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 660,
                    "endColumn": 97,
                    "endOffset": 753
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 660,
                        "endColumn": 97,
                        "endOffset": 753
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 758,
                    "endColumn": 107,
                    "endOffset": 861
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 758,
                        "endColumn": 107,
                        "endOffset": 861
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 866,
                    "endColumn": 76,
                    "endOffset": 938
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 866,
                        "endColumn": 76,
                        "endOffset": 938
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 943,
                    "endColumn": 75,
                    "endOffset": 1014
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 943,
                        "endColumn": 75,
                        "endOffset": 1014
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1019,
                    "endColumn": 77,
                    "endOffset": 1092
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1019,
                        "endColumn": 77,
                        "endOffset": 1092
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1097,
                    "endColumn": 101,
                    "endOffset": 1194
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1097,
                        "endColumn": 101,
                        "endOffset": 1194
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1199,
                    "endColumn": 98,
                    "endOffset": 1293
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1199,
                        "endColumn": 98,
                        "endOffset": 1293
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1298,
                    "endColumn": 94,
                    "endOffset": 1388
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1298,
                        "endColumn": 94,
                        "endOffset": 1388
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1393,
                    "endColumn": 102,
                    "endOffset": 1491
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1393,
                        "endColumn": 102,
                        "endOffset": 1491
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1496,
                    "endColumn": 94,
                    "endOffset": 1586
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1496,
                        "endColumn": 94,
                        "endOffset": 1586
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1591,
                    "endColumn": 95,
                    "endOffset": 1682
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1591,
                        "endColumn": 95,
                        "endOffset": 1682
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1687,
                    "endColumn": 110,
                    "endOffset": 1793
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1687,
                        "endColumn": 110,
                        "endOffset": 1793
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1798,
                    "endColumn": 96,
                    "endOffset": 1890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1798,
                        "endColumn": 96,
                        "endOffset": 1890
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1895,
                    "endColumn": 100,
                    "endOffset": 1991
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ja\\values-ja.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1895,
                        "endColumn": 100,
                        "endOffset": 1991
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-iw\\values-iw.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 109,
                    "endOffset": 264
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 109,
                        "endOffset": 264
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 269,
                    "endColumn": 125,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 269,
                        "endColumn": 125,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 98,
                    "endOffset": 489
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 98,
                        "endOffset": 489
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 494,
                    "endColumn": 107,
                    "endOffset": 597
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 494,
                        "endColumn": 107,
                        "endOffset": 597
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 602,
                    "endColumn": 83,
                    "endOffset": 681
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 602,
                        "endColumn": 83,
                        "endOffset": 681
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 686,
                    "endColumn": 99,
                    "endOffset": 781
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 686,
                        "endColumn": 99,
                        "endOffset": 781
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 786,
                    "endColumn": 113,
                    "endOffset": 895
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 786,
                        "endColumn": 113,
                        "endOffset": 895
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 900,
                    "endColumn": 77,
                    "endOffset": 973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 900,
                        "endColumn": 77,
                        "endOffset": 973
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 978,
                    "endColumn": 77,
                    "endOffset": 1051
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 978,
                        "endColumn": 77,
                        "endOffset": 1051
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1056,
                    "endColumn": 78,
                    "endOffset": 1130
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1056,
                        "endColumn": 78,
                        "endOffset": 1130
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1135,
                    "endColumn": 101,
                    "endOffset": 1232
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1135,
                        "endColumn": 101,
                        "endOffset": 1232
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1237,
                    "endColumn": 103,
                    "endOffset": 1336
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1237,
                        "endColumn": 103,
                        "endOffset": 1336
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1341,
                    "endColumn": 95,
                    "endOffset": 1432
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1341,
                        "endColumn": 95,
                        "endOffset": 1432
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1437,
                    "endColumn": 102,
                    "endOffset": 1535
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1437,
                        "endColumn": 102,
                        "endOffset": 1535
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1540,
                    "endColumn": 100,
                    "endOffset": 1636
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1540,
                        "endColumn": 100,
                        "endOffset": 1636
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1641,
                    "endColumn": 99,
                    "endOffset": 1736
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1641,
                        "endColumn": 99,
                        "endOffset": 1736
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1741,
                    "endColumn": 115,
                    "endOffset": 1852
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1741,
                        "endColumn": 115,
                        "endOffset": 1852
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1857,
                    "endColumn": 95,
                    "endOffset": 1948
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1857,
                        "endColumn": 95,
                        "endOffset": 1948
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1953,
                    "endColumn": 102,
                    "endOffset": 2051
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-iw\\values-iw.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1953,
                        "endColumn": 102,
                        "endOffset": 2051
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-it\\values-it.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 99,
                    "endOffset": 490
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 99,
                        "endOffset": 490
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 495,
                    "endColumn": 108,
                    "endOffset": 599
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 495,
                        "endColumn": 108,
                        "endOffset": 599
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 604,
                    "endColumn": 83,
                    "endOffset": 683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 604,
                        "endColumn": 83,
                        "endOffset": 683
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 688,
                    "endColumn": 108,
                    "endOffset": 792
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 688,
                        "endColumn": 108,
                        "endOffset": 792
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 797,
                    "endColumn": 124,
                    "endOffset": 917
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 797,
                        "endColumn": 124,
                        "endOffset": 917
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 922,
                    "endColumn": 76,
                    "endOffset": 994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 922,
                        "endColumn": 76,
                        "endOffset": 994
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 999,
                    "endColumn": 75,
                    "endOffset": 1070
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 999,
                        "endColumn": 75,
                        "endOffset": 1070
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1075,
                    "endColumn": 80,
                    "endOffset": 1151
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1075,
                        "endColumn": 80,
                        "endOffset": 1151
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1156,
                    "endColumn": 105,
                    "endOffset": 1257
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1156,
                        "endColumn": 105,
                        "endOffset": 1257
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1262,
                    "endColumn": 107,
                    "endOffset": 1365
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1262,
                        "endColumn": 107,
                        "endOffset": 1365
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1370,
                    "endColumn": 97,
                    "endOffset": 1463
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1370,
                        "endColumn": 97,
                        "endOffset": 1463
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1468,
                    "endColumn": 103,
                    "endOffset": 1567
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1468,
                        "endColumn": 103,
                        "endOffset": 1567
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1572,
                    "endColumn": 104,
                    "endOffset": 1672
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1572,
                        "endColumn": 104,
                        "endOffset": 1672
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1677,
                    "endColumn": 106,
                    "endOffset": 1779
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1677,
                        "endColumn": 106,
                        "endOffset": 1779
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1784,
                    "endColumn": 121,
                    "endOffset": 1901
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1784,
                        "endColumn": 121,
                        "endOffset": 1901
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1906,
                    "endColumn": 99,
                    "endOffset": 2001
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1906,
                        "endColumn": 99,
                        "endOffset": 2001
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2006,
                    "endColumn": 100,
                    "endOffset": 2102
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-it\\values-it.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2006,
                        "endColumn": 100,
                        "endOffset": 2102
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-is-rIS\\values-is-rIS.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 99,
                    "endOffset": 150
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 99,
                        "endOffset": 150
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 155,
                    "endColumn": 107,
                    "endOffset": 258
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 155,
                        "endColumn": 107,
                        "endOffset": 258
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 263,
                    "endColumn": 122,
                    "endOffset": 381
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 263,
                        "endColumn": 122,
                        "endOffset": 381
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 386,
                    "endColumn": 96,
                    "endOffset": 478
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 386,
                        "endColumn": 96,
                        "endOffset": 478
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 483,
                    "endColumn": 111,
                    "endOffset": 590
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 483,
                        "endColumn": 111,
                        "endOffset": 590
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 595,
                    "endColumn": 84,
                    "endOffset": 675
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 595,
                        "endColumn": 84,
                        "endOffset": 675
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 680,
                    "endColumn": 100,
                    "endOffset": 776
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 680,
                        "endColumn": 100,
                        "endOffset": 776
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 781,
                    "endColumn": 113,
                    "endOffset": 890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 781,
                        "endColumn": 113,
                        "endOffset": 890
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 895,
                    "endColumn": 79,
                    "endOffset": 970
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 895,
                        "endColumn": 79,
                        "endOffset": 970
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 975,
                    "endColumn": 79,
                    "endOffset": 1050
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 975,
                        "endColumn": 79,
                        "endOffset": 1050
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1055,
                    "endColumn": 80,
                    "endOffset": 1131
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1055,
                        "endColumn": 80,
                        "endOffset": 1131
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1136,
                    "endColumn": 109,
                    "endOffset": 1241
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1136,
                        "endColumn": 109,
                        "endOffset": 1241
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1246,
                    "endColumn": 107,
                    "endOffset": 1349
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1246,
                        "endColumn": 107,
                        "endOffset": 1349
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1354,
                    "endColumn": 97,
                    "endOffset": 1447
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1354,
                        "endColumn": 97,
                        "endOffset": 1447
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1452,
                    "endColumn": 108,
                    "endOffset": 1556
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1452,
                        "endColumn": 108,
                        "endOffset": 1556
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1561,
                    "endColumn": 98,
                    "endOffset": 1655
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1561,
                        "endColumn": 98,
                        "endOffset": 1655
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1660,
                    "endColumn": 102,
                    "endOffset": 1758
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1660,
                        "endColumn": 102,
                        "endOffset": 1758
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1763,
                    "endColumn": 117,
                    "endOffset": 1876
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1763,
                        "endColumn": 117,
                        "endOffset": 1876
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1881,
                    "endColumn": 97,
                    "endOffset": 1974
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1881,
                        "endColumn": 97,
                        "endOffset": 1974
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1979,
                    "endColumn": 100,
                    "endOffset": 2075
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-is-rIS\\values-is-rIS.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1979,
                        "endColumn": 100,
                        "endOffset": 2075
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-in\\values-in.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 109,
                    "endOffset": 160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 109,
                        "endOffset": 160
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 165,
                    "endColumn": 107,
                    "endOffset": 268
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 165,
                        "endColumn": 107,
                        "endOffset": 268
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 273,
                    "endColumn": 122,
                    "endOffset": 391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 273,
                        "endColumn": 122,
                        "endOffset": 391
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 396,
                    "endColumn": 101,
                    "endOffset": 493
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 396,
                        "endColumn": 101,
                        "endOffset": 493
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 498,
                    "endColumn": 104,
                    "endOffset": 598
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 498,
                        "endColumn": 104,
                        "endOffset": 598
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 603,
                    "endColumn": 86,
                    "endOffset": 685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 603,
                        "endColumn": 86,
                        "endOffset": 685
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 690,
                    "endColumn": 103,
                    "endOffset": 789
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 690,
                        "endColumn": 103,
                        "endOffset": 789
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 794,
                    "endColumn": 115,
                    "endOffset": 905
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 794,
                        "endColumn": 115,
                        "endOffset": 905
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 910,
                    "endColumn": 81,
                    "endOffset": 987
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 910,
                        "endColumn": 81,
                        "endOffset": 987
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 992,
                    "endColumn": 78,
                    "endOffset": 1066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 992,
                        "endColumn": 78,
                        "endOffset": 1066
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1071,
                    "endColumn": 85,
                    "endOffset": 1152
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1071,
                        "endColumn": 85,
                        "endOffset": 1152
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1157,
                    "endColumn": 102,
                    "endOffset": 1255
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1157,
                        "endColumn": 102,
                        "endOffset": 1255
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1260,
                    "endColumn": 108,
                    "endOffset": 1364
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1260,
                        "endColumn": 108,
                        "endOffset": 1364
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1369,
                    "endColumn": 100,
                    "endOffset": 1465
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1369,
                        "endColumn": 100,
                        "endOffset": 1465
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1470,
                    "endColumn": 103,
                    "endOffset": 1569
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1470,
                        "endColumn": 103,
                        "endOffset": 1569
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1574,
                    "endColumn": 107,
                    "endOffset": 1677
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1574,
                        "endColumn": 107,
                        "endOffset": 1677
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1682,
                    "endColumn": 107,
                    "endOffset": 1785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1682,
                        "endColumn": 107,
                        "endOffset": 1785
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1790,
                    "endColumn": 122,
                    "endOffset": 1908
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1790,
                        "endColumn": 122,
                        "endOffset": 1908
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1913,
                    "endColumn": 98,
                    "endOffset": 2007
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1913,
                        "endColumn": 98,
                        "endOffset": 2007
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2012,
                    "endColumn": 100,
                    "endOffset": 2108
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-in\\values-in.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2012,
                        "endColumn": 100,
                        "endOffset": 2108
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-hy-rAM\\values-hy-rAM.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 102,
                    "endOffset": 153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 102,
                        "endOffset": 153
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 158,
                    "endColumn": 107,
                    "endOffset": 261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 158,
                        "endColumn": 107,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 266,
                    "endColumn": 122,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 122,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 100,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 100,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 109,
                    "endOffset": 595
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 109,
                        "endOffset": 595
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 600,
                    "endColumn": 89,
                    "endOffset": 685
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 600,
                        "endColumn": 89,
                        "endOffset": 685
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 690,
                    "endColumn": 105,
                    "endOffset": 791
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 690,
                        "endColumn": 105,
                        "endOffset": 791
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 796,
                    "endColumn": 114,
                    "endOffset": 906
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 796,
                        "endColumn": 114,
                        "endOffset": 906
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 911,
                    "endColumn": 81,
                    "endOffset": 988
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 911,
                        "endColumn": 81,
                        "endOffset": 988
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 993,
                    "endColumn": 80,
                    "endOffset": 1069
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 993,
                        "endColumn": 80,
                        "endOffset": 1069
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1074,
                    "endColumn": 84,
                    "endOffset": 1154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1074,
                        "endColumn": 84,
                        "endOffset": 1154
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1159,
                    "endColumn": 106,
                    "endOffset": 1261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1159,
                        "endColumn": 106,
                        "endOffset": 1261
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1266,
                    "endColumn": 106,
                    "endOffset": 1368
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1266,
                        "endColumn": 106,
                        "endOffset": 1368
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1373,
                    "endColumn": 98,
                    "endOffset": 1467
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1373,
                        "endColumn": 98,
                        "endOffset": 1467
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1472,
                    "endColumn": 109,
                    "endOffset": 1577
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1472,
                        "endColumn": 109,
                        "endOffset": 1577
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1582,
                    "endColumn": 106,
                    "endOffset": 1684
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1582,
                        "endColumn": 106,
                        "endOffset": 1684
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1689,
                    "endColumn": 100,
                    "endOffset": 1785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1689,
                        "endColumn": 100,
                        "endOffset": 1785
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1790,
                    "endColumn": 119,
                    "endOffset": 1905
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1790,
                        "endColumn": 119,
                        "endOffset": 1905
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1910,
                    "endColumn": 98,
                    "endOffset": 2004
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1910,
                        "endColumn": 98,
                        "endOffset": 2004
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2009,
                    "endColumn": 100,
                    "endOffset": 2105
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hy-rAM\\values-hy-rAM.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2009,
                        "endColumn": 100,
                        "endOffset": 2105
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-hu\\values-hu.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 107,
                    "endOffset": 158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 107,
                        "endOffset": 158
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 163,
                    "endColumn": 107,
                    "endOffset": 266
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 163,
                        "endColumn": 107,
                        "endOffset": 266
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 271,
                    "endColumn": 122,
                    "endOffset": 389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 271,
                        "endColumn": 122,
                        "endOffset": 389
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 394,
                    "endColumn": 104,
                    "endOffset": 494
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 394,
                        "endColumn": 104,
                        "endOffset": 494
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 499,
                    "endColumn": 114,
                    "endOffset": 609
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 499,
                        "endColumn": 114,
                        "endOffset": 609
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 614,
                    "endColumn": 83,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 614,
                        "endColumn": 83,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 111,
                    "endOffset": 805
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 111,
                        "endOffset": 805
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 810,
                    "endColumn": 129,
                    "endOffset": 935
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 810,
                        "endColumn": 129,
                        "endOffset": 935
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 940,
                    "endColumn": 75,
                    "endOffset": 1011
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 940,
                        "endColumn": 75,
                        "endOffset": 1011
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1016,
                    "endColumn": 75,
                    "endOffset": 1087
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1016,
                        "endColumn": 75,
                        "endOffset": 1087
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1092,
                    "endColumn": 82,
                    "endOffset": 1170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1092,
                        "endColumn": 82,
                        "endOffset": 1170
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1175,
                    "endColumn": 109,
                    "endOffset": 1280
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1175,
                        "endColumn": 109,
                        "endOffset": 1280
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1285,
                    "endColumn": 110,
                    "endOffset": 1391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1285,
                        "endColumn": 110,
                        "endOffset": 1391
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1396,
                    "endColumn": 99,
                    "endOffset": 1491
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1396,
                        "endColumn": 99,
                        "endOffset": 1491
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1496,
                    "endColumn": 110,
                    "endOffset": 1602
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1496,
                        "endColumn": 110,
                        "endOffset": 1602
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1607,
                    "endColumn": 107,
                    "endOffset": 1710
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1607,
                        "endColumn": 107,
                        "endOffset": 1710
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1715,
                    "endColumn": 118,
                    "endOffset": 1829
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1715,
                        "endColumn": 118,
                        "endOffset": 1829
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1834,
                    "endColumn": 133,
                    "endOffset": 1963
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1834,
                        "endColumn": 133,
                        "endOffset": 1963
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1968,
                    "endColumn": 102,
                    "endOffset": 2066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1968,
                        "endColumn": 102,
                        "endOffset": 2066
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2071,
                    "endColumn": 100,
                    "endOffset": 2167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hu\\values-hu.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2071,
                        "endColumn": 100,
                        "endOffset": 2167
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-hr\\values-hr.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 96,
                    "endOffset": 483
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 96,
                        "endOffset": 483
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 488,
                    "endColumn": 109,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 488,
                        "endColumn": 109,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 85,
                    "endOffset": 679
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 85,
                        "endOffset": 679
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 684,
                    "endColumn": 103,
                    "endOffset": 783
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 684,
                        "endColumn": 103,
                        "endOffset": 783
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 788,
                    "endColumn": 118,
                    "endOffset": 902
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 788,
                        "endColumn": 118,
                        "endOffset": 902
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 907,
                    "endColumn": 83,
                    "endOffset": 986
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 907,
                        "endColumn": 83,
                        "endOffset": 986
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 991,
                    "endColumn": 82,
                    "endOffset": 1069
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 991,
                        "endColumn": 82,
                        "endOffset": 1069
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1074,
                    "endColumn": 85,
                    "endOffset": 1155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1074,
                        "endColumn": 85,
                        "endOffset": 1155
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1160,
                    "endColumn": 103,
                    "endOffset": 1259
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1160,
                        "endColumn": 103,
                        "endOffset": 1259
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1264,
                    "endColumn": 112,
                    "endOffset": 1372
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1264,
                        "endColumn": 112,
                        "endOffset": 1372
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1377,
                    "endColumn": 105,
                    "endOffset": 1478
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1377,
                        "endColumn": 105,
                        "endOffset": 1478
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1483,
                    "endColumn": 104,
                    "endOffset": 1583
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1483,
                        "endColumn": 104,
                        "endOffset": 1583
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1588,
                    "endColumn": 112,
                    "endOffset": 1696
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1588,
                        "endColumn": 112,
                        "endOffset": 1696
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1701,
                    "endColumn": 106,
                    "endOffset": 1803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1701,
                        "endColumn": 106,
                        "endOffset": 1803
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1808,
                    "endColumn": 122,
                    "endOffset": 1926
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1808,
                        "endColumn": 122,
                        "endOffset": 1926
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1931,
                    "endColumn": 96,
                    "endOffset": 2023
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1931,
                        "endColumn": 96,
                        "endOffset": 2023
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2028,
                    "endColumn": 100,
                    "endOffset": 2124
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hr\\values-hr.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2028,
                        "endColumn": 100,
                        "endOffset": 2124
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-hi\\values-hi.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 116,
                    "endOffset": 167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 116,
                        "endOffset": 167
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 172,
                    "endColumn": 107,
                    "endOffset": 275
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 172,
                        "endColumn": 107,
                        "endOffset": 275
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 280,
                    "endColumn": 122,
                    "endOffset": 398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 280,
                        "endColumn": 122,
                        "endOffset": 398
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 403,
                    "endColumn": 104,
                    "endOffset": 503
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 403,
                        "endColumn": 104,
                        "endOffset": 503
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 508,
                    "endColumn": 106,
                    "endOffset": 610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 508,
                        "endColumn": 106,
                        "endOffset": 610
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 615,
                    "endColumn": 84,
                    "endOffset": 695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 615,
                        "endColumn": 84,
                        "endOffset": 695
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 700,
                    "endColumn": 101,
                    "endOffset": 797
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 700,
                        "endColumn": 101,
                        "endOffset": 797
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 802,
                    "endColumn": 121,
                    "endOffset": 919
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 802,
                        "endColumn": 121,
                        "endOffset": 919
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 924,
                    "endColumn": 76,
                    "endOffset": 996
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 924,
                        "endColumn": 76,
                        "endOffset": 996
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1001,
                    "endColumn": 77,
                    "endOffset": 1074
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1001,
                        "endColumn": 77,
                        "endOffset": 1074
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1079,
                    "endColumn": 89,
                    "endOffset": 1164
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1079,
                        "endColumn": 89,
                        "endOffset": 1164
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1169,
                    "endColumn": 108,
                    "endOffset": 1273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1169,
                        "endColumn": 108,
                        "endOffset": 1273
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1278,
                    "endColumn": 101,
                    "endOffset": 1375
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1278,
                        "endColumn": 101,
                        "endOffset": 1375
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1380,
                    "endColumn": 97,
                    "endOffset": 1473
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1380,
                        "endColumn": 97,
                        "endOffset": 1473
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1478,
                    "endColumn": 109,
                    "endOffset": 1583
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1478,
                        "endColumn": 109,
                        "endOffset": 1583
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1588,
                    "endColumn": 99,
                    "endOffset": 1683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1588,
                        "endColumn": 99,
                        "endOffset": 1683
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1688,
                    "endColumn": 114,
                    "endOffset": 1798
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1688,
                        "endColumn": 114,
                        "endOffset": 1798
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1803,
                    "endColumn": 124,
                    "endOffset": 1923
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1803,
                        "endColumn": 124,
                        "endOffset": 1923
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1928,
                    "endColumn": 105,
                    "endOffset": 2029
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1928,
                        "endColumn": 105,
                        "endOffset": 2029
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2034,
                    "endColumn": 100,
                    "endOffset": 2130
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hi\\values-hi.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2034,
                        "endColumn": 100,
                        "endOffset": 2130
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4\\values-hdpi-v4.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endLine": 6,
                    "endColumn": 13,
                    "endOffset": 327
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endLine": 6,
                        "endColumn": 13,
                        "endOffset": 327
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13\\values-h720dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 66,
                    "endOffset": 117
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 66,
                        "endOffset": 117
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-h320dp-v13\\values-h320dp-v13.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 57,
                    "endOffset": 108
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-h320dp-v13\\values-h320dp-v13.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 57,
                        "endOffset": 108
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-gu-rIN\\values-gu-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 103,
                    "endOffset": 494
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 103,
                        "endOffset": 494
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 499,
                    "endColumn": 106,
                    "endOffset": 601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 499,
                        "endColumn": 106,
                        "endOffset": 601
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 606,
                    "endColumn": 86,
                    "endOffset": 688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 606,
                        "endColumn": 86,
                        "endOffset": 688
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 693,
                    "endColumn": 100,
                    "endOffset": 789
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 693,
                        "endColumn": 100,
                        "endOffset": 789
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 794,
                    "endColumn": 122,
                    "endOffset": 912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 794,
                        "endColumn": 122,
                        "endOffset": 912
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 917,
                    "endColumn": 76,
                    "endOffset": 989
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 917,
                        "endColumn": 76,
                        "endOffset": 989
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 994,
                    "endColumn": 77,
                    "endOffset": 1067
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 994,
                        "endColumn": 77,
                        "endOffset": 1067
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1072,
                    "endColumn": 79,
                    "endOffset": 1147
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1072,
                        "endColumn": 79,
                        "endOffset": 1147
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1152,
                    "endColumn": 105,
                    "endOffset": 1253
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1152,
                        "endColumn": 105,
                        "endOffset": 1253
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1258,
                    "endColumn": 101,
                    "endOffset": 1355
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1258,
                        "endColumn": 101,
                        "endOffset": 1355
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1360,
                    "endColumn": 96,
                    "endOffset": 1452
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1360,
                        "endColumn": 96,
                        "endOffset": 1452
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1457,
                    "endColumn": 108,
                    "endOffset": 1561
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1457,
                        "endColumn": 108,
                        "endOffset": 1561
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1566,
                    "endColumn": 98,
                    "endOffset": 1660
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1566,
                        "endColumn": 98,
                        "endOffset": 1660
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1665,
                    "endColumn": 109,
                    "endOffset": 1770
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1665,
                        "endColumn": 109,
                        "endOffset": 1770
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1775,
                    "endColumn": 120,
                    "endOffset": 1891
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1775,
                        "endColumn": 120,
                        "endOffset": 1891
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1896,
                    "endColumn": 102,
                    "endOffset": 1994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1896,
                        "endColumn": 102,
                        "endOffset": 1994
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1999,
                    "endColumn": 100,
                    "endOffset": 2095
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gu-rIN\\values-gu-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1999,
                        "endColumn": 100,
                        "endOffset": 2095
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-gl-rES\\values-gl-rES.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 111,
                    "endOffset": 162
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 111,
                        "endOffset": 162
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 167,
                    "endColumn": 107,
                    "endOffset": 270
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 167,
                        "endColumn": 107,
                        "endOffset": 270
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 275,
                    "endColumn": 122,
                    "endOffset": 393
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 275,
                        "endColumn": 122,
                        "endOffset": 393
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 398,
                    "endColumn": 111,
                    "endOffset": 505
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 398,
                        "endColumn": 111,
                        "endOffset": 505
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 510,
                    "endColumn": 107,
                    "endOffset": 613
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 510,
                        "endColumn": 107,
                        "endOffset": 613
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 618,
                    "endColumn": 84,
                    "endOffset": 698
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 618,
                        "endColumn": 84,
                        "endOffset": 698
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 703,
                    "endColumn": 101,
                    "endOffset": 800
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 703,
                        "endColumn": 101,
                        "endOffset": 800
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 805,
                    "endColumn": 125,
                    "endOffset": 926
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 805,
                        "endColumn": 125,
                        "endOffset": 926
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 931,
                    "endColumn": 83,
                    "endOffset": 1010
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 931,
                        "endColumn": 83,
                        "endOffset": 1010
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1015,
                    "endColumn": 80,
                    "endOffset": 1091
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1015,
                        "endColumn": 80,
                        "endOffset": 1091
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1096,
                    "endColumn": 81,
                    "endOffset": 1173
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1096,
                        "endColumn": 81,
                        "endOffset": 1173
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1178,
                    "endColumn": 106,
                    "endOffset": 1280
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1178,
                        "endColumn": 106,
                        "endOffset": 1280
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1285,
                    "endColumn": 108,
                    "endOffset": 1389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1285,
                        "endColumn": 108,
                        "endOffset": 1389
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1394,
                    "endColumn": 98,
                    "endOffset": 1488
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1394,
                        "endColumn": 98,
                        "endOffset": 1488
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1493,
                    "endColumn": 107,
                    "endOffset": 1596
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1493,
                        "endColumn": 107,
                        "endOffset": 1596
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1601,
                    "endColumn": 102,
                    "endOffset": 1699
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1601,
                        "endColumn": 102,
                        "endOffset": 1699
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1704,
                    "endColumn": 106,
                    "endOffset": 1806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1704,
                        "endColumn": 106,
                        "endOffset": 1806
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1811,
                    "endColumn": 121,
                    "endOffset": 1928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1811,
                        "endColumn": 121,
                        "endOffset": 1928
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1933,
                    "endColumn": 99,
                    "endOffset": 2028
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1933,
                        "endColumn": 99,
                        "endOffset": 2028
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2033,
                    "endColumn": 100,
                    "endOffset": 2129
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-gl-rES\\values-gl-rES.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2033,
                        "endColumn": 100,
                        "endOffset": 2129
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-fr\\values-fr.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 110,
                    "endOffset": 161
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 110,
                        "endOffset": 161
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 166,
                    "endColumn": 107,
                    "endOffset": 269
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 166,
                        "endColumn": 107,
                        "endOffset": 269
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 274,
                    "endColumn": 122,
                    "endOffset": 392
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 274,
                        "endColumn": 122,
                        "endOffset": 392
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 397,
                    "endColumn": 114,
                    "endOffset": 507
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 397,
                        "endColumn": 114,
                        "endOffset": 507
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 512,
                    "endColumn": 110,
                    "endOffset": 618
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 512,
                        "endColumn": 110,
                        "endOffset": 618
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 623,
                    "endColumn": 81,
                    "endOffset": 700
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 623,
                        "endColumn": 81,
                        "endOffset": 700
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 705,
                    "endColumn": 105,
                    "endOffset": 806
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 705,
                        "endColumn": 105,
                        "endOffset": 806
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 811,
                    "endColumn": 129,
                    "endOffset": 936
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 811,
                        "endColumn": 129,
                        "endOffset": 936
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 941,
                    "endColumn": 82,
                    "endOffset": 1019
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 941,
                        "endColumn": 82,
                        "endOffset": 1019
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1024,
                    "endColumn": 79,
                    "endOffset": 1099
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1024,
                        "endColumn": 79,
                        "endOffset": 1099
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1104,
                    "endColumn": 85,
                    "endOffset": 1185
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1104,
                        "endColumn": 85,
                        "endOffset": 1185
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1190,
                    "endColumn": 109,
                    "endOffset": 1295
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1190,
                        "endColumn": 109,
                        "endOffset": 1295
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1300,
                    "endColumn": 111,
                    "endOffset": 1407
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1300,
                        "endColumn": 111,
                        "endOffset": 1407
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1412,
                    "endColumn": 102,
                    "endOffset": 1510
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1412,
                        "endColumn": 102,
                        "endOffset": 1510
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1515,
                    "endColumn": 110,
                    "endOffset": 1621
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1515,
                        "endColumn": 110,
                        "endOffset": 1621
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1626,
                    "endColumn": 106,
                    "endOffset": 1728
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1626,
                        "endColumn": 106,
                        "endOffset": 1728
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1733,
                    "endColumn": 106,
                    "endOffset": 1835
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1733,
                        "endColumn": 106,
                        "endOffset": 1835
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1840,
                    "endColumn": 121,
                    "endOffset": 1957
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1840,
                        "endColumn": 121,
                        "endOffset": 1957
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1962,
                    "endColumn": 98,
                    "endOffset": 2056
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1962,
                        "endColumn": 98,
                        "endOffset": 2056
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2061,
                    "endColumn": 100,
                    "endOffset": 2157
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr\\values-fr.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2061,
                        "endColumn": 100,
                        "endOffset": 2157
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA\\values-fr-rCA.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 110,
                    "endOffset": 161
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 110,
                        "endOffset": 161
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 166,
                    "endColumn": 107,
                    "endOffset": 269
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 166,
                        "endColumn": 107,
                        "endOffset": 269
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 274,
                    "endColumn": 122,
                    "endOffset": 392
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 274,
                        "endColumn": 122,
                        "endOffset": 392
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 397,
                    "endColumn": 114,
                    "endOffset": 507
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 397,
                        "endColumn": 114,
                        "endOffset": 507
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 512,
                    "endColumn": 110,
                    "endOffset": 618
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 512,
                        "endColumn": 110,
                        "endOffset": 618
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 623,
                    "endColumn": 86,
                    "endOffset": 705
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 623,
                        "endColumn": 86,
                        "endOffset": 705
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 710,
                    "endColumn": 115,
                    "endOffset": 821
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 710,
                        "endColumn": 115,
                        "endOffset": 821
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 826,
                    "endColumn": 129,
                    "endOffset": 951
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 826,
                        "endColumn": 129,
                        "endOffset": 951
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 956,
                    "endColumn": 82,
                    "endOffset": 1034
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 956,
                        "endColumn": 82,
                        "endOffset": 1034
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1039,
                    "endColumn": 79,
                    "endOffset": 1114
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1039,
                        "endColumn": 79,
                        "endOffset": 1114
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1119,
                    "endColumn": 95,
                    "endOffset": 1210
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1119,
                        "endColumn": 95,
                        "endOffset": 1210
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1215,
                    "endColumn": 109,
                    "endOffset": 1320
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1215,
                        "endColumn": 109,
                        "endOffset": 1320
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1325,
                    "endColumn": 111,
                    "endOffset": 1432
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1325,
                        "endColumn": 111,
                        "endOffset": 1432
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1437,
                    "endColumn": 102,
                    "endOffset": 1535
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1437,
                        "endColumn": 102,
                        "endOffset": 1535
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1540,
                    "endColumn": 110,
                    "endOffset": 1646
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1540,
                        "endColumn": 110,
                        "endOffset": 1646
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1651,
                    "endColumn": 106,
                    "endOffset": 1753
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1651,
                        "endColumn": 106,
                        "endOffset": 1753
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1758,
                    "endColumn": 101,
                    "endOffset": 1855
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1758,
                        "endColumn": 101,
                        "endOffset": 1855
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1860,
                    "endColumn": 121,
                    "endOffset": 1977
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1860,
                        "endColumn": 121,
                        "endOffset": 1977
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1982,
                    "endColumn": 98,
                    "endOffset": 2076
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1982,
                        "endColumn": 98,
                        "endOffset": 2076
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2081,
                    "endColumn": 100,
                    "endOffset": 2177
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2081,
                        "endColumn": 100,
                        "endOffset": 2177
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-fi\\values-fi.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 107,
                    "endOffset": 158
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 107,
                        "endOffset": 158
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 163,
                    "endColumn": 107,
                    "endOffset": 266
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 163,
                        "endColumn": 107,
                        "endOffset": 266
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 271,
                    "endColumn": 122,
                    "endOffset": 389
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 271,
                        "endColumn": 122,
                        "endOffset": 389
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 394,
                    "endColumn": 99,
                    "endOffset": 489
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 394,
                        "endColumn": 99,
                        "endOffset": 489
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 494,
                    "endColumn": 100,
                    "endOffset": 590
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 494,
                        "endColumn": 100,
                        "endOffset": 590
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 595,
                    "endColumn": 85,
                    "endOffset": 676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 595,
                        "endColumn": 85,
                        "endOffset": 676
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 681,
                    "endColumn": 104,
                    "endOffset": 781
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 681,
                        "endColumn": 104,
                        "endOffset": 781
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 786,
                    "endColumn": 117,
                    "endOffset": 899
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 786,
                        "endColumn": 117,
                        "endOffset": 899
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 904,
                    "endColumn": 86,
                    "endOffset": 986
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 904,
                        "endColumn": 86,
                        "endOffset": 986
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 991,
                    "endColumn": 81,
                    "endOffset": 1068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 991,
                        "endColumn": 81,
                        "endOffset": 1068
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1073,
                    "endColumn": 79,
                    "endOffset": 1148
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1073,
                        "endColumn": 79,
                        "endOffset": 1148
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1153,
                    "endColumn": 106,
                    "endOffset": 1255
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1153,
                        "endColumn": 106,
                        "endOffset": 1255
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1260,
                    "endColumn": 102,
                    "endOffset": 1358
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1260,
                        "endColumn": 102,
                        "endOffset": 1358
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1363,
                    "endColumn": 96,
                    "endOffset": 1455
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1363,
                        "endColumn": 96,
                        "endOffset": 1455
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1460,
                    "endColumn": 105,
                    "endOffset": 1561
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1460,
                        "endColumn": 105,
                        "endOffset": 1561
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1566,
                    "endColumn": 98,
                    "endOffset": 1660
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1566,
                        "endColumn": 98,
                        "endOffset": 1660
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1665,
                    "endColumn": 103,
                    "endOffset": 1764
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1665,
                        "endColumn": 103,
                        "endOffset": 1764
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1769,
                    "endColumn": 118,
                    "endOffset": 1883
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1769,
                        "endColumn": 118,
                        "endOffset": 1883
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1888,
                    "endColumn": 98,
                    "endOffset": 1982
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1888,
                        "endColumn": 98,
                        "endOffset": 1982
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1987,
                    "endColumn": 100,
                    "endOffset": 2083
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fi\\values-fi.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1987,
                        "endColumn": 100,
                        "endOffset": 2083
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-fa\\values-fa.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 109,
                    "endOffset": 160
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 109,
                        "endOffset": 160
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 165,
                    "endColumn": 109,
                    "endOffset": 270
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 165,
                        "endColumn": 109,
                        "endOffset": 270
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 275,
                    "endColumn": 125,
                    "endOffset": 396
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 275,
                        "endColumn": 125,
                        "endOffset": 396
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 401,
                    "endColumn": 102,
                    "endOffset": 499
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 401,
                        "endColumn": 102,
                        "endOffset": 499
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 504,
                    "endColumn": 110,
                    "endOffset": 610
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 504,
                        "endColumn": 110,
                        "endOffset": 610
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 615,
                    "endColumn": 83,
                    "endOffset": 694
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 615,
                        "endColumn": 83,
                        "endOffset": 694
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 699,
                    "endColumn": 102,
                    "endOffset": 797
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 699,
                        "endColumn": 102,
                        "endOffset": 797
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 802,
                    "endColumn": 114,
                    "endOffset": 912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 802,
                        "endColumn": 114,
                        "endOffset": 912
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 917,
                    "endColumn": 78,
                    "endOffset": 991
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 917,
                        "endColumn": 78,
                        "endOffset": 991
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 996,
                    "endColumn": 77,
                    "endOffset": 1069
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 996,
                        "endColumn": 77,
                        "endOffset": 1069
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1074,
                    "endColumn": 80,
                    "endOffset": 1150
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1074,
                        "endColumn": 80,
                        "endOffset": 1150
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1155,
                    "endColumn": 111,
                    "endOffset": 1262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1155,
                        "endColumn": 111,
                        "endOffset": 1262
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1267,
                    "endColumn": 102,
                    "endOffset": 1365
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1267,
                        "endColumn": 102,
                        "endOffset": 1365
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1370,
                    "endColumn": 97,
                    "endOffset": 1463
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1370,
                        "endColumn": 97,
                        "endOffset": 1463
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1468,
                    "endColumn": 109,
                    "endOffset": 1573
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1468,
                        "endColumn": 109,
                        "endOffset": 1573
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1578,
                    "endColumn": 102,
                    "endOffset": 1676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1578,
                        "endColumn": 102,
                        "endOffset": 1676
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1681,
                    "endColumn": 108,
                    "endOffset": 1785
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1681,
                        "endColumn": 108,
                        "endOffset": 1785
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1790,
                    "endColumn": 124,
                    "endOffset": 1910
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1790,
                        "endColumn": 124,
                        "endOffset": 1910
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1915,
                    "endColumn": 100,
                    "endOffset": 2011
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1915,
                        "endColumn": 100,
                        "endOffset": 2011
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2016,
                    "endColumn": 100,
                    "endOffset": 2112
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-fa\\values-fa.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2016,
                        "endColumn": 100,
                        "endOffset": 2112
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-eu-rES\\values-eu-rES.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 97,
                    "endOffset": 488
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 97,
                        "endOffset": 488
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 493,
                    "endColumn": 109,
                    "endOffset": 598
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 493,
                        "endColumn": 109,
                        "endOffset": 598
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 603,
                    "endColumn": 85,
                    "endOffset": 684
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 603,
                        "endColumn": 85,
                        "endOffset": 684
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 689,
                    "endColumn": 105,
                    "endOffset": 790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 689,
                        "endColumn": 105,
                        "endOffset": 790
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 795,
                    "endColumn": 123,
                    "endOffset": 914
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 795,
                        "endColumn": 123,
                        "endOffset": 914
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 919,
                    "endColumn": 86,
                    "endOffset": 1001
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 919,
                        "endColumn": 86,
                        "endOffset": 1001
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1006,
                    "endColumn": 83,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1006,
                        "endColumn": 83,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 81,
                    "endOffset": 1167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 81,
                        "endOffset": 1167
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1172,
                    "endColumn": 108,
                    "endOffset": 1276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1172,
                        "endColumn": 108,
                        "endOffset": 1276
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1281,
                    "endColumn": 109,
                    "endOffset": 1386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1281,
                        "endColumn": 109,
                        "endOffset": 1386
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1391,
                    "endColumn": 98,
                    "endOffset": 1485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1391,
                        "endColumn": 98,
                        "endOffset": 1485
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1490,
                    "endColumn": 108,
                    "endOffset": 1594
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1490,
                        "endColumn": 108,
                        "endOffset": 1594
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1599,
                    "endColumn": 112,
                    "endOffset": 1707
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1599,
                        "endColumn": 112,
                        "endOffset": 1707
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1712,
                    "endColumn": 110,
                    "endOffset": 1818
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1712,
                        "endColumn": 110,
                        "endOffset": 1818
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1823,
                    "endColumn": 136,
                    "endOffset": 1955
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1823,
                        "endColumn": 136,
                        "endOffset": 1955
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1960,
                    "endColumn": 98,
                    "endOffset": 2054
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1960,
                        "endColumn": 98,
                        "endOffset": 2054
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2059,
                    "endColumn": 100,
                    "endOffset": 2155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-eu-rES\\values-eu-rES.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2059,
                        "endColumn": 100,
                        "endOffset": 2155
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-et-rEE\\values-et-rEE.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 116,
                    "endOffset": 167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 116,
                        "endOffset": 167
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 172,
                    "endColumn": 107,
                    "endOffset": 275
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 172,
                        "endColumn": 107,
                        "endOffset": 275
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 280,
                    "endColumn": 122,
                    "endOffset": 398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 280,
                        "endColumn": 122,
                        "endOffset": 398
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 403,
                    "endColumn": 106,
                    "endOffset": 505
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 403,
                        "endColumn": 106,
                        "endOffset": 505
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 510,
                    "endColumn": 110,
                    "endOffset": 616
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 510,
                        "endColumn": 110,
                        "endOffset": 616
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 621,
                    "endColumn": 85,
                    "endOffset": 702
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 621,
                        "endColumn": 85,
                        "endOffset": 702
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 707,
                    "endColumn": 101,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 707,
                        "endColumn": 101,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 116,
                    "endOffset": 921
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 116,
                        "endOffset": 921
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 926,
                    "endColumn": 79,
                    "endOffset": 1001
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 926,
                        "endColumn": 79,
                        "endOffset": 1001
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1006,
                    "endColumn": 77,
                    "endOffset": 1079
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1006,
                        "endColumn": 77,
                        "endOffset": 1079
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1084,
                    "endColumn": 82,
                    "endOffset": 1162
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1084,
                        "endColumn": 82,
                        "endOffset": 1162
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1167,
                    "endColumn": 110,
                    "endOffset": 1273
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1167,
                        "endColumn": 110,
                        "endOffset": 1273
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1278,
                    "endColumn": 104,
                    "endOffset": 1378
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1278,
                        "endColumn": 104,
                        "endOffset": 1378
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1383,
                    "endColumn": 98,
                    "endOffset": 1477
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1383,
                        "endColumn": 98,
                        "endOffset": 1477
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1482,
                    "endColumn": 109,
                    "endOffset": 1587
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1482,
                        "endColumn": 109,
                        "endOffset": 1587
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1592,
                    "endColumn": 100,
                    "endOffset": 1688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1592,
                        "endColumn": 100,
                        "endOffset": 1688
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1693,
                    "endColumn": 102,
                    "endOffset": 1791
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1693,
                        "endColumn": 102,
                        "endOffset": 1791
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1796,
                    "endColumn": 127,
                    "endOffset": 1919
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1796,
                        "endColumn": 127,
                        "endOffset": 1919
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1924,
                    "endColumn": 101,
                    "endOffset": 2021
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1924,
                        "endColumn": 101,
                        "endOffset": 2021
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2026,
                    "endColumn": 100,
                    "endOffset": 2122
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-et-rEE\\values-et-rEE.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2026,
                        "endColumn": 100,
                        "endOffset": 2122
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-es\\values-es.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 116,
                    "endOffset": 167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 116,
                        "endOffset": 167
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 172,
                    "endColumn": 107,
                    "endOffset": 275
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 172,
                        "endColumn": 107,
                        "endOffset": 275
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 280,
                    "endColumn": 122,
                    "endOffset": 398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 280,
                        "endColumn": 122,
                        "endOffset": 398
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 403,
                    "endColumn": 112,
                    "endOffset": 511
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 403,
                        "endColumn": 112,
                        "endOffset": 511
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 516,
                    "endColumn": 107,
                    "endOffset": 619
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 516,
                        "endColumn": 107,
                        "endOffset": 619
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 624,
                    "endColumn": 84,
                    "endOffset": 704
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 624,
                        "endColumn": 84,
                        "endOffset": 704
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 709,
                    "endColumn": 100,
                    "endOffset": 805
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 709,
                        "endColumn": 100,
                        "endOffset": 805
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 810,
                    "endColumn": 127,
                    "endOffset": 933
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 810,
                        "endColumn": 127,
                        "endOffset": 933
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 938,
                    "endColumn": 75,
                    "endOffset": 1009
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 938,
                        "endColumn": 75,
                        "endOffset": 1009
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1014,
                    "endColumn": 75,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1014,
                        "endColumn": 75,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 81,
                    "endOffset": 1167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 81,
                        "endOffset": 1167
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1172,
                    "endColumn": 106,
                    "endOffset": 1274
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1172,
                        "endColumn": 106,
                        "endOffset": 1274
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1279,
                    "endColumn": 99,
                    "endOffset": 1374
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1279,
                        "endColumn": 99,
                        "endOffset": 1374
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1379,
                    "endColumn": 98,
                    "endOffset": 1473
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1379,
                        "endColumn": 98,
                        "endOffset": 1473
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1478,
                    "endColumn": 107,
                    "endOffset": 1581
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1478,
                        "endColumn": 107,
                        "endOffset": 1581
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1586,
                    "endColumn": 106,
                    "endOffset": 1688
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1586,
                        "endColumn": 106,
                        "endOffset": 1688
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1693,
                    "endColumn": 106,
                    "endOffset": 1795
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1693,
                        "endColumn": 106,
                        "endOffset": 1795
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1800,
                    "endColumn": 121,
                    "endOffset": 1917
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1800,
                        "endColumn": 121,
                        "endOffset": 1917
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1922,
                    "endColumn": 99,
                    "endOffset": 2017
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1922,
                        "endColumn": 99,
                        "endOffset": 2017
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2022,
                    "endColumn": 100,
                    "endOffset": 2118
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es\\values-es.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2022,
                        "endColumn": 100,
                        "endOffset": 2118
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS\\values-es-rUS.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 119,
                    "endOffset": 170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 119,
                        "endOffset": 170
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 175,
                    "endColumn": 107,
                    "endOffset": 278
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 175,
                        "endColumn": 107,
                        "endOffset": 278
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 283,
                    "endColumn": 122,
                    "endOffset": 401
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 283,
                        "endColumn": 122,
                        "endOffset": 401
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 406,
                    "endColumn": 108,
                    "endOffset": 510
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 406,
                        "endColumn": 108,
                        "endOffset": 510
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 515,
                    "endColumn": 107,
                    "endOffset": 618
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 515,
                        "endColumn": 107,
                        "endOffset": 618
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 623,
                    "endColumn": 84,
                    "endOffset": 703
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 623,
                        "endColumn": 84,
                        "endOffset": 703
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 708,
                    "endColumn": 100,
                    "endOffset": 804
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 708,
                        "endColumn": 100,
                        "endOffset": 804
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 809,
                    "endColumn": 122,
                    "endOffset": 927
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 809,
                        "endColumn": 122,
                        "endOffset": 927
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 932,
                    "endColumn": 83,
                    "endOffset": 1011
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 932,
                        "endColumn": 83,
                        "endOffset": 1011
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1016,
                    "endColumn": 80,
                    "endOffset": 1092
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1016,
                        "endColumn": 80,
                        "endOffset": 1092
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1097,
                    "endColumn": 81,
                    "endOffset": 1174
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1097,
                        "endColumn": 81,
                        "endOffset": 1174
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1179,
                    "endColumn": 111,
                    "endOffset": 1286
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1179,
                        "endColumn": 111,
                        "endOffset": 1286
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1291,
                    "endColumn": 111,
                    "endOffset": 1398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1291,
                        "endColumn": 111,
                        "endOffset": 1398
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1403,
                    "endColumn": 100,
                    "endOffset": 1499
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1403,
                        "endColumn": 100,
                        "endOffset": 1499
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1504,
                    "endColumn": 107,
                    "endOffset": 1607
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1504,
                        "endColumn": 107,
                        "endOffset": 1607
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1612,
                    "endColumn": 106,
                    "endOffset": 1714
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1612,
                        "endColumn": 106,
                        "endOffset": 1714
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1719,
                    "endColumn": 106,
                    "endOffset": 1821
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1719,
                        "endColumn": 106,
                        "endOffset": 1821
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1826,
                    "endColumn": 121,
                    "endOffset": 1943
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1826,
                        "endColumn": 121,
                        "endOffset": 1943
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1948,
                    "endColumn": 99,
                    "endOffset": 2043
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1948,
                        "endColumn": 99,
                        "endOffset": 2043
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2048,
                    "endColumn": 100,
                    "endOffset": 2144
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-es-rUS\\values-es-rUS.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2048,
                        "endColumn": 100,
                        "endOffset": 2144
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN\\values-en-rIN.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 107,
                    "endOffset": 262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 107,
                        "endOffset": 262
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 267,
                    "endColumn": 122,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 267,
                        "endColumn": 122,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 99,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 99,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 107,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 107,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 83,
                    "endOffset": 677
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 83,
                        "endOffset": 677
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 682,
                    "endColumn": 99,
                    "endOffset": 777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 682,
                        "endColumn": 99,
                        "endOffset": 777
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 782,
                    "endColumn": 114,
                    "endOffset": 892
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 782,
                        "endColumn": 114,
                        "endOffset": 892
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 897,
                    "endColumn": 76,
                    "endOffset": 969
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 897,
                        "endColumn": 76,
                        "endOffset": 969
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 974,
                    "endColumn": 75,
                    "endOffset": 1045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 974,
                        "endColumn": 75,
                        "endOffset": 1045
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1050,
                    "endColumn": 81,
                    "endOffset": 1127
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1050,
                        "endColumn": 81,
                        "endOffset": 1127
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1132,
                    "endColumn": 102,
                    "endOffset": 1230
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1132,
                        "endColumn": 102,
                        "endOffset": 1230
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1235,
                    "endColumn": 103,
                    "endOffset": 1334
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1235,
                        "endColumn": 103,
                        "endOffset": 1334
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1339,
                    "endColumn": 98,
                    "endOffset": 1433
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1339,
                        "endColumn": 98,
                        "endOffset": 1433
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1438,
                    "endColumn": 104,
                    "endOffset": 1538
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1438,
                        "endColumn": 104,
                        "endOffset": 1538
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1543,
                    "endColumn": 102,
                    "endOffset": 1641
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1543,
                        "endColumn": 102,
                        "endOffset": 1641
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1646,
                    "endColumn": 103,
                    "endOffset": 1745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1646,
                        "endColumn": 103,
                        "endOffset": 1745
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1750,
                    "endColumn": 118,
                    "endOffset": 1864
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1750,
                        "endColumn": 118,
                        "endOffset": 1864
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1869,
                    "endColumn": 99,
                    "endOffset": 1964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1869,
                        "endColumn": 99,
                        "endOffset": 1964
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1969,
                    "endColumn": 100,
                    "endOffset": 2065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rIN\\values-en-rIN.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1969,
                        "endColumn": 100,
                        "endOffset": 2065
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB\\values-en-rGB.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 107,
                    "endOffset": 262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 107,
                        "endOffset": 262
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 267,
                    "endColumn": 122,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 267,
                        "endColumn": 122,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 99,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 99,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 107,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 107,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 83,
                    "endOffset": 677
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 83,
                        "endOffset": 677
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 682,
                    "endColumn": 99,
                    "endOffset": 777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 682,
                        "endColumn": 99,
                        "endOffset": 777
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 782,
                    "endColumn": 114,
                    "endOffset": 892
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 782,
                        "endColumn": 114,
                        "endOffset": 892
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 897,
                    "endColumn": 76,
                    "endOffset": 969
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 897,
                        "endColumn": 76,
                        "endOffset": 969
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 974,
                    "endColumn": 75,
                    "endOffset": 1045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 974,
                        "endColumn": 75,
                        "endOffset": 1045
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1050,
                    "endColumn": 81,
                    "endOffset": 1127
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1050,
                        "endColumn": 81,
                        "endOffset": 1127
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1132,
                    "endColumn": 102,
                    "endOffset": 1230
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1132,
                        "endColumn": 102,
                        "endOffset": 1230
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1235,
                    "endColumn": 103,
                    "endOffset": 1334
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1235,
                        "endColumn": 103,
                        "endOffset": 1334
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1339,
                    "endColumn": 98,
                    "endOffset": 1433
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1339,
                        "endColumn": 98,
                        "endOffset": 1433
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1438,
                    "endColumn": 104,
                    "endOffset": 1538
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1438,
                        "endColumn": 104,
                        "endOffset": 1538
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1543,
                    "endColumn": 102,
                    "endOffset": 1641
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1543,
                        "endColumn": 102,
                        "endOffset": 1641
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1646,
                    "endColumn": 103,
                    "endOffset": 1745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1646,
                        "endColumn": 103,
                        "endOffset": 1745
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1750,
                    "endColumn": 118,
                    "endOffset": 1864
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1750,
                        "endColumn": 118,
                        "endOffset": 1864
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1869,
                    "endColumn": 99,
                    "endOffset": 1964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1869,
                        "endColumn": 99,
                        "endOffset": 1964
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1969,
                    "endColumn": 100,
                    "endOffset": 2065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rGB\\values-en-rGB.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1969,
                        "endColumn": 100,
                        "endOffset": 2065
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU\\values-en-rAU.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 107,
                    "endOffset": 262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 107,
                        "endOffset": 262
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 267,
                    "endColumn": 122,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 267,
                        "endColumn": 122,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 99,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 99,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 107,
                    "endOffset": 593
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 107,
                        "endOffset": 593
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 598,
                    "endColumn": 83,
                    "endOffset": 677
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 598,
                        "endColumn": 83,
                        "endOffset": 677
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 682,
                    "endColumn": 99,
                    "endOffset": 777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 682,
                        "endColumn": 99,
                        "endOffset": 777
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 782,
                    "endColumn": 114,
                    "endOffset": 892
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 782,
                        "endColumn": 114,
                        "endOffset": 892
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 897,
                    "endColumn": 76,
                    "endOffset": 969
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 897,
                        "endColumn": 76,
                        "endOffset": 969
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 974,
                    "endColumn": 75,
                    "endOffset": 1045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 974,
                        "endColumn": 75,
                        "endOffset": 1045
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1050,
                    "endColumn": 81,
                    "endOffset": 1127
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1050,
                        "endColumn": 81,
                        "endOffset": 1127
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1132,
                    "endColumn": 102,
                    "endOffset": 1230
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1132,
                        "endColumn": 102,
                        "endOffset": 1230
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1235,
                    "endColumn": 103,
                    "endOffset": 1334
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1235,
                        "endColumn": 103,
                        "endOffset": 1334
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1339,
                    "endColumn": 98,
                    "endOffset": 1433
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1339,
                        "endColumn": 98,
                        "endOffset": 1433
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1438,
                    "endColumn": 104,
                    "endOffset": 1538
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1438,
                        "endColumn": 104,
                        "endOffset": 1538
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1543,
                    "endColumn": 102,
                    "endOffset": 1641
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1543,
                        "endColumn": 102,
                        "endOffset": 1641
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1646,
                    "endColumn": 103,
                    "endOffset": 1745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1646,
                        "endColumn": 103,
                        "endOffset": 1745
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1750,
                    "endColumn": 118,
                    "endOffset": 1864
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1750,
                        "endColumn": 118,
                        "endOffset": 1864
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1869,
                    "endColumn": 99,
                    "endOffset": 1964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1869,
                        "endColumn": 99,
                        "endOffset": 1964
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1969,
                    "endColumn": 100,
                    "endOffset": 2065
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-en-rAU\\values-en-rAU.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1969,
                        "endColumn": 100,
                        "endOffset": 2065
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-el\\values-el.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 117,
                    "endOffset": 168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 117,
                        "endOffset": 168
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 173,
                    "endColumn": 107,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 173,
                        "endColumn": 107,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 122,
                    "endOffset": 399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 122,
                        "endOffset": 399
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 404,
                    "endColumn": 110,
                    "endOffset": 510
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 404,
                        "endColumn": 110,
                        "endOffset": 510
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 515,
                    "endColumn": 116,
                    "endOffset": 627
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 515,
                        "endColumn": 116,
                        "endOffset": 627
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 632,
                    "endColumn": 84,
                    "endOffset": 712
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 632,
                        "endColumn": 84,
                        "endOffset": 712
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 717,
                    "endColumn": 104,
                    "endOffset": 817
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 717,
                        "endColumn": 104,
                        "endOffset": 817
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 822,
                    "endColumn": 125,
                    "endOffset": 943
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 822,
                        "endColumn": 125,
                        "endOffset": 943
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 948,
                    "endColumn": 87,
                    "endOffset": 1031
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 948,
                        "endColumn": 87,
                        "endOffset": 1031
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1036,
                    "endColumn": 85,
                    "endOffset": 1117
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1036,
                        "endColumn": 85,
                        "endOffset": 1117
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1122,
                    "endColumn": 84,
                    "endOffset": 1202
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1122,
                        "endColumn": 84,
                        "endOffset": 1202
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1207,
                    "endColumn": 110,
                    "endOffset": 1313
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1207,
                        "endColumn": 110,
                        "endOffset": 1313
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1318,
                    "endColumn": 109,
                    "endOffset": 1423
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1318,
                        "endColumn": 109,
                        "endOffset": 1423
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1428,
                    "endColumn": 101,
                    "endOffset": 1525
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1428,
                        "endColumn": 101,
                        "endOffset": 1525
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1530,
                    "endColumn": 110,
                    "endOffset": 1636
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1530,
                        "endColumn": 110,
                        "endOffset": 1636
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1641,
                    "endColumn": 108,
                    "endOffset": 1745
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1641,
                        "endColumn": 108,
                        "endOffset": 1745
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1750,
                    "endColumn": 107,
                    "endOffset": 1853
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1750,
                        "endColumn": 107,
                        "endOffset": 1853
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1858,
                    "endColumn": 122,
                    "endOffset": 1976
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1858,
                        "endColumn": 122,
                        "endOffset": 1976
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1981,
                    "endColumn": 99,
                    "endOffset": 2076
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1981,
                        "endColumn": 99,
                        "endOffset": 2076
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2081,
                    "endColumn": 100,
                    "endOffset": 2177
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-el\\values-el.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2081,
                        "endColumn": 100,
                        "endOffset": 2177
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-de\\values-de.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 104,
                    "endOffset": 155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 104,
                        "endOffset": 155
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 160,
                    "endColumn": 107,
                    "endOffset": 263
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 160,
                        "endColumn": 107,
                        "endOffset": 263
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 268,
                    "endColumn": 122,
                    "endOffset": 386
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 268,
                        "endColumn": 122,
                        "endOffset": 386
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 391,
                    "endColumn": 97,
                    "endOffset": 484
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 391,
                        "endColumn": 97,
                        "endOffset": 484
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 489,
                    "endColumn": 111,
                    "endOffset": 596
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 489,
                        "endColumn": 111,
                        "endOffset": 596
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 601,
                    "endColumn": 85,
                    "endOffset": 682
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 601,
                        "endColumn": 85,
                        "endOffset": 682
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 687,
                    "endColumn": 104,
                    "endOffset": 787
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 687,
                        "endColumn": 104,
                        "endOffset": 787
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 792,
                    "endColumn": 114,
                    "endOffset": 902
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 792,
                        "endColumn": 114,
                        "endOffset": 902
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 907,
                    "endColumn": 76,
                    "endOffset": 979
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 907,
                        "endColumn": 76,
                        "endOffset": 979
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 984,
                    "endColumn": 75,
                    "endOffset": 1055
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 984,
                        "endColumn": 75,
                        "endOffset": 1055
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1060,
                    "endColumn": 81,
                    "endOffset": 1137
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1060,
                        "endColumn": 81,
                        "endOffset": 1137
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1142,
                    "endColumn": 110,
                    "endOffset": 1248
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1142,
                        "endColumn": 110,
                        "endOffset": 1248
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1253,
                    "endColumn": 102,
                    "endOffset": 1351
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1253,
                        "endColumn": 102,
                        "endOffset": 1351
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1356,
                    "endColumn": 98,
                    "endOffset": 1450
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1356,
                        "endColumn": 98,
                        "endOffset": 1450
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1455,
                    "endColumn": 110,
                    "endOffset": 1561
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1455,
                        "endColumn": 110,
                        "endOffset": 1561
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1566,
                    "endColumn": 101,
                    "endOffset": 1663
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1566,
                        "endColumn": 101,
                        "endOffset": 1663
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1668,
                    "endColumn": 106,
                    "endOffset": 1770
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1668,
                        "endColumn": 106,
                        "endOffset": 1770
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1775,
                    "endColumn": 121,
                    "endOffset": 1892
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1775,
                        "endColumn": 121,
                        "endOffset": 1892
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1897,
                    "endColumn": 101,
                    "endOffset": 1994
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1897,
                        "endColumn": 101,
                        "endOffset": 1994
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1999,
                    "endColumn": 100,
                    "endOffset": 2095
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-de\\values-de.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1999,
                        "endColumn": 100,
                        "endOffset": 2095
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-da\\values-da.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 102,
                    "endOffset": 153
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 102,
                        "endOffset": 153
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 158,
                    "endColumn": 107,
                    "endOffset": 261
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 158,
                        "endColumn": 107,
                        "endOffset": 261
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 266,
                    "endColumn": 122,
                    "endOffset": 384
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 266,
                        "endColumn": 122,
                        "endOffset": 384
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 389,
                    "endColumn": 98,
                    "endOffset": 483
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 389,
                        "endColumn": 98,
                        "endOffset": 483
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 488,
                    "endColumn": 111,
                    "endOffset": 595
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 488,
                        "endColumn": 111,
                        "endOffset": 595
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 600,
                    "endColumn": 82,
                    "endOffset": 678
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 600,
                        "endColumn": 82,
                        "endOffset": 678
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 683,
                    "endColumn": 99,
                    "endOffset": 778
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 683,
                        "endColumn": 99,
                        "endOffset": 778
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 783,
                    "endColumn": 112,
                    "endOffset": 891
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 783,
                        "endColumn": 112,
                        "endOffset": 891
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 896,
                    "endColumn": 76,
                    "endOffset": 968
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 896,
                        "endColumn": 76,
                        "endOffset": 968
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 973,
                    "endColumn": 76,
                    "endOffset": 1045
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 973,
                        "endColumn": 76,
                        "endOffset": 1045
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1050,
                    "endColumn": 78,
                    "endOffset": 1124
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1050,
                        "endColumn": 78,
                        "endOffset": 1124
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1129,
                    "endColumn": 108,
                    "endOffset": 1233
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1129,
                        "endColumn": 108,
                        "endOffset": 1233
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1238,
                    "endColumn": 107,
                    "endOffset": 1341
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1238,
                        "endColumn": 107,
                        "endOffset": 1341
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1346,
                    "endColumn": 95,
                    "endOffset": 1437
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1346,
                        "endColumn": 95,
                        "endOffset": 1437
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1442,
                    "endColumn": 113,
                    "endOffset": 1551
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1442,
                        "endColumn": 113,
                        "endOffset": 1551
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1556,
                    "endColumn": 101,
                    "endOffset": 1653
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1556,
                        "endColumn": 101,
                        "endOffset": 1653
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1658,
                    "endColumn": 100,
                    "endOffset": 1754
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1658,
                        "endColumn": 100,
                        "endOffset": 1754
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1759,
                    "endColumn": 115,
                    "endOffset": 1870
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1759,
                        "endColumn": 115,
                        "endOffset": 1870
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1875,
                    "endColumn": 96,
                    "endOffset": 1967
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1875,
                        "endColumn": 96,
                        "endOffset": 1967
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1972,
                    "endColumn": 100,
                    "endOffset": 2068
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-da\\values-da.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1972,
                        "endColumn": 100,
                        "endOffset": 2068
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-cs\\values-cs.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 106,
                    "endOffset": 157
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 106,
                        "endOffset": 157
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 162,
                    "endColumn": 108,
                    "endOffset": 266
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 162,
                        "endColumn": 108,
                        "endOffset": 266
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 271,
                    "endColumn": 123,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 271,
                        "endColumn": 123,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 101,
                    "endOffset": 492
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 101,
                        "endOffset": 492
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 497,
                    "endColumn": 108,
                    "endOffset": 601
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 497,
                        "endColumn": 108,
                        "endOffset": 601
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 606,
                    "endColumn": 85,
                    "endOffset": 687
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 606,
                        "endColumn": 85,
                        "endOffset": 687
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 692,
                    "endColumn": 104,
                    "endOffset": 792
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 692,
                        "endColumn": 104,
                        "endOffset": 792
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 797,
                    "endColumn": 116,
                    "endOffset": 909
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 797,
                        "endColumn": 116,
                        "endOffset": 909
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 914,
                    "endColumn": 80,
                    "endOffset": 990
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 914,
                        "endColumn": 80,
                        "endOffset": 990
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 995,
                    "endColumn": 80,
                    "endOffset": 1071
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 995,
                        "endColumn": 80,
                        "endOffset": 1071
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1076,
                    "endColumn": 83,
                    "endOffset": 1155
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1076,
                        "endColumn": 83,
                        "endOffset": 1155
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1160,
                    "endColumn": 103,
                    "endOffset": 1259
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1160,
                        "endColumn": 103,
                        "endOffset": 1259
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1264,
                    "endColumn": 108,
                    "endOffset": 1368
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1264,
                        "endColumn": 108,
                        "endOffset": 1368
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1373,
                    "endColumn": 98,
                    "endOffset": 1467
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1373,
                        "endColumn": 98,
                        "endOffset": 1467
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1472,
                    "endColumn": 105,
                    "endOffset": 1573
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1472,
                        "endColumn": 105,
                        "endOffset": 1573
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1578,
                    "endColumn": 109,
                    "endOffset": 1683
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1578,
                        "endColumn": 109,
                        "endOffset": 1683
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1688,
                    "endColumn": 106,
                    "endOffset": 1790
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1688,
                        "endColumn": 106,
                        "endOffset": 1790
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1795,
                    "endColumn": 121,
                    "endOffset": 1912
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1795,
                        "endColumn": 121,
                        "endOffset": 1912
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1917,
                    "endColumn": 97,
                    "endOffset": 2010
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1917,
                        "endColumn": 97,
                        "endOffset": 2010
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2015,
                    "endColumn": 100,
                    "endOffset": 2111
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-cs\\values-cs.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2015,
                        "endColumn": 100,
                        "endOffset": 2111
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ca\\values-ca.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 117,
                    "endOffset": 168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 117,
                        "endOffset": 168
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 173,
                    "endColumn": 107,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 173,
                        "endColumn": 107,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 122,
                    "endOffset": 399
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 122,
                        "endOffset": 399
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 404,
                    "endColumn": 105,
                    "endOffset": 505
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 404,
                        "endColumn": 105,
                        "endOffset": 505
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 510,
                    "endColumn": 106,
                    "endOffset": 612
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 510,
                        "endColumn": 106,
                        "endOffset": 612
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 617,
                    "endColumn": 82,
                    "endOffset": 695
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 617,
                        "endColumn": 82,
                        "endOffset": 695
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 700,
                    "endColumn": 107,
                    "endOffset": 803
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 700,
                        "endColumn": 107,
                        "endOffset": 803
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 808,
                    "endColumn": 125,
                    "endOffset": 929
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 808,
                        "endColumn": 125,
                        "endOffset": 929
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 934,
                    "endColumn": 83,
                    "endOffset": 1013
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 934,
                        "endColumn": 83,
                        "endOffset": 1013
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1018,
                    "endColumn": 80,
                    "endOffset": 1094
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1018,
                        "endColumn": 80,
                        "endOffset": 1094
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1099,
                    "endColumn": 82,
                    "endOffset": 1177
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1099,
                        "endColumn": 82,
                        "endOffset": 1177
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1182,
                    "endColumn": 110,
                    "endOffset": 1288
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1182,
                        "endColumn": 110,
                        "endOffset": 1288
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1293,
                    "endColumn": 108,
                    "endOffset": 1397
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1293,
                        "endColumn": 108,
                        "endOffset": 1397
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1402,
                    "endColumn": 97,
                    "endOffset": 1495
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1402,
                        "endColumn": 97,
                        "endOffset": 1495
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1500,
                    "endColumn": 109,
                    "endOffset": 1605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1500,
                        "endColumn": 109,
                        "endOffset": 1605
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1610,
                    "endColumn": 103,
                    "endOffset": 1709
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1610,
                        "endColumn": 103,
                        "endOffset": 1709
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1714,
                    "endColumn": 107,
                    "endOffset": 1817
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1714,
                        "endColumn": 107,
                        "endOffset": 1817
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1822,
                    "endColumn": 122,
                    "endOffset": 1940
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1822,
                        "endColumn": 122,
                        "endOffset": 1940
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1945,
                    "endColumn": 98,
                    "endOffset": 2039
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1945,
                        "endColumn": 98,
                        "endOffset": 2039
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2044,
                    "endColumn": 100,
                    "endOffset": 2140
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ca\\values-ca.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2044,
                        "endColumn": 100,
                        "endOffset": 2140
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-bn-rBD\\values-bn-rBD.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 108,
                    "endOffset": 159
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 108,
                        "endOffset": 159
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 164,
                    "endColumn": 107,
                    "endOffset": 267
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 164,
                        "endColumn": 107,
                        "endOffset": 267
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 272,
                    "endColumn": 122,
                    "endOffset": 390
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 272,
                        "endColumn": 122,
                        "endOffset": 390
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 395,
                    "endColumn": 111,
                    "endOffset": 502
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 395,
                        "endColumn": 111,
                        "endOffset": 502
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 507,
                    "endColumn": 105,
                    "endOffset": 608
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 507,
                        "endColumn": 105,
                        "endOffset": 608
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 613,
                    "endColumn": 93,
                    "endOffset": 702
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 613,
                        "endColumn": 93,
                        "endOffset": 702
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 707,
                    "endColumn": 104,
                    "endOffset": 807
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 707,
                        "endColumn": 104,
                        "endOffset": 807
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 812,
                    "endColumn": 129,
                    "endOffset": 937
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 812,
                        "endColumn": 129,
                        "endOffset": 937
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 942,
                    "endColumn": 77,
                    "endOffset": 1015
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 942,
                        "endColumn": 77,
                        "endOffset": 1015
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1020,
                    "endColumn": 77,
                    "endOffset": 1093
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1020,
                        "endColumn": 77,
                        "endOffset": 1093
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1098,
                    "endColumn": 86,
                    "endOffset": 1180
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1098,
                        "endColumn": 86,
                        "endOffset": 1180
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1185,
                    "endColumn": 109,
                    "endOffset": 1290
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1185,
                        "endColumn": 109,
                        "endOffset": 1290
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1295,
                    "endColumn": 115,
                    "endOffset": 1406
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1295,
                        "endColumn": 115,
                        "endOffset": 1406
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1411,
                    "endColumn": 106,
                    "endOffset": 1513
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1411,
                        "endColumn": 106,
                        "endOffset": 1513
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1518,
                    "endColumn": 109,
                    "endOffset": 1623
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1518,
                        "endColumn": 109,
                        "endOffset": 1623
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1628,
                    "endColumn": 105,
                    "endOffset": 1729
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1628,
                        "endColumn": 105,
                        "endOffset": 1729
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1734,
                    "endColumn": 109,
                    "endOffset": 1839
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1734,
                        "endColumn": 109,
                        "endOffset": 1839
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1844,
                    "endColumn": 124,
                    "endOffset": 1964
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1844,
                        "endColumn": 124,
                        "endOffset": 1964
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1969,
                    "endColumn": 104,
                    "endOffset": 2069
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1969,
                        "endColumn": 104,
                        "endOffset": 2069
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2074,
                    "endColumn": 100,
                    "endOffset": 2170
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bn-rBD\\values-bn-rBD.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2074,
                        "endColumn": 100,
                        "endOffset": 2170
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-bg\\values-bg.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 114,
                    "endOffset": 165
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 114,
                        "endOffset": 165
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 170,
                    "endColumn": 110,
                    "endOffset": 276
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 170,
                        "endColumn": 110,
                        "endOffset": 276
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 281,
                    "endColumn": 127,
                    "endOffset": 404
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 281,
                        "endColumn": 127,
                        "endOffset": 404
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 409,
                    "endColumn": 106,
                    "endOffset": 511
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 409,
                        "endColumn": 106,
                        "endOffset": 511
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 516,
                    "endColumn": 104,
                    "endOffset": 616
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 516,
                        "endColumn": 104,
                        "endOffset": 616
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 621,
                    "endColumn": 85,
                    "endOffset": 702
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 621,
                        "endColumn": 85,
                        "endOffset": 702
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 707,
                    "endColumn": 104,
                    "endOffset": 807
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 707,
                        "endColumn": 104,
                        "endOffset": 807
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 812,
                    "endColumn": 120,
                    "endOffset": 928
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 812,
                        "endColumn": 120,
                        "endOffset": 928
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 933,
                    "endColumn": 78,
                    "endOffset": 1007
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 933,
                        "endColumn": 78,
                        "endOffset": 1007
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 1012,
                    "endColumn": 77,
                    "endOffset": 1085
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 1012,
                        "endColumn": 77,
                        "endOffset": 1085
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1090,
                    "endColumn": 82,
                    "endOffset": 1168
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1090,
                        "endColumn": 82,
                        "endOffset": 1168
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1173,
                    "endColumn": 113,
                    "endOffset": 1282
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1173,
                        "endColumn": 113,
                        "endOffset": 1282
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1287,
                    "endColumn": 108,
                    "endOffset": 1391
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1287,
                        "endColumn": 108,
                        "endOffset": 1391
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1396,
                    "endColumn": 99,
                    "endOffset": 1491
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1396,
                        "endColumn": 99,
                        "endOffset": 1491
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1496,
                    "endColumn": 113,
                    "endOffset": 1605
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1496,
                        "endColumn": 113,
                        "endOffset": 1605
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1610,
                    "endColumn": 105,
                    "endOffset": 1711
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1610,
                        "endColumn": 105,
                        "endOffset": 1711
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1716,
                    "endColumn": 107,
                    "endOffset": 1819
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1716,
                        "endColumn": 107,
                        "endOffset": 1819
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1824,
                    "endColumn": 122,
                    "endOffset": 1942
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1824,
                        "endColumn": 122,
                        "endOffset": 1942
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1947,
                    "endColumn": 98,
                    "endOffset": 2041
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1947,
                        "endColumn": 98,
                        "endOffset": 2041
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 2046,
                    "endColumn": 100,
                    "endOffset": 2142
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-bg\\values-bg.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 2046,
                        "endColumn": 100,
                        "endOffset": 2142
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-az-rAZ\\values-az-rAZ.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 97,
                    "endOffset": 148
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 97,
                        "endOffset": 148
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 153,
                    "endColumn": 107,
                    "endOffset": 256
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 153,
                        "endColumn": 107,
                        "endOffset": 256
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 261,
                    "endColumn": 122,
                    "endOffset": 379
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 261,
                        "endColumn": 122,
                        "endOffset": 379
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 384,
                    "endColumn": 98,
                    "endOffset": 478
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 384,
                        "endColumn": 98,
                        "endOffset": 478
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 483,
                    "endColumn": 109,
                    "endOffset": 588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 483,
                        "endColumn": 109,
                        "endOffset": 588
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 593,
                    "endColumn": 87,
                    "endOffset": 676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 593,
                        "endColumn": 87,
                        "endOffset": 676
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 681,
                    "endColumn": 106,
                    "endOffset": 783
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 681,
                        "endColumn": 106,
                        "endOffset": 783
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 788,
                    "endColumn": 113,
                    "endOffset": 897
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 788,
                        "endColumn": 113,
                        "endOffset": 897
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 902,
                    "endColumn": 80,
                    "endOffset": 978
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 902,
                        "endColumn": 80,
                        "endOffset": 978
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 983,
                    "endColumn": 78,
                    "endOffset": 1057
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 983,
                        "endColumn": 78,
                        "endOffset": 1057
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1062,
                    "endColumn": 84,
                    "endOffset": 1142
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1062,
                        "endColumn": 84,
                        "endOffset": 1142
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1147,
                    "endColumn": 106,
                    "endOffset": 1249
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1147,
                        "endColumn": 106,
                        "endOffset": 1249
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1254,
                    "endColumn": 106,
                    "endOffset": 1356
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1254,
                        "endColumn": 106,
                        "endOffset": 1356
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1361,
                    "endColumn": 99,
                    "endOffset": 1456
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1361,
                        "endColumn": 99,
                        "endOffset": 1456
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1461,
                    "endColumn": 108,
                    "endOffset": 1565
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1461,
                        "endColumn": 108,
                        "endOffset": 1565
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1570,
                    "endColumn": 103,
                    "endOffset": 1669
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1570,
                        "endColumn": 103,
                        "endOffset": 1669
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1674,
                    "endColumn": 109,
                    "endOffset": 1779
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1674,
                        "endColumn": 109,
                        "endOffset": 1779
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1784,
                    "endColumn": 96,
                    "endOffset": 1876
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1784,
                        "endColumn": 96,
                        "endOffset": 1876
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1881,
                    "endColumn": 100,
                    "endOffset": 1977
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-az-rAZ\\values-az-rAZ.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1881,
                        "endColumn": 100,
                        "endOffset": 1977
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-ar\\values-ar.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 116,
                    "endOffset": 167
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 116,
                        "endOffset": 167
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 172,
                    "endColumn": 107,
                    "endOffset": 275
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 172,
                        "endColumn": 107,
                        "endOffset": 275
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 280,
                    "endColumn": 122,
                    "endOffset": 398
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 280,
                        "endColumn": 122,
                        "endOffset": 398
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 403,
                    "endColumn": 103,
                    "endOffset": 502
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 403,
                        "endColumn": 103,
                        "endOffset": 502
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 507,
                    "endColumn": 108,
                    "endOffset": 611
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 507,
                        "endColumn": 108,
                        "endOffset": 611
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 616,
                    "endColumn": 81,
                    "endOffset": 693
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 616,
                        "endColumn": 81,
                        "endOffset": 693
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 698,
                    "endColumn": 100,
                    "endOffset": 794
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 698,
                        "endColumn": 100,
                        "endOffset": 794
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 799,
                    "endColumn": 113,
                    "endOffset": 908
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 799,
                        "endColumn": 113,
                        "endOffset": 908
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 913,
                    "endColumn": 78,
                    "endOffset": 987
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 913,
                        "endColumn": 78,
                        "endOffset": 987
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 992,
                    "endColumn": 78,
                    "endOffset": 1066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 992,
                        "endColumn": 78,
                        "endOffset": 1066
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1071,
                    "endColumn": 78,
                    "endOffset": 1145
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1071,
                        "endColumn": 78,
                        "endOffset": 1145
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1150,
                    "endColumn": 104,
                    "endOffset": 1250
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1150,
                        "endColumn": 104,
                        "endOffset": 1250
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1255,
                    "endColumn": 100,
                    "endOffset": 1351
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1255,
                        "endColumn": 100,
                        "endOffset": 1351
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1356,
                    "endColumn": 95,
                    "endOffset": 1447
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1356,
                        "endColumn": 95,
                        "endOffset": 1447
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1452,
                    "endColumn": 107,
                    "endOffset": 1555
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1452,
                        "endColumn": 107,
                        "endOffset": 1555
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1560,
                    "endColumn": 102,
                    "endOffset": 1658
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1560,
                        "endColumn": 102,
                        "endOffset": 1658
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1663,
                    "endColumn": 102,
                    "endOffset": 1761
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1663,
                        "endColumn": 102,
                        "endOffset": 1761
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1766,
                    "endColumn": 118,
                    "endOffset": 1880
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1766,
                        "endColumn": 118,
                        "endOffset": 1880
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1885,
                    "endColumn": 96,
                    "endOffset": 1977
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1885,
                        "endColumn": 96,
                        "endOffset": 1977
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1982,
                    "endColumn": 100,
                    "endOffset": 2078
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-ar\\values-ar.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1982,
                        "endColumn": 100,
                        "endOffset": 2078
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-am\\values-am.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 101,
                    "endOffset": 152
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 101,
                        "endOffset": 152
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 157,
                    "endColumn": 107,
                    "endOffset": 260
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 157,
                        "endColumn": 107,
                        "endOffset": 260
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 265,
                    "endColumn": 122,
                    "endOffset": 383
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 265,
                        "endColumn": 122,
                        "endOffset": 383
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 388,
                    "endColumn": 98,
                    "endOffset": 482
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 388,
                        "endColumn": 98,
                        "endOffset": 482
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 487,
                    "endColumn": 105,
                    "endOffset": 588
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 487,
                        "endColumn": 105,
                        "endOffset": 588
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 593,
                    "endColumn": 85,
                    "endOffset": 674
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 593,
                        "endColumn": 85,
                        "endOffset": 674
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 679,
                    "endColumn": 102,
                    "endOffset": 777
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 679,
                        "endColumn": 102,
                        "endOffset": 777
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 782,
                    "endColumn": 112,
                    "endOffset": 890
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 782,
                        "endColumn": 112,
                        "endOffset": 890
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 895,
                    "endColumn": 77,
                    "endOffset": 968
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 895,
                        "endColumn": 77,
                        "endOffset": 968
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 973,
                    "endColumn": 77,
                    "endOffset": 1046
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 973,
                        "endColumn": 77,
                        "endOffset": 1046
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1051,
                    "endColumn": 78,
                    "endOffset": 1125
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1051,
                        "endColumn": 78,
                        "endOffset": 1125
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1130,
                    "endColumn": 99,
                    "endOffset": 1225
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1130,
                        "endColumn": 99,
                        "endOffset": 1225
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1230,
                    "endColumn": 99,
                    "endOffset": 1325
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1230,
                        "endColumn": 99,
                        "endOffset": 1325
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1330,
                    "endColumn": 95,
                    "endOffset": 1421
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1330,
                        "endColumn": 95,
                        "endOffset": 1421
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1426,
                    "endColumn": 102,
                    "endOffset": 1524
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1426,
                        "endColumn": 102,
                        "endOffset": 1524
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1529,
                    "endColumn": 98,
                    "endOffset": 1623
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1529,
                        "endColumn": 98,
                        "endOffset": 1623
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1628,
                    "endColumn": 106,
                    "endOffset": 1730
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1628,
                        "endColumn": 106,
                        "endOffset": 1730
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1735,
                    "endColumn": 115,
                    "endOffset": 1846
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1735,
                        "endColumn": 115,
                        "endOffset": 1846
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1851,
                    "endColumn": 95,
                    "endOffset": 1942
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1851,
                        "endColumn": 95,
                        "endOffset": 1942
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1947,
                    "endColumn": 100,
                    "endOffset": 2043
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-am\\values-am.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1947,
                        "endColumn": 100,
                        "endOffset": 2043
                    }
                }
            }
        ]
    }
]
[
    {
        "outputFile": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\res\\merged\\debug\\values-af\\values-af.xml",
        "map": [
            {
                "to": {
                    "startLine": 2,
                    "startColumn": 4,
                    "startOffset": 55,
                    "endColumn": 103,
                    "endOffset": 154
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 2,
                        "startColumn": 4,
                        "startOffset": 55,
                        "endColumn": 103,
                        "endOffset": 154
                    }
                }
            },
            {
                "to": {
                    "startLine": 3,
                    "startColumn": 4,
                    "startOffset": 159,
                    "endColumn": 107,
                    "endOffset": 262
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 3,
                        "startColumn": 4,
                        "startOffset": 159,
                        "endColumn": 107,
                        "endOffset": 262
                    }
                }
            },
            {
                "to": {
                    "startLine": 4,
                    "startColumn": 4,
                    "startOffset": 267,
                    "endColumn": 122,
                    "endOffset": 385
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 4,
                        "startColumn": 4,
                        "startOffset": 267,
                        "endColumn": 122,
                        "endOffset": 385
                    }
                }
            },
            {
                "to": {
                    "startLine": 5,
                    "startColumn": 4,
                    "startOffset": 390,
                    "endColumn": 99,
                    "endOffset": 485
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 5,
                        "startColumn": 4,
                        "startOffset": 390,
                        "endColumn": 99,
                        "endOffset": 485
                    }
                }
            },
            {
                "to": {
                    "startLine": 6,
                    "startColumn": 4,
                    "startOffset": 490,
                    "endColumn": 105,
                    "endOffset": 591
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 6,
                        "startColumn": 4,
                        "startOffset": 490,
                        "endColumn": 105,
                        "endOffset": 591
                    }
                }
            },
            {
                "to": {
                    "startLine": 7,
                    "startColumn": 4,
                    "startOffset": 596,
                    "endColumn": 84,
                    "endOffset": 676
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 7,
                        "startColumn": 4,
                        "startOffset": 596,
                        "endColumn": 84,
                        "endOffset": 676
                    }
                }
            },
            {
                "to": {
                    "startLine": 8,
                    "startColumn": 4,
                    "startOffset": 681,
                    "endColumn": 102,
                    "endOffset": 779
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 8,
                        "startColumn": 4,
                        "startOffset": 681,
                        "endColumn": 102,
                        "endOffset": 779
                    }
                }
            },
            {
                "to": {
                    "startLine": 9,
                    "startColumn": 4,
                    "startOffset": 784,
                    "endColumn": 117,
                    "endOffset": 897
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 9,
                        "startColumn": 4,
                        "startOffset": 784,
                        "endColumn": 117,
                        "endOffset": 897
                    }
                }
            },
            {
                "to": {
                    "startLine": 10,
                    "startColumn": 4,
                    "startOffset": 902,
                    "endColumn": 75,
                    "endOffset": 973
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 10,
                        "startColumn": 4,
                        "startOffset": 902,
                        "endColumn": 75,
                        "endOffset": 973
                    }
                }
            },
            {
                "to": {
                    "startLine": 11,
                    "startColumn": 4,
                    "startOffset": 978,
                    "endColumn": 76,
                    "endOffset": 1050
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 11,
                        "startColumn": 4,
                        "startOffset": 978,
                        "endColumn": 76,
                        "endOffset": 1050
                    }
                }
            },
            {
                "to": {
                    "startLine": 12,
                    "startColumn": 4,
                    "startOffset": 1055,
                    "endColumn": 80,
                    "endOffset": 1131
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 12,
                        "startColumn": 4,
                        "startOffset": 1055,
                        "endColumn": 80,
                        "endOffset": 1131
                    }
                }
            },
            {
                "to": {
                    "startLine": 13,
                    "startColumn": 4,
                    "startOffset": 1136,
                    "endColumn": 106,
                    "endOffset": 1238
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 13,
                        "startColumn": 4,
                        "startOffset": 1136,
                        "endColumn": 106,
                        "endOffset": 1238
                    }
                }
            },
            {
                "to": {
                    "startLine": 14,
                    "startColumn": 4,
                    "startOffset": 1243,
                    "endColumn": 102,
                    "endOffset": 1341
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 14,
                        "startColumn": 4,
                        "startOffset": 1243,
                        "endColumn": 102,
                        "endOffset": 1341
                    }
                }
            },
            {
                "to": {
                    "startLine": 15,
                    "startColumn": 4,
                    "startOffset": 1346,
                    "endColumn": 96,
                    "endOffset": 1438
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 15,
                        "startColumn": 4,
                        "startOffset": 1346,
                        "endColumn": 96,
                        "endOffset": 1438
                    }
                }
            },
            {
                "to": {
                    "startLine": 16,
                    "startColumn": 4,
                    "startOffset": 1443,
                    "endColumn": 107,
                    "endOffset": 1546
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 16,
                        "startColumn": 4,
                        "startOffset": 1443,
                        "endColumn": 107,
                        "endOffset": 1546
                    }
                }
            },
            {
                "to": {
                    "startLine": 17,
                    "startColumn": 4,
                    "startOffset": 1551,
                    "endColumn": 101,
                    "endOffset": 1648
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 17,
                        "startColumn": 4,
                        "startOffset": 1551,
                        "endColumn": 101,
                        "endOffset": 1648
                    }
                }
            },
            {
                "to": {
                    "startLine": 18,
                    "startColumn": 4,
                    "startOffset": 1653,
                    "endColumn": 101,
                    "endOffset": 1750
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 18,
                        "startColumn": 4,
                        "startOffset": 1653,
                        "endColumn": 101,
                        "endOffset": 1750
                    }
                }
            },
            {
                "to": {
                    "startLine": 19,
                    "startColumn": 4,
                    "startOffset": 1755,
                    "endColumn": 116,
                    "endOffset": 1867
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 19,
                        "startColumn": 4,
                        "startOffset": 1755,
                        "endColumn": 116,
                        "endOffset": 1867
                    }
                }
            },
            {
                "to": {
                    "startLine": 20,
                    "startColumn": 4,
                    "startOffset": 1872,
                    "endColumn": 97,
                    "endOffset": 1965
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 20,
                        "startColumn": 4,
                        "startOffset": 1872,
                        "endColumn": 97,
                        "endOffset": 1965
                    }
                }
            },
            {
                "to": {
                    "startLine": 21,
                    "startColumn": 4,
                    "startOffset": 1970,
                    "endColumn": 100,
                    "endOffset": 2066
                },
                "from": {
                    "file": "C:\\Users\\david\\IntelliJIDEAProjects\\LearningAndroid\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.4.0\\res\\values-af\\values-af.xml",
                    "position": {
                        "startLine": 21,
                        "startColumn": 4,
                        "startOffset": 1970,
                        "endColumn": 100,
                        "endOffset": 2066
                    }
                }
            }
        ]
    }
]
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.dvidi.learningandroid;

public final class R {
    public static final class anim {
        public static final int abc_fade_in=0x7f050000;
        public static final int abc_fade_out=0x7f050001;
        public static final int abc_grow_fade_in_from_bottom=0x7f050002;
        public static final int abc_popup_enter=0x7f050003;
        public static final int abc_popup_exit=0x7f050004;
        public static final int abc_shrink_fade_out_from_bottom=0x7f050005;
        public static final int abc_slide_in_bottom=0x7f050006;
        public static final int abc_slide_in_top=0x7f050007;
        public static final int abc_slide_out_bottom=0x7f050008;
        public static final int abc_slide_out_top=0x7f050009;
        public static final int design_bottom_sheet_slide_in=0x7f05000a;
        public static final int design_bottom_sheet_slide_out=0x7f05000b;
        public static final int design_fab_in=0x7f05000c;
        public static final int design_fab_out=0x7f05000d;
        public static final int design_snackbar_in=0x7f05000e;
        public static final int design_snackbar_out=0x7f05000f;
    }
    public static final class attr {
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarDivider=0x7f01003e;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarItemBackground=0x7f01003f;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarPopupTheme=0x7f010038;
        /** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
         */
        public static final int actionBarSize=0x7f01003d;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarSplitStyle=0x7f01003a;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarStyle=0x7f010039;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarTabBarStyle=0x7f010034;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarTabStyle=0x7f010033;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarTabTextStyle=0x7f010035;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarTheme=0x7f01003b;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionBarWidgetTheme=0x7f01003c;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionButtonStyle=0x7f010058;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionDropDownStyle=0x7f010054;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionLayout=0x7f0100c6;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionMenuTextAppearance=0x7f010040;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
         */
        public static final int actionMenuTextColor=0x7f010041;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeBackground=0x7f010044;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeCloseButtonStyle=0x7f010043;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeCloseDrawable=0x7f010046;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeCopyDrawable=0x7f010048;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeCutDrawable=0x7f010047;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeFindDrawable=0x7f01004c;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModePasteDrawable=0x7f010049;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModePopupWindowStyle=0x7f01004e;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeSelectAllDrawable=0x7f01004a;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeShareDrawable=0x7f01004b;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeSplitBackground=0x7f010045;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeStyle=0x7f010042;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionModeWebSearchDrawable=0x7f01004d;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionOverflowButtonStyle=0x7f010036;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int actionOverflowMenuStyle=0x7f010037;
        /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int actionProviderClass=0x7f0100c8;
        /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int actionViewClass=0x7f0100c7;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int activityChooserViewStyle=0x7f010060;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int alertDialogButtonGroupStyle=0x7f010083;
        /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int alertDialogCenterButtons=0x7f010084;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int alertDialogStyle=0x7f010082;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int alertDialogTheme=0x7f010085;
        /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int allowStacking=0x7f010099;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int arrowHeadLength=0x7f0100b8;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int arrowShaftLength=0x7f0100b9;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int autoCompleteTextViewStyle=0x7f01008a;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int background=0x7f01000c;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
         */
        public static final int backgroundSplit=0x7f01000e;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
         */
        public static final int backgroundStacked=0x7f01000d;
        /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int backgroundTint=0x7f010118;
        /** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
         */
        public static final int backgroundTintMode=0x7f010119;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int barLength=0x7f0100ba;
        /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int behavior_hideable=0x7f010098;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int behavior_overlapTop=0x7f0100d7;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int behavior_peekHeight=0x7f010097;
        /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int borderWidth=0x7f0100bf;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int borderlessButtonStyle=0x7f01005d;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int bottomSheetDialogTheme=0x7f0100b1;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int bottomSheetStyle=0x7f0100b2;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonBarButtonStyle=0x7f01005a;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonBarNegativeButtonStyle=0x7f010088;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonBarNeutralButtonStyle=0x7f010089;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonBarPositiveButtonStyle=0x7f010087;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonBarStyle=0x7f010059;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonPanelSideLayout=0x7f01001f;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonStyle=0x7f01008b;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int buttonStyleSmall=0x7f01008c;
        /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int buttonTint=0x7f0100a9;
        /** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
         */
        public static final int buttonTintMode=0x7f0100aa;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int checkboxStyle=0x7f01008d;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int checkedTextViewStyle=0x7f01008e;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static final int closeIcon=0x7f0100dc;
        /** &